/* [ -- Master Stylesheet -- ] */
/* ----------------------------------------------------------
:: Template Name: ClassyNav - Responsive Mega Menu Plugins
:: Author: Designing World
:: Author URL: https://themeforest.net/user/designing-world/portfolio
:: Version: 1.0.0
:: Created: May 16, 2018
:: Last Updated: May 16, 2018
---------------------------------------------------------- */
/* Base CSS */
* {
	margin: 0;
	padding: 0;
}
/*
body {
	font-family: "Roboto", sans-serif;
}
*/
ul, ol {
	margin: 0;
}
ul li,  ol li {
	list-style: none;
}
img {
	height: auto;
	max-width: 100%;
}
.bg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-transparent {
	background-color: transparent !important;
}
.classy-nav-container {
/*	position: absolute;*/
	z-index: 1111;
/*	background-color: #007a80;*/
	width: 100%;
    border-radius: 5px;
}
/* sticky */ 
.classy-nav-container * {
	box-sizing: border-box;

}
.classy-nav-container a {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	text-decoration: none;
	outline: none;
	font-size: 16px;
    font-weight: 500;
	color: #232323;
	display: inline-block;
}
.classy-nav-container a:hover, .classy-nav-container a:focus {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	text-decoration: none;
	outline: none;
	font-size: 16px;
    font-weight: 500;
/*	color: #1abc9c;*/
}
.classy-nav-container.classy-sticky {
	position: fixed;
	z-index: 1010;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
}
.classy-nav-container.box-skins .classynav > ul > li {
	background-color: #1abc9c;
}
.classy-nav-container.box-skins .classynav > ul > li > a {
	color: #fff;
}
.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.classy-navbar {
	/*width: 100%;*/
	width: auto;
/*	float: right;*/
	height: auto;
    padding: 0 0;
	/*padding: 0.5em 2em;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
    justify-content: center;
}
.classy-navbar .nav-brand {
	font-size: 26px;
	font-weight: 400;
	color: #565656;
	display: inline-block;
	margin-right: 30px;
}
.classy-navbar .nav-brand:focus, .classy-navbar .nav-brand:hover {
	font-size: 26px;
	font-weight: 400;
}
.classynav ul{
    padding-left: 0;
}
.classynav ul li {
	display: inline-block;
	clear: both;
	position: inherit;
	z-index: 10;
/*    border-right: 1px solid rgba(255,255,255,0.4);*/
}
/*
.classynav ul li:nth-child(6){
    border-right: 1px solid rgba(255,255,255,0.4);
}
*/

/*
.classynav ul li:hover{
    background: #db1d21;
}
*/
.full-width-container{
	padding: 0px 3rem;
}
.classynav ul li.cn-dropdown-item {
	position: relative;
	z-index: 10;
    margin-top: 0;
}
.classynav ul li.cn-dropdown-item ul li {
	position: relative;
	z-index: 10;
    border-right: none;
}
.classynav ul li ul li {
	display: block;
   
}
.classynav ul li ul li a {
	padding: 0 20px;
    

}

.classynav ul li a {
	color: white;
    padding: 12px 15px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0;
    /* border-bottom: 2px solid white;
    border-top: 2px solid white; */
}

