
/* Site Widening - Start */

@media (min-width: 1630px) {
	.container {
		width: 1600px;
	}

	.modal-xl {
		width: 1300px;
	}
}

/* Site Widening - End */

/* Basic Styles */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

html {
	-webkit-overflow-scrolling: touch;
}

body {
	-webkit-font-smoothing: subpixel-antialiased !important;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.decoration_none {
    text-decoration: none;
}

.decoration_none:hover {
    text-decoration: none;
}

.logo_color {
    color: #1377bb !important;
}

body {
    font-family: 'Poppins', sans-serif;
}

p,
a,
h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
    color: #6e6e6e;
}

p {
    margin: 0 0 10px;
    font-size: 18px;
}

.content_page_wrapper h3 {
    padding-top: 0px;
    margin-top: 4px;
}

.content_page_wrapper ul {
    padding-inline-start: 20px;
}

.content_page_wrapper li {
    padding-bottom: 7px;
}

li {
    font-size: 18px;
    color: #6e6e6e;
}

li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
    font-size: 23px !important;
    color: var(--main-primary) !important;
}

@media (max-width: 1199px) {
    .navbar-nav {
        font-size: 16px;
    }    
}

a {
    color: #000;
}

a:hover {
	text-decoration: none;
    color: #1377bb;
}

a:focus, a:hover {
    color: #333;
    text-decoration: underline;
}

h1 {
    font-weight: bold;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    color: #000;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    overflow-x: auto;
    /*white-space: nowrap;*/
    /*display: block;*/
}

@media (max-width: 1199px) {
    .table {
        display: block;
    }
}

.btn-primary {
	background: none;
	color: var(--main-dark-grey-color);
	padding: 5px;
    border: none;
    position: relative;
    font-weight: bold;
}

.btn-primary:after {
	background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--main-dark-grey-color);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.btn-primary:hover:after {
	width: 100%; 
    left: 0; 
}

.btn-primary:hover {
	background: none;
    color: var(--main-dark-grey-color);
    font-weight: bold;
}
/*
.bsp_btn {
    width: auto;
    background: #000;
    background: linear-gradient(to left, #1377bb 20%, #000 0%);
    color: #1377bb;
    border-radius: 10px 0px 10px 0px;
    padding: 6px 20% 6px 10%;
    font-weight: bold;
    border: 1px solid white;
}

.bsp_btn:hover {
    background: #1377bb;
    background: linear-gradient(to left, #000 20%, #1377bb 0%);
    color: #000;
    text-decoration: none;
}

.bsp_btn.focus,
.bsp_btn:focus {
    background: #000;
    background: linear-gradient(to left, #1377bb 20%, #000 0%);
    color: #1377bb;
    text-decoration: none;
}
*/

.bsp_btn {
    width: auto;
    background: var(--main-primary);
    color: #000;
    border-radius: 10px 0px 10px 0px;
    font-weight: bold;
    padding: 8px;
    border: none;
}

.bsp_btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.bsp_btn:hover a {
    color: #fff;
}

.bsp_btn.focus,
.bsp_btn:focus {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.btn-news {
    width: 220px;
}

.btn-news:hover {
    text-decoration: none;
}

.white_divider {
    width: 100%;
    height: 0;
    border-bottom: 300px solid #fff;
    border-left: 100vw solid transparent;
    position: absolute;
    margin-top: -300px;
}

.grey_divider {
    width: 100%;
    height: 0;
    border-bottom: 150px solid #fff;
    border-left: 100vw solid transparent;
    position: absolute;
    margin-top: -180px;
}

.homepage .grey_divider {
    border-bottom: 150px solid #efefef;
}

@media (max-width: 991px) {
    .grey_divider {
        display: none;
    }
}

.intro_paragraph_text {
    padding-bottom: 20px;
}

.intro_paragraph_text p {
    font-size: 20px;
    font-weight: bold;
}

/**
* Smooth scrolling
*/
html {
    scroll-behavior: smooth;
}
#quick_quote_form_start {
    scroll-behavior: smooth;
}
/**
* Smooth scrolling
*/

/* End Basic Styles */

/* Table Styles */

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    font-size: 18px;
}

/* End Table Styles */

/* Form Styling */

.form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.enquiry_form input {
    border-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background: #efefef;
}

.main_enquiry_form input {
    background: #efefef;
}

@media (max-width: 991px) {
    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox],
    .radio input[type=radio],
    .radio-inline input[type=radio] {
        /*margin-left: 0px;*/
    }
}

.enquiry_form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333 !important;
    opacity: 1; /* Firefox */
}

.enquiry_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333 !important;
}

.enquiry_form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #333 !important;
}

.enquiry_form textarea {
    border-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background: #efefef;
}

.main_enquiry_form textarea {
    background: #efefef;
}

.quick_quote_body .enquiry_form textarea {
    background: #efefef;
}

.quick_quote_body .enquiry_form input {
    background: #efefef;
}

.quick_quote_body .checkbox input[type=checkbox],
.quick_quote_body .checkbox-inline input[type=checkbox],
.quick_quote_body .radio input[type=radio],
.quick_quote_body .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px;
    margin-left: 0px;
}

/* End Form Styling */

/* Google Translate */

#google_translate_element {
    float: right;
    margin-top: 7px;
}

.goog-te-gadget-simple {
    border-radius: 5px;
    padding: 3px 10px;
}

.goog-te-gadget-simple img {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    margin-right: 5px;
}

/* End Google Translate */


/* Main header */

.caret {
    display: none;
}

.header_image_boxes {
    display: inline-block;
    float: left;
    padding: 16px 20px;
    height: 108px;
}

.header_image_boxes img {
    width: 75px;
    height: 75px;
}

.second_header_image_box {
    padding: 0px 20px;
}

.second_header_image_box img {
    width: 105px;
    height: 108px;
}

.navbar {
    margin-bottom: 0px;
    min-height: 110px;
    transition: 0.4s;
}

.navbar-nav {
    float: left;
    /*margin: 30px 0px 0px 0px;*/
    width: 64%;
}

@media (max-width: 991px) {
    .navbar-nav {
        height: auto;
    }
}

/* Rollout Changes */
.navbar-nav > li {
    width: 25%;
    /*margin-top: 10px;*/
}

@media (max-width: 1630px) {
    .navbar-nav {
        width: 57%;
    }    
}

