/* TypoGraphy */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html,
body {
	width: 100%;
	/* overflow-x: hidden; */
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	background: #fff;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a,
a:hover {
	text-decoration: none;
}
p {}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0; /*20px;*/
	padding: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #343D45;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	color: #1976D2;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #F47721;
}
h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 35px;
	/*line-height: 48px;*/
	color: #97434d;
}
h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 46px;
	color: #97434d;
}
h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 34px;
	color: #97434d;
}
h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #97434d;
}
h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	color: #97434d;
}
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
	color: #97434d;
}
p {
	font-size: 18px;
	line-height: 28px;
	color: #343D45;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	margin: 0 0 30px;
	padding: 0;
}
p strong {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}
p a{
	color: #343D45;
}
p a:hover{
	color: #97434d;
}
p:last-child {
	margin-bottom: 0;
}
 
 
a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #F47721;
}
a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #343D45;

}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}



/** ================== // HEADER CSS START // ================== **/

.header {
	background: transparent;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: top 1s ease;
	-moz-transition: top 1s ease;
	-o-transition: top 1s ease;
	transition: top 1s ease;
	padding: 20px 0;
	background: #094a80;
}
.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	margin: 0px 0px;
	padding-left: 0;
	position: relative;
	top: 0;
	width: 260px;
}
.navigation .moblelogo {
	display: none;
}
.main-nav .menu-bar {
	display: none;
}
.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	flex-wrap: wrap;
    width: calc(100% - 260px);
}
.navigation {
    width: 75%;
    padding-left: 20px;
}

.nav-manu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.menu-header-menu-container {
    max-width: 1073px;
    margin: 0 auto;
}
.nav-manu ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style-type: none;
}
.nav-manu ul li {
    padding: 0;
    position: relative;
    margin-left: 17px;
}
.nav-manu ul li:first-child {
    margin-left: 0;
}
.nav-manu ul li::before{
	display: none;
}
.nav-manu ul li a {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	display: block;
	text-decoration: none;
	padding: 15px 15px 15px 0px;
    position: relative;
}
.navigation .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    top: 41%;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    transform: rotate(45deg);
    transition:0.7s;
    z-index: 11;
}
.nav-manu ul li.menu-item-has-children:hover > a::before {
	border-right: 1px #ff7f7f solid;
    border-bottom: 1px #ff7f7f solid;
}
.navigation .menu-item-has-children ul.sub-menu li a::before {
    border-right: 1px #ff7f7f solid;
    border-bottom: 1px #ff7f7f solid;
    transform: rotate(-45deg);
    right: 20px;
}
.nav-manu ul li:hover > a {
	color: #ff7f7f;
}
.nav-manu ul li.current-menu-item > a {
	color: #ff7f7f;
}
.nav-manu ul li.current-menu-item::after {
	color: #ff7f7f;
}

.navigation ul li ul.sub-menu {
    background: #FFFFFF;
    box-shadow: 0px 20px 40px rgb(25 118 210 / 30%);
    position: absolute;
    display: block;
    top: 0;
    margin-top: 50px;
    width: auto;
    transform: scale(1, 0);
    transition: all 0.5s;
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    padding: 0;
    left: 0;
    z-index: 1999;
    padding: 18px 0;
    width: auto;
}
.navigation ul li ul.sub-menu.shop-submenu {
	left: auto;
	right: 0;
}
.navigation ul li:hover>ul.sub-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.navigation ul li ul.sub-menu.shop-submenu::before {
	left: auto;
	right: 40px;
}

.navigation ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
    margin: 0px 0 0;
    transition: .4s;
    border-bottom: none;
    position: relative;
    box-shadow: none;
    border-radius: 0;

}

.navigation ul li ul.sub-menu li.current-menu-item::before {
    opacity: 1;
    visibility: visible;
}
.navigation ul li ul.sub-menu li:hover::before{
	opacity: 1;
	visibility: visible;
}
.navigation ul li ul.sub-menu li a {
    display: block;
    padding: 11px 30px;
    font-family: 'Avenir';
    line-height: 20px;
    color: #343D45;
    background: #fff;
}
.navigation ul li ul.sub-menu li a::after {
	display: none;
}
.navigation ul li ul.sub-menu li:last-child a {
	border-bottom: none;
}