.classynav ul li a:hover,
.classynav ul li a.active{
/*    color: #f08161;*/
/*    background: #3bb5ff;*/
    /* text-decoration: underline !important; */
	color: #0d6efd;
}
.classynav ul li .megamenu li a {
    color: #2a2a2a;
	padding: 0 0px;
}
.classynav ul li div.single-mega a {
    color: #2a2a2a;
	height: auto;
	line-height: 1;
}
/* Down Arrow Icon for Megamenu */
@font-face {
	font-family: 'classyfonts';
	src: url("../fonts/classy.eot?fftrrv");
	src: url("../fonts/classy.eot?fftrrv#iefix") format("embedded-opentype"), url("../fonts/classy.ttf?fftrrv") format("truetype"), url("../fonts/classy.woff?fftrrv") format("woff"), url("../fonts/classy.svg?fftrrv#classyfonts") format("svg");
	font-weight: normal;
	font-style: normal;
}
.icon-classy-nav-down-arrow {
	font-family: 'classyfonts';

	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-classy-nav-down-arrow:before {
	content: "\e900";
}
.classynav ul li.megamenu-item > a:after, .classynav ul li.has-down > a:after {
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 15px;
	color: white;
	padding-left: 5px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.classynav ul li ul li.has-down > a::after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 3;
}
/* button css */
.classy-btn {
	position: relative;
	z-index: 1;
	min-width: 120px;
	padding: 0 25px;
	line-height: 42px;
	height: 42px;
	background-color: #1abc9c;
	border-radius: 50px;
	color: #fff !important;
	margin-left: 30px;
	text-align: center;
}
.classy-btn:hover, .classy-btn:focus {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* Dropdown Toggle */
.dd-trigger {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	cursor: pointer;
	z-index: 500;
	border-radius: 0;
    transition: all 0.3s ease-in-out;
	display: none;
}

/* Close Icon */
.classycloseIcon {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 12;
	display: none;
}
.classycloseIcon .cross-wrap {
	width: 26px;
	height: 26px;
	cursor: pointer;
	position: relative;
}
.classycloseIcon .cross-wrap span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 6px;
	background: #232323;
}
.classycloseIcon .cross-wrap span.top {
	top: 12px;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.classycloseIcon .cross-wrap span.bottom {
	bottom: 12px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* navbarToggler */
.classy-navbar-toggler {
	border: none;
	background-color: transparent;
	cursor: pointer;
	display: none;
	top: 6px;
	position: absolute;
	right: 15px;
}
.classy-navbar-toggler .navbarToggler {
	display: inline-block;
	cursor: pointer;
}
.classy-navbar-toggler .navbarToggler span {
	position: relative;
	background-color: #252525;
	border-radius: 3px;
	display: block;
	height: 3px;
	margin-top: 5px;
	padding: 0;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	width: 30px;
	cursor: pointer;
}
.classy-navbar-toggler .navbarToggler.active span:nth-of-type(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 8px;
}
.classy-navbar-toggler .navbarToggler.active span:nth-of-type(2) {
	opacity: 0;
}
.classy-navbar-toggler .navbarToggler.active span:nth-of-type(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -8px;
}
.classynav ul li .megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: #ffffff;
	z-index: 200;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.classynav ul li .megamenu .single-mega.cn-col-5 {
	width: 20%;
	float: left;
	padding: 15px;
	border-right: 1px solid #f2f4f8;
}
.classynav ul li .megamenu .single-mega.cn-col-5:last-of-type {
	border-right: none;
}
.classynav ul li .megamenu .single-mega.cn-col-4 {
	width: 25%;
	float: left;
	padding: 15px;
	border-right: 1px solid #f2f4f8;
}
.classynav ul li .megamenu .single-mega.cn-col-4:last-of-type {
	border-right: none;
}
.classynav ul li .megamenu .single-mega.cn-col-3 {
	width: 33.3333334%;
	float: left;
	padding: 15px;
	border-right: 1px solid #f2f4f8;
}
.classynav ul li .megamenu .single-mega.cn-col-3:last-of-type {
	border-right: none;
}
.classynav ul li .megamenu .single-mega .title {
	font-size: 18px;
	border-bottom: 1px solid #f2f4f8;
	padding: 8px 12px;
}
.classynav ul li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.7);
    height: 50px;
    line-height: 50px;
    color: #252525;
}
.classynav ul li .dropdown li:last-child a {
	border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}
.classynav ul li .dropdown li .dropdown li:last-child a {
	border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li:last-child a {
	border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
	border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
	border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
	border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
	border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
	border-bottom: none;
}
/* Desktop Area CSS */

.classy-menu{
    margin-left: 0;
	width:72vw;
}
.breakpoint-off .classynav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 0 0px;
   
    justify-content: space-between;
}

.breakpoint-off .classynav ul{
    margin-bottom: 0;
}

.breakpoint-off .classynav ul li .dropdown {
	width: 343px;
    position: absolute;
    background-color: #fff;
    left: 15px;
    z-index: 100;
    height: auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    opacity: 0;
    visibility: hidden;
    padding: 0 0;
    margin-top: 6%;
}

/*
.breakpoint-off .classynav ul li .dropdown a{
    margin: 0 0;
}
*/
.breakpoint-off .classynav ul li .dropdown li .dropdown {
	top: 10px;
	left: 370px;
	z-index: 200;
	opacity: 0;
	visibility: hidden;
}
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown {
	opacity: 0;
	visibility: hidden;
	top: 120%;
}
.breakpoint-off .classynav ul li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.breakpoint-off .classynav ul li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: -10px;
}
.breakpoint-off .classynav ul li .megamenu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 120%;
	background-color: #ffffff;
	z-index: 200;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.breakpoint-off .classynav ul li.megamenu-item:hover .megamenu, .breakpoint-off .classynav ul li.megamenu-item:focus .megamenu {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.breakpoint-off .classynav ul li:hover .megamenu, .breakpoint-off .classynav ul li:focus .megamenu {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
/* Mobile/Tablet Nav CSS */
.breakpoint-on .classycloseIcon {
	display: block;
}
.breakpoint-on .classy-navbar-toggler {
	display: block;
}
.breakpoint-on .classy-navbar .classy-menu {
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: -310px;
	z-index: 1000;
	width: 300px;
	height: 100%;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	padding: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
}
.breakpoint-on .classy-navbar .classy-menu.menu-on {
	left: 0;
}
.breakpoint-on .classynav ul{
    padding-left: 0;
}
.breakpoint-on .classynav ul li {
	display: block;
	position: relative;
	clear: both;
	z-index: 10;
}
.breakpoint-on .classynav ul li a {
    color: white;
	padding: 0 10px;
    font-size: 13px;
	height: 38px;
	line-height: 38px;
}
.breakpoint-on .classynav ul li .dropdown {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	box-shadow: none;
}
.breakpoint-on .classynav ul li .dropdown li .dropdown {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.breakpoint-on .classynav ul li.megamenu-item {
	position: relative;
	z-index: 10;
}
.breakpoint-on .dd-trigger {
	height: 38px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}
.breakpoint-on .classynav ul li .dropdown, .breakpoint-on .classynav ul li .megamenu {
	display: none;
}
.breakpoint-on .classynav {
	padding-top: 70px;
}.breakpoint-on .classynav ul li .megamenu {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 200;
	box-shadow: none;
}
.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-5,  .breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-4,  .breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-3 {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #f2f4f8;
}
.breakpoint-on .classynav > ul > li > a {
    color: #fff;
	background-color: #232b7e;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.breakpoint-on .classynav ul li ul.dropdown li ul li {
	margin-left: 15px;
}
.breakpoint-on .classy-btn {
	width: calc(100% - 30px);
	margin: 30px 15px;
}
.breakpoint-on .classynav ul li.megamenu-item > a::after, .breakpoint-on .classynav ul li.has-down > a::after {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 5;
    color: #fff;
}
.breakpoint-on .classynav ul li.has-down.active > a:after, .breakpoint-on .classynav ul li.megamenu-item.active > a:after {
	color: #fff;
}
/* Dark Theme CSS */
.dark.classy-nav-container {
	background-color: #192a56;
}
.dark.classy-nav-container a {
	color: rgba(255, 255, 255, 0.7);
}
.dark.classy-nav-container a:hover, .dark.classy-nav-container a:focus {
	color: #ffffff;
}
.dark .classynav ul li .dropdown {
	background-color: #192a56;
}
.dark .classynav ul li .megamenu {
	background-color: #192a56;
}
.dark .classynav ul li .megamenu .single-mega.cn-col-5, .dark .classynav ul li .megamenu .single-mega.cn-col-4, .dark .classynav ul li .megamenu .single-mega.cn-col-3 {
	border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.dark .classynav ul li.megamenu-item ul li a {
	border-bottom: none;
}
.dark .classynav ul li .megamenu .single-mega .title {
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.dark .classy-navbar-toggler .navbarToggler span {
	background-color: #ffffff;
}
.dark.breakpoint-on .classy-navbar .classy-menu {
	background-color: #192a56;
}
.dark .classycloseIcon .cross-wrap span {
	background-color: #ffffff;
}
.dark.breakpoint-on .classynav > ul > li > a {
	background-color: #192a56;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.dark.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-5, .dark.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-4, .dark.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	border-right: none;
}
.dark .classynav ul li.megamenu-item > a:after {
	color: #ffffff;
}
.dark .classynav ul li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li:last-child a {
	border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li .dropdown li:last-child a {
	border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li:last-child a {
	border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
	border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
	border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
	border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
	border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
	border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
	border-bottom: none;
}
/* Right Side Menu Open CSS */
.right.breakpoint-on .classy-navbar .classy-menu {
	left: auto;
	right: -310px;
}
.right.breakpoint-on .classy-navbar .classy-menu.menu-on {
	left: auto;
	right: 0;
}
/* Dropdown RTL CSS */
.dropdown-rtl.breakpoint-off .classynav ul li .dropdown {
	left: auto;
	right: 0;
}
.dropdown-rtl .classynav ul li a, .dropdown-rtl .classynav ul li .megamenu .single-mega .title {
	text-align: right;
}
.dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown {
	right: 180px;
	left: auto;
	opacity: 0;
	visibility: hidden;
	top: 10px;
}
.dropdown-rtl.breakpoint-off .classynav ul li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: 90%;
}
.dropdown-rtl.breakpoint-off .classynav ul li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: 0;
}
.dropdown-rtl.breakpoint-on .classynav ul li ul.dropdown li ul li {
	margin-left: 0;
	margin-right: 15px;
}

/* Fallback Responsive CSS */

/*# sourceMappingURL=classy-nav.css.map */



@media screen and (max-width:1000px){
    
    .logo {
        max-width: 260px;
        padding: 0 !important;
    }
    .classy-navbar{
        height: auto;
    }    
    .social_icons{
		display: none;
	}
    
    
}

/* Top header menu navbar start----------------------------------------- */
.top-header{
	background-color: white;
    padding: 0px 3rem;
    width: 100% !important;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.topcontentarea{
	width: 70%;
    display: flex;
    justify-content: space-between;
    background: #232b7e;
    padding: 20px;
clip-path: polygon(-10% -483%, 91.25% -1%, 96% 100%, 10% 100%);
}
.phone-boxicon{
	color: #1290c3;
    font-size: 16px;
    font-weight: 600;
}
.phone-boxicon{
    color: #1290c3;
    font-size: 16px;
  
    font-weight: 600;
    border-right: 1px solid;
    padding: 5px 30px 5px 0px;
}
.email-boxicon{
    color: #1290c3;
    font-size: 16px;
    
    font-weight: 600;
	padding: 5px 0px 5px 30px;
}
.top_icon_s{
	font-size: 14px;
	color:#86be3e;
	margin-right: 8px;
}
.topnavcontainer{
	display: flex;
    align-items: center;
    justify-content: space-between !important;
}
.containerwidth{
	max-width: 100vw !important;
}
@media (max-width:999px){
	.logobox{
		padding: 5px 0px 0px 0px;
	}
	.full-width-container{
		padding: 0px !important;
	}
	.main-header{
		padding-left: 0px !important;
	}
/* Hero Banner Section media starts here------------------------------------- */
.hero_section_brand_title{
    font-size: 13px !important;
}
.hero_section_brand_name{
    font-size: 13px !important;
}
.hero_section_product_name{
    font-size: 28px !important;

}
.ten_section_heading{
    margin-bottom: 0px !important;
}
.thirteen_contact_info{
    justify-content: left !important;
}
.pc_ul_divide_col{
    column-count:2 !important;
}
/* Hero Banner Section media end here------------------------------------- */
}
.top_header_col4{
	display: flex;
    align-items: flex-start;
    justify-content: center;
	padding: 0px 0px !important;
    border-right: 1px solid #eee;
    width: 31% !important;
}
.remove_border_right{
    border-right: none !important;padding: 0px 5px;
}
.header_content{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 73%;
    padding: 0px 19px;
}



.topcontenticon{
	font-size: 30px;
    padding: 8px 0px;
	color: white;
}
.toprow{
	width: 85% !important;
    margin: 0px auto !important;
}
.top_contact{
	 color: #43bbfa;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 600;

}
.top_contactinfo{
	color: white;
	font-family: 'poppins';
	font-size: 14px;
}
.topnavcontainer{
	max-width: 93%  !important;
    margin: 0px auto  !important;
}
.top_button{
	color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    padding: 8px 11px !important;
    font-size: 13px !important;
    font-family: 'poppins' !important;
    font-weight: 600 !important;
}
.main_header{
	background: #db231b;
    padding: 12px 15px;
}

.containerwidth{
	display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 95% !important;
}
.get-in-touch{
	display: flex;
    /* border: 1px solid white; */
    position: absolute;
    right: 30px;
    width: 13%;
    justify-content: space-around;
}
.get-in-touch a i{
    font-size: 18px !important;
    color: white;
    transition: all 0.2s ease-in-out;
}
.get-in-touch a i:hover{
        color:#0d6efd;
       
}

/* Top header menu navbar End----------------------------------------- */


/* Secound Section Starts-------------------------------------- Slider Section */
/*Banner start*/

.banner-section {
    position: relative;
    width: 100%;
}
.banner-element{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: auto;
    height: 100%;
}
.banner-element img{
    width: auto;
    height: 100%;
}
.desk-banner-top {
    margin-top: 81px;
}
.bg_banner-1{
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.bg_banner-2{
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.bg_banner-3{
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-3.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.bg_banner-4{
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/bg_banner-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.bg_banner-5{
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/bg_banner-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}

/*
.banner-image1 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}

.banner-image2 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}

.banner-image3 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-3.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.banner-image4 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-4.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
*/
.banner-contentbox {
/*    position: absolute;*/
    height: 650px;
/*
    top: 0px;
    left: 9%;
    right: 9%;
*/
    max-width: 650px;
    /*
    margin-left: auto;
    margin-right: auto;
*/
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}

.banner-product1,
.banner-product2,
.banner-product3,
.banner-product4,
.banner-product5{
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.banner-product1 img,
.banner-product2 img,
.banner-product3 img,
.banner-product4 img,
.banner-product5 img{
    width: 100%;
    height: auto;
}
.banner-contentbox .banner-heading1 {
    color: #282828;
/*    text-align: center;*/
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
/*    letter-spacing: 5px;*/
/*    display: inline-block;*/
/*    padding: 6px 15px;*/
/*    background: #578893;*/
    text-transform: capitalize;
    margin-bottom: 20px;
    /*    text-shadow: #252525 1px 0 5px;*/
    /*    margin-top: 50px;*/
}
/*
.bg_banner-1 .banner-contentbox .banner-heading1{
    color: #db1d21;
}
*/
/*
.bg_banner-1 .banner-contentbox .banner-heading1{
    color: #db1d21;
}
*/

.banner-contentbox .banner-heading2 {
    color: #f6c006;
/*    text-align: center;*/
    font-size: 56px;
    line-height: 50px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    /* text-transform: capitalize; */
    /*    text-shadow: #f37e21 1px 0 10px;*/
}
.banner-contentbox .banner-heading2::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    border-left: 7px solid #f6c006;
}
.banner-contentbox .banner-heading2 span {
    font-size: 36px;
    line-height: 42px;
}

.banner-details {
    color: #fff;
    max-width: 500px;
/*
    margin-left: auto;
    margin-right: auto;
    text-align: center;
*/
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
    /*    text-shadow: #2ecbff 1px 0 10px;*/
}

.banner-section .owl-theme .owl-dots .owl-dot {
    display: none !important;
}
.owl-theme .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: .3s ease-in-out !important;
    border-radius: 0 !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #83c41e !important;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.banner-section .owl-prev {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    top: 45%;
    left:15px;
    bottom: 0px;
    background-color: none !important;
    border-radius: 5px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
/*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}
.banner-section .owl-prev:hover{
    background-color: none !important;
    transition: 0.3s linear;
    
}
.banner-section .owl-prev span {
    font-size: 40px;
    line-height: 45px;
    color: #eb264b !important;
    transition: 0.3s linear;
}
.banner-section .owl-prev:hover span {
    color: #fff !important;
}
.banner-section .owl-next {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    top: 45%;
    right: 15px !important;
    bottom: 0px;
    background-color: none !important;
    border-radius: 5px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
/*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}
.banner-section .owl-next:hover{
    background-color: none !important;
    transition: 0.3s linear;
    color: white;
}
.banner-section .owl-next span {
    font-size: 40px;
    line-height: 45px;
    color: #eb264b !important;
    transition: 0.3s linear;
}
.banner-section .owl-next:hover span {
    color: #fff !important;
    transition: 0.3s linear;
}
.banner-button {
    margin-top: 50px;
/*    text-align: center;*/
}

/*
.banner-btn {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    text-decoration: underline !important;
}

.banner-btn:hover {
    color: #1246ab;
    text-decoration: underline !important;
}
*/


/*
.banner-button .btn1 {
    color: #F55B14 !important;
    background-color: #fff;
    border-radius: 0;
}
*/

/*
.banner-button .btn1:hover {
    color: #fe0000;
    background-color: #fff;
}
*/

.banner-button .btn1:hover .icon-arrow.after {
    color: #fff;
}
.banner-button .btn1:hover .btn-lable {
    color: #fff;
}

/*Banner end*/

/* Secound Section Starts-------------------------------------- Slider Section */

/* Third Section ----------------------------------------- */
.third_section_container{
    margin-top: 100px !important;
}
.third_section_row{
	display: flex;
    align-items: center;
}
.third_section_colone{
	width: 33%;
background: #00adef;
height: fit-content;

padding: 50px !important;
}
.third_section_colone h1{
	font-family: 'Poppins';
font-weight: 600;
color: #232b7e !important;
margin-top: 10px !important;
font-size: 40px !important;


}
.third_section_colone p{
	font-family: 'Poppins';
font-weight: 400;
color:white;
margin-bottom: 15px;
font-size: 16px !important;


}
p{margin-bottom: 0 !important;}
.third_section_coltwo{
	padding: 40px 30px 10px 30px!important;
	
}
.third_section_coltwo h1{
	font-family: 'Poppins';
    font-weight: 700;
    font-size: 30px !important;
	
}
.third_section_coltwo p{
	font-family: 'Poppins';
font-weight: 400;
color:#6d6d6d;
line-height: 25px !important;
font-size: 14px !important;

margin-bottom: 20px !important;
}
.third_section_coltwo a{
	color: #01aef0;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px !important;
}

/* Third Section End----------------------------------------- */

/* Fourth Section Starts Here------------------------------------------ */

/*section5 start*/

.section5 {
    padding-top: 100px;
    padding-bottom: 100px;
/*
    background-image: url(../images/section5-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
*/
    position: relative;
}

.col-lg-2_5 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
    padding-right: 15px;
    padding-left: 15px;
}
/*

.section5 .content-heading1 {
    text-align: center;
    color: #fff;
}

.section5 .content-heading1::after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.section5 .content-heading2 {
    text-align: center;
    color: #fff;
}
*/

.section5 .aboutimagebox{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}
.section5 .content-heading1::after {
    background: #252525;
}
/*
.section5 .content-heading1{
    color: #fff;
}
*/
.section5 .left-contentbox-details {
    color: #fff;
}
.section5 .features-list {
    margin-top: 15px;
    margin-bottom: 0;
}
.section5 .features-listbox .features-list li {
    color: #fff;
}
.section5 .features-list li::before {
    color: #252525;
}

/*
.section5 .treatment_box{
    padding-bottom: 40px;
    background-color: transparent;
}
.section5 .treatment_imgbox{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.section5 .treatment_detailsbox{
    text-align: center;
    justify-content: center;
    border-top: none;
    height: auto;
    padding: 15px 20px 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.section5 .treatment_name{
    max-width: 100%;
}
.section5 .product_button{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}
*/

.gallery-slider-con {
    margin-top: 40px
}




/*
.section5 .heading-section {
    margin-bottom: 0;
}

.section5 .heading-section .heading-2 {
    text-align: left;
    margin-bottom: 20px;
}

.section5 .content-heading1{
    color: #00aeef;
}
.section5 .content-heading1::after{
    left: -120px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #00aeef;
}
*/





.section5 .treatment_box {
    box-shadow: none;
}

.section5 .treatment_name a {
    text-align: center;
    color: #111;
	
    transition: 0.3s ease-in-out;
}

.section5 .treatment_name a:hover {
    text-align: center;
    color: #3ab54a;
}

/*
.section5 .owl-carousel .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}
*/
.section5 .owl-theme .owl-nav {
    display: block!important;
}
.section5 .owl-theme .owl-dots{
    display: none !important;
}
.section5 .owl-prev {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 60px;
    top: -65px;
    bottom: 0px;
    
    border-radius: 0 !important;
    background-color: #00adef !important;
    border: 1px solid #00adef !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.section5 .owl-prev:hover {
    background-color: white  !important;
    border: 1px solid #00adef !important;
}

.section5 .owl-prev span {
    font-size: 40px;
    line-height: 30px;
    color: white !important;
}

.section5 .owl-prev:hover span {
    color: #00adef !important;
}

.section5 .owl-next {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    top: -65px;
    bottom: 0px;
    background-color: #00adef !important;
    border-radius: 0 !important;
    border: 1px solid #00adef !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.section5 .owl-next:hover {
    background-color: white  !important;
    border: 1px solid #00adef !important;
}

.section5 .owl-next span {
    font-size: 40px;
    line-height: 30px;
    color: white !important;
}

.section5 .owl-next:hover span {
    color: #00adef !important;
}

.treatment_button2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.section5 .treatment_box:hover .treatment_button2 {
    opacity: 1;
    visibility: visible;
}

.section5 .treatment_btn {
    justify-content: center;
    color: #392917;
    transition: 0.3s ease-in-out;
}

.section5 .treatment_btn:hover {
    color: #966528;
}

/*
.section5 .owl-theme .owl-dots .owl-dot {
    display: block !important;
}
*/

.section5_box{
    width: 500px;
    height: auto;
    padding: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #282828;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-top-left-radius: 40px;
    overflow: hidden;
}
.section5_imagebox{
    width: 150px;
    height: auto;
    border-top-left-radius: 40px;
    overflow: hidden;
}
.section5_imagebox img{
    width: 100%;
    height: auto;
}
.section5_box-heading{
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 40px;
    position: relative;
}
.section5_box-heading::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -25px;
    width: 55px;
    border-top: 2px solid #eb1329;
}
/*section5 end*/


/*Team section start*/

.team-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/team-bg-image2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-position: center center;
    position: relative;
    z-index: 99;
}

.teambox {
    height: 100%;
    max-height: 655px;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}

.team-section .content-heading2 {
    text-align: center;
}

.team-section .left-contentbox-details {
    text-align: center;
}

.member-details {
    color: #878787;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.sectionitemfive{
	/* border: 2px solid #eee; */
	position: relative;
}
/*Team section end*/

/* Fourth Section End Here------------------------------------------ */
/* Fiveth Section Start Here------------------------------------------ */
.fiveth_section_container_fluid{
	background-color: #e9eef4;
	padding: 40px 30px;
    margin-top: 60px !important;
}
.fiveth_section_row{
	gap: 10px;
	margin: 20px auto !important;
}
.fiveth_section_colone{
	background-color: #232b7e;
	padding: 30px 20px;
	text-align: center;
    transition: all 0.3s ease-in-out;
	width: 32.7% !important;

	
}
.fiveth_section_colone:hover{
	background-color: #00adf0;
   
  
}
.fiveth_section_colone img{
    width: 100%;
    margin: 0px auto;
    border-radius: 5px !important;
}
.fiveth_section_colone h3{
    font-size: 25px;
    font-family: 'poppins';
    font-weight: 500;
    margin: 15px auto;
    color: #00adf0;

}
.fiveth_section_colone p{
	font-size: 13px;
    font-family: 'poppins';
    font-weight: 300;
    color: white;
}
	


/* Fiveth Section End Here------------------------------------------ */

/* Sixth Section Starts Here------------------------------------------ */
.sixth_container{
    padding-top: 80px !important;

    
}
.sixth_section_row{
	gap: 0px;
	align-items: center;
display: flex;
    align-items: center;
    justify-content: center;
}
.sixth_section_colone{
	padding: 0px !important;
}
.sixth_section_colone img{
	width: 100%;
}
.sixth_section_coltwo{
	background-color: #232b7e;
	padding: 40px 40px !important;
    position: relative;
    top: -83px;
    left: -30px;
	
}
.sixth_section_coltwo h1{
	font-size: 30px;
	font-family: 'poppins';
	font-weight: 600;
	margin: 15px auto;
	color: white;

}
.sixth_section_coltwo p{
	font-size: 14px;
    font-family: 'poppins';
    font-weight: 400;
    color: white;

}
.sixth_section_coltwo ul{
padding: 0px 25px !important;

}
.sixth_section_coltwo ul li{
    font-size: 14px;
    font-family: 'poppins';
    font-weight: 400;
    color: white;
	list-style: circle;
    margin: 10px 0px !important;
}

/* Sixth Section End Here------------------------------------------ */

/* Seventh Section Starts Here------------------------------------------ */
.seventh_container_fluid{
	padding: 0px !important;
	margin: 50px 0px 0px 0px;
}
.seventh_section_row{
	padding: 0px !important;
	align-items: center;
}
.sixth_coustomer_content{
	display: flex;
	align-items: center;
	
}
.sixth_project_content{
	display: flex;
	align-items: center;

}
.sixth_advisor_content{
	display: flex;
	align-items: center;

}
.sixth_first_content{
	
    background: #e9eef4;
    width: 60%;
    padding: 20px 8px 20px 281px;
    margin-right: 10px;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 600;

}
.seventh_width_50{
	width: 70%;
	padding: 20px 8px 20px 335px;
}

.seventh_width_60{
	width: 80%;
	padding: 20px 8px 20px 405px;

}
.seventh_width_70{
	width: 90%;
	padding: 20px 8px 20px 420px;

}
.seventh_margin{
	margin: 20px 0px;
}
.seventh_img_section{
	display: flex;
    justify-content: center;
}
.seventh_img_section img{

    width: 64%;
    margin: 0px auto;

}
.seventh_margin span{
    font-size: 25px;
    color: #e1453e;
    font-family: 'Poppins';
    font-weight: 700;
}
/* Seventh Section Starts Here------------------------------------------ */

/* Eleventh Section Gallery Starts Here------------------------------------------ */

/*section3 start*/
.add_flex{
    display: flex  !important;
    align-items: baseline !important;
    justify-content: space-between !important;
}
.gallery_short_line{
    background-color: #eee;
    width: 64%;
    height: 2px;
    margin-right: 20px;
    margin-left: 10px;
}
.gallery_viewall_btn{
    padding: 8px 15px !important;
}
.gallery_letsee::before{
    content: "";
    position: absolute;
    width: 1%;
    height: 4px !important;
    padding: 10px;
    border-top: 3px solid #db231b;
    border-left: 3px solid #db231b;
    left: 7.8%;
}
.gallery_letsee_h1{
    font-size: 20px;
    font-family: 'Poppins';
    margin-top: -2px !important;
}
.section3 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.section3_imagebox{
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: auto;
}
.section3_imagebox img{
    width: 100%;
    height: auto;
}
.sec3-bgelement {
    position: absolute;
    /*    top: 0;*/
    right: 0px;
    bottom: 0;
    width: auto;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
    z-index: -1;
}

.sec3-bgelement img {
    width: auto;
    height: 100%;
}

/*
.section3::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 300px;
    background: #282828;
    z-index: -1;
}
*/
.section3_container{
    background: #83c41e;
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 5%;
    padding-bottom: 100px;
    margin-left: 0;
/*    border-bottom-left-radius: 50px;*/
}



.section3 .heading-section {
    margin-bottom: 0;
}

.section3 .heading-section .heading-2 {
    text-align: left;
    margin-bottom: 20px;
}

.section3 .section-title {
    position: relative;
    text-align: center;
/*
    padding-left: 10%;
    padding-right: 7%;
*/
}
/*
.section3 .content-heading1{
    color: #fff;
}
*/
/*
.section3 .content-heading1::after {
    background: #db1d21;
}
*/


.section3 .content-heading2{
    padding-bottom: 10px;
}
/*
.section3 .content-heading2::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    border-bottom: 2px solid #0062c6;
    border-radius: 0;
    margin: 0 auto;
    text-align: center;
}
*/
.section3 .left-contentbox-details{
    color: #cdcdcd;
}
.section3 .features-list{
    column-count: 2;
    position: relative;
    margin-top: 20px;
}
.section3 .features-list::before{
    content: '';
    position: absolute;
    left: 36%;
    top: 0;
    height: 100%;
    border-right: 1px solid #e5e5e5;
}
/*
.features-listbox{
    border-bottom: 1px solid #818181;
}
*/
/*
.section3 .features-list::after{
    content: '';
    position: absolute;
    left: 60%;
    top: 0;
    height: 100%;
    border-right: 1px solid #e5e5e5;
}
*/
.section3 .features-list li {
    color: #cdcdcd;
}

.section3 .features-list li::before {
    color: #cdcdcd;
}
.eleventh_row{
    margin-top: 25px !important;
}
/* Eleventh Section Gallery Starts Here------------------------------------------ */

/* Thirteen Section Contact Starts Here------------------------------------------ */

.Thirteen_container_fluid{
    background-color: #e9eef4;
    padding: 80px 30px !important;
}
.Thirteen_section_col{
    padding: 0px !important;
}
.thirteen_contact_img{
    width: 100% !important;
}
.contact_sudo_selector_h1{
    font-size: 18px;
    padding: 0px 0px 0px 1px;
    margin-top: -1px !important;
}
.thirteen_section_heading{
    color: #10b1f1 !important;
    text-transform: uppercase;
    padding: 0px 10px !important;
}

.contact_sudo_selector::before{
    content: "";
    position: absolute;
    width: 1%;
    height: 4px !important;
    padding: 11px;
    left: 8%;
    border-top: 3px solid #db231b;
    border-left: 3px solid #db231b;
}
.form-box {
    padding-top: 60px;
    padding-left: 45px;
    padding-right: 45px;
    
    display: flex;
    align-items: center;

    padding-bottom: 75px;
    background: #232c7d;
}

.contact-form-heading {
    color: #2a2a2a;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.form-details {
    color: #8c8c8c;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-form-heading2 {
    color: #232323;
    text-align: left;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
}


.contact-form {
    width: 100%;
}

.contact-form .form-control {
    height: 40px;
    color: white !important;
    background-color: white !important;
    border-radius: 0px !important;
    padding-left: 20px;
    background: #7b81b1 !important;
    border: none !important;
}


.contact-form .form-control::placeholder {
    color: white !important;
}

.contact-form textarea {
    height: 120px !important;
}

.submit-button {
    margin-top: 30px;
}

.submit-button .btn1 {
    /*
    color: #fff !important;
    background: #2acaa6;
    border: 1.5px solid #2acaa6;
*/
}
.contact_btn_this{
    background-color: #00ADF1 !important;
    transition:all 0.3s ease-in-out !important;
    border: 1px solid white !important;

    
}
.contact_btn_this:hover{
}
/*
.submit-button .btn1:hover{
    color: #fff !important;
    background: #004838;
    border: 1.5px solid #004838;
}
*/
.form-detailsbox {
    padding: 50px 40px;
    background: #fff;
    position: relative;
    height: 100%;
    margin-top: 20px;
}
/* THirth second container section ----------------------------*/
.thirth_container_two{
    background-color: white;
    border-radius: 0px 8px 0px 8px;
    padding: 30px 10px;

}
.thirth_container_two .row{
    padding: 0px 30px;
}
.thirteen_contact_info{
    display: flex;
    align-items: baseline;
    justify-content: center;

}
.contactinfo_heading{
    font-size: 25px;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
}
.contact_icon{
    padding: 10px 8px;
}
.contact_icon i{
    font-size: 20px;
    color: #37bff2;
}
.contact_icon span{
    font-size: 13px;
}
.contact_icon a{
    font-size: 13px;
    color: black;
}
.thirteen_contact_col{
    border-right: 1px solid #ebebeb;
   
}
/* THirth second container section End Here ----------------------------*/

/* thirteen Section Contact End Here------------------------------------------ */

/* Fourteenth Section Footer start here------------------------------------------ */
.footer_container_fluid{
    background-color: #222222;
    padding: 0px 60px 80px 60px;
}
.footer_row{
    background-color: #333333;
    
    padding: 0px 22px;

    
}
.footer_follow_heading{
     font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    color: white;
    margin-right: 20px;
    margin-bottom: 0px;

}
.footer_para{
    font-size: 13px;
    color: #b0b0b0;
    margin-top: 20px;

}
.footer_link{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    font-size: 13px;
    color: white;
}


.footer_link a{
  color: #b0b0b0 !important;
  margin-top: 10px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.footer_link a:hover{
  color: #00aeef !important;

}

.flex_direction_row{
    display: flex;
    flex-direction: row;
}
.footer_follow_us{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
    width: 34%;

}
.footer_follow_us a{
    background-color: #5c5c5c;
    padding: 8px 13px;
    transition: all 0.3s ease-in-out;
}
.footer_follow_us a:hover{
    background-color: #00aeef;
   
}
.footer_follow_us a i{
    color: white;

}
.footer_logo_img{
    background: white;
    padding: 8px 14px;
    width: 43%;
}
/* footer Contact us Section Styles  Starts Here---------------- */
.form-detailsbox {
    padding: 0px 0px;
    background: none !important;
    position: relative;
    height: 100%;
    width: 100%;
}
.margin-left-a{
    margin-left:50px !important;
}


.info {
    width: 100%;
    height: 556px;
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 50px;
    background: #004838;
}

.info_imgbox {
    width: 148px;
    height: 148px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.info_imgbox img {
    width: 100%;
    height: auto;
}

.form-heading {
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.addressbox {
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
*/
    padding-bottom: 10px;
    border-bottom: 2px solid #222222;
    /*    margin-top: 20px;*/
}

.iconbox {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    margin-right: 20px;
    transition: 0.3s;
}

.iconbox i {
    color: #2acaa6;
    font-size: 20px;
}

/*
.iconbox:hover{
    color: #fff;
    background: #d48d04;
    transition: 0.3s;
}
*/

.emailbox2 {
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
*/
    padding-top: 10px;
}

.email-address {
    color: #999;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.email-address:hover {
    color: #eb264b;
}

.phonebox2 {
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
*/
    padding: 10px 0;
    border-bottom: 2px solid #222222;
}



.location {
    color: #282828;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif !important;
    position: relative;
    padding-bottom: 10px;
}

/*
.location::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 3px solid #fff;
    border-radius: 5px;
}
*/
.address-details {
    color: #999;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.contact-no {
    color: #999;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.contact-no:hover {
    color: #eb264b;
    transition: 0.3s ease-in-out;
}

.contact-detailsbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 164%;
}

.contact_iconbox {
    padding-right: 15px;
}

.contact_iconbox i {
    font-size: 20px;
    line-height: 26px;
    color: #0692c7;
}

.contact-detailsbox p {
    margin-bottom: 0;
}
.footer_contact_infos{
    transition: all 0.3s ease-in-out !important;
}
.footer_contact_infos:hover{
    color: #0692c7 !important;

}
.footer_heading_fontweight{
    font-weight: 400 !important;
}
/* footer Contact us Section Styles  End Here---------------- */

/* footer End Row Styles Start Here--------------------------------------- */
.footer_end_row{
    background-color: #333333;
    padding: 20px 10px;
}
.footer_end_col span{
    font-size: 13px;
    color: #c6c6c6;
}
.footer_end_right{
    display: flex;
    justify-content: end;
}
.brand_babusiya{
    font-size: 13px;
    color: #c6c6c6;
    transition: all 0.3s ease-in-out;
}
.brand_babusiya:hover{
   color: #00aeef;
}
.footer_contact_complete_div{
    display: flex !important;
    flex-direction: column !important;
    
    padding: 0px 64px !important;
}
/* footer End Row Styles End Here--------------------------------------- */

/* Fourteenth Section Footer end here------------------------------------------ */


/* Setup Up ALl heading on Here----------------------------------------------- */

/* Setup our products section heading Starts here--------------------------*/
.content-heading1{
  
    display: flex;
    align-items: baseline;
    width: 89%;

}
.long_line{
    background-color: #eee;
    width: 65%;
    height: 2px;
    margin-left: 10px;
}
.long_line_75{
    width: 75% !important;
}
.section_Heading_this{
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    color: black;
}
/* Setup our products section heading Starts here--------------------------*/
/* Setup Up ALl heading on End----------------------------------------------- */


/* Setting up slider content--------------------------------------------- */
.item_postion_relative{
    position: relative !important;
}
.treatment_position_absolute{
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    margin: 0px auto;
}

.slider_hover_link{
    color: #de3b35 !important;
    margin-bottom: 0px !important;
    font-size: 14px;
    padding: 10px 5px;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    /* margin-top: 20px !important; */
    /* padding: 0px !important; */
    position: relative;
    transform: rotateY(45deg);
    transform: inherit;
    transform: translate(0px, 50px);
    display: block;

}
.treatment_position_absolute:hover .treatment_name{
    visibility: visible;
    opacity: 1;
    height: 24vh;
    transform: translate(0px, 0px);
}
/* Setting up slider content--------------------------------------------- */
.sudo_selector{
    font-size: 19px;
    padding: 2px 5px;
    font-family: 'Poppins';
    font-weight: 500;
}
.Fiveth_sudo_selector_h1{
    font-family: 'Russo One' !important;
    font-weight: 300 !important;
    font-size: 18px;
    padding: 3px 10px;
    text-transform: uppercase !important;    
    margin-top: -22px ;
}

.sudo_selector:before{
    content: "";
    position: relative;
    padding: 1px 15px;
    left: -1%;
    border-top: 3px solid #db231b;
    border-left: 3px solid #db231b;
}
.fiveth_section_heading{
    padding: 0px 10px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #00afee;
}
.font_size_21{
    font-size: 21px;
    font-weight: 600;
}
.sudo_selector_two{
    text-align: left !important;
    font-size: 25px;
    padding: 2px 10px !important;

}
.sudo_selector_two:before{
    content: "";
    position: absolute;
    width: 1%;
    height: 4px !important;
    top: -5px;
    padding: 12px;
    left: -0.5%;
    border-top: 3px solid #db231b;
    border-left: 3px solid #db231b;
}
.fiveth_section_heading{
    font-size: 50px !important;
    font-weight: 400 !important;
    color: #10b1f1 !important;
    text-transform: uppercase;
    padding: 0px !important;
    line-height: 57px;
}
.add_font_size{
    font-size: 40px !important;
}
.short_line{
    background-color: #eee;
    width: 49%;
    height: 2px;
    margin-left: 10px;
  
}

.ten_section_heading{
    color: #10b1f1 !important;
    text-transform: uppercase;
    padding: 0px !important;
}
.gallery_let_see{
    content: "";
    position: absolute;
    width: 1%;
    height: 4px !important;
 
    padding: 10px;
  
    border-top: 3px solid #db231b;
    border-left: 3px solid #db231b;
}

/* Testimonial section Desigining Start Here------------------------ */
.testimonial_sudo_seclector_h1{
    text-align: left !important;
    font-size: 20px;
    padding: 4px 15px !important;
}
.testimonial_sudo_seclector:before{
    content: "";
    position: absolute;
    width: 1%;
    height: 4px !important;
    padding: 10px;
    left: 9%;
    border-top: 3px solid #db231b;
    border-left: 3px solid #db231b;
}
.testimonial_heading{
    color: #10b1f1 !important;
    text-transform: uppercase;
    padding: 0px !important;
}
.testimonial_row{
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    padding: 20px 20px;
    width: 90%;
   
    margin: 30px auto !important;
}
.testimonial_col_one{
    padding: 0px !important;
    border-right: 2px solid #ece7e4;
}

.testimonial_col_one img{
    width: 30% !important;
    margin: 0px auto;
    

}
.testimonial_col_one h1{
    font-size: 18px;
    text-align: center;
    margin: 10px auto;
    font-family: 'Poppins';
    font-weight: 600;
}
.testimonial_col_one span{
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    font-family: 'Poppins';
    font-weight: 500;
    color: #d8d8d8 !important;
}

.testimonial_col_two{
    padding: 0px !important;
}
.testimonial_col_two p{
    font-size: 13px;
    padding: 0px 50px;
    text-align: center;
}
/* Testimonial section Desigining End Here------------------------ */

/* Nine Section Team & Partners Style Starts Here -------------------------------*/
.nine_section_container_fluid{
    background-color: #1d1d1d !important;
    padding: 30px 0px !important;
    color: white;
   
}
.nine_sudo_selector::before{
    content: "";
    position: relative;
    height: 0px !important;
    top: -4px;
    padding: 8px 10px;
    border-top: 3px solid #db231b;
    border-left: 3px solid #db231b;
    display: table-caption;
  }

.nine_section_tagline{
    color: #d3d3d3 !important;
    font-size: 16px;
    /* margin-top: 6px !important; */
    padding: 7px 5px;
}
.nine_padding_left{
    padding: 7px 31px !important;
}
.nine_sudo_selector_two::before{
    content: "";
    position: absolute;
    width: 1%;
    height: 0px !important;
    /* top: -4px; */
    left: 50.4%;
    padding: 10px;
    border-top: 3px solid #db231b;
    border-left: 3px solid #db231b;
}
.nine_section_colone h1{
    padding: 1px 10px !important;
}
/* Nine Section Team & Partners Style Starts Here ---------------------------------*/

/* media Query Section Start------------------------------------- */
@media (max-width:999px){
    .main_header {
        background: none;
        padding: 0px 6px;
    }
 

}
@media (max-width:767px){
    .fiveth_section_colone{
         width: 100% !important;
    }
/* Contact Section media query implementation start Here */
.thirth_container_two .row{
    padding: 0px !important;
}
.contact_icon{
    padding: 5px 10px !important;
}
.contactinfo_heading{
    font-size: 15px !important;
}
.Thirteen_container_fluid{
    padding: 80px 0px !important;
}
/* Contact Section media query implementation End Here */

/* Footer Section media query implementation start Here */
.footer_row{
    padding: 0px 0px;
    gap: 10px;
}
.footer_follow_us{
    width: 100% !important;
    justify-content: center !important;

}
.footer_follow_heading{
    font-size: 23px;

    width: 37% !important;
}
.footer_para{
    margin-top: 10px !important;
}
.footer_logo_img{
    margin-top: 10px;
}
.footer_second_row{
    gap:10px !important;
}
.footer_follow_heading{
    text-align: left !important;
    width: 100% !important;
}
.footer_contact_complete_div{
    padding: 0px 12px !important;
}
.contact_contentbox{
     width: 55% !important;

}
.footer_link a{
    color: #b0b0b0 !important;
}
.contact-no-heading{
    font-weight: 600 !important;
}
.footer_follow_us_heading_smfs{
    font-size: 17px !important;
}
.footer_end_row{
    gap: 10px !important;
}
/* Footer Section media query implementation End Here */

/* Who we are section media query implementation start Here */
.third_section_container{
    margin-top: 0px !important;
}
/* Who we are section media query implementation End Here */

/*Nine section team and partner section media query implementation starts Here */
.img_width_sm_{
    width: 100% !important;
}
/*Nine section team and partner section media query implementation end Here */

/*section fourth Our product media query implementation starts Here */
.section5{
    padding-top: 30px !important;
}
.content-heading1{
    width: 100% !important;
}
.section_Heading_this{
    font-size: 25px !important;
    font-weight: 600 !important;
    width: max-content;
    
    text-align: left;
}
.long_line{
    width: 60%;
    display: none !important;
}
/*section fourth Our product media query implementation End Here */

/*section fiveth Our product media query implementation Start Here */
.fiveth_section_heading{
    font-size: 20px !important;
    line-height: 33px;
    font-weight: 700 !important;
}
/*section fiveth Our product media query implementation End Here */

/*section Sixth Rating media query implementation Start Here */
.sixth_first_content{
         width: 50% !important;
        padding: 20px 12px 20px 0px !important;
}
.seventh_width_50{
    width: 60% !important;
    padding: 20px 12px 20px 0px !important;
    
}
.seventh_width_60{
    width: 70% !important;
    padding: 20px 12px 20px 0px !important;
    
}
.seventh_width_70{
    width: 80% !important;
    padding: 20px 12px 20px 0px !important;
    
}
/*section Sixth Rating media query implementation Start Here */

/*section Third Who we are media query implementation Start Here */
.third_section_container{
    padding: 0px !important;
    max-width: 100% !important;
    margin: 0px !important;
}
.third_section_coltwo {
    padding: 40px 37px 10px 37px !important;
}
/*section Third Who we are media query implementation End Here */

/* Product Page New Content Style Add Here------------------------ */
.pc_ul_divide_col{
    column-count:1 !important;
}

    
}

@media screen and (min-width:481px) and (max-width:599px){
    .section_Heading_this{
        font-size: 20px !important;
        width: max-content;
        
    }
    .fiveth_section_heading{
        font-size: 19px !important;
        line-height: 33px;
        font-weight: 500 !important;
    }
    .testimonial_col_one{
        border-right: none !important;
    }
    .tenth_short_line{
        display: none !important;
    }
    .gallery_short_line{
        display: none !important;
    }
    .add_border_radius{
        height: 20vh !important;
    }
    .pc_ul_divide_col{
        column-count:1 !important;
    }
    
    /* Hero Banner Section media Starts here------------------------------------- */
    .top_banner_content{
    padding: 20px 25px !important;
    }
    .hero_section_brand_title{
    font-size: 13px !important;
    }
    .hero_section_brand_name{
    font-size: 13px !important;
    }
    .hero_section_product_name{
    font-size: 23px !important;
    width: 53vw !important;

    }
/* Hero Banner Section media end here------------------------------------- */

}
@media (max-width:480px){
    .section_Heading_this{
        font-size: 18px !important;
        width: max-content;
    }
    .fiveth_section_heading{
        font-size: 30px !important;
        line-height: 38px;
        font-weight: 500 !important;
    }
    .sudo_selector_two {
        text-align: left !important;
        font-size: 19px !important;
        padding: 0px 8px !important;
    }
    .sudo_selector:before {
        content: "";
        position: relative;
        width: 1%;
        
        padding: 0px 11px;
       
        border-top: 3px solid #db231b;
        border-left: 3px solid #db231b;
    }
    .nine_sudo_selector::before {
        content: "";
    position: absolute;
    width: 1%;
    height: 0px !important;
    /* top: -4px; */
    padding: 10px;
    left: 8.6%;
    border-top: 3px solid #db231b;
    border-left: 3px solid #db231b;
    }
    .nine_section_container_fluid{
        margin-top: -30px !important;
    }
    .nine_section_coltwo{
        padding: 0px 20px !important;
    }
    .nine_section_colone{
        padding: 0px 20px !important;
    }
    .nine_section_tagline {
        color: #d3d3d3 !important;
        font-size: 16px;
        /* margin-top: 6px !important; */
        padding: 6px 0px;
    }
    .nine_sudo_selector_two::before {
        content: "";
        position: absolute;
        width: 1%;
        height: 0px !important;
        /* top: -4px; */
        left: 2.4%;
        padding: 10px;
        border-top: 3px solid #db231b;
        border-left: 3px solid #db231b;
    }
    .ten_section_heading{
        font-size: 27px !important;
    }
    .sudo_selector_two {
        text-align: left !important;
        font-size: 19px !important;
        padding: 1px 8px !important;
    }
    .add_flex{
        display:flex !important;
        justify-content: space-between !important;
        align-items: center  !important;
    }
    .gallery_letsee::before {
        content: "";
        position: absolute;
        width: 1%;
        height: 4px !important;
        padding: 8px;
        border-top: 3px solid #db231b;
        border-left: 3px solid #db231b;
        left: 1.8%;
    }
    
    .gallery_letsee_h1 {
        font-size: 20px;
        font-family: 'Poppins';
        margin-top: -8px !important;
        padding: 2px 16px !important;
    }
    .gallery_short_line {
        background-color: #eee;
        width: 42%;
        height: 2px;
        margin-right: 20px;
        display: none !important;
        margin-left: 10px;
    }
    .testimonial_sudo_seclector:before {
        content: "";
        position: absolute;
        width: 1%;
        height: 4px !important;
        padding: 10px;
        left: 3%;
        border-top: 3px solid #db231b;
        border-left: 3px solid #db231b;
    }
    .testimonial_sudo_seclector_h1 {
        text-align: left !important;
        font-size: 16px;
        padding: 5px 10px !important;
    }    
    .contact_sudo_selector::before {
        content: "";
        position: absolute;
        width: 1%;
        height: 4px !important;
        padding: 9px;
        left: 2%;
        border-top: 3px solid #db231b;
        border-left: 3px solid #db231b;
    }
    .contact_sudo_selector_h1 {
        font-size: 16px;
        padding: 0px 0px 0px 10px;
        margin-top: -3px !important;
    }   
    .thirteen_section_heading {
      
        padding: 0px 10px!important;
    } 
    .long_line{
        width: 50%  !important;
        display: none !important;
    }
   .tenth_short_line{
    display: none !important;
   }
   .testimonial_col_one{
    border-right: none !important;
}
.add_border_radius{
    height: 20vh !important;
}
.pc_ul_divide_col{
    column-count:1 !important;
}

}
.treatment_detailsbox_border_radius{
    border-radius: 0px !important;
}
@media screen and (min-width:767px) and (max-width:999px){
    .treatment_name{
        display: flex !important;
        flex-direction: column !important;

    }
    .treatment_detailsbox{
        width: fit-content;
        margin: 0px auto;
    }
    .sudo_selector:before {
        content: "";
        position: relative;
        width: 1%;
        
        padding: 0px 11px;
       
        border-top: 3px solid #db231b;
        border-left: 3px solid #db231b;
    }
    .sixth_first_content {
        background: #e9eef4;
        width: 60%;
        padding: 20px 8px 20px 180px !important;
        margin-right: 10px;
        font-size: 17px;
        font-family: 'Poppins';
        font-weight: 600;
    }
    .seventh_width_50{
        width: 70%;
        padding: 20px 8px 20px 218px !important;
    }
    .seventh_width_60{
        width: 80%;
        padding: 20px 8px 20px 267px !important;
    }
    .seventh_width_70{
        width: 90%;
        padding: 20px 8px 20px 260px !important;
    }
    .content-heading1 {
        display: flex;
        align-items: baseline;
        width: 99%;
    }
    .fiveth_section_heading {
        font-size: 25px !important;
        font-weight: 500 !important;
        color: #10b1f1 !important;
        text-transform: uppercase;
        padding: 0px !important;
    }
  
    .nine_sudo_selector::before {
        content: "";
        position: absolute;
        width: 1%;
        height: 0px !important;
        /* top: -4px; */
        padding: 10px;
        left: 6%;
        border-top: 3px solid #db231b;
        border-left: 3px solid #db231b;
    }
    .ten_section_heading {
        color: #10b1f1 !important;
        text-transform: uppercase;
        font-size: 25px;
        padding: 0px !important;
    }
    .gallery_short_line {
        background-color: #eee;
        width: 49vw;
        height: 2px;
        margin-right: 20px;
        margin-left: 10px;
    }
    .gallery_letsee::before {
        content: "";
        position: absolute;
        width: 1%;
        height: 4px !important;
        padding: 10px;
        border-top: 3px solid #db231b;
        border-left: 3px solid #db231b;
        left: 6%;
    }
    .gallery_letsee_h1 {
        font-size: 20px;
        font-family: 'Poppins';
        margin-top: -5px !important;
        padding: 0px 20px !important;
    }
    .testimonial_sudo_seclector:before {
        content: "";
        position: absolute;
        width: 1%;
        height: 4px !important;
        padding: 10px;
        left: 7%;
        border-top: 3px solid #db231b;
        border-left: 3px solid #db231b;
    }
    .contact_sudo_selector::before {
        content: "";
        position: absolute;
        width: 1%;
        height: 4px !important;
        padding: 11px;
        left: 5%;
        border-top: 3px solid #db231b;
        border-left: 3px solid #db231b;
    }
    .contact_icon{
        padding: 0px !important;
    }
    .contact_icon i{
        margin-right: 10px !important;
    }
    .contactinfo_heading {
        font-size: 16px;
        margin: 0px 0px 5px 0px;
        font-weight: 600;
    }
    .footer_follow_us {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 7px;
        width: 80%;
    }
    .footer_contact_complete_div{
        padding: 0px !important;
    }
    .address-details {
        color: #999;
        font-size: 13px;
        width: 87%;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .ten_section_heading{
        font-size: 20px !important;
    }
    .add_border_radius{
        height: 18vh !important;
    }
    .gallery_short_line{
        display: none !important;
    }
    .footer_end_right{
        justify-content: left;
    }
    .section_Heading_this{
        font-family: 'Poppins';
        font-size: 15px;
        font-weight: 600;
        color: black;
    }
    .fiveth_section_colone{
        width: 31.9% !important;
    }
    .fiveth_section_heading{
        line-height: 40px !important;
    }
    .sixth_section_coltwo{
        padding: 20px 20px !important;
    }
    .sixth_section_coltwo h1{
        font-size: 16px !important;
    }
    .footer_link a {
        color: #b0b0b0;
        margin-top: 10px;
        font-weight: 400;
        transition: all 0.3s ease-in-out;
        font-size: 11px;
      }
      .address-details {
        color: #999 !important;
        font-size: 11px !important;
        width: 68% !important;
        line-height: 22px !important;
        font-weight: 400 !important;
        margin-bottom: 0 !important;
      }
      .email-address{
        font-size: 11px !important;

      }
      .contact-no{
        font-size: 11px !important;
      }
      .footer_para{
        font-size: 11px !important;

      }
      .pc_ul_divide_col{
        column-count:3 !important;
    }
    
}

@media screen and (min-width:600px) and (max-width:767px){
    .nine_section_container_fluid{
        margin-top: -50px !important;
    }
    .testimonial_col_one{
        border-right: none !important;
    }
    .top_banner_content{
        padding:20px 33px !important ;
    }
    .ten_section_heading{
        font-size: 20px !important;
    }
    .add_border_radius{
        height: 18vh !important;
    }
    .gallery_short_line{
        display: none !important;
    }
    .footer_end_right{
        justify-content: left;
    }
    .pc_ul_divide_col{
        column-count:2 !important;
    }
    
}

/* media Query Section Start------------------------------------- */

.remove_height{
    height: fit-content;
}
.remove_height a{
    padding: 15px 10px !important;
}
.add_postion{
    position: relative;
    right: -10px;
    top: -30px;
}
.add_background_slider_content{
    background-color: #00adef;
}
.color_white{
    color: white !important;
}
.item_same_font{
font-size: 16px;
font-family: 'Poppins';
font-weight: 500;
}
.slider_textpara{
    color: white;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
}
.slider_img_team{
width: 85% !important;
}
.remove_top_left{

    right: 0;
    width: 80%;
    transform: translate(15%, 1%);
   
}
.learn_more_racks{
font-size: 16px;
font-weight: 500;
margin-top: 10px !important;
padding: 10px 10px ;
color: #00aeee !important;
}
.product_name_racks{
    margin-top: 30px;
    color: #df3e37 !important;
    padding-top: 20px !important;
    font-family: 'Russo One';
    font-weight: 400;
    font-size: 15px !important;
}
.add_height{
    height: fit-content !important;
    padding: 40px 0px !important;
    position: relative;
 
}
.add_border_radius{
   height: 14vh;
   border: 2px solid #eee;
   position: relative;
   top:-60px;
   
}

.section5{
    padding-bottom: 10px !important;
}

/* Setup Hero Section banner slider--------------------------------------- */
.top_banner_content{
    position: absolute !important;
    color: white;
    padding: 20px 70px;
    font-family: 'Russo One';
   
    font-style: italic;
}
.hero_section_brand_title{
    font-style: normal !important;
    font-size: 19px !important;
    font-weight: 400 !important;
}
.hero_section_brand_name{
    font-size: 24px !important;
}
.hero_section_product_name{
    font-size: 67px ;
    width: 20vw;
}
.hero_learn_more{
    padding: 10px 20px !important;
    border-radius: 0px !important;
    background-color: #00adef !important;
    font-family: 'poppins';
    font-size: 14px;
    color: white !important;
    font-weight: 500;
    font-style: normal !important;
}
.hero_contact_us{
    padding: 10px 20px !important;
    color: white !important;
    font-weight: 500;
    border-radius: 0px !important;
    background-color: #222a7d !important;
    font-family: 'poppins';
    font-size: 14px;
    font-style: normal !important;
    margin-left: 30px !important;
}


@media (max-width: 480px) {
   
     /* Hero Banner Section media Starts here------------------------------------- */
     .top_banner_content{
        padding: 20px 25px !important;
    }
    .hero_section_brand_title{
        font-size: 13px !important;
    }
    .hero_section_brand_name{
        font-size: 13px !important;
    }
    .hero_section_product_name{
        font-size: 22px !important;
        width: 53vw !important;
    
    }
    .Fiveth_sudo_selector_h1{
        padding: 3px 19px !important;
    }
  
    /* Hero Banner Section media end here------------------------------------- */
}
.our_best_client_padding{
    padding: 2px 12px;
}
.gallery_sudos_this::before{
    content: "";
    position: relative;
    padding: 1px 12px;
    left: -1%;
    border-top: 3px solid #db231b;
    border-left: 3px solid #db231b;
    top: 30px;
}


/*About page start*/

.banner-heading-section {
    background: #e8e8e8;
    position: relative;
    padding: 50px 0;
}

.bg-banner-image {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/under-banner.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 90px 0 90px;
}

.about-content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.about-content h1 {
    color: #282828;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}

.about-content nav {
    width: 100% !important;
    margin-top: 10px;
}

.about-content .breadcrumb {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
}

.about-content .breadcrumb-item a {
    color: #282828 !important;
    font-size: 18px;
    line-height: 22px;
}

.about-content .breadcrumb-item.active {
    color: #282828 !important;
}

.about-content .breadcrumb-item.active a {
    color: #282828 !important;
}

.about-content .breadcrumb-item + .breadcrumb-item::before {
    color: #282828 !important;
}

.imagebox {
    width: 100%;
    height: auto;
}

.imagebox img {
    width: 100%;
    height: auto;
}

.aboutpage_section1 .contentbox_heading1_ul {
    width: 90px;
}

.aboutpage_section1 .imagebox3 {
    border-radius: 30px;
}

.aboutpage_section2 {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #ebebeb;
}

.skillbox {
    padding: 20px;
    background: #fff;
}


.aboutpage_section2 .list-row {
    margin-top: 10px;
}

.experiencebox {
    padding: 20px;
    background: #08b1b6;
}

.experiencebox .list-content {
    color: #fff;
}

.experiencebox .list-iconbox i {
    color: #fff;
}

/*About page end*/

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.aboutus_page-section1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.aboutus_page-section1 .heading-2 {
    color: #2a2a2a;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.aboutus_page-section1 .left-contentbox {
    padding-bottom: 0px;
}

.aboutus_page-section1 .left-contentbox .left-contentbox-details {
    margin-bottom: 0;
    color: #252525;
}

.about-section2 {
    padding-top: 90px;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(./images/hero-banner-01.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 90px;
}



.iconbox2 {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
    transition: 0.3s ease;
}

.iconbox2 img {
    width: 60px;
    height: 60px;
}

.iconbox2 i {
    color: #fff;
    font-size: 24px;
    transition: 0.3s ease;
}

.iconbox2:hover {
    background: #fff;
    transition: 0.3s ease;
}

.iconbox2:hover i {
    color: #2a2a2a;
    transition: 0.3s ease;
}

.sub-cloumbox-heading {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}

.sub-cloumbox-details {
    color: #ededed;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}




.banner-heading-section {
    background: #252525;
    position: relative;
    padding: 50px 0;
}


.bg-banner-image {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/under-banner.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
}


.about-content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.about-content h1 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}

.about-content nav {
    width: 100% !important;
    margin-top: 10px;
}

.about-content .breadcrumb {
    padding: 0 !important;
    margin-bottom: 0 !important;
    justify-content: center;
    background-color: transparent !important;
}

.about-content .breadcrumb-item a {
    color: #fff !important;
}

.about-content .breadcrumb-item.active {
    color: #fff !important;
}

.about-content .breadcrumb-item.active a {
    color: #fff !important;
}

.about-content .breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}

.imagebox {
    width: 100%;
    height: auto;
}

.imagebox img {
    width: 100%;
    height: auto;
}

.aboutpage_section1 .contentbox_heading1_ul {
    width: 90px;
}

.aboutpage_section1 .imagebox3 {
    border-radius: 30px;
}

.aboutpage_section2 {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #ebebeb;
}

.skillbox {
    padding: 20px;
    background: #fff;
}


.aboutpage_section2 .list-row {
    margin-top: 10px;
}

.experiencebox {
    padding: 20px;
    background: #08b1b6;
}

.experiencebox .list-content {
    color: #fff;
}

.experiencebox .list-iconbox i {
    color: #fff;
}
.about_container_mt{
    margin: 100px auto !important;
}
/*About page end*/
/* About Page Bread crumbs End -------------------------------------- */


/* Product Category Page Style Starts Here ------------------------------------------*/

/* Adding New Content on the product category page---------- */
.pc_add_font_style{
    font-size: 23px;
font-family: poppins;
font-weight: 600;
letter-spacing: 1.2px;
}
.pc_add_para_fontstyle{
 
    font-family: 'Poppins' !important;
font-weight: 400 !important;
color: #6d6d6d !important;
line-height: 25px !important;
font-size: 14px !important;
margin: 20px auto;
}
.pc_ul_divide_col{
    column-count: 3;
    padding: 0px 0px !important;
}


.suggested_fontstyle{
    font-size: 19px !important;
font-family: 'poppins' !important;
font-weight: 600 !important;
letter-spacing: 1.2px !important;
margin: 60px auto 5px auto !important;
}

.pc_ul_divide_col li a{
  /* color: black;
  font-size: 14px;
  font-weight: 400; */
    transition: all 0.3s ease-in-out;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    color: #6d6d6d !important;
    line-height: 25px !important;
    font-size: 14px !important;
    padding: 10px 15px !important;

}
.pc_ul_divide_col li a:hover{
    color: #0d6efd !important;

}
.pc_ul_divide_col li a i{
  color: #0d6efd !important;
  font-size: 14px;
  font-weight: 400;
    

}
/* Adding New Content on the product category page---------- */

.righticon{
    background:#fe0000;
    transition:all 0.5s ease-in-out;
    color:white;
    cursor:pointer;
    padding:10px 15px;
    

}
.righticon:hover{
    background:#012c5f;
    transform:scale(1.3);
}

  
  h4 {
    margin: 2rem 0rem 1rem;
  }
  

    td, th {
      vertical-align: middle;
      
    }
  

.galtitle{
      font-size: 15px;
    font-weight: 600;
    width:30vw;
}
.imagecolumn .catimg{
       height: 150px;
    margin: 20px auto;
    padding: 0px;
        filter: brightness(1.2);
    transition:all 0.5s ease-in-out;
    border-radius: 5px;
   
}
.imagecolumn .catimg:hover{
  transform:scale(1.1);
  cursor:pointer;
}
.textcenter{
    text-align: center !important;
}

#tbody{
  width: 100%;
  margin: auto;
  display: flex !important;
 
  align-items: center;
  justify-content: flex-start; 
}
.galheading h1{
      font-size: 25px;
    font-weight: 700;
    margin-top: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media screen and (max-width:480px){
.scrolldiv{
  width:100vw;
  overflow-x:scroll;
}
.imagecolumn .catimg{
  
    width: 20vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;

}
.preview-card__img {
    width: 100% !important;
    height:auto !important;
    margin: 0px auto;
    
    transform: none;
}
.preview-card{
    width: 100% !important;
}
}
.mediacounttd{
  width:10vw;
}
.rightarrowtd{
  width:25vw !important;
}

table tr {
  transition:all 0.3s ease-in-out;
}
table tr:hover{
  background:#eee;
  cursor:pointer;
}

/* This is for Gallery Table Albums Completed here*/


/* This is for Gallery card albumns  Start here*/

.preview-card {
  position: relative;
  background: #e9eef4 !important;
  
  width: 100% !important;
border:1px solid #eee;
  padding: 0px 0px 20px 0px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.preview-card:hover{
    box-shadow:none;
}


@media screen and (max-width: 992px) {
  .preview-card {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .preview-card {
    min-height: 500px;
    height: auto;
    margin: 120px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .preview-card {
    height: auto;
  }
}
.preview-card__item {
  display: flex;
  flex-direction:column;
  justify-content:center;
 /* display: block;*/
  align-items: center;
}
@media screen and (max-width: 768px) {
  .preview-card__item {
    flex-direction: column;
  }
}
.preview-card__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.preview-card__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.preview-card__img {
  /*width: 230px;
  flex-shrink: 0;
  height: 300px;*/
  width:100% !important;
  background: white;
  /*box-shadow: 0px 3px 10px 1px rgba(252, 56, 56, 0.2);*/
  border-radius: 6px;
  /*transform: translateX(-80px);*/
  overflow: hidden;
  height: 300px;
  transition:all 0.2s ease-in-out;
 position: relative;
        border-bottom: 2px solid #0d6efd !important;
}

.preview-card__img img {
   max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .preview-card__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
.preview-card__img img:hover{
  transform:scale(1.2)
}
@media screen and (max-width: 576px) {
  .preview-card__img {
    width: 95%;
  }
}
.preview-card__content {

    width: 20vw;
    padding: 0px 15px;
}

@media screen and (max-width: 768px) {
  .preview-card__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .preview-card__content {
    padding: 0;
  }
}
.preview-card__content > * {
  transform: translateY(25px);
  transition: all 0.4s;
}
.preview-card_time{
  font-size: 11px;
  line-height: 18px;
  color: #ed1b24;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;

}
.preview-card__code {
  font-size: 11px;
  line-height: 18px;
  padding:0px 5px;
  color: #7b7992;
      letter-spacing: 1px;
     margin-bottom: 10px;
  display: block;
  font-weight: 500;
}

.preview-card__title {
  
    
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 5px;
  
   
}
#contentid{
  color:#ffbe0c !important;
  font-weight:600;
  font-family: oswald;
}
.preview-card__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.preview-card__button {
    display: flex;
    background: white !important;
    padding: 10px 10px;
    width: 11vw;
    border: 1px solid #0d6efd !important;
    color: #0d6efd !important;
    font-family: oswald;
    margin: 15px auto 30px auto !important;
    border-radius: 7px;
    color: #fff;
    /* box-shadow: 0px 3px 10px rgba(252, 56, 56, 0.4); */
    text-decoration: none;
    font-weight: 600;
    justify-content: center !important;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid #333238;
    transition: all 0.5s ease-in-out !important;
    width: 100% !important;
    align-items: center !important;
    font-family: 'Poppins' !important;
    gap: 10px;
    width: 64% !important;
}
.preview-card__button:hover {
 background:#0d6efd !important;
 color:white !important;

  
}

@media screen and (max-width: 576px) {
  .preview-card__button {
    width: 100%;
  }
  .galleryitem{
    width: 42vw !important;
    margin: 3px 9px !important;
  }
}
.galleryitem{
   width: 20vw !important;
   margin: 5px 5px;
}

/* Blog Title Here */
#productname {
    color: black;
    font-weight: 700;
    font-family: 'poppins' !important;
    font-size: 16px;
    font-family:oswald;
    text-decoration: none;
    line-height: 16px;
}
/* Blog Title Here */

.tbody{

  display: flex !important;
    width: 90%;
    flex-wrap: wrap;
    margin: 30px auto !important;
    align-items: center;
   

}
/* This is for Gallery card albumns  Completed here*/

/* This is for Gallery card albumns  Start here*/



/* This is for Gallery card albumns Media Query Start here*/

@media screen and (max-width:480px){
body{
 width:100vw;
 margin:0;
 padding:0;
 overflow-x:hidden;
}
.tbody{
   display: flex !important;
    flex-direction: column !important;
    width: 100vw;
    margin: 30px auto !important;
    align-items: center;
}
.galleryitem{
  
width:100% !important;
margin:0px 0px !important;

}
.preview-card__content{
      display: flex;
    flex-direction: column;
    align-items:flex-start !important;
    margin-top:0px;
        width: 100% !important;
    padding: 0px 15px;

}
.preview-card__img{
  width:100% !important;
 height: 350px !important;
  margin: 0px auto;
  transform:none;
  
}
.preview-card__img img{
  height:auto !important;
}
.preview-card{
  min-height:auto !important;
  margin: 10px auto;
}
.preview-card__title{
    width: 80vw;
    text-align: left;
}
.preview-card__title{
  margin-top:0px;
}
}

@media (min-width: 481px) and (max-width: 767px){
body{
  width:100vw;
  margin:0px;
  padding:0px;

 
}

.galleryitem {
    width: 41vw !important;
    margin: 3px 9px !important;
}
.preview-card__img{
  width:100% !important;
     background: none;
  margin: 0px auto;
  transform:none;
}

.preview-card__content{
      display: flex;
    flex-direction: column;
    align-items:flex-start !important;
    margin-top:0px;
    width:100% !important;
    padding:0px 10px;
}
.preview-card{
  min-height:auto !important;
  margin: 10px auto;
  width: 100% !important;
}
.tbody{
   display: flex !important;
    width: 100vw;
    margin: 30px auto !important;
    align-items: center;
}
.preview-card__title{
  width:100% !important;
  margin-top:0px;
}
.preview-card__code{
    margin-top:0px;
}
.preview-card__button{
  justify-content: space-between !important;

}
}

@media (min-width: 768px) and (max-width: 1250px){
body{
    width:100vw;
    margin:0px;
    padding:0px;
    
}
.container_s{
    
    margin-left: 0px;
}
.galleryitem {
        width: 40vw !important;
    margin: 3px 12px !important;
    padding-left:0px !important;
}
.preview-card__img{
    width:100% !important;
        background: none;
    margin: 0px auto;
    transform:none;
}

.preview-card__content{
        display: flex;
    flex-direction: column;
    align-items:flex-start !important;
    margin-top:0px;
    padding:5px 0px;
    width:100%;
    padding:0px 10px;
}
.preview-card{
    min-height:auto !important;
    margin: 10px auto;
}
.tbody{
    display: flex !important;
    width: 100vw;
    margin: 30px auto !important;
    align-items: center;
    justify-content: center;
}
.preview-card__title{
    width:27vw !important;
    margin-top:0px;
}
.preview-card__code{
    margin-top:0px;
}
.preview-card__button{
    width:100%;
}
}
#backtotop{
    width:auto !important;
}
#viewbtn{
    width:100%;
}
.container_s{
    width: 90%;
    
    margin-top: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.albumheading{
    
        font-size: 25px;
    font-weight: 700;
    margin-top: 50px;
    text-align:center;
    text-transform: uppercase;
    margin-bottom: 20px;

}

.topfluid {
    background-color:  #504e4c !important;
}
.rowsheader{
    background-color: #504e4c !important;
}
.ppboxes{
    display: flex ;
    width: 90%;
    margin: 10px auto;
}
/* Product Category Page Style Starts Here ------------------------------------------*/

.padding_100{
    background-color: #e9eef4 !important;
    padding-bottom: 100px !important;
}
.mt-30s{
    margin: 60px auto 20px auto !important;
}
.mt-50s{
    margin: 100px auto 0px auto !important;
}
.pt-70s{
    padding: 70px 10px !important;
}
.add_absolute{
    position: absolute;
top: 0;
left: 0;
height: 100%;
}
.slider_img_box_relative{
    width: 100% !important;
    background: white;
    /* box-shadow: 0px 3px 10px 1px rgba(252, 56, 56, 0.2); */
    border-radius: 6px;
    /* transform: translateX(-80px); */
    overflow: hidden;
    height: 300px !important;
    transition: all 0.2s ease-in-out;
    position: relative !important;
    border-bottom: 2px solid #eee;

}
.slider_img_box_relative img{
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    transition: all 0.5s ease-in-out !important;
}
.add_border_color{
    border: 2px solid #eee !important;
}
.add_00adef{
    border:2px solid #00adef !important;
}



/* Modal Popup Box Style STarts Here -------------------- */
/* Get a free quote box modal style Starts here------------------------------- */
#get_free_quote{
    position: fixed;
    /* display: none; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    font-family: 'Oswald', sans-serif !important;
    padding: 20px 30px;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transform: translate(0px, 100%);
    transition: all 0.3s ease-in-out;
}
.get_free_quote_container{
    background: white;
    max-width: 70% !important;
     padding: 0px !important;
    margin-top: 10vh;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-left: auto !important;
    margin-right: auto !important;
}
.removeborder{
    border: 1px solid #bf9b5f;
}
.open_get_free_quote{
    visibility: visible !important;
    opacity: 1 !important;
    transform: translate(0px, 0%) !important;
}
.get_free_quote_inputbox input{
    padding: 12px !important;
}
/* Get a free quote box modal style End here------------------------------- */

@media (max-width:950px){
    .get_free_quote_container{
      
    max-width: 100% !important;
    margin-top: 2vh !important;

    }
    .get_free_quote_inputbox{
        margin-top: 10px !important;
    }
}

/* Popup modal Box style End here------------------------------- */

/* Contact Us Section Starts Here-------------------------------------- */
.contactsection{
    background-color: #ffffff;
}
.addressandiconbox{
  display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contacticon{
    font-size: 19px;
    margin-right: 10px;

  
    padding: 10px 0px;

    border-radius: 9px;
    color: #333238;
}
.addressandiconbox h1{
    font-size: 17px;
    font-family: 'roboto';
    font-weight: 900;
    margin-bottom: 0px !important;
}
.contactcontent{
    margin-top: 10px;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 10px;
}
.contactemail{
    color: black;
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
}
.contactphone{
    color: black;
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
}
.inputone{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inputone input{
    width: 49%;
    padding: 8px;
    font-family: 'Roboto';
    font-size: 14px;
    border: 2px solid #eee !important;
    
    outline: none !important;
}
.contacttextarea{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.contacttextarea textarea{
    width: 100%;
    border: 2px solid #eee !important;
    font-size: 14px;
    padding: 8px;
    outline: none !important;
}
.contacttextarea button{
    width: 100%;
}
.contactformbox{
    background: white;
    padding: 30px 20px;
    border: 0px solid #eee;
}
.contactcontentbox{
    background: #f8fafc;
    /* background: #bf9b5f; */
    padding: 30px 20px;
    border: 1px solid #eee;
}
.contacth1{
    color: #000a1d;
}
.contactcontainer{
    max-width: 80%;
    margin: 0px auto;
}
@media (max-width:767px){
    .contacticon{
        margin-right: 5px;
    }
    .addressandiconbox h1{
        font-size: 18px !important;
    }
      .inputone{
        
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
      
      }
      .inputone input{
        
     width:100%;
     border: 2px solid #eee !important;
     margin-bottom:10px
      
      }
      .contactcontent{
        padding: 0px;
        font-size: 13px;
    }
    .contacticon{
        padding: 0px !important;
    }
}
@media (max-width:1000px){
    .contacticon{
        padding: 0px !important;
    }
    .contactcontent{
        padding: 0px;
        font-size: 13px;
    }
    .contacticon{
        margin-right: 5px;
    }
    .addressandiconbox h1{
        font-size: 18px !important;
    }
}

/* Contact Us Section Starts Here-------------------------------------- */
.open_get_free_quote{
    visibility: visible !important;
    opacity: 1 !important;
    transform: translate(0px, 0%) !important;
}
.popup_btns{
    background-color: #232b7e !important;
}
.popup_hone{
    font-family: 'Poppins' !important;
    font-weight: 700 !important;
    font-size: 30px !important;
   
}
.mb-30s{
    margin-bottom: 30px !important;
}

.popup_xmarks{
    color: white;
    position: absolute;
    top: 23px !important;
    right: 15px !important;
    font-size: 25px;
    background: #dc3545;
    padding: 13px 15px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.popup_xmarks:hover{
    color: #dc3545;
    background-color: #f2f4f8;
}
@media (max-width:767px){
    .popup_xmarks{
        font-size: 13px !important;
top: 0 !important;
right: 0 !important;
border-radius: 0px !important;
    }
    .mb-30s{
        margin-top: 10px;
font-size: 25px !important;
font-weight: 700 !important;
text-align: left !important;

    }
}
.img_width_sm_{
    max-width: 90% !important;
    margin: 0px auto !important;
}
.d_flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



/*Whatsapp Icon*/
.phone-call {
    width: 50px;
    height: 50px;
    right: 13px;
    bottom: 15px;
    background: #10b418;
    position: fixed;
    overflow: hidden !important;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 115;
    display: block;
    line-height: 65px;
  }
  
  .phone-call img {
    vertical-align: baseline !important;
  }
  
  /*.phone-call:after {
    position: absolute;
    content: "Order On Whatsapp";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }*/
  
  .phone-call::after {
    position: absolute;
    content: "Drop Your Message";
    z-index: -2;
    top: 11px;
    left: -150px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 18px;
    color: #0c9212;
    font-size: 13px;
    font-weight: bolder;
    padding: 5px 14px 6px 14px;
    border-radius: 18px;
    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
    border: 1px solid #25d366;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
  }
  
  .whatsapp-container:hover .phone-call::after {
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
  }
  
  .phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  
  @-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
  
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
  
    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }
  
    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }
  
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
  }
  
  @keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
  
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
  
    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }
  
    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }
  
    100% {
        transform: scale(1);
        opacity: 0;
    }
  }
  
  /*  Whatsapp End Here Icon */
  
  
  
  /*Scrolltop*/
  
  
  .scroll_top{
    bottom: 80px;
    display: none;
    background-color: #000a1d !important;
    width: 50px;
    height: 50px;
    right: 13px;
   
    background: black;
    position: fixed;
    overflow: hidden !important;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 115;
    display: block;
    line-height: 65px;
  }
  .showfixedtop{
    display: block !important; 
  }
  .scroll_top i{
    font-size: 20px;
    display: flex;
    width: 50px;
    
    justify-content: center;
    margin-top: 15px;

   

  }
  
  /*Scrolltop*/

  .long_line_58{
    width: 58% !important;
  }
  .col_flex{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
 
  }
@media (max-width:1150px){
    .col_flex{
        justify-content: center !important;
        flex-wrap: wrap;
    }
    .col_flex img{
        width: 100%  !important;
    }
}

.font_sm_text{
    font-size: 15px !important;
}


@media (max-width:767px){
#productname{
    width: 100% !important;
    display: flex;
    justify-content: center;
}
.preview-card__title{
  width:100% !important;
  margin-top:0px !important;
}
.preview-card__code{
    margin-top:0px !important;
}
.preview-card__button{
  justify-content: space-between !important;
  
}
}
@media (max-width:999px){
#productname{
    width: 100% !important;
    display: flex;
    justify-content: center;
}
.preview-card__title{
  width:100% !important;
  margin-top:0px !important;
}
.preview-card__code{
    margin-top:0px !important;
}
.preview-card__button{
  justify-content: space-between !important;
  
}
}

@media (max-width:480px){
#productname{
    width: 100% !important;
    display: flex;
    justify-content: center;
}
.preview-card__title{
  width:100% !important;
  margin-top:0px !important;
  padding: 8px !important;
}
.preview-card__code{
    margin-top:0px !important;
}
.preview-card__button{
  justify-content: space-between !important;
  
}
}

@media (max-width:999px){
    .footer_end_right{
        justify-content: flex-start !important;
        
    }
    .third_section_colone h1{
        font-size: 30px !important;
        line-height: 45px;

    }
    .fiveth_section_container_fluid{
        padding: 40px 0px  !important;
    }
    .ten_section_heading{
        text-align: left !important;
        font-size: 25px !important;
    }
    .sixth_first_content{
        display: flex !important;
        justify-content: end !important;
    }
}


.pc_ul_divide_col a{
    display: flex !important;
    align-items: center !important;
  width: 70%  !important;
    margin: 3px 0px;
    padding: 8px 8px;
}

.pc_ul_divide_col a:hover{
    box-shadow: 0px 5px 10px 0px rgba(236, 235, 235, 0.5);
    border-radius:5px ;
}

.classynav ul li .dropdown li a:hover{
    background-color: #db231b;
    color: white;
}