@media (max-width: 991px) {
    .navbar-nav {
        width: 100%;
    }
    .navbar-nav > li {
        width: 100%;
        margin-top: 10px;
    }
}

#dropdown {
    float: right;
    margin: 30px 0px;
    transition: 0.4s;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }
}

.navbar-brand {
    float: left;
    height: 100%;
    padding: 12px 15px 12px 15px;
    font-size: 18px;
    line-height: 20px;
    transition: 0.4s;
}

@media (max-width: 1629px) {
    .navbar-brand {
        width: 200px;
        padding: 15px 15px;
    }
    .header_image_boxes {
        padding: 20px 20px;
        height: 115px;
    }
    .second_header_image_box {
        padding: 13px 20px 0px 20px;
    }
    .second_header_image_box img {
        width: 85px;
        height: 88px;
    }
}

@media (max-width: 1199px) {
    .header_image_boxes {
        margin-top: 0px;
        height: 85px;
    } 
    .header_image_boxes img {
        width: 65px;
        height: 65px;
    }
    .second_header_image_box {
        margin-top: 25px;
        height: 100px;
    }
    .second_header_image_box img {
        width: 75px;
        height: 75px;
    }
    .first_header_image_box {
        margin-top: 5px;
    }
    .navbar-brand {
        padding: 15px 15px 15px 15px;
    } 
}

@media (max-width: 1199px) {
    .navbar-brand {
        width: 190px;
    }
    .mobile_container_unset {
        width: 100%;
    }
}

.navbar-default {
    background-color: white;
    margin-top: 40px;
    border-top: none;
    border-bottom: 2px solid #1377bb;
}

@media (max-width: 991px) {
    .navbar-default {
        margin-top: 0px;
    }
    .navbar-brand {
        margin-top: 0px;
        padding: 12px 15px 12px 15px;
    }
}

/* Rollout Changes */
.navbar-default .navbar-nav>li>a {
    color: #6e6e6e;
    text-decoration: none;
    display: inline-block;
    /*padding: 8px 20px 15px 20px;*/
    padding: 8px 20px 20px 20px;
    position: relative;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #6e6e6e;
    background-color: transparent;
}

/* Rollout Changes */
@media (max-width: 1629px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        /*padding: 15px 10px;*/
        padding: 15px 10px 20px 10px;
    }
}

@media (max-width: 1199px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        /*padding: 15px 10px;*/
        padding: 15px 10px 19px 10px;
    }
}

.navbar-default .navbar-nav>li>a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    position: absolute;
    background: #1377bb;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.navbar-default .navbar-nav>li>a:hover:after {
    width: 100%; 
    left: 0; 
}

.navbar-default .navbar-nav>li.active>a:after, 
.navbar-default .navbar-nav>li.active>a:focus:after {
    width: 100%; 
    left: 0;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #6e6e6e;
}

.hamburger_menu {
	float: right !important;
	margin-top: 35px;
}

@media only screen and (max-width : 991px) {
	.navbar-collapse {
		margin-top: 35px;
		position: relative;
	}
	#dropdown li > a {
		text-align: center;
		width: 100%;
	}
	.navbar-default .navbar-nav>li>a {
		margin-left: 0px;
	}
	.supplementary_menu li > a {
		text-align: center;
		width: 100%;
	}
}

.dropdown-menu>li>a {
    display: block;
    clear: both;
    line-height: 1.42857143;
    color: #6e6e6e;
    font-weight: 600;
    padding: 7px 20px;
    text-align: left;
}

@media (max-width: 1629px) {
    .dropdown-menu>li>a {
        font-size: 13px;
    }
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #ddd;
    outline: 0;
}

.level2 {
    width: 65%;
}

.dropdown-menu > .level2 > a:hover {
    background: #ddd;
}

.dropdown-menu > .level3 > a:hover {
    background: #ddd;
}

/* End Main header */

/* Search Bar */

.glyphicon-search {
    font-size: 18px;
}

#search_box_btn {
    color: #000;
}

.search_menu_btn {
    float: right;
    border: none;
    text-decoration: none;
    display: inline-block;
    padding: 2px 10px;
    position: relative;
    margin: 8px 10px 0px 10px;
    transition: 0.4s;
    color: #fff;
    background: transparent;
}

@media (max-width: 1199px) {
    .search_menu_btn {
        padding: 0px 10px;
        margin-left: 5px;
    }
}

#top_menu > .btn-default.focus, .btn-default:focus,
#top_menu > .btn-default:active:focus, .btn-default:active:focus,
#top_menu > .btn-default:hover, .btn-default:hover {
    color: #333;
    background: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#top_menu > .btn-default.active,
.btn-default:active, 
.open>.dropdown-toggle.btn-default {
    color: #333;
    background: none;
    background-image: none;
    border: none;
}

.mobile_search_btn{
    color: #fff;
}

@media (max-width: 991px) {
    .mobile_search_btn{
        color: #000;
        margin-top: 40px;
    }
}

/* Drop Down Styles */

@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		float: none;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
        margin-left: 0px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
    #top_menu {
        height: auto;
        max-height: unset;
    }
    .dropdown-menu>li>a {
        text-align: center;
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    /* left: 6px; */
    z-index: 1000;
    display: none;
    /* float: left; */
    width: 1130px;
    /* min-width: 100%; */
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 425px;
}

.nav>li {
    position: unset;
    display: block;
}

.dropdown-submenu {
	/*position: relative;*/
    display: block;
}

.dropdown-submenu .dropdown-menu {
    position: absolute;
    height: unset;
    width: 100%;
    border: 0px;
    box-shadow: none;
}

@media (max-width: 991px) {
    .dropdown-submenu .dropdown-menu {
        display: none;
    }    
}

.dropdown_menu_image_wrapper {
    width: 35%;
    position: absolute;
    background: white;
    height: 400px;
    right: 0;
    margin: 5px 10px 10px 20px;
    padding: 10px 10px 10px 10px;
    border-radius: 10px 0px 10px 0px;
}

.dropdown_menu_image {
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    /*width: 450px;*/
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
    padding: 10px 10px;
}


@media (max-width: 1630px) {
    .dropdown-menu {
        width: 70%;
        height: 335px;
    }
    .dropdown_menu_image_wrapper {
        height: 310px;
        width: 310px;
    }
    .dropdown_menu_image {
        padding: 10px;
    }
}