.navigation ul li ul.sub-menu li.current-menu-item {
	background-color: #343D45;
}
.navigation ul li ul.sub-menu li.current-menu-item a {
	color:#1976d4;
}
.navigation ul li ul.sub-menu li:hover a {
    color: #ff7f7f;
}
.navigation ul li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	width: max-content;
	margin-left: 0px;
	margin-top: 0;
}
.navigation ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
.navigation ul li ul.sub-menu ul.sub-menu li {
	border-left: 0;
}



.navigation ul li.current-menu-item ul.sub-menu li a::before {
	display: none;
}


.navigation ul li ul.sub-menu ul.sub-menu li a {
    color: #343D45;
}
.navigation ul li ul.sub-menu ul.sub-menu li:hover a {
    color: #ff7f7f;
}
.navigation ul li ul.sub-menu ul.sub-menu li ul.sub-menu li a {
    color: #343D45;
}
.navigation ul li ul.sub-menu ul.sub-menu li ul.sub-menu li:hover a {
    color: #ff7f7f;
}
.navigation ul li ul.sub-menu ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
    color: #343D45;
}
.navigation ul li ul.sub-menu ul.sub-menu li ul.sub-menu li ul.sub-menu li:hover a {
    color: #ff7f7f;
}

.search-bar-rlt {
    margin-left: 20px;
	width: 20%;
	position: relative;
}
.search-bar-rlt form{
	position: relative;
}
.search-input{
	width: 100%;
	background: #eee;
	padding: 15px 50px 15px 15px;
	border-radius: 10px;
	border: none;
	color: #343D45;
}

.search-btn{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	background: url('../images/search-icon.svg') no-repeat center;
	border: none;
	cursor: pointer;
	background-size: 40px;
}
.account-user-icon {
    margin: 0 0 0 15px;
    padding: 0;
    width: 25px;
    text-align: center;
}
.account-user-icon a {
    font-size: 25px;
    color: #fff;
}
.account-dropdown {
    position: absolute;
    background: #fff;
    box-shadow: 0px 20px 40px rgb(25 118 210 / 30%);
    z-index: 1;
    padding: 18px 0;
    transform: scale(1, 0);
    transition: all 0.5s;
    transform-origin: top center;
}
.account-user-icon.process-tab-active .account-dropdown {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.account-dropdown ul{
	padding: 0;
	margin: 0;
	text-align: left;
}

.account-dropdown ul li{
	margin: 0;
	padding: 0;
}
.account-dropdown ul li::before{
	margin: 0;
	padding: 0;
	display: none;
}
.account-dropdown ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 8px 30px;
    font-size: 18px;
}
.account-dropdown ul li a:hover {
    color: #ff7f7f;
}

/** ================== // HEADER CSS END // ================== **/
.banner-section {
    background: #e0e0e0;
    text-align: center;
}
.first-mid-section{
	margin: 0;
	padding: 100px 0;
}