@media (max-width: 1199px) {
    .dropdown-menu {
        width: 80%;
        height: 380px;
    }
    .dropdown_menu_image_wrapper {
        height: 355px;
    }
    .dropdown_menu_image {
        width: 340px;
    }
    .header_image_boxes {
        height: 105px;
    }
    .second_header_image_box {
        height: 100px;
        padding: 20px;
        margin-top: 0px;
    }
}

@media (max-width: 991px){
    .dropdown-menu {
        width: 100%;
        height: auto;
    }
    .header_image_boxes {
        display: none;
    }
    .dropdown_menu_image_wrapper {
        display: none;
    }
    .level2 {
        width: 100%;
    }
    .level1 {
        text-align: center;
    }
}

.dropdown_title {
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

/* Menu Icon Styles */

/* Rollout Changes */
.main_menu_icon_wrapper {
    width: 50px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
    /*padding-bottom: 5px;*/
    padding-bottom: 10px;
}

.main_menu_icon_wrapper img {
    text-align: center;
}

@media (max-width: 991px) {
    .main_menu_icon_wrapper {
        display: none;
    }
}

/* End Menu Icon Styles */

/* Admin Styles */

.menu_icon_edit_btn {
    padding: 2px;
    margin: 2px;
    position: absolute;
    top: 0px;
}

.main_menu_icon_edit_btn {
    margin: 2px;
    position: relative !important;
    bottom: 0 !important;
    height: 28px !important;
    /* left: 0px; */
    width: fit-content !important;
    display: block !important;
    padding: 2px !important;
    float: left;
    font-size: 10px;
    text-decoration: none !important;
}

.main_menu_icon_edit_btn::after {
    display: none !important;
}

.submenu_icon_edit_btn {
    padding: 2px 4px !important;
    width: fit-content !important;
    position: relative !important;
    float: right;
    margin-top: 2px;
    font-size: 10px;
}

@media (max-width: 1629px) {
    .submenu_icon_edit_btn {
        font-size: 10px !important;
        margin-left: 20px;
    }
    .main_menu_icon_edit_btn {
        font-size: 10px !important;
    }
}

.dropdown-menu .submenu_icon_edit_btn {
    float: left;
    margin-left: 20px;
}

.header_icon_edit_btn {
    position: absolute !important;
    float: right;
}

.submenu_icon_edit_btn::after {
    display: none !important;
}

/* End Admin Style */

/* Creating multi-level sub-menus Start
	Example:
		https://codepen.io/ajaypatelaj/pen/prHjD
*/

.dropdown-submenu > .dropdown-menu {
	top: 5px;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    position: absolute;
    left: 33%;
    top: 6px;
    width: fit-content;
    height: -webkit-fill-available;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -15px;
}

@media only screen and (max-width : 991px) {
	.dropdown-submenu > a:after {
		margin-right: 0;
	}
    .dropdown_title a {
        text-align: center;
    }
    .level2 a {
        text-align: center;
    }
}

.dropdown-submenu:hover > a:after, 
.active.dropdown-submenu > a:after {
	border-left-color: #1377bb;
}

/* End Drop Down Styles */

/* supplementary Menu */

.supplementary_menu_wrapper {
    background: #1377bb;
    height: 40px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.supplementary_menu {
    float: right !important;
    margin: 0px !important;
    width: unset !important;
}

@media only screen and (max-width : 991px) {
    .supplementary_menu {
        width: 100% !important;
    }
}

.supplementary_menu li {
    margin: 0px;
    width: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.supplementary_menu li > span {
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
}

.supplementary_menu_wrapper li > a {
    padding: 10px 20px;
    color: #fff;
}

.supplementary_menu_wrapper li > a:hover {
    background: var(--main-black);
}

/* End Supplementary Menu */

/* Side Menu Styles */
/* Hiding The Menu Icon on Sub Menu */
.side_menu .main_menu_icon_wrapper {
    display: none;
}

ul.side_menu {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	background: #efefef;
}

ul.side_menu > li.first_item > a{
	background: #1377bb !important;
	color: #000 !important;
	font-size: 20px !important;
	font-weight: bold !important;
}

ul.side_menu li a {
	border-bottom: 1px solid #fff;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #000;
}

ul.side_menu li > a:before {

}

@media only screen and (max-width: 991px) {
	ul.side_menu li a {
		padding: 10px 10px;
	}
}

ul.side_menu > li:first-child a {
	padding-top: 10px;
	color: var(--main-dark-grey-color);
	font-size: 16px;
	border-top: 2px solid white;
}

ul.side_menu > li.active > a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	background: #1377bb;
}

ul.side_menu li > a:hover {
	background: #1377bb;
	color: #000;
}

ul.side_menu li > a:hover:before {
}

ul.side_menu li.active > a:before {

}

ul.side_menu li.level2 a,
ul.side_menu li.level2.active a {
	padding: 10px 15px 10px 30px;
}

ul.side_menu li.level2.active > a {
	background-position: left 15px top 15px;
}

ul.side_menu li.level3 a,
ul.side_menu li.level3.active a {
	padding: 10px 15px 10px 45px;
}

ul.side_menu li.level3.active > a {
	background-position: left 30px top 15px;
}

ul.side_menu li.level4 a,
ul.side_menu li.level4.active a {
	padding: 10px 15px 10px 60px;
}

ul.side_menu li.level4.active > a {
	background-position: left 45px top 15px;
}

#side_menu_bar {
	margin-bottom: 15px;
	border-bottom: 2px solid #1377bb;
}

/* End Side Menu */

/* Mobile Side Menu Styles */

#mobile_side_menu_container {
	border-bottom: 2px solid var(--main-dark-grey-color);
}

#mobile_side_menu_header {
	background-color: var(--main-light-grey-color);
	box-shadow: 0 3px 10px rgba(46, 45, 44, 0.35);
}

#mobile_side_menu_header_link {
	display: block;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	background: #1377bb;
	height: 50px;
}

#mobile_side_menu_header_icon {
	float: right;
	color: #fff;
	font-size: 150%;
}

/* End Mobile Side Menu */

.search_menu_btn:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--main-black);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.search_menu_btn:hover:after {
    width: 100%; 
    left: 0; 
}

.search_menu_btn .collapsed.after, 
.search_menu_btn .collapsed:focus:after {
    width: 100%; 
    left: 0;
}

#search_container {
    background: var(--main-black);
    position: fixed;
    margin-top: 150px;
    width: 100%;
    z-index: 999;
}

#search_box_btn {
    background: #1377bb;
    border-radius: 0px 5px 5px 0px;
    height: 35px;
}

@media (max-width: 991px) {
    #search_container {
        margin-top: 110px;
    }
}

/* End Search Bar */

/* Body */

#main_area {
    margin-top: 150px;
    background: #fff;
    min-height: 445px;
}

@media (max-width: 991px) {
    #main_area {
        margin-top: 110px;
    }
}

.content_page_wrapper {
    padding-top: 25px;
}

.product_page_wrapper {
    background: #efefef !important;
}

.btn-admin {
    z-index: 9999999;
}

/* End Body */

/* Rotating Banner */

.btn_banner {
    float: left;
    margin-top: 25px;
    background: var(--main-primary);
    border-radius: 10px 0px 10px 0px;
    font-weight: bold;
    color: black;
}

.btn_banner:hover {
    background: #000;
    color: #fff;
}

#banner_homepage .slick-prev,
#banner_homepage .slick-next {
    display: none !important;
}

.slick-dots {
    position: absolute;
    top: 40px;
    display: block;
    width: fit-content;
    padding: 0;
    list-style: none;
    text-align: left;
    height: 30px;
    left: 10%;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: white;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .50;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active {
	color: var(--main-primary) !important;
}

.slick-dots li.slick-active button::before {
    opacity: 1 !important;
    color: var(--main-primary) !important;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    opacity: 1 !important;
    color: var(--main-primary) !important;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
	opacity: 1;
	color: var(--main-primary) !important;
}

.slick-active {
	opacity: 1 !important;
	color: var(--main-primary) !important;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-slide {
    max-width: unset;
}

.banner_edit {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.made_in_britain_banner_logo {
    margin: 15px 0px;
    display: block;
}

.made_in_britain_banner_logo img {
    max-width: 220px;
    height: auto;
}

.slick_banner_container {
	position: relative;
	overflow: hidden;
	text-align: center;
}

img.banner_frame {
	width: 100%;
	height: auto;
}

.banner_colour_overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    left: 0;
    right: 0;
}

.banner_content {
    position: absolute;
    z-index: 999999;
    top: 20%;
    left: 10%;
    width: 30%;
}

@media (max-width: 1630px) {
    .banner_content {
        top: 10%;
        width: 30%;
    }
}

@media (max-width: 1199px) {
    .banner_content {
        top: 10%;
        width: 60%;
    }
}

@media (max-width: 991px) {
    .banner_content {
        left: 10%;
        width: 75%;
    }
}

.banner_title,
.banner_blurb,
.banner_btn {
    position: relative;
    display: block;
    text-align: left;
    line-height: 1.1em;
    color: #fff;
    letter-spacing: normal;
}

.banner_title_content {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
	line-height: 1.1em;
	color: #fff;
	letter-spacing: normal;
}

.banner_title {
    /*text-shadow: 4px 4px 4px rgb(0 0 0 / 40%); */
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin-top: 20px;
    font-size: 48px;
    margin-bottom: 20px;
}

.banner_title_content {
	/*text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);*/
	font-size: 300%;
	text-transform: uppercase;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.banner_blurb {
    /* text-shadow: 2px 2px 2px rgb(0 0 0 / 80%); */
    top: 35%;
    font-size: 28px;
    font-weight: 600;
}

@media (max-width: 1220px) {
    .banner_title {
        font-size: 40px;
    }
    .banner_blurb {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .banner_title {
        font-size: 30px;
    }
    .banner_blurb {
        font-size: 19px;
    }
    .made_in_britain_banner_logo img {
        max-width: 160px;
        height: auto;
    }
}

.banner_btn {
	width: 180px;
	top: auto;
	bottom: 10%;
	background-color: var(--main-primary);
	opacity: 1;
	border-radius: 5px;
	padding: 5px;
	border: 2px solid var(--main-primary);
	font-size: 75%;
	color: #fff;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.8);
}

.banner_btn:hover {
	opacity: 1;
}

.content_carousel_block {
	width: 230px !important;
	height: 230px !important;
	margin: 10px !important;
	opacity: 1 !important;
	display: block !important;
	border-radius: 50% !important;
}

.slick-next:before {
    content: '>';
}

.slick-prev:before {
    content: '<';
}

.slick-next {
    right: 4%;
}

.slick-prev {
    left: 4%;
}

.slick-prev, .slick-next {
    top: 37%;
}

.slick-prev::before, .slick-next::before {
	opacity: 1;
	color: white !important;
    font-family: 'Patrick Hand', cursive;
    font-size: 60px;
}

#banner_contentcarousel > .slick-list {
	height: 360px !important;
}

.slick-dots li button::before {
	cursor: pointer !important;
	display: inline-block !important;
	font-family: arial !important;
	font-size: 60px !important;
	height: 10px !important;
	width: 10px !important;
	color: var(--main-dark-grey-color-color) !important;
	margin-left: 0px !important;
	margin-right: 10px !important;
}

.content_banner_title > h3 {
	color: var(--main-primary);
	padding-top: 5px;
}

.banner_carousel_main .slick-prev,
.banner_carousel_main .slick-next {
    display: none !important;
}

@media (max-width: 991px) {
    .banner_carousel_main {
        height: 400px;
        overflow: hidden;
    }
}

/* End Rotating Banner */

/* Core Class Styles */

.parallax_scroll_bg {
	position: relative !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: fit-content;
}

@media (hover: none) {
    .parallax_scroll_bg {
        background-attachment: initial !important;
    }
}
@supports (-webkit-touch-callout: inherit) {
    .parallax_scroll_bg {
        background-attachment: scroll !important;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    .parallax_scroll_bg {
        background-attachment: scroll !important;
    }
}

/* End Core Class Styles */

/* Homepage Styles */

#home_section1 {
    background: #efefef;
    color: #000;
    padding: 20px 0px 90px 0px;
    margin-top: -210px;
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    #home_section1 {
        margin-top: 0px;
    }
}

#home_section2 {
    /*margin-top: -210px;*/
    padding-bottom: 40px;
    background: #efefef;
}

@media only screen and (max-width: 991px) {
    #home_section2 {
        margin-top: 0px;
    }
}