.defualt-mid-content{
	margin: 0;
	padding: 0 200px;
	text-align: center;
}
.defualt-mid-content h1{
	margin: 0 0 20px;
	padding: 0;
	color: #97434d;
}
.defualt-mid-content h2{
	margin: 0 0 20px;
	padding: 0;
	color: #97434d;
}
.defualt-mid-content p{
	margin: 0 0 30px;
	padding: 0;
}
.defualt-mid-content p strong {
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.defualt-mid-content p span {
    display: inline-flex;
    margin: 0 5px;
}
.defualt-mid-content ul{
	padding: 0 0 30px;
	margin: 0;
}
.defualt-mid-content ul:last-child{
	padding-bottom: 0;
}
.defualt-mid-content p:last-child{
	margin-bottom: 0;
}
.defualt-mid-content ul li{
	margin: 0;
	padding: 0 0 0 22px;
	text-align: left;
}


/* FOOTER START */
.footer-section {
    margin: auto 0 0;
    padding: 0;
    background: #094a80;
}

.copright{
	margin: 0;
	padding: 20px 20px;
	text-align: center;
}

.copright p{
	color: #fff;
}

/* FOOTER END */

/** CONTACT PAGE CSS START **/
.contact-section {
	padding: 80px 0px;
}
.contact-section .container {
    max-width: 1320px;
}
.contact-section .heading {
    text-align: center;
    margin-bottom: 58px;
}
.contact-section .heading h1 {
    margin-bottom: 5px;
}

.contact-warp{
	display: flex;
	flex-wrap: wrap;
}

.contact-left-colum {
    width: 50%;
    padding-right: 83px;
}
.contact-left-colum h2 {
    margin: 0 0 30px;
    color: #094a80;
}
.contact-left-colum p {
    font-size: 18px;
    line-height: 22px;
}
.rt-icon {
	min-width: 62px;
    width: 62px;
    height: 62px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	box-shadow: 0px 20px 40px rgba(244, 119, 33, 0.120295);
	margin-right: 30px;
}

.contact-left-colum ul {
    padding: 0;
    margin: 0;
}

.contact-left-colum ul li {
    margin: 0px 0 45px;
    padding: 0;
    display: flex;
    align-items: center;
}

.contact-left-colum ul li::before{
	display: none;
}

.contact-left-colum ul li p {
    line-height: 29px;
}

.contact-left-colum ul li p a{
	text-decoration: none;
}

.contact-left-colum a.btn {
    min-width: 200px;
    height: 46px;
    font-size: 14px;
    margin-top: 9px;
}
.contact-right-colum {
    width: 50%;
    padding-left: 13px;
}

.contact-form-bg{
	background: #FFFFFF;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.10);
	border-radius: 28px;
	padding: 46px 60px 57px;
}

.form-text-heading {
    margin: 0 0 45px;
    padding: 0;
}
.form-text-heading h2{
	margin: 0 0 30px;
}
.form-text-heading p{
	font-size: 16px;
	line-height: 22px;
}

.form-gform-wrapper{
	margin: 0;
	padding: 0;
}
.form-gform-wrapper .gform_body{
	margin: 0;
	padding: 0;
}
.form-gform-wrapper .gform_body .gform_fields{
	margin: 0 -10px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.form-gform-wrapper .gform_body .gform_fields .gfield{
	margin: 0 0 20px;
	padding: 0 10px;
	width: 100%;
}

.halfleft{
	width: 50% !important;
}
.halfright{
	width: 50% !important;
}

label.gfield_label {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #343D45;
    margin: 0 0 10px;
    padding: 0;
    display: block;
}

label.gfield_label span{
	color: #FF0200;
}

.medium {
    width: 100%;
	font-family: 'Century Gothic';
	font-weight: normal;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
    height: 50px;
    padding: 10px 16px;
	background: #F6F8FA;
	border: 1px solid #CBD6E2;
	box-sizing: border-box;
	border-radius: 4px;
	appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	box-shadow: none;
}
select.medium {
    background: #F6F8FA url('../images/select-arrow.png') no-repeat right 16px center;
}
textarea.medium {
    height: 100px;
	resize: none;
}
.medium::placeholder {
    color: #737B7D;
}

.form-gform-wrapper .gform_footer {
    margin: 0;
    padding: 0;
    text-align: center;
}

.button{
	border-radius: 30px;
    min-width:200px;
    background:#094a80;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    padding: 10px;
    font-size: 16px;
    display: inline-flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    line-height: normal;
    transition: 1s;
    border: none;
    height: 46px;
	cursor: pointer;
}
.button:hover{
	color: #fff;
    background: #97434d;
	color: #fff;
}
.gform_button.button{
	border-radius: 30px;
    min-width:200px;
    background:#094a80;
    color: #fff;
    border: none;
    text-align: center;
    white-space: nowrap;
    padding: 10px;
    font-size: 16px;
    line-height: 17px;
    display: inline-flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    line-height: normal;
    transition: 1s;
    border: none;
    height: 46px;
	cursor: pointer;
}
.gform_button.button:hover{
	color: #fff;
    background: #97434d;
	color: #fff;
}

.form-gform-wrapper p{
	font-size: 12px;
	line-height: 22px;
	padding-top: 40px;
}
.form-gform-wrapper p a{
	color: #fff;
}
.form-gform-wrapper p a:hover{
	text-decoration: underline;
}

/** CONTACT PAGE CSS END **/


/* TABBING CSS START */

.section-tab-section{
	padding: 30px 0;
}
.tab-menu-list-bar {
    margin: 0 0 30px;
    background: #97434d;
    padding: 0px 0;
    overflow: hidden;
}
.tab-menu-list-bar ul.nav {
    margin: 0;
    padding: 0;
	border: 0px;
}

.tab-menu-list-bar ul.nav li, .tab-menu-list-bar ul.nav li.nav-item {
    padding: 0;
    margin: 0 2px 0 0;
    font-weight: 600;
}

.tab-menu-list-bar ul.nav li::before{
	display: none;
}
.tab-menu-list-bar ul.nav li a, .tab-menu-list-bar ul.nav li .nav-link {
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 20px 20px;
    display: block;
	font-weight: 600;
	border: 0;
	border-radius: 0;
}

.tab-menu-list-bar ul.nav li a.active, .tab-menu-list-bar ul.nav li .nav-link.active {
    color: #ffffff !important;
    background: #094a80!important;
}


.tab-menu-list-bar ul.nav li a:hover, .tab-menu-list-bar ul.nav li .nav-link:hover {
	color: #094a80;
    background: #e8f4f8;
}

.d-flex-warp {
    display: flex;
    flex-wrap: wrap;
}
.slidbar{
    width: 25.162%;
    background: #e8f4f8;
}

.tabs-dropdown {
    display: none;
}

.sidebar {
    margin: 0;
    padding: 0;
	width: 25.162%;
}
.sidebar ul {
    padding: 0;
    margin: 0;
}

.sidebar ul li{
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: block;
	color: #1e97cc;
	line-height: 28px;
	border-bottom: 1px #b6d0d9 solid;
}
.sidebar ul li:last-child{
	border-bottom: none;
}
.sidebar ul li a{
	padding: 15px 20px;
	text-decoration: none;
	color: #1e97cc;
	background: #e8f4f8;
	display: block;
}
.sidebar ul li::before{
	display: none;
}
.sidebar ul li a.active {
    background: #094a80;
    color: #fff;
}
.content-bar {
    margin: 0;
    padding: 0 0 0 34px;
    width: 74.838%;
}

.content-info{
	margin: 0;
	padding:  0;
	background: #e8f4f8;
}

.content-info h1, .content-info h2, .content-info h3, .content-info h4, .content-info h5, .content-info h6{
	font-size: 22px;
	line-height: 30px;
	color: #1e97cc;
}
.content-info p a.active{
	font-weight: bold;
}

.content-repeat-row {
	border-bottom: 1px #b6d0d9 solid;
}
.categories-inner-info {
	padding: 15px 20px;
}
.content-repeat-row:last-child {
	border-bottom: none;
}
.categories-heading {
    padding: 15px 20px;
}
.categories-heading-top {
    border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

audio::-webkit-media-controls-play-button,
     audio::-webkit-media-controls-panel {
     background-color: #85d0f1;
     color: #fff;
}

.audio-video{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
	justify-content: space-between;
}
.audio-video audio{
	width: 48%;
}
.audio-video iframe {
    width: 48%;
    height: 300px;
    border-radius: 10px;
}
.audio-video video {
    width: 48%;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}
.video-full-col{
	margin: 0 0 30px;
}
.video-full-col iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

.video-full-col video {
    width: 100%;
    height: 400px;
    object-fit: cover;
	border-radius: 10px;
}

.google-map iframe {
	display: block;
}

/** SIGN IN PAGE CSS START **/
.signin-middle-form .contact-right-colum {
    margin: auto;
    padding: 0;
}
.signin-info {
    margin-top: 30px;
    text-align: center;
}
.signin-info p {
    margin-bottom: 10px;
}
.signin-info p a {
	color: #094a80;
}
.signin-info p a:hover {
	color: #97434d;
}
.signin-info p:last-child {
    margin-bottom: 0;
}
/** SIGN IN PAGE CSS END **/




/* PRICING CSS START */
.pricing-page-section{
	margin: 0;
	padding: 60px 0;
}
.pricing-page-section .container {
    max-width: 1120px;
	padding: 0;
}
.pricing-page-section .heading {
    padding:0 50px 40px;
}

.pricing-tab-warp{
	display: flex;
	flex-wrap: wrap;
    border : solid 1px red;
}

.pricing-tab-col-4{
	width: 33.3333%;
	padding: 0 10px;
}

.pricing-tab-col-3 {
    width: 25%;
    padding: 10px 10px;

}

.pricing-tab-col-info {
    margin: 0;
    padding: 0;
    border: 1px #094a80 solid;
    border-radius: 15px;
    overflow: hidden;
}
.pricing-card {
    background: #094a80;
    text-align: left;
    padding: 10px 20px;
}
.pricing-card h2 {
    margin: 0;
    color: #fff;
    font-weight: normal;
	font-size: 25px;
}
.pricing-tt-body {
    padding: 20px;
}
.pricing-tt-body h3 {
    margin: 10px 0 20px;
    font-size: 40px;
}

/* PRICING CSS END */

/* NEWS CSS START */
.news-page-section{
	margin: 0;
	padding: 60px 0;
}
.news-page-section .container {
    max-width: 1120px;
	padding: 0;
}
.news-page-section .heading {
    padding: 0 250px 40px;
}

.news-d-warp{
	display: flex;
	flex-wrap: wrap;
}

.news-d-col-4{
	width: 33.333%;
	padding: 0 10px 20px;
}

.news-d-col-info {
    margin: 0;
    padding: 0;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    overflow: hidden;
}
.news-d-col-info figure {
    margin: 0;
    padding: 0;
}
.news-d-col-info figure img{
	width: 100%;
}
.btn-d-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.btn-double{
	margin: 0;
	padding: 0;
}
.btn-double a {
    display: inline-flex;
    background: #094a80;
    padding: 4px 20px;
    color: #fff;
    border-radius: 5px;
}
.btn-double a:hover {
    background: #97434d;
}

.news-d-col-info figcaption{
	padding: 15px;
}
.news-d-col-info figcaption p{
	margin-bottom: 20px;
}
.btn-double a.edit-btn {
    background: #97434d;
}
.btn-double a.edit-btn:hover {
    background: #094a80;
}
/* NEWS CSS END */

/* TABLE CSS START */
.table thead tr th {
    background: #F47121;
}
.table tr th, .table tr td {
    padding: 12px 15px;
}
.table thead tr th a, .table thead tr th {
    color: #fff;
}
.table a.edit, .table a.delete {
		margin: 0px 2px;
		border: 1px solid #094a80;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		padding: 5px 8px;
		border-radius: 5px;
		color: #094a80;
}
.table a.edit {

}
.table a.delete {
	color: #F44336;
	border: 1px solid #F44336;
}
.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    margin: 5px 0 0 3px;
    z-index: 9;
}
.custom-checkbox label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    position: relative;
}
.custom-checkbox label:before {
    width: 25px;
    height: 25px;
}
.custom-checkbox label:before {
    content: '';
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    background: white;
    border: 1px solid #bbb;
    border-radius: 2px;
    box-sizing: border-box;
    z-index: 2;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 4px;
    width: 6px;
    height: 14px;
    border: solid #094a80;
    border-width: 0 2px 2px 0;
    transform: inherit;
    z-index: 3;
    transform: rotateZ(45deg);
}
.custom-checkbox {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
}
table tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}

.table-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.table-filter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    height: 42px;
}
.table-search {
    width: 100%;
    margin-right: 5px;
}
.table-search-btn {
    width: auto;
    display: flex;
    justify-content: flex-end;
}
.table-search-btn .gform_button.button {
    min-width: auto;
    padding: 10px 25px;
    border-radius: 4px;
    margin-left: 10px;
}
.table-search-btn .gform_button.button.add-btn {
    background: #97434d;
}
.table-search-btn .gform_button.button.add-btn:hover {
    background: #094a80;
}
/* TABLE CSS END */