#home_section3 {
    background: var(--main-black);
    color: white;
    padding: 80px 0px 90px 0px;
}

#home_section4 {
    padding: 80px 0px 90px 0px;
}

/* End Homepage Styles */

/* Social Media Links Start */

#social_media_links {
	padding-top: 5px;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	#social_media_links {
		text-align: left;
		padding-top: 5px;
	}
}

.social_media_container {
	display: inline-block;
}

.social_name {
	display: inline-block;
}

.social_name_facebook {
	margin-left: 5px;
}

#social_media_links a.social_media_icon_wrapper,
.product_share_icons a {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	display: inline-block;
	height: 31px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 31px;
}

.product_share_icons a {
	background-color: #2e2d2c;
}

#social_media_links a.social_media_facebook,
.product_share_icons a.social_media_facebook {
	background: #4564af;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4564af', endColorstr='#3d5da5', GradientType=0);
	background: linear-gradient(#4564af, #3d5da5);
}

#social_media_links a.social_media_twitter,
.product_share_icons a.social_media_twitter{
	background: #25aae1;
}

#social_media_links a.social_media_linkedin,
.product_share_icons a.social_media_linkedin {
	background: #0088c2;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0088c2', endColorstr='#0088c2', GradientType=0);
	background: linear-gradient(#0088c2, #0088c2);
}

#social_media_links a.social_media_youtube,
.product_share_icons a.social_media_youtube {
	background: #ee3f30;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ee3f30', endColorstr='#b82126', GradientType=0);
	background: linear-gradient(#ee3f30, #b82126);
}

#social_media_links a.social_media_rss,
.product_share_icons a.social_media_rss {
	background: #faab4f;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faab4f', endColorstr='#f58221', GradientType=0);
	background: linear-gradient(#faab4f, #f58221);
}

#social_media_links a.social_media_pinterest,
.product_share_icons a.social_media_pinterest {
	background: #e64032;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e64032', endColorstr='#c71a20', GradientType=0);
	background: linear-gradient(#e64032, #c71a20);
}

#social_media_links a.social_media_instagram,
.product_share_icons a.social_media_instagram {
	background: url('../png/icon-instagram-bg.png') no-repeat 0px 0px;
	background-size: 31px 31px;
}

/* Social Media Links End */

/* Dual Homepage Boxes */

.feature_box_container {
	
}

@media only screen and (max-width: 991px) {
	.feature_box_container {
        display: block;
        margin-bottom: 10px;
        overflow: hidden;
    }
}

.feature_box_wrapper {
	height: 100%;
	width: 100%;
    border-radius: 15px 0px 15px 0px;
}

.feature_box {
	height: 100%;
    position: relative;
    min-height: 450px;
}

.feature_box img {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    max-width: 140px;
}

.feature_box_content {
	padding: 5px 50px 30px 50px;
}

.feature_box_content h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	color: black;
    font-weight: bold;
}

.feature_box_content p {
	font-size: 23px;
	color: black;
}

.feature_box_btn {
	margin-top: 20px;
    background: #000;
    border-radius: 10px 0px 10px 0px;
    padding: 8px 35px;
    color: white;
    font-weight: bold;
}

.feature_box_btn:hover {
    background: #fff;
    color: #000;
}

.feature_box_btn:focus {
    background: #fff;
    color: #000;
}

.feature_box_overlay {
	position: absolute;
    top: 0;
}

.feature_box_overlay h3 {
	color: white;
}

.feature_box_overlay p {
	color: white;
}

.feature_box_text {

}

.feature_box_Left h3,
.feature_box_Left p,
.feature_box_Left .feature_box_btn_wrapper {
	text-align: left;
}

.feature_box_Center h3,
.feature_box_Center p,
.feature_box_Center .feature_box_btn_wrapper {
	text-align: center;
}

.feature_box_Right h3,
.feature_box_Right p,
.feature_box_Right .feature_box_btn_wrapper {
	text-align: right;
}

.feature_box_text h3 {
    font-size: 24px;
}

.feature_box_text p {
	font-size: 22px;
}

.feature_box_vertical_Top {

}

.feature_box_vertical_Middle {
    position: unset;
}

@media (max-width: 1629px) {
    .feature_box_content {
        padding: 5px 10px 20px 10px;
    }
    .feature_box img {
        max-width: 100px;
    }
    .feature_box_content h3 {
        font-size: 18px;
    } 
    .feature_box_content p {
        font-size: 18px;
    }
    .feature_box {
        min-height: 360px;
    }
}

.feature_box_vertical_Bottom {
	top: unset;
    position: absolute;
    bottom: 0%;
}

/* End Dual Homepage Boxes */

/* Call To Action Section */

.call_to_action_wrapper {
	background: var(--main-black);
}

/* End Call To Action Section */

/* Footer Styles */

.footer_section_1 {
	background: #131313;
	padding: 30px 0px;
}

.footer_section_1 h1,
.footer_section_1 h2,
.footer_section_1 h3,
.footer_section_1 h4,
.footer_section_1 p,
.footer_section_1 a {
	color: white;
}

.footer_section_2 {
	background: var(--main-black);
	padding: 30px 0px;
	color: white;
}

.footer_section_2 p ,
.footer_section_2 a {
	color: white;
}

@media only screen and (max-width: 767px) {
	.footer_section_1 {
		text-align: center;
	}
	
	.footer_section_1 .social_media_container {
		text-align: center;
	}
}

/* End Footer Styles */

/* Range Start */

.range_image_wrapper {
    background: #b36c04;
    position: relative;
    border-radius: 10px 0px 0px 0px;
    overflow: hidden;
    /*min-height: 378px;*/
}

.range_image_div {
    
}

.range_image_wrapper img {
    padding: 0px !important;
    margin: 0px !important;
}

@media only screen and (max-width: 767px) {
    .range_image_wrapper img {
        width: 100%;
    }
}

.range_content_wrapper {
    background: #efefef;
    margin-top: -3px;
    padding: 15px 10px;
    margin-bottom: 30px;
    min-height: 340px;
    border-radius: 0px 0px 10px 0px;
    color: #000;
    text-align: center;
    border-top: 10px solid var(--main-primary);
}

.product_page_wrapper .range_content_wrapper {
    background: #fff;
}

.product_page_wrapper .grey_divider {
    border-bottom: 150px solid #efefef;
}

.product_selector_range_content_wrapper {
    background: #fff;
}

.range_content_wrapper p,
.range_content_wrapper h1,
.range_content_wrapper h2,
.range_content_wrapper h3 {
    color: black;
}

.range_content_wrapper h3 {
    padding-top: 5px;
}

.range_content_wrapper h3,
.range_content_wrapper a {
    padding-bottom: 10px;
    margin: 0px;
    font-weight: bold;
}

.view_range_btn {
    position: absolute;
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 170px;
    padding: 6px 45px 6px 10px;
}

.range_content_wrapper a.view_range_block_btn {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 170px;
    margin-top: 20px;
    display: block;
    padding: 8px;
}

.range_content_wrapper a.view_range_block_btn:hover {
    
}

.get_a_quote_btn {
    display: block;
}

.get_a_quote_btn_wrapper {
    width: 320px;
    margin-top: 20px;
}

/* Range End */

/* Range And Products */

.product_range_carousel {
    margin: 40px -10px;
}

.product_range_slider_image {
    margin: 0px 10px;
}

.product_range_accordian_read_more {
    margin-bottom: 10px;
    display: block;
    color: #1377bb;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
}

.product_range_accordian_content {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product_range_bullet_list {
    margin-top: 10px;
    display: block;
    padding-inline-start: 20px;
}

.product_range_bullet_list p {
    font-weight: 600;
}

table.product_range_table {
    border: none !important;
}

.product_range_table th,
.product_range_table th a {
    color: #000;
}

.product_range_table th {
    background: var(--main-primary);
    border-right: 2px solid white !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.product_range_table th:last-of-type {
}

.product_range_table th:first-of-type {
    border-radius: 10px 0px 0px 0px;
}

.product_range_bullet_list ::marker {
    color: #1377bb;
}

.related_products .range_image_div img {
    
}

/* End Range and Products */

/* Products Start dddddddddddddddd */

.product_intro_content p {
    font-size: 24px;
}

.centered_product_intro_content {
    text-align: center;
}

.range_selection .range_item,
.product_selection .product_item,
.tag_selection .tag_item {
	text-align: center;
}

.datasheet_file_link {
    color: #333;
    font-weight: bold;
}

.product_offer {
	background: red;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 4px 2px;
	position: absolute;
	width: 126px;
	opacity: 0.8;
}

.product_details_image {
	float: right;
}

.offer_text {
	color: red;
	font-weight: bold;
}

.price {
	font-size: 120%;
}

.original_price {
	color: #777;
}

.price .original_price {
	color: black;
}

.offer_price,
.normal_price {
	color: red;
}

.original_price span,
span.original_price {
	text-decoration: line-through;
}

.offer_name {
	font-size: 80%;
}

table.product_variations td.variation_price_col {
	font-size: 110%;
	color: red;
}

table.product_variations {
	clear: both;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	margin-top: 5px;
}

table.product_variations th,
table.product_variations td {
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	color: #737373;
	font-weight: bold;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

table.product_variations th {
	background-color: #e4e4e4;
}

table.product_variations .variation_name_col {
	text-align: left;
}

table.product_variations th.variation_price_col, table.product_variations td.variation_price_col {
	white-space: nowrap;
}

.product_tag_search_bar {
	background-color: #DEDEDE;
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 5px;
}

.product_tag_search_bar select {
	width: 170px;
	margin-right: 5px;
}

.offer_text {
	color: red;
	font-weight: bold;
	text-align: right;
}

.original_price {
	text-decoration: line-through;
}

.offer_price {
	color: red;
	font-weight: bold;
}

#tag_filter_menu .tag_group {
	margin-bottom: 24px;
}

#tag_filter_menu .tag_group_name {
	color: #e0e0e0;
	padding-left: 25px;
	background-color: #606060;
	background-image: url('../png/white-arrow-down.png');
	background-repeat: no-repeat;
	background-position: 8px 9px;
	cursor: pointer;
	zoom: 1;
}

#tag_filter_menu .tag_group.collapsed .tag_group_name {
	background-image: url('../png/white-arrow-right.png');
}

#tag_filter_menu .tag_group_name strong {
	float: left;
	width: 75%;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-right: 7px;
}

#tag_filter_menu span.clear_tag_group {
	float: right;
	width: 17%;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-right: 7px;
	font-size: 90%;
	cursor: pointer;
	text-align: right;
}

#tag_filter_menu span.clear_tag_group:hover {
	text-decoration: underline;
}

#tag_filter_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	max-height: 161px;
	overflow: auto;
}

#tag_filter_menu li {
	color: #4f4f4f;
	padding: 4px 3px;
	border-bottom: 1px solid #ededed;
}

#tag_filter_menu li.disabled,
#tag_filter_menu li.disabled label,
#tag_filter_menu li.disabled a {
	color: #b9b9b9;
}

#tag_filter_menu li input[type="checkbox"] {
	margin-bottom: -1px;
}

#tag_filter_menu li label,
#tag_filter_menu li a {
	text-decoration: none;
	cursor: default;
	font-weight: normal;
	color: #4f4f4f;
}

#tag_filter_menu_loading {
	background: white url('../gif/ajax_loader.gif') no-repeat center center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	position: absolute;
}

.product_bootstrap_tabs {
}

.product_bootstrap_tabs .tab-content{
    padding: 30px 20px;
    background: white;
    border-radius: 0px 0px 10px 10px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 261.5px;
}

.product_bootstrap_tabs li a {
    color: #7d7d7d;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 50px;
    border-left: 2px solid #7d7d7d;
    border-radius: 0px;
    text-align: center;
}

.product_bootstrap_tabs li.active a,
.product_bootstrap_tabs li.active a:focus,
.product_bootstrap_tabs li.active a:hover {
    background: #7d7d7d;
    color: white;
    border: none;
    border-radius: 5px 0px 0px 0px;
    margin: 0px;
    border-bottom: 2px solid #7d7d7d;
}

@media (max-width: 1629px) {
    .nav-tabs>li {
        width: 190px;
    }
    .product_bootstrap_tabs li a {
        padding: 10px 0px;
    }
}

@media (max-width: 1199px) {
    .nav-tabs>li {
        width: 156px;
    }
    .product_bootstrap_tabs li a {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .nav-tabs>li {
        width: 100%;
    }
    .product_bootstrap_tabs li a {
        font-size: 14px;
    }
    .product_bootstrap_tabs li a {
        border-left: 0px;
        border-radius: 0px;
        background: white;
    }
    .product_bootstrap_tabs li.active a, .product_bootstrap_tabs li.active a:focus, .product_bootstrap_tabs li.active a:hover {
        border-radius: 10px 10px 10px 10px;
    }
}

.related_btn_link {
    font-weight: bold;
}

/* Products End */

/* Quick Quote Form */

.quick_quote_form {
    margin-top: 20px;
}

.quick_quote_header {
    background: #1377bb;
    color: #000;
    border-radius: 10px 0px 10px 0px;
    padding: 6px 0% 6px 0%;
    font-weight: bold;
}

.quick_quote_header p {
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
}

.quick_quote_body {
    background: #fff;
    padding: 10px;
}

.quick_quote_form_labels {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
}

/* End Quick Quote Form */



/* Articles Start */

.news_feed_section {
    background: white;
    padding: 40px 0px;
}

.news_list {
	position: relative;
}

.news_list_item_wrapper {
	position: absolute;
	overflow: hidden;
}

.news_list_item {
    border-radius: 10px 0px 10px 0px;
    overflow: hidden;
}

.news_list_item a:hover {
	text-decoration: none;
}

.news_list_item .news_list_item_img {
	overflow: hidden;
	width: 100%;
	height: auto;
	background: #000;
}

.news_list_item .news_list_item_img img {
	transform: scale(1);
	opacity: 0.9;
	transition: all 0.4s ease-in-out;
	width: 100%;
}

.news_list_item:hover .news_list_item_img img {
	transform: scale(1.1);
	opacity: 1;
}

.news_list_item .news_list_item_content {
	border-top: 5px solid #1377bb;
}

.news_list_item:hover .news_list_item_content {
	background: #1377bb;
}

.news_list_item .news_list_item_content_inner {
	padding: 15px;
	background: #f5f5f5;
}

.news_list_item .news_list_item_title {
	font-weight: 600;
	margin-top: 0;
}

h2.news_list_item_title {
	font-size: 25px;
    color: #000;
}

.news_list_item_title a{
    color: #000;
}

.news_list_item .news_list_item_date {
	font-weight: 700;
	margin-bottom: 15px;
}

.news_list_item .news_list_item_blurb {
	font-size: 18px;
    color: #000;
}

.news_list_item .btn {
	margin-top: 15px;
}

.article_banner_image {
    margin-top: 20px;
}

ol.article_edit_channels,
ol.article_edit_categories {
	border: 1px solid #dddddd;
	margin-left: 0;
	max-height: 250px;
	overflow: auto;
	padding: 10px;
}

ol.article_edit_channels li,
ol.article_edit_categories li {
	list-style-type: none;
}

ol.article_edit_channels li .checkbox input[type="checkbox"],
ol.article_edit_categories li .checkbox input[type="checkbox"] {
	margin-left: 0;
	position: relative;
}

.news_story {
	padding-bottom: 20px;
}
/*
.news_story img {
	float: left;
	padding: 0 10px 5px 0;
}
*/
#news_feed .slick-prev,
#news_feed .slick-next {
	width: 29px;
	height: 55px;
}

#news_feed .slick-prev::before, #news_feed .slick-next::before {
    color: #fff !important;
    line-height: 45px;
    font-size: 50px;
    margin-top: -10px;
    display: block;
}

#news_feed .slick-prev, #news_feed .slick-next {
    color: #fff !important;
    background: #1377bb;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

#news_feed .news_list_item .news_list_item_content_inner {
	min-height: 345px;
}

/* Articles End */

/* Product Selector / Left Selector Nav */

.left_floating_nav_selectors {
    position: fixed;
    /*left: 0;*/
    right: 17px;
    z-index: 999999;
    bottom: 10%;
    height: fit-content;
}

.left_floating_nav_blocks {
    padding: 20px 15px 20px 15px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.britain_left_selector {
    display: block;
    height: fit-content;
    background: #000;
    border-radius: 0px 0px 10px 0px;
}

.global_left_selector {
    display: block;
    height: fit-content;
    background: #1377bb;
    /*border-radius: 0px 0px 10px 0px;*/
    border-radius: 0px 0px 0px 10px;
}

.global_left_selector a {
    color: #000;
}

.global_left_selector:hover a {
    color: white;
}

.product_selector_menu_toggle {
    display: block;
    height: fit-content;
    background: #1377bb;
    /*border-radius: 0px 10px 0px 0px;*/
    border-radius: 10px 0px 0px 0px;
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid black;
}

@media (min-width: 1199px) {
    .product_selector_menu_toggle:hover,
    .global_left_selector:hover,
    .britain_left_selector:hover {
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        background: #000;
    }
}

@media (max-width: 1199px) {
    .left_floating_nav_selectors {
        position: fixed;
        left: unset;
        z-index: 999999;
        margin-top: auto;
        margin-bottom: auto;
        top: unset;
        bottom: 0;
        height: 80px;
        width: 100%;
        background: #1377bb;
    }
    .left_floating_nav_blocks {
        display: inline-block !important;
        width: 33%;
        height: 100% !important;
        font-size: 12px;
        padding: 15px 8px;
        text-align: center;
        background: #1377bb;
        border: none;
        border-radius: 0px;
        filter: none;
        color: #000;
    }
    .product_selector_menu_toggle:hover,
    .global_left_selector:hover,
    .britain_left_selector:hover {
        filter: none;
        cursor: pointer;
        text-decoration: none;
    }
    .left_floating_nav_blocks {
        width: 48%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .left_floating_nav_blocks {
        width: 48%;
    }
    .global_left_selector {
        padding-top: 10px;
    }
    .global_left_selector a {
        color: #000;
    }
    .product_selector_menu_toggle {
        padding: 20px;
        display: block !important;
        width: 48%;
        float: left;
    }
    .hide_smaller_devices {
        display: none !important;
    }
    .product_selector_menu_toggle a {
        color: #000;
    }
}

.product_selector_container {
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    display: block;
    width: 60%;
    height: fit-content;
    background: #000;
    border-radius: 10px 0px 10px 0px;
    color: #000;
    font-weight: bold;
    filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.7));
    transition: filter .1s;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .product_selector_container {
        width: 90%;
    }
}

.product_selector_wrapper {
    border-radius: 10px 0px 10px 0px;
}

.product_selector_header {
    background: #000;
    color: white;
    padding: 5px;
    border-radius: 10px 0px 0px 0px;
}

.product_selector_header p {
    padding: 8px 5px 0px 5px;
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.product_selector_body {
    background: #1377bb;
    color: #000;
    padding: 25px;
}

.product_selector_footer {
    background: #000;
    display: block;
    width: 100%;
    height: 44px;
    border-radius: 0px 0px 10px 0px;
}

.product_selector_footer_wrapper {
    padding: 0px 25px;
}

.product_selector_footer_submit_wrapper {
    width: 300px;
}

.product_selector_footer_submit {
    margin-top: 5px;
}

.check_box_styles {
    width: 15px;
    height: 15px;
    margin-bottom: 10px !important;
    display: inline-block;
    margin-top: 10px !important;
}

.product_selector_results_wrapper .range_item {
    /*min-height: 630px;*/
}

/* End Product Selector */

/* Global Support Module */

.btn_global_map {
    background: #82807e;
    color: white;
    border-radius: 10px 0px 10px 0px;
    padding: 10px 30px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}
.btn_global_map:hover {
    background: #f5b72c;
    color: #1a1514;
    text-decoration: none;
}

@media (max-width: 1629px) {
    .btn_global_map {
        padding: 10px 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (max-width: 991px) {
    .btn_global_map {
        padding: 5px 10px;
        display: block;
        margin-top: 10px;
    }
}

.map_area_active {
    background: #f5b72c;
    fill: #f5b72c;
    color: #1a1514;
}

.map_hovered {
    background: #f5b72c;
    fill: #f5b72c;
    color: #1a1514;
}

.map_hovered_active {
    background: #f5b72c;
    fill: #f5b72c;
    color: #1a1514;
}

.global_map_container {
    background: #1a1514;
    padding: 0px 20px 20px 20px;
}

.global_map_wrapper {
    width: 70%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.global_map_buttons {
    text-align: center;
}

.global_tabs {
    width: 25% !important;
}

.nav-tabs>li.global_tabs.active>a,
.nav-tabs>li.global_tabs.active>a:focus,
.nav-tabs>li.global_tabs.active>a:hover {
    border: 1px solid #fff !important;
}
.nav-tabs>li.global_tabs>a {
    margin-right: 0px;
}

.global_tab_content {
    background: white;
}

.global_country_wrapper {
    display: block;
}

.global_country_title {
    display: block;
    background: black;
    min-width: 25%;
    width: fit-content;
    color: var(--main-primary);
    text-align: center;
    font-weight: bold;
    padding: 8px 30px;
}

.global_country_content {
    background: white;
    border: 2px solid black;
    margin-bottom: 10px;
    overflow: hidden;
}

.global_agent_row {
    border-bottom: 2px solid black;
}

.gmap_canvas {
    overflow: hidden;
    padding: 20px;
}

.global_google_map {
    width: 100%;
}

.global_equipment_title {
    margin-top: 20px;
}

.bsp_glyphicon {
    color: var(--main-primary);
    padding-right: 10px;
}

.global_no_agent_wrapper {
    padding: 20px;
}

.global_modal_enquiry_form_wrapper {
    margin-top: 150px;
}

.global_modal .modal-dialog {
    width: 80%;
    border-radius: 10px 0px 0px 0px;
}

.global_modal .close {
    float: right;
}

.global_modal .modal_title_wrapper {
    display: inline-block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
}

.global_modal .modal-title {
    font-weight: bold;
    text-align: center;
}

.global_modal .modal-content {
    border-radius: 10px 0px 0px 0px;
}

.global_modal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: var(--main-primary);
    border-radius: 10px 0px 0px 0px;
}

.global_form_labels {
    font-weight: bold;
}

.global_left_form_labels {
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 25px;
}

.global_checkbox label {
    font-size: 18px;
}

.btn_global_contact {
    background: var(--main-primary);
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 10px 0px 10px 0px;
    margin-bottom: 20px;
}

.padded_column {
    padding: 0px 30px;
}

/* End Global Support Modules */

.swipe-icon {
    text-align: center;
}

.swipe-icon>img {
    animation-name: swipe;
    animation-duration: 3000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: running;
    animation-iteration-count: infinite;
    height: 50px;
    margin-left: -20px;
    margin-top: 0;
    opacity: 0.4;
    transform: rotate(-5deg);
}

@media (max-width: 767px) {
    .visible-xs {
        display: block!important;
    }
    #social_media_links {
        text-align: center;
    }
    .footer_section_1 img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}


@keyframes swipe {
	50% {
		margin-left: 20px;
		transform: rotate(5deg);
	}
	
	100% {
		margin-left: -20px;
		transform: rotate(-5deg);
	}
}

#cookie_alert_box {
    z-index: 999999999 !important;
}

/* Multi Box Styles */
.img__wrap {
    position: relative;
}

.img__img {
    width: 100%;
}

.img__description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(63, 63, 63, 0.6);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;

    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
}

.img__title {
    position: absolute;
    margin-top: auto !important;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
    height: fit-content;
    font-weight: bold;
    padding: 20px 0px !important;
    background: rgba(0,0,0,0.5);
}

.img__paragraph {
    text-align: center;
}

.multi_box_btn {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    right: left;
    right: right;
    border: 2px solid white;
    color: #6e6e6e;
    background: white;
    font-weight: bold;
    border-radius: 10px 0px 10px 0px;
    padding: 8px 20px;
    width: fit-content;
}

.multi_box_btn:hover {
    border: 2px solid #6e6e6e;
    color: #fff;
    background: #6e6e6e;
}

@media (max-width: 1629px) {
    .multi_box_btn {
        font-size: 11px;
    }
}

.img__wrap:hover .img__description_layer {
    visibility: visible;
    opacity: 1;
}

.img__description {
    transition: .2s;
    transform: translateY(1em);
}

.img__wrap:hover .img__description {
    transform: translateY(0);
}

.multi_box_page_wrapper {
    margin-top: 20px;
}
/* End Multi Box Styles */


.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #1377bb;
}

.has-warning .form-control {
    border-color: #1377bb;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
    border-color: #1377bb;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #1377bb;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #1377bb;
}
