/* csa-store-custom-style.css  */

:focus {
    outline: none;
}
.form-control:focus{
	outline: 1px solid transparent;
}
 

/*----------------------Seach Section---------------------*/

a:focus, 
a:hover {
    color: #23527c;
    text-decoration: inherit;
}

a:hover {
    text-decoration: none;
} 
  
.arrow-dropdown select:focus {
    outline: none;
}




h1,
h2,
h3,
h4 {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-family: "montserratbold"; 
}

.nav-tabs>li {
    float: left;
    margin-bottom: 1px;
}

.text-block {
    display: block;
}

.mtop50 {
    margin-top: 50px;
}

.csa-tab-block p,
.csa-tab-block h5 {
    margin-bottom: 0px;
}

/*.csa-page-tab .csa_group_tab .csa-tab-block p { 
    margin-bottom: 0px !important; 
}*/

.center { 
    text-align: center; 
}
 
.dark-blue {
    background-color: #004479;
}

.bgblue {
    background-color: #005495;
}
.tbl {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.middle {
    vertical-align: middle;
    display: table-cell;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.search-bar {
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    justify-content: center;
    max-width: 650px;
}

.search-bar>div {
    height: 35px;
    background: #fff;
    display: table-cell;
	border-right: 1px solid #ddd;
}

.search-bar input {
    display: inline-block;
    border: none;
    width: 35px;
    height: 100%;
    border: 0px;
}

.search-dropdown {
    display: inline-block;
    border: none;
    position: relative; 
    background-color: white;  
}

.search-bar .search-dropdown:before {
	content: '\f0dd';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 10px;
    width: auto;
    height: auto;
    bottom: 0;
    left: auto;
    font-size: 20px;
    z-index: 0;
    pointer-events: none;
    color: #005495;
}

.home-blog-section .slick-slide img {
    display: block;
    width: auto; 
    min-height: 211px;
}

.search-bar select {
    padding: 0 30px 0 16px;
    width: inherit;
    height: 100%;
    border: none;
    background: #fff; 
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 0px;
	border-radius:0px;
	min-width: 62px;
}
.search-bar select:focus{
	border:0px solid #000; 
}
.top-search-bar.bgblue {
    display: block;
} 

.csa-product-list-sidebar #myModal {
    z-index: 2;
	overflow: visible;
}

.search-bar input[type="submit"]:focus {
    text-decoration: underline;
}

.search-bar input[type="text"]:focus {
    border: 0px !important;
}

.home-blog-section .col-sm-4 {
    padding-right: 10px;
    padding-left: 10px;
}
.search-bar input[type="text"] {
    width: 100%;  
    padding: 0 15px; 
    margin-left: 0; 
	border:0!important;
}
.search-bar .search-input-sec {  
    padding-right: 35px;
}
.search-bar .search-input-sec .awesomplete {
    height: 100%;
}
.search-bar .awesomplete ul {
    border-top: 0 !important;
}
.search-bar input[type="submit"] {
    position: absolute;
    color: transparent;
    background-color: #e8eff1 !important;
    padding: 0;
    border-radius: 0;
    font-size: 0px;
    line-height: 0px; 
    margin-top: 0px;
    display: block;
	top: 0;
    bottom: 0;
	height:35px;
    right: 0;
	background: url(/wp-content/uploads/2020/10/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.search-bar .sub {
    position: relative;
    text-align: center;
    background: #e8eff1;
}

.sidebar-wish select:focus {
    text-decoration: underline;
}


/*-------------- Home page ----------------*/
.page-template-page-home .csa_group_tab .tab-pane a{
	transition:.2s ease-in-out;
}
.page-template-page-home .csa_group_tab .tab-pane a:hover>div, .page-template-page-home .csa_group_tab .tab-pane a:focus>div{
    /* box-shadow: 0px 7px 11px 2px rgba(163, 163, 163, 0.81); */
	box-shadow: 0px 0px 11px 0px #ad6500;
    border: 1px solid #fff;
}

.page-template-page-home .csa_group_tab .row {
    margin-right: -10px;
    margin-left: -10px;
}

.page-template-page-home .csa_group_tab .tab-pane .col-md-3 {
    padding: 0 10px;
}

.page-template-page-home .slick-list .slick-slide .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.page-template-page-home .mtop32 {
    margin-bottom: 50px;
}

header .mid-header-menu ul li ul.mega-menu-sub li.widget_nav_menu ul li:after {
    content: "\f04b";
    color: #E5F9F;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: 2px;
    font-size: 8px;
    line-height: 1.8rem;
    left: 0;
    font-family: FontAwesome;
}


/*-------------- Home page ----------------*/


/*----------------------Banner Home Section---------------------*/

.home-slide .key-box {
    display: table-cell;
    vertical-align: middle;
    padding: 3rem 35px;
}

.col-sm-8.content-height.banner-side-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 450px;
}

.col-sm-8.content-height.banner-side-img img {
    display: none;
}

.home-slide {
    position: relative;
    background-color: #004479;
    /* display: block !important; */
}

.home-slide .col-sm-8 {
    padding: 0;
}

.home-slide .key-box p {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    font-family: Arial Regular;
    margin-top: 20px;
}

.home-slide .key-box .banner-heading {
    font-size: 30px;
    color: white;
    line-height: 36px;
    margin-top: 20px;
}

.home-slide a.slider-registor-button {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 13px 19px;
        font-family: 'Arial bold';
    margin-top: 10px;
    display: inline-block;
    overflow: hidden;
    line-height: 12px;
}

.home-slide a.slider-registor-button:hover {
    color: #004479;
    border: 1px solid #fff;
    background: #fff;
}

.home-slide a:hover {
    text-decoration: none;
}

.home-slide .slider.slick-initialized.slick-slider {
    overflow: hidden;
}

.csa-home-standard-release .slick-arrow:focus:before {
    border-color: #005396;
}

.desktop-main-menu {
    margin-left: auto;
    margin-right: auto;
    width: 53%;
    max-width: 680px;
}

.main-menu-row>div {
    padding-right: 15px;
    padding-left: 15px;
}
header .logo-area  .logo a {
    display: inline-block;
}

/*----------------------Blog Section---------------------*/

.home-blog-section .img-blog {
    display: block;
    overflow: hidden;
}

.home-blog-section .img-blog img {
    width: 100%;
}

.home-blog-section {
    background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 54%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 100%);
    padding: 30px;
    margin-top: -5px;
}

.blog-content p {
    display: block;
    font-family: Arial Regular;
    overflow: hidden;
    margin-bottom: 0px;
}

.blog-link {
    text-align: right;
    font-weight: bold;
    color: #005495;
    font-size: 14px;
}

.csa-home-blog-slide.slick-dotted.slick-slider {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.csa-home-blog-slide ul.slick-dots {
    z-index: 1;
}

.csa-home-blog-slide .slick-next.slick-arrow {
    right: 22px;
    left: auto;
    top: auto;
    bottom: -37px;
    z-index: 9;
}

.page-template-page-home .slick-prev,
.page-template-page-home .slick-next {
    color: black;
}

.page-template-page-home ul.slick-dots li button:focus {
    border: 0px solid;
}

.csa-home-blog-slide button.slick-prev {
    position: absolute;
    right: 54px;
    left: auto;
    bottom: -37px;
    top: auto;
    z-index: 9;
}

.blog-link a {
    position: relative;
    padding-right: 30px;
    font-family: Arial Regular;
    color: #005495;
    margin-top: 20px;
    display: inline-block;
    max-width: 99%; 
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.decor-behaviour a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 1px;
    left: 0;
    background-color: #005495;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.decor-behaviour.white-bar a:before {
    background-color: #fff;
}

.decor-behaviour a:hover:before, .decor-behaviour a:focus:before {
    visibility: visible;
    width: calc(100% - 30px);
}

.blog-link svg.bi.bi-arrow-right {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
}

.home-blog-section .csa-home-blog-slide {
    display: flex;
    flex-wrap: wrap;
}

.blog-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.blog-content {
    padding: 20px 20px 20px;
    border: 1px solid #dddddd;
    background: #fff;
    position: relative;
    padding-bottom: 3rem;
	    min-height: 120px;
    height: 50%;
}

.blog-block .blog-link {
    position: absolute;
    bottom: 15px; 
    left: 15px;
    right: 15px;
}

.blog-content .blog-card-head {
    font-size: 16px;
    color: #333333;
    display: block;
    overflow: hidden;
    line-height: 20px;
    margin: 0;
}


/*----------------------CSA Group Section---------------------*/

.mtop32 {
    margin-top: 30px;
    margin-bottom: 80px;
    display: block; 
}

.sec-main-heading{
    font-size: 30px;
    margin-top: 30px;
}

.sub-heading {
    font-size: 18px;
    margin-bottom: 0;
}

.csa_group_tab {
    margin-top: 40px;
    display: block; 
}

.csa_group_tab .nav-tabs {
    background-color: #e8eff1;
    border: none;
    height: 55px;
}

.csa_group_tab .nav-tabs li {
    /* border-left: 1px solid transparent; */
    margin-bottom: 0px;
}

.csa_group_tab .nav-tabs li:first-child.active,
.csa_group_tab .nav-tabs li:hover:first-child.active {
    border-left: 0px solid transparent;
}

.csa_group_tab .nav-tabs li:hover {
    /* border-left: 1px solid transparent; */
}

.csa_group_tab .nav-tabs>li.active>a,
.csa_group_tab .nav-tabs>li.active>a:focus,
.csa_group_tab .nav-tabs>li.active>a:hover {
    background-color: #005495;
    color: white;
    border: none;
    border-radius: 0;
    text-decoration: none;
}

.csa_group_tab li.active a {
    background-color: #005495;
    color: white;
    border-radius: 0;
}

header .mid-header-menu ul li ul.mega-menu-sub li.widget_nav_menu ul li a:hover, header .mid-header-menu ul li ul.mega-menu-sub li.widget_nav_menu ul li a:focus {
    color: #FFB54D;
    text-decoration: underline;
}

.csa_group_tab li a {
    color: #333333;
    padding: 17px 20px;
    border: none;
    border-radius: 0;
    margin-right: 0px;
}

.csa_group_tab li a:hover,
.csa_group_tab li a:focus {
    background-color: #005495;
    color: white;
}

.csa_group_tab .tab-box-top {
    width: 100%;
    align-items: center; 
    vertical-align: middle;
    display: flex;
    overflow: hidden;
    padding: 15px 0;
    justify-content: space-between;
}

.middle-box {
    display: table-cell;
    vertical-align: middle;
}

.tab-box-bottom {
    height: 70px;
    max-height: 70px;
}

.tab-box-top,
.tab-box-middle,
.tab-box-bottom {
    display: block;
    overflow: hidden;
}

.tab-box-top .pro-cat-head {
    font-size: 12px;
    color: white;
    display: block;
    overflow: hidden;
    float: left;
    line-height: 16px;
    margin: 0;
    max-width: 200px;
    font-family: 'montserratmedium';
}

.tab-box-top img {
    float: right;
    display: block;
    height: 36px;
}

.tab-box-middle  .pro-cat-sub-head {
    color: white;
    display: block;
    overflow: hidden;
    max-width: 220px;
    line-height: 18px;
    min-height: 32px;
    margin: 0;
}

.tab-box-middle p {
    color: white;
    font-size: 12px;
    overflow: hidden;
    font-family: Arial Regular;
    margin-bottom: 0;
    padding-top: 10px;
}

.tab-box-middle {
    height: 148px;
    max-height: 148px;
    display: table;
    width: 100%;
}

.csa_group_tab .slick-dotted.slick-slider {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.csa-home-tab-slide ul.slick-dots {
    z-index: 1;
}

.csa_group_tab .slick-next {
    position: absolute;
    top: auto;
    bottom: -30px;
    left: auto;
    right: 24px;
    z-index: 9;
}

.csa_group_tab .slick-prev.slick-arrow {
    position: absolute;
    left: auto;
    right: 56px;
    top: auto;
    bottom: -30px;
    z-index: 9;
}

.tab-box-bottom p {
    display: block;
    overflow: hidden;
    font-size: 14px;
    font-family: Arial Regular;
    color: white;
    padding: 25px 0;
    margin-bottom: 0;
}

.tab-box-bottom strong {
    float: right;
}

.bg-green .tab-box-top,
.bg-green .tab-box-middle {
    border-bottom: 1px solid #29292924;
}

.bg-green {
    background-color: #3e7a2d;
    padding: 0 20px;
    margin-bottom: 30px;
	border: 1px solid #fff;
}

.dark-grey .tab-box-top,
.dark-grey .tab-box-middle {
    border-bottom: 1px solid #5a646b;
}

.dark-grey {
    background-color: #687177;
    padding: 0 20px;
}

.bg-orange .tab-box-top,
.bg-orange .tab-box-middle {
    border-bottom: 1px solid #b54d20;
}

.bg-orange {
    background-color: #bf5324;
    padding: 0 20px;
}

.bg-blue .tab-box-top,
.bg-blue .tab-box-middle {
    border-bottom: 1px solid #046e92;
}

.bg-blue {
    background-color: #0279a1;
    padding: 0 20px;
}


/*----------------------Solution Meet Section---------------------*/

.solution-meet.bg {
    padding: 100px 0;
    background-size: cover;
	background-color: #01365e;
}
.solution-meet.bg .sec-main-head-light {
    padding: 0 0 60px;
	
}
.sec-main-head-light {
    color: white;
	font-size:30px;
	line-height:inherit;
}

.solution-meet .box .meet-card-head {
    padding: 10px 0;
    margin-bottom: 5px;
	font-size:18px;
}

a.solution-learn-more svg {
    width: 22px;
    right: 0;
    position: absolute;
}

a.solution-learn-more {
    color: white;
    position: relative;
    padding-right: 30px;
    font-weight: bold;
	    padding-bottom: 3px;
}

.solution-meet .box {
    color: white;
    position: relative;
    height: 100%;
    padding-bottom: 3rem;
}

.meet-link-area {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0px;
}


/*----------------------Top Selling ------------------*/

.bg-light-grey {
    background-color: #f4f4f4;
} 

.top-selling-training {
    padding: 40px 0 45px;
    display: block;
    overflow: hidden;
}

.top-selling-heading {
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 15px;
}

.top-selling-content {
    background-color: white;
    padding: 15px;
}

.top-selling-content h2 {
    /* color: #ad6500; */
    font-size: 12px;
    text-transform: uppercase;
	    color: #754500;
}

.top-selling-content h3 {
    font-size: 16px;
    line-height: 20px;
    min-height: 82px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.top-selling-content p {
    min-height: 70px;
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
}

.top-selling-content .top-selling-duration {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    display: block;
    overflow: hidden;
    margin: 20px 0;
}

.top-selling-button a:hover, .top-selling-button a:focus {
    color: #005396;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #005394;
}

.top-selling-button a {
    background-color: #005396;
    color: white;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #005394;
    margin-bottom: 5px;
    text-transform: uppercase;
	    font-family: 'Arial bold';
}

.csa-standard-content {
    padding: 10px 10px 0;
    border: 1px solid #dddddd;
}

.csa-top-selling.slider {
    position: relative;
    padding-bottom: 65px;
} 
.csa-top-selling .slick-dots {
    bottom: 20px;
}

.slick-prev,
.slick-next {
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #dddddd !important;
    background: #fff !important;
}

.slick-prev {
    padding: 5px 7px 5px 7px !important;
}

.slick-next {
    padding: 5px 7px 5px 10px!important;
}

.slick-prev:hover,
.slick-next:hover {
    background: #094476 !important;
}

.csa-top-selling.slider button.slick-prev {
    position: absolute;
    bottom: 0;
    right: 45px;
    left: auto;
    top: auto;
    z-index: 99;
}

.csa-top-selling.slider button.slick-next {
    bottom: 0;
    right: 10px;
    left: auto;
    top: auto;
    z-index: 99;
}

.meet-image {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meet-image img {
    width: 70px;
}

.meet-content p {
    font-size: 16px;
}

.keyimg img {
    max-width: 50px;
}

.page-template-page-home .slick-next::before {
    content: "\f105";
    color: #094476;
    font-weight: bold;
    font-family: FontAwesome;
    line-height: 10px;
	    opacity: 1;
}

.page-template-page-home .slick-prev::before {
    content: "\f104";
    color: #094476;
    font-weight: bold;
    font-family: FontAwesome;
    line-height: 10px;
	    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    line-height: 10px;
}

.page-template-page-home .slick-prev:hover::before,
.page-template-page-home .slick-next:hover::before {
    color: #fff;
    opacity: 1;
}

.page-template-page-home .slick-dots li button:before {
    font-size: 12px;
    opacity: .50;
    color: #dddddd;
}

.page-template-page-home .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #005495;
}

.csa-top-selling .slick-dots li {
    margin: 0;
}


/*----------------------Standard Release Section---------------------*/

.standard-release {
    padding: 40px 0 95px;
}

.csa-standard-content {
    padding: 0 10px;
}

.standard-release-heading {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 15px;
}

.standard-release-heading h1{
	font-size:30px;
}
.csa-standard-content h2 {
    font-size: 16px;
    line-height: 20px;
    /*    min-height: 60px;*/
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.csa-standard-content p {
    /*min-height: 70px;*/
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
}

.csa-standard-content .csa-standard-price {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    display: block;
    overflow: hidden;
    margin: 20px 0;
}

.csa-standard-button a:hover, .csa-standard-button a:focus {
    color: #005396;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #005394;
}

.breadcrumb-border-none .csa-store-brdcrumb .csa-store-brdcrumb-main ul {
    border: none;
}

.csa-standard-button a {
    background-color: #005396;
    color: white;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #005394;
    margin-bottom: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
	    font-family: 'Arial bold';
}

.csa-standard-content {
    padding: 10px 15px 0;
    border: 1px solid #dddddd;
} 
.csa-home-standard-release.slick-dotted.slick-slider {
    margin-bottom: 28px;
    padding-bottom: 10px;
}

.csa-home-standard-release ul.slick-dots {
    bottom: -40px;
    z-index: 1;
}

.csa-home-standard-release button.slick-prev.slick-arrow {
    position: absolute;
    right: 55px;
    left: auto;
    top: auto;
    bottom: -50px;
    z-index: 9;
}

.csa-home-standard-release .slick-next.slick-arrow {
    position: absolute;
    bottom: -50px;
    top: auto;
    left: auto;
    right: 24px;
    z-index: 9;
}


/*--------------- Faq Page-------------------------*/


/* .faq_answer a { */


/* text-decoration: underline; */


/* } */


/* .faq_item.main-faq button.faq_question:focus { */


/* text-decoration: underline; */


/* } */


/*---------------------------- Forgot Password Page-------------*/

.csa-store-logcmn .csa-store-forgetpassform .form-control:focus {
    border-color: #025595;
}

.page .csa-store-logcmn .btn-style:focus {
    border: 1px solid #005495;
	background:#fff;
    text-decoration: none;
	color:#005495;
}
.using-mouse .csa-store-logcmn .btn-style:focus {
    border-color: #005495;
	outline: 0px solid #ad6500 ;
	color:#fff;
	background:#005495;
}
.csa-store-logcmn .backtologin a:focus {
    text-decoration: underline;
}

.csa-store-logcmn .showpas-btn:focus {
    border-color: #005495;
}


/*---------------------------- Login Register Page-------------*/

.page .csa-store-logcmn .form-control:focus {
    border-color: black;
}


/*---------------------------- Newsletter Page-------------*/

.subscription-form .form-subscription .form__group input:focus {
    border-color: black;
}

.newsletter-signup .content-boxes .content-inner p a:focus,
.page .csa-store-contactform-btmpara a:focus { 
	outline: 5px auto #005495;
    outline-offset: 5px;
}


/*---------------------------- Cart Page-------------*/

.error-modal-content {
    background-color: #fffafa;
}

.error-modal-content .modal-header {
    padding: 0;
    margin: 0;
    border: none;
}

.error-modal-content .modal-header h1 {
    display: none;
}

.error-modal-content .modal-header .close {
    display: block !important;
    margin: 15px 0;
    opacity: 1;
}

.modal-content.error-modal-content>h2 {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 18px 0;
    color: #a72a32;
    font-family: 'montserratregular';
}

.error-modal-content .modal-header .close span {
    color: #a72a32;
}

.modal-content.error-modal-content>h2:before {
    content: "\f057";
    font-family: 'FontAwesome';
    font-size: 17px;
    padding-right: 8px;
}

/* .page-cart .subscription-box .dropdowns-section input:focus, */
/* .page-cart .subscription-box .dropdowns-section .no-user select:focus, */
/* .page-cart button.update-cart:focus, */
/* .page-cart button.checkout-cart:focus { */
    /* border-color: black; */
/* } */

/* .top-links ul li button.btn.btn-primary:focus, */
/* .page-cart .subscription-box p a:focus { */
    /* text-decoration: underline; */
    /* outline: 1px solid transparent !important; */
/* } */

/* .page-cart .cart-bottom .quantity-selectors button:focus { */
    /* outline: 1px solid transparent !important; */
/* } */

/* .page-cart .cart-bottom .quantity-selectors button span:focus, */
/* .page-cart .cart-bottom .quantity-selector input:focus { */
    /* outline: 0px; */
/* } */


/*----------------------PT Dates Available CSA---------------------*/

.csa-page-tab .csa_group_tab .nav-tabs>li>a {
    padding: 17px 10px;
    width: auto;
    min-width: inherit;
    margin-right: 0px;
    text-align: center
}

.csa-page-title-list ul {
    padding: 0;
}

.csa-page-title-list ul li {
    display: inline-block;
    padding-right: 10px;
}

.csa-page-title-sub h3 {
    color: #606060;
    margin: 0 0 10px;
}

.csa-page-title h2 {
    margin: 10px 0;
}

.csa-page-sub-title h1 {
    /* color: #ad6500; */
	color:#804A00;
    margin-top: 30px;
    margin-bottom: 0px;
    text-transform: uppercase; 
	    font-size: 12px;
}

.sidebar-wish.arrow-dropdown {
    margin: 0;
    width: auto;
    overflow: hidden;
    max-width: 160px;
}

.sidebar-wish.arrow-dropdown:before {
    top: 2px;
}

.sidebar-wish.arrow-dropdown select {
    height: auto;
}

.csa_product_primary_details:last-child:after {
    display: none;
}


/*-------------------- Sidebar --------------------*/

.sidebar {
    padding: 32px 0;
}

.sidebar-wish select {
    display: block;
    width: 150px;
    border-color: #dddddd;
    overflow: hidden;
    margin: 0 0 20px;
    font-size: 14px;
    padding: 7px 20px;
    font-weight: bold;
    color: #005495;
}

.sidebar-heading {
    background-color: #005495;
    color: #fff;
    padding: 17px 10px;
}

.sidebar-heading p {
    font-size: 14px;
    font-weight: inherit;
    font-family: 'Arial bold';
}

.sidebar-heading label {
    float: right;
    font-size: 14px;
    font-weight: inherit;
    font-family: 'Arial bold';
}

.sidebar-location {
    padding: 15px;
    border: 1px solid #ddd;
}

.arrow-dropdown label {
    display: block;
    overflow: hidden;
}

.arrow-dropdown select {
    height: 55px;
    border-color: #dddddd;
    width: 100%;
    padding: 10px;
    padding-right: 30px;
}

.arrow-dropdown {
    position: relative;
    margin-bottom: 20px;
}

.arrow-dropdown:before {
    content: '\f0dd';
    font-family: FontAwesome;
    position: absolute;
    top: 33px;
    right: 10px;
    width: auto;
    height: auto;
    left: auto;
    font-size: 20px;
    z-index: 0;
    pointer-events: none;
    color: #005495;
}

.arrow-dropdown select:focus {
    text-decoration: underline;
}

.sidebar-heading p {
    margin: 0;
}

.sidebar-cart a,
.sidebar-cart button {
    /* background-color: #ad6500; */
    background-color: #804A00;
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    padding: 17px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Arial bold';
    font-weight: inherit;
    border: 1px solid #ad6500;
}

.sidebar-cart a:hover, 
.sidebar-cart button:hover {
    background: #fff;
    /* color: #ad6500; */
    color: #804A00;
}

.sidebar-cart #add_cart.showhover{
	background: #fff;
    /* color: #ad6500; */
    color: #804A00;
	    pointer-events: none;
}
.sidebar-box-bgbluelight {
    background-color: #e8eff1;
    padding: 15px;
    margin-top: 20px;
}

.sidebar-box-bgbluelight h5 label {
    float: right;
}

.sidebar-box-bgbluelight a {
    color: #005495;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

.sidebar-ul-faq ul li:nth-child(2),
.sidebar-ul-faq ul li:nth-child(4) {
    color: #dddddd;
}

.sidebar-ul-faq ul {
    padding: 0;
    display: flex;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
}

.sidebar-ul-faq ul li { 
    display: inline-flex;
    padding: 0 15px;
    border-right: 1px solid #ddd;
    justify-content: center;
    width: 100%;
}
.sidebar-ul-faq ul li:last-child {
	border-right:0px;
}
.sidebar-ul-faq ul li:first-child{
	padding-left:0px;
}
.sidebar-ul-faq ul li:nth-child(3) {
    text-align: center;
    padding: 0 10px;
}

.sidebar-ul-faq ul li:nth-child(2),
.sidebar-ul-faq ul li:nth-child(4) {
    color: #252525;
}

.sidebar-ul-faq ul li:last-child {
    text-align: right;
    padding-right: 0; 
}

.sidebar-ul-faq li a {
    position: relative;  
    justify-content: center;  
	font-family: 'Arial regular';
	    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.sidebar-ul-faq span.fa {
    padding-right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}

.sidebar-quantity {
    display: flex;
}

.sidebar-box-bgbluelight a:focus {
    text-decoration: underline;
    border: 1px solid #E8EFF1;
}

.sidebar-quantity input:focus {
    border: 1px solid #dddddd;
	box-shadow:none;
}

.sidebar-qua {
    display: block;
    overflow: hidden;
    width: 30%;
    background-color: #eeeeee;
    padding: 14px 0;
    text-align: center;
    font-weight: bold;
    border: 1px solid #dddddd;
}
.sidebar-quantity>div:focus{
	z-index:2;
}
.sidebar-quantity input {
    height: 50px;
    width: 30%;
    text-align: center;
    float: left;
    display: block;
    border: none;
    overflow: hidden;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.sidebar-quantity .minus {
    display: block;
    overflow: hidden;
    width: 20%;
    background-color: #fff;
    text-align: center;
    height: 50px;
    padding: 15px 0;
    border: 1px solid #dddddd;
    line-height: 15px;
    cursor: pointer;
}

.sidebar-quantity .plus {
    float: left;
    display: block;
    overflow: hidden;
    width: 20%;
    text-align: center;
    height: 50px;
    padding: 15px 0;
    border: 1px solid #dddddd;
    border-left: 0;
    cursor: pointer;
}
.disable-quantity-cart {
    background: #eee !important;
    pointer-events: none;
}
.gstno {
    text-align: right;
    width: 100%;
    float: right;
    display: block;
    overflow: hidden;
    margin-top: 10px;
	margin-bottom: 10px;
}


/*------------------------------- Service Page ------------*/

.service-section {
    display: block;
    overflow: hidden;
    background-color: #005495;
    color: white;
}

.eheight.service-section-page-img img {
    width: 100%;
    height: auto;
    bottom: 0;
}

.service-banner-box h1 {
    vertical-align: middle;
    display: table-cell;
    background-color: #005495;
    color: white;
}

.service-banner-box {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.service-section-page-banner {
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}

.custom-program-heading h1 {
    margin-bottom: 50px;
    font-family: montserratbold;
}

.custom-program-content a {
    border-bottom: 1px solid #005495;
}

.paymentOptionSec .custom-program-content a {
    display: inline-block;
    max-width: none;
	font-family: 'arial bold';
}

.custom-program-inside {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}

.page-template-page-services .custom-program-inside .custom-programimg img {
    opacity: 0;
}

.page-template-page-services .custom-program-image {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-grey {
    background-color: #f4f4f4;
}

.standard-development {
    padding: 25px 0 35px;
}

.bg-dblue {
    background-color: #005495;
    display: block;
    overflow: hidden;
}

.standard-development {
    padding: 40px 15px 40px;
    margin: 30px 0;
    display: flex;
}

.standard-development .ser-count {
    /* margin-bottom: 20px;
    display: block;
    overflow: hidden;
    margin-top: 10px; */
    margin-bottom: 9px;
    display: block;
    overflow: hidden;
    margin-top: 6px;
}

.standard-development p {
    margin-bottom: 0px;
    max-width: 910px;
    margin: auto;
}

.bg-blue.standard-development {
    display: block;
    overflow: hidden;
    margin: 50px 0;
    padding: 40px 0;
}

.services-key-box .ser-count-for {
    min-height: auto;
    margin-bottom: 0;
	font-size: 18px;
}

.registries-content {
    display: block;
    overflow: hidden;
}

.standard-development .col-sm-3:last-child {
    border: none;
}

.standard-development .col-sm-3 {
    text-align: center;
    color: white;
}

.registries-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.registries-content .middle {
    color: #404040;
    background-color: #f4f4f4;
    padding: 0 6rem;
}

.registries-content a {
    font-weight: bold;
    padding-top: 10px;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    border-bottom: 1px solid #005495;
    padding-bottom: 1px;
}

.registries-content h1 {
    margin-bottom: 50px;
    margin-top: 30px;
}


/*---------------form css---*/

.csa-service-form {
    margin-bottom: 50px;
}

.csa-ser-form {
    border: 1px solid #ededed;
    margin: 50px 0 0;
    padding: 50px 100px;
    display: block;
    overflow: hidden;
}

.csa-ser-form .form__text {
    text-align: center;
    max-width: 630px;
    margin: 0 auto;
}

.csa-ser-form p.require_fields {
    margin-top: 35px;
}

.form__group-control.custom-select:after {
    content: '\f0dd';
    font-family: FontAwesome;
    position: absolute;
    top: 14px;
    right: 14px;
    width: auto;
    height: auto;
    left: auto;
    font-size: 16px;
    z-index: 0;
    pointer-events: none;
    color: #005495;
}


/*.csa-ser-form .form__section .form__group {
    margin-bottom: 35px;
}*/

.csa-ser-form .form__actions .btn--submit {
    background-color: #005495;
    min-width: 200px;
    margin-top: 20px;
    color: white;
    border-radius: 0;
    padding: 16px 0;
    margin-left: 12px;
}

.csa-ser-form .form__section .form__grid--2>.form__group {
    width: 50%;
}

.csa-ser-form .form__section .form__grid>div {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
}

.csa-ser-form .form__group-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    margin-bottom: 5px;
}

.csa-ser-form .form__label {
    font-size: 14px;
    font-weight: normal;
    font-family: "Arial Bold";
    margin: 0;
}

.csa-ser-form .form__group-control {
    position: relative;
    width: 100%;
}

.csa-ser-form .form__field {
    background-color: #fff;
    border: 1px solid #ddd !important;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    height: 56px;
    padding: 0 15px;
    color: #000;
    -webkit-appearance: none;
    outline: none;
    transition: .3s;
}
 
.csa-ser-form .form__field:focus {
        outline: 1px solid #005495;
    outline-offset: 0px;
}
.csa-ser-form .form__field--textarea {
    height: 177px;
    padding: 15px;
    resize: vertical;
    transition: .3s;
}

.csa-ser-form .form__actions {
    text-align: left;
}

.csa-ser-form .form__actions .btn--submit {
    background-color: #005495;
    min-width: 200px;
    margin-top: 0px;
    color: white;
    border-radius: 0;
    padding: 16px 20px;
    margin-left: 12px;
	text-transform:uppercase;
}

.csa-ser-form .form__actions .btn--submit:hover {
    color: #005396;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #005394;
}

.csa-ser-form p {
    color: #404040;
    padding: 0 15px;
}

.nopadding {
    padding: 0;
}

.csa-ser-form .form__actions .btn--submit:focus {
    border: 1px solid;
}

.standard-dev-2 {
    display: block;
}

.standard-dev-2 h1{
	margin-top:0px;
}
/*------------Form css End--------------/


/*----------------------Footer Section---------------------*/

footer .footer-copyright .menu-footer-bottom-menu-container li a {
    text-transform: none;
}

footer .menu li a:focus {
    text-decoration: underline;
}

.csa_group_tab li.active a:focus {
    text-decoration: underline;
}

.top-selling-training .slick-dots li button:focus {
    border: 0px solid #F4F4F4;
}

footer .mobile-show button.up-arrow.collapsed:after {
    content: "\f0d7";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 15px;
    font-family: "FontAwesome";
    padding-left: 10px;
    text-decoration: none !important;
}

footer .mobile-show button.up-arrow:after {
    content: "\f0d8";
    font-size: 15px;
    font-family: "FontAwesome";
    padding-left: 10px;
    text-decoration: none !important;
}

footer .mobile-show button.up-arrow {
    background: transparent;
    color: white;
    box-shadow: none;
    border: none;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-family: Arial Bold;
    text-transform: uppercase;
    padding-bottom: 20px;
}

footer .mobile-show .collapse.in,
footer .mobile-show .collapse {
    padding-bottom: 20px;
}

footer .mobile-show button.up-arrow span {
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
}


/*.search-bar select:focus {
    text-decoration: underline;
}*/

.truncate span:focus {
    text-decoration: underline;
}

.csa-top-selling.slider button.slick-next:focus,
.csa-top-selling.slider button.slick-prev:focus {
    text-decoration: underline;
}

.newsltr a:focus {
    text-decoration: underline;
}

.site-footer {
    background-color: #094476;
}

.pad50 {
    padding: 50px 0;
}

footer h1 {
    font-size: 18px;
    color: white;
    float: left;
}

footer .pad50 {
    padding: 40px 0 30px 0;
}

footer hr {
    border-top: 1px solid #BDDEFF;
}

.row.padding60 {
    padding: 60px 0 40px;
}

ul.footer-social {
    list-style: none;
    display: block; 
    padding: 0;
    margin: 0;
}

ul.footer-social li span {
    color: white;
    font-size: 22px;
}

ul.footer-social a:hover li span {
    color: #094476;
}

ul.footer-social a:hover li {
    background-color: white;
}

ul.footer-social li {
    display: inline-block;
    border: 1px solid #fff;
    padding: 14px 12px;
    width: 57px;
    overflow: hidden;
    text-align: center;
    margin-right: 11px;
    line-height: 15px;
}

ul.footer-social a:last-child li {
    margin-right: 0px;
}

ul.footer-social li img {
    width: auto;
    max-height: 16px;
}

.social h1 {
    margin: 0 37px 0 0;
    font-size: 18px;
    font-family: montserratbold;
    padding: 0;
    line-height: 22px;
    display: block;
    overflow: hidden;
}

.newsltr {
    display: flex;
    align-items: center;
}

.newsltr h1 {
    margin: 0px;
    font-size: 18px;
    font-family: montserratbold;
    line-height: 22px;
    margin-right: 40px;
}

.newsltr a {
    color: white;
    text-transform: uppercase;
    text-align: center;
    width: 60%;
    border: 1px solid #fff;
    display: block;
    overflow: hidden;
    padding: 12px 24px;
    font-size: 14px;
    float: right;
    font-family: montserratbold;
    text-decoration: none;
    line-height: 25px;
    white-space: nowrap;
    margin-left: auto;
}

.newsltr a:hover, .newsltr a:focus {
    color: #005495;
    background: #fff;
}

footer .menu {
    list-style: none;
    padding: 0;
}

footer .menu li a {
    color: white;
    font-size: 16px;
    font-family: "montserratregular";
    text-decoration: none;
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
}

footer .menu li a:hover,
footer .menu li a:focus {
    color: #e9f0f7;
    text-decoration: underline;
}

.footer-copyright .menu li {
    display: inline-block;
    margin-right: 30px;
}

footer .footer-copyright ul,
footer .footer-copyright li {
    margin-bottom: 0;
}

footer .footer-copyright li a {
    padding-bottom: 0;
    font-size: 14px;
    text-transform: capitalize;
}

.footer-copyright {
    color: white;
    padding: 10px 0 25px;
    font-family: Arial Regular;
}

.proceed-process button:focus,
.shopping-cart button:focus {
    text-decoration: underline;
}


/*---------------------------- Product list page------------------*/

.product-list {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.product-list>a {
    display: block;
}
.product-list a:focus h3, .product-list a:focus h4, .product-list a:focus h4 p {
    color: #005495;
    text-decoration: underline;
}
.product-list h2 {
    /* color: #ad6500; */
	color:#804A00;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 12px;
}

.product-list h3 {
    color: #333333;
    margin: 15px 0;
    display: block;
    overflow: hidden;
    font-size: 24px;
    line-height: 24px;
}

.product-list ul {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

ul.product-publish li:first-child {
    border: navajowhite;
    padding-left: 0;
}

ul.product-publish li {
    display: inline-block;
    padding-right: 30px;
    position: relative;
}

ul.product-publish li:before {
    content: '';
    border-right: 1px solid #dddddd;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
}

ul.product-publish li:last-child:before {
    display: none;
}

ul.product-publish li:last-child {
    padding-right: 15px;
}

.product-list a:hover h3,
.product-list a:hover h4,
.product-list a:hover h4 p {
    color: #005495;
    text-decoration: underline;
}

.product-list h4 {
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'Arial regular';
    font-weight: inherit;
}

.product-list h4 p {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    font-weight: inherit;
    margin-top: 0px;
    font-family: 'Arial regular';
    margin-bottom: 10px;
}

ul.product-publish-list {
    display: table;
    overflow: hidden;
    padding: 10px 0px 0px;
}

ul.product-publish-list li:first-child {
    padding-left: 0;
}

ul.product-publish-list li a {
    padding: 5px 10px;
    border: 1px solid #ddd;
    color: #333333;
    margin: 5px 0 0;
    display: block;
    overflow: hidden;
    font-size: 12px;
}

ul.product-publish li label {
    color: #006f19;
    font-weight: normal;
    font-size: 12px;
}

ul.product-publish-list li a:hover {
    background-color: #005495;
    color: white;
    border-color: #005495;
}

ul.product-publish-list li {
    display: table-cell;
    padding: 0 20px 0 0;
    overflow: hidden;
}

ul.product-publish-list label {
    font-weight: normal;
    background: url(/wp-content/uploads/2020/08/bg-arrow.png);
    padding: 6px 10px 6px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-align: revert;
    font-size: 12px;
    margin-bottom: 0;
}

ul.prodcut_format li{
    background: #fff;
    display: inline-block;
    margin-right: 5px;
    color: #333;
    padding: 0 8px;
    line-height: 30px;
    font-family: 'Arial regular';
    font-size: 12px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: .2s ease-in-out;
}
ul.prodcut_format li a{
	color: #333;
}
ul.prodcut_format li:hover {
    background: #005495;
    border: 1px solid #005495;
    color: #fff;
}
ul.prodcut_format li:hover a{
	color:#fff;
}
.product-list-loadmore a {
    background-color: #005495;
    color: white;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 2px;
    text-transform: uppercase;
    border: 1px solid #005495;
}
.product-list-loadmore a:focous{
	color:#fff;
}

.product-list-loadmore a:hover {
    color: #005495;
    background: #fff;
}

.product-related-tags,
.pro-pub-sub-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

span.sub_availabel {
    margin-bottom: 15px;
    color: #54ab68;
    font-family: 'Arial regular';
    padding: 0px 0 0 20px;
    font-weight: inherit;
    font-size: 12px;
    line-height: 20px;
    background: url(../images/success-icon.png);
    background-repeat: no-repeat;
    background-size: 12px; 
	background-position: 1px;
}

.product-related-tags>span {
    background: #f4f4f4;
    color: #333;
    display: inline-block;
    font-family: 'Arial regular';
    font-size: 12px;
    line-height: 30px;
    margin-left: 25px;
    margin-bottom: 15px;
    padding: 0px 8px;
    position: relative; 
    transition: .3s ease-in-out;
}

.product-related-tags>span:before {
    content: '';
    position: absolute;
    left: -19px;
    width: 0;
    height: 0;
    top: -1px;
    border-top: 16px solid transparent;
    border-right: 20px solid #f4f4f4;
    border-bottom: 16px solid transparent;
    z-index: 1;
    border-radius: 5px;
    transition: .3s ease-in-out;
}

.product-related-tags>span:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    left: -4px;
    top: 12px;
    border-radius: 100%;
    z-index: 2;
    transition: .3s ease-in-out;
}

/* .product-related-tags span:hover { */
    /* background: #005495; */
    /* color: #fff; */
/* } */

/* .product-related-tags span:hover:before { */
    /* border-right: 20px solid #005495; */
/* } */

.csa-product-list-spacing {
    padding: 50px 0 80px;
}

.csa-product-list-sidebar .nav {
    border: none;
   display: flex;
    width: 100%;
}

.csa-product-list-sidebar .tab-content {
    border: 1px solid #dddddd;
	margin-top:-1px;
}

.csa-product-list-sidebar-box li {
        display: inline-flex;
    width: 50%;
	float: none;
}
.csa-product-list-sidebar-box li a:focus{
	z-index:1;
}
.csa-product-list-spacing .csa-product-list-sidebar-box ul li.active a {
    background-color: #005495;
    color: white;
    border: none;
}

.csa-product-list-sidebar .csa-product-list-sidebar-box ul li a {
    background-color: #e8eff1;
    color: #404040;
    padding: 17px 10px;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
    text-align: center;
    border: none;
    margin: 0;
    border-radius: 0;
    font-weight: bold;
    transition: .1s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
}

.csa-product-list-sidebar-box li a:focus {
    border: 1px solid #005495;
    text-decoration: underline;
    text-decoration-color: transparent;
}

.csa-sidebar-box h1 {
    text-transform: uppercase;
    margin:0px;
	font-size:14px;
}

.csa-sidebar-box ul {
    padding: 0;
    list-style: none;
}

.csa-sidebar-box li {
    display: block;
    /* overflow: hidden; */
    width: 100%;
    font-size: 12px;
    margin-bottom: 8px;
}

.csa-sidebar-box .csa-sidebar-parent li {
    font-weight: bold;
    font-size: 14px;
}

.csa-sidebar-box .csa-sidebar-parent input[type=checkbox] {
    margin-top: 0px;
}

.csa-sidebar-box li .tPro-count {
    float: right;
    margin-bottom: 0;
    background-color: #f4f4f4;
    padding: 0px 5px;
	margin-left: auto;
}

.cat_filt_li {
    display:flex;
    overflow: hidden;
}

.csa-sidebar-box ul ul.csa-sidebar-subchild {
    padding: 10px 0 0 20px;
}

.csa-sidebar-box ul ul.csa-sidebar-subchild li {
    font-weight: normal;
    font-size: 12px;
    margin-top: 10px;
}

.csa-sidebar-accordion-box {
    padding-top: 10px;
}


/* .csa-sidebar-accordion-box .panel.show .csa-sidebar-accordion {
    padding: 10px 0 3px;
} */

.csa-sidebar-accordion,
.csa-sidebar-accordion a {
    color: #333333;
    cursor: pointer;
    padding: 1px 0px;
    width: 98.5%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    transition: 0.4s;
    position: relative;
    padding-right: 5px;
	    display: inline-block;
}
.csa-sidebar-accordion{
	width:100%;
} 
.csa-sidebar-accordion a.shownActive {
    font-weight: bold;
}

.csa-sidebar-accordion-after {
    display: inline-block;
    position: relative;
    height: auto;
    width: 11px;
    float: right;
    padding: 0;
    margin: 0;
    margin-right: -5px;
    margin-top: -3px;
}

.csa-sidebar-accordion-after:after {
    content: '\f0d7';
    font-size: 17px;
    color: #005495;
    float: right;
    font-family: FontAwesome;
    margin-left: 5px;
    right: 0;
    position: absolute;
    top: 0;
	padding: 0 5px;
}

.lang-filter-group .csa-sidebar-accordion-after {
	float:none;
	width:100%;
}

.lang-filter-group  .csa-sidebar-accordion-after:after {
    position: absolute;
    top: 0;
	    line-height: 13px;
} 
.csa-sidebar-accordion.active .csa-sidebar-accordion-after:after {
    content: "\f0d8";
    font-family: FontAwesome;
	transition:.3s ease-in-out;
}


/*.csa-sidebar-box.pleft20 .panel {
    padding-left: 20px;
}*/

.csa-sidebar-box .panel a {
    color: #333;
    font-size: 12px;
}

.csa-sidebar-accordion-box .panel {
    background-color: white;
    max-height: 0;
    overflow: visible;
    transition: 0.3s ease-in-out;
    opacity: 0;
    margin-bottom: 0;
    box-shadow: none;
    border: none;
}

.csa-sidebar-accordion-box .panel.show {
    opacity: 1;
    max-height: 1800px;
}

.csa-sidebar-box-spacing.border-none {
    border: none;
}

.csa-product-list-sidebar-box {
    margin-bottom: 40px;
    display: block;
}

.csa-sidebar-box p {
    font-size: 12px;
}

.csa-sidebar-box-spacing {
    padding: 20px;
    border-bottom: 1px solid #dddddd;
}

.csa-sidebar-accordion-box .panel.nopadding.show {
    padding: 0;
}

.csa-sidebar-box input[type=checkbox] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: transparent;
    height: 16px;
    width: 16px;
    border: 1px solid #dddddd;
}

.csa-sidebar-box input[type="checkbox"]:checked {
    background: #046d97;
    border-color: #046d97;
}

.csa-sidebar-box .disablecheck[type="checkbox"]:checked {
    pointer-events: none;
}

.csa-sidebar-box input[type="checkbox"]:hover {
    filter: brightness(90%);
}

.csa-sidebar-box input[type="checkbox"]:after {
    content: '';
    position: relative;
    left: 40%;
    top: 14%;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

.csa-sidebar-box input[type="checkbox"]:checked:after {
    display: block;
}

.csa-sidebar-box input[type=checkbox]:focus {
    border-color: #005495;
}

.csa-sidebar-box .custom-checkbox-box {
    float: left;
    position: relative;
    margin-top: 2px;
}

.csa-sidebar-box .custom-checkbox {
    padding-left: 25px;
    cursor: pointer;
    font-size: 22px;
    margin: 0px;
}
.csa-sidebar-box .custom-checkbox.fontZero{
	font-size:0px;
}

.csa-sidebar-box .custom-checkbox .d-none{
	display:none;
}
.csa-sidebar-box .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff; 
    border: 1px solid #ddd;
}

.csa-sidebar-box .custom-checkbox:hover input~.checkmark2 {
    background-color: #ddd;
}

.csa-sidebar-box .custom-checkbox input:checked~.checkmark2 {
    background-color: #005495;
    border: 1px solid #005495;
}

.csa-sidebar-box .custom-checkbox input:checked~.checkmark2:after {
    display: block;
}

.csa-sidebar-box .custom-checkbox .checkmark2:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.csa-sidebar-accordion-box .panel .custom-checkbox-box {
    margin-left: 5.5%;
}

.csa-sidebar-accordion-box .panel .panel .custom-checkbox-box {
    margin-left: 10.5%;
}

.csa-sidebar-accordion-box .panel .cat_filt_li .custom-checkbox-box {
    margin-left: 0;
}


/* checkbox css  ends*/

.csa-product-list-sidebar span.fa-sliders {
    margin-right: 10px;
    color: #046d97;
    transform: rotate(90deg);
}

.csa-filter-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    color: #404040;
    font-family: 'Arial regular';
    font-size: 12px;
    line-height: 24px;
}

.csa-filter-detail .csa-fleft {
    float: left;
    display: block;
    overflow: visible;
	text-transform: capitalize;
}

.csa-filter-detail .csa-fright {
    float: right;
	    text-align: right;
}


/*-------------Ranger css Start-------*/

.slider-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    font-family: arial;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 10px;
}

.ui-slider {
    background: #efefef;
    border: 1px solid #d2d2d2;
    height: 0px;
    position: relative;
    border-radius: 100px;
}

.marker.marker-0 {
    transform: translateX(-35%);
}

.ui-slider-range {
    background: #71c0ff;
    height: 0px;
    position: absolute;
    border-top: 1px solid #5d99c8;
    border-bottom: 1px solid #5d99c8;
    transform: translateY(-1px);
}

.ui-slider-range:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.ui-slider-handle:focus {
    border: 1px solid #005495;
}

.csa-product-list-sidebar-box .ui-slider-handle {
    background: #005495;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    z-index: 10;
    background: linear-gradient(#005495, #005495);
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    box-shadow: inset -2px -2px 6px 2px rgba(0, 0, 0, 0.1);
    transition: width 0.1s;
    margin-left: 0;
}

.ui-slider-handle:focus {
    outline: none;
}

.ui-slider-handle:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.ui-state-active {
    width: 22px;
}

.range-wrapper {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.range {
    background: #fff;
    white-space: nowrap;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #555;
    width: 150px;
    z-index: 10;
    position: relative;
}

.range:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 67px solid transparent;
    border-right: 67px solid transparent;
    border-top: 6px solid #d2d2d2;
}

.range-value {
    width: 74px;
    padding: 8px 0;
    text-align: center;
    display: inline-block;
    transition: background 0.1s;
}

.range-divider {
    width: 1px;
    display: inline-block;
}

.range-divider:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #d2d2d2;
    content: '';
}

.range-alert {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid #d2d2d2;
    color: #0E0E0E;
    line-height: 15px;
    transition: right 0.2s;
}

.range-alert.active {
    right: -15px;
}

.marker {
    position: absolute;
    top: 100%;
    padding-top: 16px;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0.05em;
    transform: translateX(-50%);
}

.marker:after {
    content: '';
    width: 1px;
    height: 8px;
    background: #d2d2d2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.marker-0:after {
    display: none;
}

.marker-25 {
    left: 25%;
}

.marker-50 {
    left: 50%;
}

.marker-75 {
    left: 75%;
}

.marker-100 {
    right: 15px;
    transform: translateX(50%);
}

.marker-100:after {
    display: none;
}

.gear-wrapper {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    backface-visibility: hidden;
    width: 150px;
    height: 20px;
    overflow: hidden;
}

.gear-large {
    width: 40px;
    height: 40px;
    background: #d2d2d2;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    left: 18px;
    transform-origin: 50% 50%;
    transition: top 0.15s;
}

.gear-large:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e8e8e8;
    border-radius: 100px;
}

.gear-large:nth-child(2) {
    background: #d2d2d2;
    left: auto;
    right: 18px;
}

.csa-on-demand hr {
    margin: 30px 0;
}

.gear-large:nth-child(2) .gear-tooth {
    background: #d2d2d2;
}

.gear-large.active {
    top: 4px;
}

.gear-tooth {
    width: 22%;
    height: 114%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    background: #d2d2d2;
    border-radius: 2px;
}

.gear-tooth:nth-child(2) {
    transform: rotate(90deg) translate(-50%, -50%);
}

.gear-tooth:nth-child(3) {
    transform: rotate(45deg) translate(-50%, -50%);
}

.gear-tooth:nth-child(4) {
    transform: rotate(-45deg) translate(-50%, -50%);
}


/*-------------Ranger End---------*/


/*------------- Ondemand Page----------------*/

.csa-on-demand {
    padding: 40px 0;
    color: #333;
}

.csa-on-demand h3 {
    font-family: 'montserratmedium';
	    margin-bottom: 10px;
}

.csa-on-demand-login .csa-store-logcmn h3 {
    text-align: center;
}

.csa-on-demand-login .csa-store-logcmn {
    border: 1px solid #dddddd;
    padding: 30px 30px 8px;
    margin-top: 60px;
}

.csa-on-demand-login button.btn-style {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.csa-on-demand-login .csa-store-logcmn .forget-pas-link.align-left {
    text-align: left;
    padding: 5px 0;
}

.csa-on-demand span {
    display: block;
    overflow: hidden;
    font-weight: bold;
}
 

.csa-on-demand-login button.showpas-btn:focus,
.csa-on-demand-login button.btn-style:focus {
    border: 1px solid #005495;
}


/*------------- CSA Reader Technical Page ----------------*/

.csa_reader_app .custom-programimg img {
    height: 150px;
}

.csa_reader_app .custom-program-image {
    display: table;
    overflow: hidden;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    width: 100%;
}

.csa_reader_app .custom-programimg {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.csa_reader_app .custom-program-inside .equal-hight {
    padding: 60px;
}

.csa_reader_app .csa_reader-content h3, .csa_reader_app .csa_reader-content .app-sec-main-heading  {
    margin-top: 0px;
	font-size:24px;
}

.page-template-page-csa-store-box-template .csa_reader_app .equal-hight.image-border-left-disable {
    border: none;
}

.csa_reader_app .fright.image-right {
    border-left: 1px solid #ccc;
}

.csa_reader_app .fright.image-left {
    border-right: 1px solid #ccc;
}

.csa_reader_app ul.app_list span {
    display: block;
    overflow: hidden;
}

.csa_reader_app .csa_reader-content a.button:hover,
.csa_reader_app .csa_reader-content a.button:focus {
    color: #005396;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #005495;
}

.csa_reader_app .csa_reader-content a.button {
    background-color: #005495;
    min-width: 200px;
    margin-top: 20px;
    color: white;
    border-radius: 0;
    padding: 16px 20px;
    margin-right: 12px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid #005495;
}

.csa_reader_app {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}

.csa_reader_app .custom-program-inside {
    border: 1px solid #ccc;
}

.csa_reader-content a {
    text-decoration: underline;
}

.csa_reader-content h4 {
    margin: 20px 0;
}

.pad20 {
    padding: 20px 0;
}

.disc {
    padding-left: 0;
}

.disc a, .disc a:hover, .disc a:focus {
    text-decoration: underline;
}
.disc a:hover, .disc a:focus{
    color: #02365f;
}
.disc li {
    list-style: none;
    position: relative;
    padding-top: 5px;
    padding-left: 25px;
}

.disc li:before {
    content: "";
    position: absolute;
    top: 8px;
    font-size: 20px;
    line-height: 1.8rem;
    left: 3px;
    transform: rotate(44deg);
    height: 14px;
    width: 9px;
    border-bottom: 4px solid #005495;
    border-right: 4px solid #005495;
    border-bottom-right-radius: 2px;
}


/*------------- CSA Reader Technical Page End----------------*/


/*------------- Copy Right Page ----------------*/

.copyright-description {
    display: block;
    overflow: hidden;
    padding: 30px 0;
}

.permission-procedure a {
    text-decoration: underline;
}

.permission-procedure a.button {
    background-color: #005495;
    min-width: 200px;
    margin-top: 20px;
    color: white;
    border-radius: 0;
    padding: 16px 20px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    border: 1px solid #005495;
    text-decoration: none;
}

.permission-procedure a.button:hover,
.permission-procedure a.button:focus {
    color: #005396;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #005495;
}

.permission-procedure.center {
    border: 4px solid #e8eff1;
    padding: 30px 50px 40px;
    margin-bottom: 40px;
}


/*------------- Copy Right Page End----------------*/


/* Inner Banner Css Begins*/

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

@media (max-width:992px) {
    .flex-col-reverse {
        flex-direction: column-reverse;
        flex: 0 0 100%;
    }
    .flex-col-reverse>div {
        width: 100%;
    }
    .banner-content-area {
        text-align: center;
    }
    .desktop-main-menu { 
        width: auto;
    }
}

.inner-banner .container {
    background-color: #005495;
    background-clip: content-box;
}

.inner-banner .align-items-center {
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.banner-content-area {
    padding: 3rem 0 3rem 3rem;
    display: flex;
    justify-content: center;
}

.side-img {
    background-size: cover;
    background-position: center;
    background-clip: content-box;
}

.banner-image-area {
    min-height: 320px;
}

.inner-banner h1 {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    padding: 0;
    margin: 0px;
    font-family: montserratbold;
}


/* Inner Banner Css Ends*/


/* Electricity Page Css Begins*/

.pro-sec {
    padding: 8rem 0px 6rem;
}

.pro-sec .sec-desc {
    margin: 0 auto 6rem;
}

.pro-sec .sec-desc p {
    max-width: 850px;
    text-align: center;
    margin: auto;
}

.pro-card { 
    margin: auto;
    border: 1px solid #dddddd;
    margin-bottom: 30px;
    text-align: left; 
	border-radius:0px;
}

.pro-card .img-area {
    padding: 2rem;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center; 
	border:0px;
}

.accessble-community .pro-card .img-area {
    padding: 0;
    height: auto;
    align-items: inherit;
    justify-content: inherit;
    border-bottom: none;
    max-height: 215px;
    display: block;
    overflow: hidden;
}

.pro-card .img-area img {
    max-height: 100%;
    max-width: 100%; 
}

.accessble-community .pro-card .img-area img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 0;
    width: 100%;
}

.pro-card .details-area {
    padding: 1rem 1.8rem 1.5rem;
}

.pro-card h2 {
    font-size: 16px;
    color: #404040;
    margin: 10px 0;
}

.pro-card h5 {
    border-top: 1px solid #dddddd;
    padding: 1.5rem 2rem;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
    color: #555555;
    margin-bottom: 0px;
}

.pro-card .link-area {
    border-top: 1px solid #dddddd;
    padding: 1rem 2rem 2rem;
}

.pro-card a {
    padding-right: 30px;
    font-family: Arial bold;
    color: #005495;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 5px;
    max-width: 100%;
}

.pro-card a svg {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
}

.pro-card a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 5px;
    left: 0;
    background-color: #005495;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.pro-card a:hover:before {
    visibility: visible;
        width: calc(100% - 25px);
}

.page-template-page-ontario-electrical-safety-code .card-content-area .details-area {
    padding-bottom: 0px;
}

.tabel-sec {
    padding: 0 0 6rem;
}

.tabel-sec h1 {
    font-size: 24px;
    color: #404040;
    max-width: 850px;
    margin: auto;
    text-align: center;
    margin-bottom: 4rem;
    line-height: 36px;
}

.tabel-sec table {
    width: 100%;
    border-collapse: separate;
}

.tabel-sec table thead {
    background: #005495;
    color: #fff;
}

.tabel-sec table thead th {
    white-space: nowrap;
}

.tabel-sec table thead th,
.tabel-sec table tbody td {
    text-align: center;
    font-size: 16px;
    font-family: Arial bold;
    font-weight: inherit;
    padding: 20px 30px;
    border: 1px solid #fff;
}

.tabel-sec table tbody {
    background: #f4f4f4;
}

.tabel-sec table tbody td {
    color: #005495;
    padding: 4rem 3rem;
    font-family: Arial regular;
    font-weight: inherit;
}

.tabel-sec table tbody tr td:first-child {
    text-align: left;
    max-width: 300px
}

.tabel-sec table tbody tr:nth-child(odd) {
    background: #dfeaec;
}

.check {
    display: inline-block;
    transform: rotate(45deg);
    height: 24px;
    width: 12px;
    border-bottom: 5px solid #78b13f;
    border-right: 5px solid #78b13f;
}


/*.tabel-sec table tbody tr td:first-child{
  position:sticky;
  left:0px;
  background:#f4f4f4;
  z-index: 99;
}
.tabel-sec table tbody tr td:nth-child(odd){
	background: #dfeaec;
}
th:first-child {
    position: sticky;
    left: 0px;
    z-index: 99;
    background: #005495;
    border-right: 1px solid #fff;
    }*/


/* Electricity Page Css Ends*/


/*-------------Natural gas and propane code ----------------*/

section.pro-sec.propane-pro-sec {
    padding: 6rem 0;
}

section.pro-sec.propane-pro-sec .row {
    display: flex;
    flex-wrap: wrap;
}

.single-border-pro-card {
    border: 0px;
}

.single-border-pro-card .img-area {
    height: auto;
    padding: 0px;
    max-height: 225px;
    overflow: hidden;
}

.pt-2rem {
    padding-top: 2rem;
}

.single-border-pro-card .img-area img {
    width: 100%;
    border-radius: 0;
}

.single-border-pro-card .link-area {
    border-top: 0px solid #dddddd;
    padding: 0rem 1rem 0px;
}

.single-border-pro-card .card-content-area .link-area {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    padding-right: 20px;
	    padding-left: 20px;
}

.single-border-pro-card .details-area {
    padding: 1rem 2rem 1rem;
}

.single-border-pro-card .card-content-area {
    border: 1px solid #dddddd;
    border-top: 0px;
    padding-bottom: 4rem;
    position: relative; 
}


/* .joining-sec { */


/* margin-bottom: 50px; */


/* } */

.joining-sec .container {
    background: #f4f4f4;
    background-clip: content-box;
}

.joining-sec .container>div {
    padding: 8rem 15px;
}

.highlights-sec .container>div {
    padding-top: 0px;
    padding-bottom: 0px;
}

.joining-sec h1 {
    font-size: 36px;
    color: #404040;
    margin: auto;
    text-align: center;
    margin-bottom: 3rem;
    line-height: 36px;
}

.joining-sec .join-content-area {
    max-width: 850px;
    margin: auto;
}

.joining-sec .join-content-area ul {
    padding-left: 0px;
}

.joining-sec .join-content-area li {
    list-style: none;
    position: relative;
    padding-top: 5px;
    padding-left: 20px;
    margin: 0 0 10px 0;
}

.joining-sec .join-content-area li:before {
    content: "";
    position: absolute;
    top: 8px;
    font-size: 20px;
    line-height: 1.8rem;
    left: 3px;
    transform: rotate(44deg);
    height: 14px;
    width: 8px;
    border-bottom: 3px solid #005495;
    border-right: 3px solid #005495;
    border-bottom-right-radius: 2px;
}

.joining-sec .join-content-area a {
    text-decoration: underline;
}

.joining-sec .join-content-area a:hover {
    text-decoration: underline;
}

.cta-sec .cta-content {
    background-size: cover;
    position: relative;
    padding: 8rem 2rem;
    text-align: center;
    color: #fff;
	background-color:#005495;
}

.cta-sec .cta-content:after {
    content: '';
    background: rgba(9, 68, 118, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.cta-sec .cta-content>div {
    z-index: 1;
    position: relative;
}

.cta-sec h1 {
    margin: auto;
    text-align: center;
    margin-bottom: 3rem;
    line-height: 46px;
    font-size: 36px;
    max-width: 1124px;
    margin: auto;
}

.cta-sec a {
    color: white;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    display: block;
    overflow: hidden;
    padding: 13px 40px;
    font-size: 14px;
    font-family: montserratbold;
    text-decoration: none;
    line-height: 25px;
    display: inline-block;
    margin-top: 2rem;
}

.cta-sec a:hover,
.cta-sec a:focus {
    color: #005495;
    background: #fff;
    text-decoration: underline;
}

.related-pro h1 {
    font-size: 36px;
    color: #404040;
    margin-top: 4rem;
    text-align: center;
    margin-bottom: 6rem;
    line-height: 36px;
}

.no-img-pro-card a {
    padding: 12px 30px;
    background: #005495;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 16px;
    text-align: center;
    border: 1px solid #005495;
}

.no-img-pro-card a:before {
    display: none;
}

.no-img-pro-card a:hover, .no-img-pro-card a:focus {
    background: transparent;
    color: #005495;
}

.joining-sec.natural-gas-and-propane-installation-code {
    margin-bottom: 0;
}

.related-pro .pro-card .details-areas {
    padding: 1rem 2rem 1.5rem;
}


/*-------------Natural gas and propane code ENd----------------*/


/*-------------Canadian Electrical Code Training Options ----------------*/

.canadian-about-customize {
    padding: 35px 15px 50px;
    margin-bottom: 50px;
}

.canadian-about-customize a {
    background-color: #005495;
    min-width: 200px;
    margin-top: 20px;
    color: white;
    border-radius: 0;
    padding: 16px 20px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    border: 1px solid #005495;
}

.canadian-about-customize a:hover,
.canadian-about-customize a:focus {
    color: #005396;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #005495;
}


/*-------------Canadian Electrical Code Training Options ENd----------------*/


/*-------------Ontario Electrical Safety Code----------------*/

.ontario_electrical_box .img-area {
    border-top: 1px solid #dddddd;
}

.ontario_electrical_box .img-area img {
    max-width: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.join-csa-communities p {
    padding: 20px 0 0;
}

.iconblock .details-area .imgblk {
    text-align: center;
    margin: 0 auto;
    float: none;
    display: block;
    min-height: 90px;
    padding: 30px 0;
}

.iconblock .details-area h2 {
    text-align: center;
}

.iconblock .details-area .imgblk img {
    max-height: 65px;
}

.pro-card.single-border-pro-card.ontario_electrical_box .card-content-area {
    border-top: 1px solid #ddd;
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 200px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-innerbox .flip-box-back {
    display: table;
    width: 100%;
    height: 200px;
}

.flip-innerbox .flip-box-back .box-flip {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 0 15px;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.box-flip {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-back p {
    font-size: 16px;
    color: #fff;
    font-family: Arial bold;
    font-weight: inherit;
}

.flip-box-front.img-area {
    height: 100%;
    border: none;
}

.flip-box-back {
    background-color: #005495;
    color: white;
    transform: rotateY(180deg);
    display: table;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.pro-card.single-border-pro-card.ontario_electrical_box .details-area {
    border-top: 1px solid #ddd;
}

.pro-card.single-border-pro-card.ontario_electrical_box .details-area h4, .pro-card.single-border-pro-card.ontario_electrical_box .details-area .pro-price-text {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: center; 
    padding: 15px 0;
    font-size: 16px;
    margin-top: 30px;
    display: block;
    overflow: hidden;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .flip-box:hover .flip-box-back {
        backface-visibility: visible;
    }
}


/*-------------Ontario Electrical Safety Code Page ENd----------------*/


/*-------------Canada’s Sustainable Forest Management Standard Page ----------------*/

.uniquely_canadian_section h1 {
    text-align: left;
}

.uniquely_canadian_section a {
    text-decoration: underline;
}

.iconblock p {
    text-align: center;
}

.uniquely_canadian_management .link-area a {
    padding: 12px 20px;
}


/*-------------Product List Page ENd----------------*/

section.csa-store-prductlist-hero {
    padding: 0;
}

.csa-store-prductlist-hero-main {
    background: #046d97;
    padding: 55px 25px;
    text-align: center;
    color: #fff;
}

.csa-store-prductlist-hero-inner {
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.csa-store-prductlist-hero-inner .col-sm-7 {
    width: 100%;
}

.csa-store-prductlist-hero-inner .d-flex {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.csa-store-prductlist-hero-inner p {
    line-height: 24px;
}

.csa-store-prductlist-hero-inner h1 {
    font-size: 36px;
    margin: 0px;
    font-family: 'montserratregular';
}

.csa-store-prductlist-hero-inner h1 span {
    display: inline-block;
    vertical-align: middle;
}

.csa-store-prductlist-hero-inner h1 img {
    margin-right: 15px;
    vertical-align: middle;
    height: auto;
    max-height: 50px;
    max-width: 40px;
}

.pro-grid-head {
    margin-top: 7rem;
    text-align: center;
    margin-bottom: 4rem;
}


/*------------Product List Page ENd----------------*/


/*------------Service Page ----------------*/

.services-keyimg {
    display: block;
    overflow: hidden;
    height: 60px;
    margin-bottom: 1rem;
    text-align: center;
}

.services-keyimg img {
    width: 100%;
    height: 50px;
}


/*------------Service Page ENd----------------*/


/* addon css begings here */

.module-content-box ul.disc li { 
    display: inline-block;
}

.catalogue-page a,
.information p a {
    text-decoration: underline;
    word-break: break-word;
}

.slider .slick-dots li button:focus {
    outline: 0px solid transparent !important;
}

.pro-card.pdf-link-area a:focus {
    border: 1px solid transparent;
}

select::-ms-expand {
    display: none;
}

.play-btn:after {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 0px solid transparent;
}

.page-template-page-healthndcare .propane-pro-sec .row {
    display: flex;
    flex-wrap: wrap;
}

.page-template-page-healthndcare .propane-pro-sec .single-border-pro-card {
    border: 0px;
    height: 92%;
    display: flex;
    flex-direction: column;
}

.page-template-page-healthndcare .pro-card .img-area {
    height: 320px;
    display: block;
    overflow: hidden;
    max-width: 100%;
}

.page-template-page-healthndcare .pro-card .img-area img {
    min-width: 100%;
    border-radius: 0;
    min-height: 100%;
    width: auto;
    max-height: inherit;
    max-width: inherit;
}

.page-template-page-healthndcare .single-border-pro-card .card-content-area h2,
.page-template-page-healthndcare .single-border-pro-card .card-content-area p {
    height: auto !important;
}

.page-template-page-healthndcare .single-border-pro-card .card-content-area {
    position: relative;
    min-height: inherit;
    padding-bottom: 3.5rem;
    height: 68%;
}

.cookie_policy .sobeys_container {
    position: relative;
    max-width: 1240px;
    margin: auto;
	padding:15px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    text-decoration-color: transparent;
}

a:focus,
button:focus {
    text-decoration-color: transparent !important;
}


/*.paymentOptionSec[aria-labelledby="paymentOption_1"] .tbl {
    padding: 0 30px;
}
*/


/*add on css ends here */


/*  css for loader begins here*/

.submit-btn-forms-csa {
    position: relative;
    display: flex;
}

.submit-btn-forms-csa .submit-loader-form {
    margin-left: 14px;
    padding: 10px;
}

.submit-btn-forms-csa .submit-loader-form .submit-loader-form-img {
    max-width: 35px;
}

.submit-btn-forms-csa .disable-btn-submit,
.submit-btn-forms-csa .disable-btn-submit:hover,
.submit-btn-forms-csa .disable-btn-submit:focus {
    background: #ddd;
    color: #c1c1c1;
    border: 1px solid #ddd !important;
    pointer-events: none;
}

.success-register {
    background: #effded;
    border: 1px solid #3c763d;
        padding: 16px 0 16px 40px;
    margin-bottom: 27px;
    color: #3c763d;
    font-family: "Arial Regular";
    font-size: 14px;
    position: relative;
}

.success-register:before {
    content: '';
    background: url(../images/success-icon.png)no-repeat;
        background-size: 16px;
    position: absolute;
    left: 14px;
    top: 16px;
    width: 20px;
    height: 20px;
    background-position: center;
}

.success-register a {
    color: #005495;
    font-family: 'Arial bold';
}


/*  css for loader ends here*/


/* My account Css begins here */

.my-acc-sec {
    padding: 6rem 0 8rem;
}

.my-acc-sec ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.my-acc-sec ul.tabs li {
    background: none;
    color: #333;
    display: block;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Arial medium';
    font-weight: inherit;
    border: 1px solid #dddd;
    border-top: 0px;
}

.my-acc-sec ul.tabs li.current {
    background: #e8eff1;
    color: #005495;
}

.my-acc-sec .tab-content {
    display: none;
    background: #fff;
    padding: 0px;
}

.my-acc-sec .tab-content.current {
    display: inherit;
}

.my-acc-sec .tab-list-area h1 {
    background: #005495;
    color: #fff;
    font-size: 24px;
    padding: 15px 20px;
    margin: 0px;
}

.my-acc-sec .tab-content .tab-header {
    background: #005495;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
}

.my-acc-sec .tab-content .tab-header h1 {
    font-size: 24px;
    margin: 0px;
    line-height: 36px;
}

.my-acc-sec .tab-content .tab-header .btn {
    background: #005495;
    color: #fff;
    font-family: 'Arial bold';
    text-transform: uppercase;
    background: #fff;
    border-radius: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    border: 1px solid #fff;
    background: transparent;
}

.my-acc-sec .tab-content .tab-header .btn:hover,
.my-acc-sec .tab-content .tab-header .btn:focus {
    color: #005495;
    background: #fff;
}

.my-acc-sec .tab-content-block {
    padding: 0rem 0px;
}

.my-acc-sec .inner-tab-card {
    border: 1px solid #ddd;
    margin-bottom: 2rem;
}

.my-acc-sec .card-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    padding: 0px 20px;
    align-items: center;
    background: #e8eff1;
    height: 56px;
}

.my-acc-sec .card-head h2 {
    font-size: 14px;
    margin: 0px;
    color: #333;
    text-transform: uppercase
}

.my-acc-sec .card-content {
    padding: 15px 20px;
}

.my-acc-sec .card-content h3 {
    font-size: 14px;
    color: #333;
    margin-top: 2rem;
    border-bottom: 1px solid #ddd;
    padding: 1.5rem 0;
}

.my-acc-sec .text-with-label {
    display: flex;
}

.my-acc-sec .text-with-label label {
    margin-right: 10px;
}

.my-acc-sec table {
    width: 100%;
    border-collapse: separate;
}

.my-acc-sec thead {
    background: #e8eff1;
    color: #333;
}

.my-acc-sec thead th {
    font-weight: inherit;
    padding: 15px 20px;
    font-family: 'Arial bold';
    font-size: 14px;
    margin: 0px;
    line-height: 26px;
    color: #333;
    text-transform: uppercase;
}

.my-acc-sec tbody td {
    text-align: left;
    padding: 15px 20px;
}

.my-acc-sec tbody td:last-child,
.my-acc-sec thead th:last-child {
    text-align: center;
    max-width: 70px;
}

.my-acc-sec tbody td:last-child a {
    font-size: 22px;
}

.my-acc-sec .table-result-details {
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my-acc-sec .table-result-details p {
    margin-bottom: 0px;
}

.my-acc-sec form label {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #404040;
    font-family: "Arial Bold";
    font-weight: normal;
    margin: 0;
    line-height: 24px;
    padding-bottom: 2px;
}

.my-acc-sec form .form-control {
    height: 52px;
    padding: 6px 10px;
    line-height: 24px;
    color: #555;
    border: 1px solid #dddddd;
    border-radius: 1px;
    font-family: 'Arial regular';
}

.my-acc-sec form .form-control:hover,
.my-acc-sec form .form-control:focus {
    box-shadow: none;
    border-color: #005495;
}

.form-group-inline {
    display: flex;
    align-items: center;
}

.form-group-inline label {
    margin-right: 5px;
}

.form-check {
    padding-left: 2px;
}

.my-acc-modals .modal-header {
    background: #005495;
    color: #ffff;
    position: relative;
}


.my-acc-modals .modal-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    font-family: 'Arial regular';
    color: #404040;
    display: inline-block;
}

.my-acc-modals .modal-header .close {
    margin-top: -2px;
    position: absolute;
        right: -10px;
    top: 2px;
    opacity: 0.9;
    text-shadow: none;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
}

.my-acc-modals .modal-footer .btn-secondary {
    background: #ddd;
    color: #005495;
    height: 52px;
    border-radius: 0;
    border: none;
    padding: 0 30px;
    width: auto;
    border: 1px solid #ddd;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Arial Bold";
    line-height: 24px;
}

.my-acc-modals .modal-footer .btn-secondary:hover {
    border-color: #005495;
}

.my-acc-sec .card-btns-group a {
    background: #005495;
    color: #ffff;
    padding: 12px 30px;
    display: inline-block;
    margin-right: 10px;
    line-height: 24px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Arial bold';
    letter-spacing: 0.5px;
    border: 1px solid #005495;
    transition: .3s ease-in-out;
    margin-bottom: 20px;
}

.my-acc-sec .card-btns-group a:hover,
.my-acc-sec .card-btns-group a:focus {
    color: #005495;
    background: #fff;
}

.inner-tab-card .card-head a {
    color: #005495;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Arial bold';
    text-align: right;
    white-space: nowrap;
}

.inner-tab-card .card-head a:hover,
.inner-tab-card .card-head a:focus {
    text-decoration: underline;
}

.my-acc-sec .custom-selector select.form-control {
    background: transparent;
    z-index: 1;
    padding-right: 22px;
}

.my-acc-sec .custom-selector {
    position: relative;
}

.my-acc-sec .custom-selector .select-drop {
    content: '';
    background: url(/wp-content/uploads/2020/09/down-arrow.svg);
    position: absolute;
    right: 5px;
    width: 16px;
    height: 14px;
    background-size: 13px;
    background-repeat: no-repeat;
    top: 10px;
    bottom: 0;
    margin: 0px;
}

.my-acc-sec form .custom-selector .select-drop {
    top: 20px;
}

.my-acc-sec .search-form input[type="submit"],
.my-acc-sec .search-form input[type="reset"] {
    background: #005495;
    color: #fff;
    font-family: 'Arial bold';
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    border: 1px solid #005495;
    padding: 12px 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: .3s ease-in-out;
}

.my-acc-sec .search-form input[type="submit"]:hover,
.my-acc-sec .search-form input[type="reset"]:hover,
.my-acc-sec .search-form input[type="submit"]:focus,
.my-acc-sec .search-form input[type="reset"]:focus {
    background: #fff;
    color: #005495;
}


/* My account Css Ends here */


/* single product page css begins */

.csa_product_name h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: inherit;
    font-family: 'Arial regular';
}

.csa_page_subDesc, .csa_page_subDesc p, .csa_page_subDesc span, .csa_page_subDesc span p {
    color: #606060;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: inherit;
    font-family: 'Arial regular';
}

.product_subscription {
    border: 1px solid #dddddd;
    margin-top: 30px;
    background: #e8eff1;
}

.product_subscription label{
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 17px 15px 0px;
    font-size: 14px;
    font-family: 'Arial bold';
    margin-bottom: 0px;
    font-weight: inherit;
}
.product_subscription label p { 
    font-size: 14px;
    font-family: 'Arial bold';
    margin-bottom: 0px;
    font-weight: inherit;
}
.product_subscription label .cost {
    margin-left: auto;
    min-width: 100px;
    text-align: right;
}

.product_subscription_content {
    padding: 15px;
}
.product_subscription_content p{
	margin:0px;
}
.product_subscription_content ul {
    padding-left: 15px;
}

.product_subscription_content a {
    font-family: 'Arial bold';
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
	    margin-top: 10px;
    display: inline-block;
}

.sidebar-location .sidebar-quantity {
    margin-top: 2rem;
}

.sidebar-public-training {
    margin-top: 20px;
}

.radio-item {
    position: relative;
    padding: 0;
    margin: 0px 0 5px;
    display: flex;
}

.radio-item label {
    font-family: 'Arial regular';
    font-weight: inherit;
    font-size: 14px;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 0px;
}

.radio-item input[type='radio'] {
    position: absolute;
    opacity: 0; 
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    border-radius: 11px;
    border: 1px solid #ddd;
    background-color: transparent;
}

.radio-item input[type=radio]:checked+label:before {
    border: 1px solid #474747;
}

.radio-item input[type=radio]:checked+label:after {
    border-radius: 11px;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 6px;
    left: 3px;
    content: " ";
    display: block;
    background: #474747;
}

.csa_detail_head h3 {
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-top: 20px;
    font-family: 'Arial regular';
    font-weight: inherit;
}

.page-template-default .csa-tab-block p,
.page-template-default .csa-tab-block h5 {
    margin-bottom: 0px;
}

.product_subscription ul li {
    color: #333;
    font-size: 14px;
    font-family: 'Arial regular';
    line-height: 20px;
    font-weight: inherit;
}

.sidebar-location input[type="radio" i] {
    background: red;
    border-radius: 15px;
    border: 4px solid #dfdfdf;
}

.sidebar-location>label {
    font-family: 'Arial bold';
    font-weight: inherit;
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0;
    padding-left: 5px;
}
.csa_publish_info {
    display: flex;
    flex-wrap: wrap;
}
/* .csa_product_primary_details div, */
.csa_publish_info>span {
    padding-right: 30px;
    position: relative;
    /* color: #606060; */
	color:#575757;
    font-size: 14px;
    font-family: 'Arial regular';
    line-height: 24px;
	    margin-bottom: 10px;
}

/* .csa_product_primary_details div:after, */
.csa_publish_info>span:after {
    position: absolute;
    content: '';
    border-right: 1px solid #ddd;
    top: 0;
    right: 15px;
    bottom: 0;
}

/* .csa_product_primary_details div:last-child:after, */
.csa_publish_info>span:last-child:after {
    display: none;
}

div#loading_products_variations {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tooltip-box {
    position: relative;
    padding: 0;
    margin: 0px 0 5px;
    display: flex;
}

.radio-with-info {
    margin-left: 6px;
    font-size: 8px;
    border: 1px solid #005495;
    width: 12px;
    height: 12px;
    text-align: center;
    color: #005495;
    line-height: 12px;
    border-radius: 100%;
    position: relative;
    margin-top: 1.35%;
}

.radio-info-box {
    display: none;
    background: #fff;
    position: absolute;
    left: 22px;
    width: 20vw;
    text-align: left;
    padding: 15px;
    box-shadow: 5px 6px 14px -10px #828282;
    border: 1px solid #ddd;
    top: -29px;
    min-width: 250px;
    z-index: 1;
}

.radio-with-info:hover .radio-info-box, .radio-with-info:focus .radio-info-box  {
    display: block;
}
.using-mouse .radio-with-info:focus .radio-info-box {
	display:none;
}
.radio-info-box p { 
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Arial regular';
    font-weight: inherit;
}

.radio-info-box p b,
.radio-info-box h3 {
    font-family: 'Arial bold';
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    text-transform: capitalize;
    margin: 0px 0 0px;
    display: block;
    color: #333;
}

.radio-info-box h3 {
    margin-bottom: 15px;
}

.radio-info-box p a {
    font-family: 'Arial bold';
    font-weight: inherit;
    text-decoration: underline;
}

.notifyjs-bootstrap-success {
    background-image: url(/wp-content/themes/csa-store/images/success-icon.png) !important;
    font-family: 'Arial regular' !important;
    font-weight: inherit !important;
    padding: 11px 20px 10px 40px !important;
    background-position: 12px !important;
}

.radio-info-box:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 27px;
    width: 0;
    z-index: 2;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 10px solid #ffffff;
    border-bottom: 6px solid transparent;
    visibility: visible;
}

.radio-info-box:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 26px;
    width: 0;
    z-index: 1;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 12px solid #ddd;
    border-bottom: 7px solid transparent;
    visibility: visible;
}

.wishButtons .btn-default,
.wishButtons .btn-default:hover,
.wishButtons .btn-default:focus {
    display: block;
    border-color: #dddddd;
    overflow: hidden;
    margin: 0 0 20px;
    font-size: 14px;
    padding: 7px 20px;
    font-weight: bold;
    color: #005495;
    border: 0px;
    background: transparent;
    margin-bottom: 0px;
}
.wishButtons .btn-default:focus{
	outline-offset:0;
	outline-color: #005495;
}
.wishButtons .btn-group>.btn+.dropdown-toggle,
.wishButtons .btn-group>.btn+.dropdown-toggle:hover,
.wishButtons .btn-group>.btn+.dropdown-toggle:focus {
    padding: 6px 10px;
    margin-left: -14px;
}

.wishButtons .btn-default.active,
.wishButtons .btn-default:active,
.wishButtons .open>.dropdown-toggle.btn-default {
    color: #005495;
    background: transparent;
    border-color: #dddddd;
}

.wishButtons .btn-group {
    border: 1px solid #ddd;
}


.wishButtons .btn-group.is-hover{
	background:#005495;
	transition: .5s ease-in-out;
	border: 1px solid #005495;
}
.wishButtons .btn-group.is-hover button.btn-default{ 
	color:#fff;
} 


.wishButtons .dropdown-menu {
    padding: 15px;
    margin-top: 8px;
    border: 1px solid #ddd;
    min-width: 260px;
    max-width: 380px; 
}

.wishButtons .dropdown-menu:before,
.wishButtons .dropdown-menu:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    /* pointer-events: none; */
}

.wishButtons .dropdown-menu:before {
    color: red;
    font-size: 0;
    padding-right: 0;
    top: -13px;
    left: 11px;
    border-color: rgba(113, 158, 206, 0);
    border-bottom-color: rgb(221, 221, 221) !important;
    border-width: 7px !important;
}

.wishButtons .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    left: 20px;
    margin-left: -7px;
    top: -9px;
}

.wishButtons .dropdown-menu>li>a {
    display: block;
    padding: 7px 5px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
        white-space: break-spaces;
    word-break: break-word;
}

.wishlist-form {
    border-top: 1px solid #ddd;
    margin-top: 2rem;
    padding: 18px 0 15px;
}

.wishlist-form input {
    margin-top: 15px;
    height: 54px;
    border-radius: 0px;
    border: 1px solid #ddd;
    font-family: 'Arial regular';
    font-weight: inherit;
    margin-top: 0px !important;
}

.wishlist-form input:focus {
    border-color: #005495;
    box-shadow: none;
}

.wishButtons .loading_gif_wishlist {
    right: -30px;
}

.wishlist-form button {
    background: #005495;
    color: #fff;
    margin-top: 1.5rem;
    border: 1px solid #005495;
    padding: 7px 15px;
    font-family: 'Arial bold';
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
    height: 54px;
}

.wishlist-form button:hover,
.wishlist-form button:focus {
    color: #005495;
    background: #fff;
}
.csa-tab-block .tab-content>.tab-pane {
    padding: 10px;
}
.csa-filter-detail {
    color: #404040;
    font-family: 'Arial regular';
    font-size: 12px;
    line-height: 24px;
}

.filter_detail {
    padding: 15px 0 30px 0;
    border-bottom: 1px solid #ddd;
}

.filter_item h3 a,
.filter_item h3 {
    color: #005495;
    margin: 15px 0;
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.filter_item h3 a {
    margin: 0;
}

.filter_item h4 {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 15px; 
	font-family: 'Arial regular'; 
}
.filter_item h4 p {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    font-weight: inherit;
    margin-top: 0px;
	font-family:'Arial medium';
    margin-bottom: 15px;
}

.filter_item:hover h3 a {
    color: #005495;
    text-decoration: underline;
}

.edition_language span {
    padding-right: 30px;
    position: relative;
}

.edition_language span:after {
    position: absolute;
    content: '';
    border-right: 1px solid #ddd;
    top: 0;
    bottom: 0;
    right: 15px;
}

.edition_language span:last-child:after {
    display: none;
}

.custom-selector {
    position: relative;
}

.custom-selector:after {
    content: '\f0dd';
    font-family: FontAwesome;
    position: absolute;
    top: 14px;
    right: 14px;
    width: auto;
    height: auto;
    left: auto;
    font-size: 16px;
    z-index: 0;
    pointer-events: none;
    color: #005495;
}

.custom-selector select {
    text-indent: 0;
    border: 1px solid #ddd;
    height: 55px;
    width: 100%;
    padding: 15px 30px 15px 15px;
    background: transparent;
    font-family: 'Arial regular';
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: inherit;
}

.sidebar-location h4 {
    font-family: 'Arial bold';
    font-size: 12px;
    font-weight: inherit;
    line-height: 24px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #333;
    margin-top: 15px;
}

.sidebar-location h4:first-child {
    margin-top: 0px;
}

.pro-details-popup.my-acc-sec {
    padding: 0px;
}

.pro-details-popup .modal-header .close {
    color: #005495;
}

.pro-details-popup .modal-header {
    background: #ffffff; 
    margin: 0 15px;
	    padding: 30px 0px 25px;
		    margin-bottom: 1rem;
}

.pro-details-popup .customised-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 24px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Arial bold';
    color: #555555;
}

.pro-details-popup .customised-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.pro-details-popup .checkmark {
    position: absolute;
    top: 5px;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 0px;
    /* background-color: #eee; */
    border: 1px solid #ddd;
}

.pro-details-popup .form-check {
    margin: 15px 0 0;
}

.pro-details-popup form textarea.form-control {
    height: inherit;
}

.customised-checkbox:hover input~.checkmark {
    background-color: #ddd;
}

.customised-checkbox input:checked~.checkmark {
    background-color: #005495;
}

.customised-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.customised-checkbox input:checked~.checkmark:after {
    display: block;
}

.customised-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pro-details-popup .modal-header h3 {
	font-family: 'Arial regular';
    color: #606060;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0px;
    /*line-height: 0px;*/
}
.error-medium {
    background: #fcf8e3;
    color: #777777;
}
.no_orderable p {
    padding: 8px 0;
    margin: 0;
}
.already_subscribe, .no_orderable {
    padding: 14px;
    border: 1px solid #ccc;
	    margin-top: 15px;
}

/* single product page css ends */


/* calender css */

.ui-datepicker table {
    width: 99%;
    margin: auto;
}

.ui-datepicker .ui-datepicker-header {
    background: #f4f4f4;
    border: 0px;
    border-bottom: 1px solid #ddd;
    font-weight: inherit;
    font-family: 'Arial bold';
    color: #094476;
}

.ui-widget.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    padding: 0px;
    font-family: 'Arial regular';
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #b46500;
    background: #b46500;
    color: #fff;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: 1px solid transparent;
    border-radius: 0px;
    top: 4px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background-position: center;
    left: -1px;
    top: -2px;
    margin: 0px;
    background-size: 12px;
    border: 1px solid transparent;
}

.ui-datepicker .ui-datepicker-next span {
    left: auto;
    right: -2px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 4px;
}

.ui-datepicker .ui-datepicker-next {
    right: 4px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    border-color: #094476;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 4px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 4px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 4px;
}

.ui-datepicker .ui-datepicker-prev span {
    background-image: url('/wp-content/uploads/2020/10/arrowhead-pointing-to-the-left.svg');
    background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-next span {
    background-image: url('/wp-content/uploads/2020/10/arrowhead-pointing-to-the-right.svg');
    background-repeat: no-repeat;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #094476;
    color: #094476;
}

.ui-datepicker .ui-state-active {
    width: 100%;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #094476;
    background: #fff;
    color: #094476;
}

.ui-datepicker-today .ui-state-hover {
    color: #094476;
}

.cart-outer-content .serial-number {
    font-weight: inherit;
    font-size: 18px;
    padding-top: 4px;
    line-height: 24px;
    font-family: 'Arial regular';
    color: #404040;
}

.cart-middle-content .ci span {
    position: relative;
    padding-right: 30px;
}

.cart-middle-content .ci span:after {
    content: '';
    border-right: 1px solid #ddd;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
}

.cart-middle-content .ci span:last-child:after {
    display: none;
}


/* calender css */

.sidebar-public-training button, .sidebar button#request_quote_b {
    background-color: #804A00;
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    padding: 17px 0;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #804A00;
    font-family: 'Arial bold';
    font-weight: inherit;
    margin-bottom: 1rem;
    border-radius: 0px;
	display:block;
}

.sidebar-public-training button:hover,  .sidebar button#request_quote_b:hover{
    color: #804A00;
    background-color: #fff;
    border: 1px solid #804A00;
}

.sidebar-location p {
    margin-bottom: 0px;
}

.sidebar-location p b {
    font-family: "Arial bold";
    font-weight: inherit;
}
 
.sidebar-location a {
    font-family: 'Arial bold';
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 15px;
}
.sidebar a:focus{
	text-decoration-color: #23527c !important;
}
.sidebar-location p a {
    margin-top: 0px;
}

.sidebar-location ul {
    padding-left: 15px;
    margin-top: 15px;
}

.sidebar-location ul li {
    font-family: 'Arial regular';
    font-size: 14px;
    font-weight: inherit;
    line-height: 24px;
}

.top-selling-heading {
    margin-bottom: 15px;
    margin-top: 15px;
}

.format_wrapper {
    padding-bottom: 15px;
}

.sidebar-location .format_wrapper .radio-item {
    padding: 0px;
}

.page-template-page-catalogue .content-head, .page-template-page-catalogue h3, .page-template-page-catalogue h2 {
    font-family: 'montserratmedium';
	font-size:24px;
	line-height:26.4px;
}

.csa-store-register .radio-with-info {
    margin-top: 2px;
}

.login-register-section-csa a,
.login-register-section-csa .userlogout-csa {
    cursor: pointer;
    font-size: 16px;
    font-family: 'Arial Regular';
	text-decoration: underline;
    text-decoration-color: transparent;
}

.login-register-section-csa a:hover,
.login-register-section-csa .userlogout-csa:hover {
    color: #754500;
}

a#load_editiondata {
    background: #094476;
    padding: 12px 30px;
    color: #fff;
    display: inline-block;
    font-family: 'Arial bold';
    cursor: pointer;
    border: 1px solid #094476;
    margin-top: 3rem;
}

a#load_editiondata:hover {
    background: #fff;
    color: #094476;
}

.csa_product_detail a img {
    max-height: 42px;
    margin-right: 10px;
}


/* .ics-code-div .csa-sidebar-accordion a{ */


/* text-transform: lowercase; */


/* } */


/* .breadcrums-csa-updated.csa-store-brdcrumb-main li a { */


/* text-transform: lowercase; */


/* } */

#aftersucess .modal-header, #errorsucess .modal-header {
        padding: 0px;
    margin: 0px; 
    border: 0px;
	margin-top: -2px;
}
#aftersucess .modal-header h1, #errorsucess .modal-header h1 {
    display: none;
}
#aftersucess .modal-content, #errorsucess .modal-content { 
    border-radius: 0px;
	    padding: 0px;
}
#aftersucess .modal-body, #errorsucess .modal-body {
    padding: 0 15px;
}
#aftersucess .success_email, #aftersucess .failure_email, #errorsucess .failure_email {
    color: #1F7032;
    font-family: 'montserratregular';
    font-weight: inherit;
    font-size: 12px;
    line-height: 22px;
    background-color: #E9F5EB;
    background-image: url(../images/success-icon.png);
    background-repeat: no-repeat;
    background-size: 15px;
	background-position: 16px 21.5px;
    margin: 0px;
    padding: 2rem 2rem 2rem 4rem;
	position:relative;
}

#aftersucess .failure_email, #aftersucess .failure_email, #errorsucess .failure_email{
    color: #a72a32; 
    background-color: rgba(167, 42, 50, 0.1);
    background-image: url(/wp-content/uploads/2020/10/error.svg); 
}
#aftersucess .success_email .modal-header .close, #aftersucess .failure_email .modal-header .close {
    color: #207033;
    opacity: 1;
    top: -18px;
    right: -15px;
}
/* #aftersucess .failure_email .modal-header .close { */
    /* top: 0px !important; */
    /* right: 0px !important; */
/* } */
#aftersucess .failure_email .modal-header .close, #errorsucess .modal-header .close { 
    color: #a72a32; 
}
#aftersucess p, #errorsucess p{
	margin-bottom:0px;
} 

.page-cart #aftersucess .success_email .modal-header .close{
	top: 0;
    right: 7px;	
}

.viewaccess button {
    background-image: url(../images/Shape-21.png);
    background-color: #005495;
    background-repeat: no-repeat;
    background-size: 24px;
    padding: 12px 27px 12px 50px;
    color: #fff;
    background-position: 16px center;
    font-family: 'Arial bold';
    font-size: 14px;
    display: inline-block;
    line-height: 29px;
    margin-top: 3rem;
    margin-bottom: 2rem;
    border: 1px solid #005495;
    cursor: pointer;
}

.viewaccess button:hover {
    background-image: url(../images/shape-211a.png);
    background-color: #fff;
    color: #005495;
    text-decoration: none;
}
 
.viewaccess p {
    font-size: 12px;
    font-style: italic;
}

.mt-0 {
    margin-top: 0px !important;
}

.view-acc-pop-content {
    border-radius: 0px;
}

.view-acc-pop-content .modal-btns {
    text-align: right;
}

.view-acc-pop-content .modal-btns a {
    background-color: #005495;
    background-repeat: no-repeat;
    background-size: 24px;
    text-transform: uppercase;
    padding: 12px 20px;
    color: #fff;
    background-position: 16px center;
    font-family: 'Arial bold';
    font-size: 14px;
    display: inline-block;
    line-height: 29px;
    margin-top: 2rem;
    border: 1px solid #005495;
    cursor: pointer;
}

.view-acc-pop-content .modal-btns a:hover {
    background-color: #fff;
    color: #005495;
    text-decoration: none;
}

.view-acc-pop-content .modal-title {
    font-family: 'montserratbold';
}

.view-acc-pop-content .modal-header {
    border-bottom: 1px solid #ddd;
    margin: 10px 20px 0;
    padding: 15px 0;
}

.view-acc-pop-content .modal-body {
    padding: 20px;
}

.view-acc-pop-content p {
    color: #606060; 
}

.view-acc-pop-content .modal-header .close {
    right: 0px;
    top: 0px;
}

.view-acc-pop-content .modal-header .close:hover {
    color: #005495;
}


/*loader css begins */

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    justify-content: center;
    display: none;
    align-items: center;
}

.loader-wrapper.show {
    display: flex !important;
}

.round-loader {
    border: 10px solid #ddd;
    border-radius: 50%;
    border-top: 10px solid #005495;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.blanl {}

.straight-loader {
    position: relative;
    width: 80px;
    height: 80px;
}

.straight-loader div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #005495;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.straight-loader div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.straight-loader div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.straight-loader div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}


/*loader css ends */


/* empty cart css Begins*/

.empty-cart-area {
    padding: 10rem 0;
    text-align: center;
    margin-bottom: 3rem;
}

.empty-cart-area h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Montserratbold';
    margin: 4rem 0 2rem;
}

.empty-cart-area p {
    font-size: 16px;
    line-height: 24px;
}

.empty-cart-area a.back-btn {
    color: #005495;
    padding: 14px 45px;
    display: inline-block;
    border: 1px solid #005495;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 25px;
    margin: 2rem;
    font-family: 'Arial bold';
    font-weight: inherit;
}

.empty-cart-area a.back-btn:hover {
    background: #005495;
    color: #fff;
    text-decoration: none;
}

.empty-cart-area a.browse-btn {
    background: #005495;
    color: #fff;
    padding: 14px 30px;
    display: inline-block;
    border: 1px solid #005495;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 25px;
    margin: 2rem;
    font-family: 'Arial bold';
    font-weight: inherit;
}

.empty-cart-area a.browse-btn:hover {
    background: #fff;
    color: #005495;
    text-decoration: none;
}


/* empty cart css Ends*/

.modal-content {
    border-radius: 0px;
}

.modal-dialog {
    width: 600px;
    margin: 150px auto;
    background-color: #fff;
	max-width:90%;
}

.sub-two-col .custom-program-image img,
.paymentOptionSec .custom-program-image img {
    max-width: 100%;
    opacity: 0;
}

.custom-program-image {
    background-size: cover;
    width: 100%;
	background-position: center;
    height: 100%;
}

.page-template-page-templatespage-contact-php .csa-store-logcmn .csa-store-cntbox {
    background: #ffffff;
    color: #333333;
    border: 1px solid #ddd;
}

.page-template-page-templatespage-contact-php .csa-store-logcmn .csa-store-cntbox-cnt li a {
    color: #333333;
}

.catalogue-des-block {
    padding: 6rem 0 3rem;
}

.page-template-page-natural-gas .single-border-pro-card .link-area {
    border-top: 1px solid #dddddd;
}

.page-template-page-management .pro-card {
    border: 0px;
}

.page-template-page-management .pro-card .card-content-area {
    border: 1px solid #ddd;
    border-top: 0px;
    margin-top: -1px;
}

.page-template-page-prevention-nd-control .review-sec .row {
    margin: 0px;
}

.page-template-page-cng-certification .related-ser-health .single-border-pro-card {
    border: 0px;
}

.page-template-page-cng-certification .related-ser-health .single-border-pro-card .card-content-area {
    border: 1px solid #ddd;
    border-top: 0px;
    margin-top: -1px;
    padding-bottom: 0px;
}

.page-template-page-cng-certification .related-ser-health .single-border-pro-card .link-area {
    position: relative;
    padding: 0 2rem 1rem;
}

.page-template-page-cng-certification .related-ser-health .single-border-pro-card .link-area a {
    margin-top: 0px;
}

.helpText {
    color: #404040;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-family: 'Arial regular';
    font-style: italic;
	display:none;
}

.page-template-page-about-csa-store .custom-program-content.custom-ul-tick { 
    padding: 40px 40px;
}

.form__grid {
    margin-bottom: 20px;
}

.mob-right-head .btn-group .dropdown-toggle,
.mob-right-head .btn-group .dropdown-toggle:hover,
.mob-right-head .btn-group .dropdown-toggle:focus {
    font-size: 13px;
    color: #ffffff;
    position: relative;
    padding-right: 15px;
    font-family: "montserratregular";
}

.mob-right-head .btn-group .dropdown-menu {
    top: 110%;
}

.mob-right-head .btn-group .dropdown-menu .inner {
    padding: 15px 30px;
}

.mob-right-head .sidenav {
    text-align: left;
}

.mob-account-menu-block {
    padding: 0 15px 15px;
    border-bottom: 1px solid #0e6ab1;
    margin: 0 15px;
	    color: #fff;
}

.mob-right-head .dropdown-menu:before {
    left: auto;
	    right:  0px;
}

.mob-right-head .btn-group .dropdown-toggle .caret {
    position: absolute;
    right: -5px;
    top: 10px;
}

.mob-right-head .top-header-menu {
    padding: 0 15px;
    border-bottom: 1px solid #0e6ab1;
    margin: 0 15px;
}

.mob-right-head .top-header-menu ul,
.mob-right-head .mid-header-menu ul {
    display: block;
    padding-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mob-right-head .top-header-menu ul li,
.mob-right-head .mid-header-menu ul li,
.mob-right-head .top-header-menu ul li:last-child {
    padding: 0px;
    display: block;
    border: 0px;
    text-align: left;
}

.mob-right-head .top-header-menu ul li:first-child {
    padding-left: 0px;
}

.mob-right-head .top-header-menu ul li a,
.mob-right-head .mid-header-menu ul li a,
.mob-right-head .top-header-menu ul li:last-child a {
    font-size: 13px;
    color: #fff;
    padding: 15px 0;
    border-right: 0px;
}
.mob-right-head .top-header-menu ul li a:focus,
.mob-right-head .mid-header-menu ul li a:focus,
.mob-right-head .top-header-menu ul li:last-child a:focus { 
    color:  #FFB54D; 
}

.wishlist-block {
    padding: 0 15px;
    border-bottom: 1px solid #0e6ab1;
    margin: 0 15px;
}

.wishlist-block a {
    display: block;
    color: #fff;
    float: none;
    padding: 15px 0;
    font-size: 13px;
    font-family: "montserratregular";
	    line-height: 15px;
}

.wishlist-block a span {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

.mob-right-head a.account-link {
    font-size: 13px;
    font-family: "montserratregular";
}

.mob-account-menu-block .row>div:nth-child(2) {
    text-align: right
}

.right-header span.fa-shopping-cart {
    display: inline-block;
    padding-right: 3px;
    padding-top: 1px;
    line-height: 8px;
}
.right-header span.fa {
	line-height: 0px;
    padding-bottom: 5px;
    zoom: 95%;
}
.right-header>div {
    margin: 2px 0;
}
.login-register-section-csa {
    color: #005495;
}
.page-template-page-ontario-electrical-safety-code .pro-card.single-border-pro-card.ontario_electrical_box .details-area h4, .page-template-page-ontario-electrical-safety-code .pro-card.single-border-pro-card.ontario_electrical_box .details-area .pro-price-text {
    margin-bottom: 0px;
}

.container.uniquely_canadian_management {
    margin-top: 6rem;
}

.cookie_policy .scp_desc {
    max-width: 1110px;
}

.cookie_policy .sobeys_container {
    display: flex;
    align-items: center;
}

.cookie_policy .col_right {
    position: relative;
    text-align: right;
	    padding: 0px !important;
}

.cookie_policy .col_left {
    width: 100% !important;
    padding: 0px !important;
}

.cookie_policy .col_right .cookie_policy_btn {
    top: 0;
    position: relative;
    width: auto !important;
    padding: 0px !important;
    right: 0;
}

.page-template-page-contact .csa-store-logcmn .form-control:focus {
    border-color: #ddd;
	    outline: 1px solid #005495;
	outline-offset:0px;
}

.page-template-page-natural-gas .single-border-pro-card .card-content-area {
    padding-bottom: 6rem;
}
.page-template-page-natural-gas .single-border-pro-card .card-content-area  a { 
    margin-bottom: -5px;
}

header .language>div,
header .currency {
    display: flex;
}

header .currency {
    flex-wrap: wrap;
}

header .currency h5 {
    width: 100%;
}

header .currency .curr-select {
    width: 50% !important;
}
.page-template-page-red-seal-trade--related-products .pro-card {
    border-radius: 0px;
}
.page-template-page-ontario-electrical-safety-code .single-border-pro-card .card-content-area {
    padding-bottom: 5rem;
}
.page-template-page-register .csa-store-brdcrumb .csa-store-brdcrumb-main ul{
	border-bottom: 1px solid #ddd;
}
.page-template-page-natural-gas .pro-card .link-area, .page-template-page-ontario-electrical-safety-code  .pro-card .link-area{ 
    padding: 1rem 2rem 1rem;
}
.page-template-page-natural-gas .related-pro .pro-card a,  .page-template-page-ontario-electrical-safety-code   .related-pro .pro-card a{
    margin-top: 8px;
}
.pdp_pagination {
    display: flex;
    align-items: center;
}
.pdp_pagination a {
    background: #fff;
    padding: 6px 15px;
    border: 1px solid #fff;
    color: #333;
    font-family: 'Montserratmedium';
    font-size: 12px;
    border: 1px solid #ddd;
    margin: 2px;
    line-height: 16px;
	cursor:pointer;
	    text-decoration: none !important;
}
.pdp_pagination a:hover{
	border-color:##005495;
	color:#fff;
	background:#005495;
}
.div-invalid1, .div-invalid {
    padding: 10px;
        margin-top: 20px;
    background-color: rgba(197, 0, 0, 0.10);
    border: 1px solid #a72a32;
    color: #a72a32;
    background-image: url(../images/error-icon.png);
    background-position: 97% center;
    background-size: 15px;
    background-repeat: no-repeat;
    font-size: 12px;
    font-family: 'Arial regular';
	display:none;
}
.page-template-page-ontario-electrical-safety-code .propane-pro-sec .pro-card a { 
    margin-bottom: -5px;
}
.page-template-page-canada-sustainable-forest-management-standard .uniquely_canadian_management .pro-card .link-area { 
    padding: 1rem 2rem 1rem;
}
.page-template-page-northen-infrastucture .contact-sec .joining-content-area.contact-sec-content { 
    display: flex;
	    flex-wrap: wrap;
}
a.load_class.active {
    color: #005495;
    border: 1px solid #005495;
}
a.load_class.active:hover{
	color:#fff;
}
.page-template-page-electicity-safety .pro-card .link-area { 
    padding: 1rem 2rem 0rem;
}
.page-template-page-purchase-options .catalogue-des-block {
        padding: 5rem 0 0;
}
.page-template-page-northen-infrastucture .pro-card a{
	    padding-bottom: 0px;
}
.page-template-page-management .pro-sec {
    padding: 6rem 0px 6rem;
}

.page-template-page-natural-gas .cta-sec a {  
    margin-top: 7rem;
}

.noseatsblock {
    background-color: rgb(173 101 0 / 86%); 
    color: #fff;
    text-align: center; 
    padding: 17px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Arial bold';
}
.csa_product_detail>a{
	display:inline-block;
}
.csa_product_detail .csa_group_tab .tab-content a{
	text-decoration:underline;
}
.csa_product_detail .csa_group_tab .tab-content  .filter_item h3 a { 
    text-decoration: none;
}
.csa_product_detail .csa_group_tab .tab-content  .filter_item h3 a:hover{
	text-decoration:underline;
} 
.custom_button_sf a:active, .custom_button_sf a:focus {
    background-color: #005495;
    color: white;
}
.request_copyright_a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    font-family: 'Arial regular';
    font-weight: inherit;
    margin-top: 20px;
	margin-bottom: 20px;
}
.request_copyright_a img {
    max-width: 18px;
    margin-top: 2px;
}
.request_copyright_a:hover{
	text-decoration:underline;
}
.sidebar-nooder {
    background: #FFF3CD;
    padding: 15px 20px;
    margin-top: 20px;
}
.sidebar-nooder p {
    font-family: 'Arial regular';
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 16px;
}
.sidebar-nooder p a {
    font-family: 'Arial bold';
    text-transform: capitalize;
    text-decoration: underline;
}
.sidebar .radio-item label { 
    text-transform: inherit;
}
.page-cart .subscription-box .dropdowns-section .date-section .date-input-holder {
    position: relative;
    display: inline-block;
}
.page-template-page-cng-certification .pro-sec .sec-desc p {
    max-width: 100%; 
    text-align: left;
}
.csa-store-thankyou a{
	text-decoration:underline;
}



/*modular page css begins here */
.modular-training-block {
    padding: 5rem 0;
}
.modular-training-block  h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    font-family: 'montserratbold';
    color: #404040;
    text-align: center;
	margin-bottom: 2rem;
}
.modular-cta-block {
    padding-bottom: 5rem;
}
.modular-cta-col {
    background: #005495;
    padding: 4rem 2rem;
    text-align: center;
    color: #fff;
}
.modular-cta-col img {
    max-width: 50px;
}
.modular-cta-col a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 12px 30px;
    font-family: 'Arial bold';
    text-transform: uppercase;
    font-size: 12px;
}
.modular-cta-col a:hover {
    background: #fff;
    color: #005495;
}
.modular-packages-block h4.panel-title {
    background: #005495;
    color: #fff;
    font-family: 'montserratmedium';
    font-size: 24px; 
    font-weight: inherit;
}
/* .sub-panel-head { */
    /* background: #f4f4f4; */
    /* color: #333; */
    /* font-family: 'Montserratmedium'; */
    /* padding: 10px; */
    /* border: 1px solid #ddd; */
	/* font-size: 12px;  */
	/* position:relative; */
/* } */
.sub-panel-head {
    background: #f4f4f4;
    color: #333;
    font-family: 'Montserratmedium';
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 12px;
    position: relative;
    height: auto !important;
}
.sub-panel-head>div{
    display: flex;
}
.sub-panel-head>div{
	color: #005495;
}
.sub-panel-head a {
    color: #333;
    font-size: 16px;
    width: 100%;
	    padding: 4px 0;
		    padding-right: 35px;
}
.modular-packages-block h4.panel-title  a{
	position:relative;
	font-size: 24px;
    padding: 20px;
    font-family: 'montserratregular';
}
.modular-packages-block .custom-checkbox-box {
    position: relative; 
}
.sub-panel-head  .custom-checkbox-box { 
	margin-right:10px; 
float:left;
}
/* .sub-panel-head  .custom-checkbox-box {  */
	/* margin-right:10px;  */
/* } */
.sub-panel-head label.custom-checkbox, .sub-panel-head .checkmark2 {
    width: 24px;
    height: 24px;
} 
.sub-panel-head .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.sub-panel-head .custom-checkbox .checkmark2:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 0px;
    width: 8px;
    height: 18px;
    border: solid #005495;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
}
 .csa-sidebar-box .custom-checkbox input:checked~.checkmark2 { 
    border: 1px solid #005495;
}
.sub-panel-head .custom-checkbox input:checked~.checkmark2:after {
    display: block;
}
.modular-packages-block .panel-body ul.single-package-group {
    padding-left: 0px;
    list-style: none;
}
.modular-packages-block .panel-body  ul.single-package-group li h4 {
    font-weight: inherit;
    font-family: 'Arial regular';
    font-size: 16px;
}
.modular-packages-block .panel-body   .customize-package-btn {
    background: #ad6500;
    color: #fff;
    border: 1px solid #ad6500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 30px;
    margin: 20px 0;
    font-family: 'Arial bold';
} 
.modular-packages-block .panel-body   .customize-package-btn:hover{
	color:#ad6500;
	background:#fff;
}
.modular-packages-block .panel-default>.panel-heading a:hover, .modular-packages-block .panel-default>.panel-heading a:focus{
	color: #fff;
    background: #005495;
}
.modular-packages-block .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #005495;
}
.modular-packages-block .panel-group .panel {
    margin-bottom: 20px;
}
.modular-packages-block .panel-group .panel .panel-body .panel:last-child{
    margin-bottom: 0px;
}
.modular-packages-block .panel-group {
    margin-bottom: 0px; 
	list-style: none;
    padding: 0px;
}
.modular-packages-block .panel-default>.panel-heading a:before{
	    position: absolute;
    top: 50%;
    right: 2rem;
    margin-top: -0.5rem;
    content: 'COLLAPSE \2013';
    font-size: 14px;
    font-family: 'montserratregular';
    font-weight: inherit;
}
.modular-packages-block .panel-default>.panel-heading a.collapsed:before{
    content: 'EXPAND +'; 
}
.sub-panel-head a:before{
	position: absolute;
    top: 25%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '\2013';
    font-size: 30px;
	color: #005495;
    font-family: 'montserratregular';
}
.sub-panel-head a.collapsed:before{
	content: '+'; 
}
.modular-packages-block  .panel-body h3 {
    color: #005495;
    font-size: 16px;
    margin: 20px 0;
}
.modular-packages-block .customized-package-block {
    border-top: 1px solid #ddd;
}
.module-request-quote-block {
    max-width: 850px;
    margin: auto;
    padding: 4rem 0;
}
.module-request-quote-block  .form-group {
    margin-bottom: 20px;
}
.module-request-quote-block .form-control{
	height: 55px;
    border-radius: 0;
    border: 1px solid #dddddd;
    box-shadow: none;
    outline: 0;
    font-size: 14px;
    color: #555555;
    padding-left: 20px;
}
.module-request-quote-block  button.btn.btn-default {
    color: white;
    text-transform: uppercase;
    text-align: center; 
    border: 1px solid #094476;
    display: block;
    overflow: hidden;
    padding: 12px 30px;
    font-size: 14px; 
    font-family: montserratbold;
    text-decoration: none;
    line-height: 25px;
    white-space: nowrap; 
    background: #094476;
	border-radius:0px;
}
.module-request-quote-block button.btn.btn-default:hover{
	color:#094476;
	background:#fff;
}
h5.op_title {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #1c87bd;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
}

/* ----------------------------------------------------- SPECIAL CSS ----------------------------------------------------*/
section.step-form-page-content h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

section.step-form-page-content p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #706f73;
    line-height: 24px;
    font-size: 15px;
}

#step1 .accordion-content p,
#step2 .accordion-content p {
    margin: 0;
}

.target-audience h3 {
    text-transform: uppercase;
    color: #1c87bd;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
}

.question_mark {
    border: 2px solid white;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
    font-size: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.question a {
    color: white;
    display: inline-block;
    padding: 5px;
    text-align: center;
    border: 2px solid white;
    text-transform: uppercase;
    font-size: 1rem;
    padding-right: 10px;
    padding-left: 10px;
    font-family: "Montserrat", sans-serif;
}

.question {
    height: 140px;
    position: relative;
    margin-top: 20px;
    background-color: #1c87bd;
    color: white;
    padding: 10px;
    text-align: center;
    padding-left: 80px;
    max-width: 345px;
    border-radius: 3px 3px 0 0;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.question h3 {
    font-weight: bold;
    margin-top: 22px;
    color: white;
    font-size: 1.4rem;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.step-form-page-content ul li {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

.step-form-page-content .target-audience ul li {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #706f73;
    line-height: 24px;
    font-size: 15px;
}

html body .is-active>.accordion-title::before {}

.step>.accordion-title:hover,
.step>.accordion-title {
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #1c87bd;
}

.step ul .accordion-title {
    color: black;
}

.step ul .accordion-title strong {
    color: #1c87bd;
}

.step {
    color: white;
}

.step>.accordion-content {
    padding: 0;
    border: 0;
}

.csa-pack-accordian {
    margin-top: 10px;
    margin-left: 0px;
}

.csa-pack-accordian>li {
    border-bottom: 1px solid #b2b2b2;
}

#step1>.accordion-title {
    background-color: #1c87bd;
    color: white;
}

#step1>.accordion-title:first-child:focus {
    border: 2px solid #f64449 !important;
}

.accordion-item .open_close:focus {
    border: 2px solid #f64449 !important;
    outline: none;
}

#step2>.accordion-title:focus {
    border: 2px solid #f64449 !important;
}

#step1 .accordion-content {
    padding-left: 24px;
}

#step1 {
    border-radius: 3px 3px 0 0 !important;
    /* padding-bottom: 40px; */
}

#step2>.accordion-title {
    background-color: #418526;
    border-radius: 3px 3px 0 0 !important;
}

#step2>.accordion-content {
    padding-left: 0px;
}

#customize>.accordion-title {
    background-color: #44464b;
    border-radius: 3px 3px 0 0 !important;
}

.accordion-title {
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: bold;
}

.accordion-content {
    border: 0;
}

.csa-pack-accordian .accordion-title {
    font-size: 18.5px;
    line-height: 24px;
    padding-left: 60px;
    padding-right: 20px;
    position: relative;
    border: 0 !important;
}

.step-form-page-content ul.csa-pack-accordian li.accordion-item {
    position: relative;
    padding-bottom: 20px;
}

.accordion-item .open_close {
    position: absolute;
    display: table;
    width: 100%;
    z-index: 9;
    cursor: pointer;
    font-size: 20px;
    text-align: right;
    padding-right: 25px;
}

.csa-pack-accordian .accordion-item.is-active .open_close {
    color: #fff;
}

.csa-pack-accordian .accordion-item.is-active .open_close.open .open_close_inner {
    color: #fff;
}

.accordion-item .open_close .open_close_inner {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
    font-size: 25px;
}

.csa-pack-accordian .accordion-item.is-active .pcheckbox .fi-check:before {
    display: none;
}

.csa-pack-accordian .accordion-item.is-active .pcheckbox.checked .fi-check:before {
    display: block;
}

.accordion-item .open_close .open_close_inner:focus {
    color: #1c87bd;
    font-weight: bold;
}


/* .step-form-page-content ul.csa-pack-accordian li.accordion-item:before {
    content: '+';
    position: absolute;
    right: 0;
    width: 25px;
    top: 35%;
} */
#steps #package_form .error {
    color: #a72a32;
    font-size: 12px; 
    display: none; 
    margin-bottom: 10px;
    position: absolute;
    font-size: 12px;
    font-family: 'Arial regular'; 
}
.csa-pack-accordian .is-active .accordion-title {
    background-color: #1c87bd !important;
    color: white !important;
    padding-bottom: 40px;
}

.accordion-item .accordion-item.is-active a.accordion-title strong {
    color: white;
}

.accordion-item .accordion-item.is-active a.accordion-title p {
    padding-left: 40px;
    padding-right: 40px;
}

.accordion-item .accordion-item.is-active p {
    padding-left: 60px;
    padding-right: 30px;
}

.accordion-item .accordion-item.is-active p strong {
    color: #1c87bd;
}

.sections li {
    list-style: none;
}

.accordion-title::before {
    content: 'EXPAND +';
    font-size: 14px;
}

.is-active>.accordion-title::before {
    content: 'COLLAPSE \2013';
    font-size: 14px;
}

#custom-sections .accordion-title::before,
.csa-pack-accordian .accordion-title::before {
    content: '+';
    display: none;
}

#custom-sections .is-active>.accordion-title::before,
.csa-pack-accordian .is-active>.accordion-title::before {
    content: '\2013';
}

.accordion-title:focus,
.accordion-title:active,
.accordion-title:hover {
    background-color: #f4f5f9;
}

.csa-pack-accordian .is-active .accordion-title:hover .pcheckbox,
.csa-pack-accordian .is-active .accordion-title:focus .pcheckbox {
    border-color: white;
}

.accordion-title:focus .pcheckbox,
.accordion-title:hover .pcheckbox {
    border-color: #1c87bd;
}

.pcheckbox i {
    display: none;
}

.csa-pack-accordian .is-active .pcheckbox i {
    display: block;
}

.pcheckbox {
    text-align: center;
    padding-top: 4px;
    color: white;
    float: left;
    width: 38px;
    height: 38px;
    border: 2px solid #dde2ef;
    border-radius: 5px;
    position: absolute;
    left: 10px;
    top: 13px;
    z-index: 9;
} 

.pcheckbox.checked {
    background: #005495;
    border-color: #005495;
}

.csa-pack-accordian .is-active .pcheckbox span.fa {
    display: block;
}

.pcheckbox span.fa { 
    line-height: 22px;
}

.csa-pack-accordian .select_pack {
    position: absolute;
    top: 65px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    z-index: 9;
    color: #1c87bd;
}

.csa-pack-accordian .is-active .select_pack {
    color: #fff;
}

.btn_submit:hover,
.btn_submit:focus,
.btn_submit:active,
.btn_submit {
    margin-left: 0;
    margin-top: 0;
}


/* CHECKBOXES */

.styled-checkbox {
    position: absolute;
    opacity: 1;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-left: 30px;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 0px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #43cb83;
    border-radius: 2px;
    position: absolute;
    left: -10px;
}

.styled-checkbox:hover+label:before {
    background: #43cb83;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}


/* .styled-checkbox:checked+label:before {
    background: #43cb83;
} */

.input_checked+label:before {
    background: #43cb83;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #aaa;
    border: 1px solid #aaa;
    position: absolute;
}
.hours {
    display: inline-block;
    padding: 5px;
    color: white;
    background-color: #399ecd;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    right: 140px;
    top: 25px;
    min-width: 81px;
    text-align: center;
}

#custom-sections label {
    max-width: 70%;
    font-size: 14px;
    font-weight: bold;
    color: #3f3f4d;
}

#custom-sections .styled-checkbox:checked+label:after {
    top: 18px;
}

#custom-sections .styled-checkbox+label:before,
#custom-sections .styled-checkbox:checked+label:before {
    margin-top: 3px;
}

#custom-sections .accordion-content {
    padding-left: 55px;
    font-size: 18px;
}

#custom-sections .accordion-item .accordion-content p {
    max-width: 100%;
    padding-left: 0px !important;
}

#custom-sections .accordion-content {
    color: #3f3f4d;
    font-size: 15px;
}
 
#custom-sections .accordion-content ul li ul li {
    list-style: circle;
}

 
#customize-content>p {
    padding-left: 50px;
    margin-top: 10px;
}

li.last-package-item {
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.styled-checkbox:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #1c87bd;
    border-radius: 2px;
    position: absolute;
    left: 0;
}

.styled-checkbox.input_checked:before {
    background: #1c87bd;
}

.styled-checkbox:disabled:before {
    box-shadow: none;
    background: #aaa;
    border: 1px solid #aaa;
}

.button.info {
    padding: 0;
    margin: 0;
    margin-left: 35px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    margin-right: 10px; 
    background-color:transparent;
    color:  #333;
    margin-bottom: 6px;
	border:0px;
    z-index: 100;
}

.button.info label {
    color: #333;
    padding-left: 0;
    cursor: pointer;
    text-align: left;
}

.button.info:focus {
   background: #005495;
    color: #ffffff;
}
.button.info:focus label{
	color:#fff;
}
.sections>li {
    position: relative;
}

.sections label {
    padding-left: 75px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #706f73;
    line-height: 24px;
    font-size: 15px;
}

.step-form-page-content form {
    margin-top: 35px;
}
.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #1c87bd;
}

span.pcheckbox {
    width: 24px;
    height: 24px;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #ddd;
    position: static;
    padding: 0px;
    margin-bottom: 5px;
}

span.pcheckbox:focus {
    border: 1px solid #005495;
}

span.pcheckbox.checked span{
	display:block;
}
/* modular css Ends here */

span.logged-in-name {
    font-size: 14px;
    color: white;
    display: inline-flex;
    line-height: 16px;
    font-family: 'montserratmedium';
    padding: 15px;
    position: absolute;
	    align-items: center;
    top: 0;
    bottom: 0;
    text-align: center;
    left: 15px;
}


/*error css */

section.error-404-block {
    padding: 10rem 0;
}
    .error .clip .shadow
    {
        height: 180px;  /*Contrall*/
    }
    .error .clip:nth-of-type(2) .shadow
    {
        width: 130px;   /*Contrall play with javascript*/ 
    }
    .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
    {
        width: 250px; /*Contrall*/
    }
    .error .digit
    {
        width: 150px;   /*Contrall*/
        height: 150px;  /*Contrall*/
        line-height: 150px; /*Contrall*/
        font-size: 120px;
        font-weight: bold;
    }
    .error h2   /*Contrall*/
    {
        font-size: 32px;
    }
    .error .msg /*Contrall*/
    {
        top: -190px;
        left: 8%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
    }
    .error span.triangle    /*Contrall*/
    {
        top: 70%;
        right: 0%;
        border-left: 20px solid  #ad6500;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }
   
    .error .container-error-404 .clip
    {
        display: inline-block;
        transform: skew(-45deg);
    }
    .error .clip .shadow
    {
        
        overflow: hidden;
    }
    .error .clip:nth-of-type(2) .shadow
    {
        overflow: hidden;
        position: relative;
        box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);
    }
    
    .error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after
    {
        content: "";
        position: absolute;
        right: -8px;
        bottom: 0px;
        z-index: 9999;
        height: 100%;
        width: 10px;
        background: linear-gradient(90deg, transparent, rgba(173,173,173, 0.8), transparent);
        border-radius: 50%;
    }
    .error .clip:nth-of-type(3) .shadow:after
    {
        left: -8px;
    }
    .error .digit
    {
        position: relative;
        top: 8%;
        color: white;
           background:#005495;
        border-radius: 50%;
        display: inline-block;
        transform: skew(45deg);
    }
    .error .clip:nth-of-type(2) .digit
    {
        left: -10%;
    }
    .error .clip:nth-of-type(1) .digit
    {
        right: -20%;
    }.error .clip:nth-of-type(3) .digit
    {
        left: -20%;
    }    
    .error h2 {
    color: #005495;
    /* font-weight: bold; */
    padding-bottom: 25px;
    font-family: 'Arial bold';
    font-size: 36px;
    font-weight: inherit;
}
    .error .msg
    {
        position: relative;
        z-index: 2;
        display: block;
        background: #ad6500;
    color: #ffffff;
        border-radius: 50%;
        font-style: italic;
    }
    .error .triangle
    {
        position: absolute;
        z-index: 999;
        transform: rotate(45deg);
        content: "";
        width: 0; 
        height: 0; 
    }
	.container-error-404 {
		display: table;
		margin: auto;
		    overflow-x: hidden;
	}
/* Error Page */
@media(max-width: 767px)
{
    /* Error Page */
            .error .clip .shadow
            {
                height: 100px;  /*Contrall*/
            }
            .error .clip:nth-of-type(2) .shadow
            {
                width: 80px;   /*Contrall play with javascript*/ 
            }
            .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
            {
                width: 100px; /*Contrall*/
            }
            .error .digit
            {
                width: 80px;   /*Contrall*/
                height: 80px;  /*Contrall*/
                line-height: 80px; /*Contrall*/
                font-size: 52px;
            }
            .error h2   /*Contrall*/
            {
                font-size: 24px;
            }
            .error .msg /*Contrall*/
            {
                top: -110px;
                left: 4%;
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 18px;
            }
            .error span.triangle    /*Contrall*/
            {
                top: 70%;
                right: -3%;
                border-left: 10px solid  #ad6500;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
            }
.error .container-error-404
  {
    height: 150px;
  }
        /* Error Page */
}

.cart-header .loading_gif {
    background: url(../images/gif_loader.gif) no-repeat;
    width: 14px;
    height: 14px; 
    display: inline-block;
    background-size: cover; 
}
.right-header .header-right-link.cart-header  {
    background: none;
    border: none;
    font-size: 16px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #005495;
    display: flex;
    align-items: center;
	justify-content:center;
	    margin-left: 10px;
}
.mob-header-loglink-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
span.cartCount {
    display: inline-flex;
	    justify-content: center;
}
.csa-sidebar-accordion.pro-list-accordian {
    display: flex;
    align-items: flex-start;
	    margin-bottom: 1px;
}
.selected-result {
    background-color: #ddd;
}
.skipToContent {
    position: fixed;
    opacity: 0;
}
.skipToContent:focus {
    opacity: 1;
    background: #fff;
    border: 2px solid #004479;
    padding: 8px 10px;
    z-index: 999;
}
.awesomplete ul {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    top: 100%;
    display: block;
    padding: 0;
    list-style: none;
/*  border: 1px solid #ddd;*/
    z-index: 2;  
	border-top:0px;
	max-height: 299px;
    overflow: hidden;
    overflow-y: auto;

}
.awesomplete ul li {
    width: 100%;
    border-bottom: 1px solid #ddd;
	padding: 8px 11px;
    font-size: 14px;
	cursor:pointer;
}
.awesomplete ul li mark {
	padding:0;
	background:#fcf8e3
}
.awesomplete ul li:first-child{
	 border-top: 1px solid #ddd;
}
span.visually-hidden {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0; 
    color: #000;
    z-index: 3;
    padding: 10px 2rem;
    border: 1px solid #ddd;
	    background: #fff;
		display:none !important;
}


/* Tabs Css- 15-12-2020 */

.modular-packages-block .panel-body .panel-content {
    padding: 25px 15px;
    border: 0;
}
.modular-packages-block .panel-content h5.in_title {
    margin: 20px 0 15px;
}
.modular-packages-block .panel-content ul.sections {
    padding: 0;
}
.modular-packages-block .button.info {
    margin-bottom: 10px;
    padding-right: 3px;
}
.modular-packages-block .button:focus{
    background: #005495;
    color: #000000;
}
.modular-packages-block label {
    margin-bottom: 0;
    z-index: 1;
}
.modular-packages-block .customizer, .modular-packages-block form#package_form input#btn_submit {
    display: inline-block;
    background: #005495;
    color: #fff;
    font-size: 12px;
    padding: 12px 25px;
    font-family: 'Arial bold';
    text-transform: uppercase;
    box-shadow: none;
    outline: 0;
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    border: 1px solid #005495;
    margin-top: 20px;
}
.modular-packages-block .customizer:hover, .modular-packages-block form#package_form input#btn_submit:hover,
.modular-packages-block .customizer:focus, .modular-packages-block form#package_form input#btn_submit:focus
{
    color: #005495;
    background: #fff;
}
.modular-packages-block h4.panel-title a {
    padding-right: 130px;
}
.modular-packages-block .sub-panel-head {
    padding-left: 55px;
}
.modular-packages-block .sub-panel-head a {
    font-size: 16px;
    line-height: 21px;
    padding-top: 0;
    background: transparent;
    display: block; 
    font-weight: normal;
    font-family: "Arial Bold";
}
.modular-packages-block .sub-panel-head a strong {
    color: #005495;
}
.modular-packages-block .sub-panel-head span.select_pack {
    color: #000000;
}
.modular-packages-block .sub-panel-head .custom-checkbox-box {
    float: inherit;
    margin: 0;
    position: absolute;
    left: 10px;
    top: 12px;
}
.modular-packages-block {
    padding-bottom: 30px;
}
.modular-packages-block .panel-body .panel {
    border: 0;
    box-shadow: none;
}
.modular-packages-block form#package_form label {
    font-size: 14px;
    color: #404040;
    font-family: 'Arial Bold';
    display: block;
    margin-bottom: 8px;
    line-height: 16px;
    font-weight: normal;
}
.modular-packages-block form#package_form h6.req_mark {
    color: #ff0000;
    font-weight: normal;
    margin-bottom: 20px;
    font-style: italic;
}
.modular-packages-block h5.custom_op_sec {
    margin-bottom: 20px;
}
.modular-packages-block h5.op_title {
    margin: 20px 0 25px;
}
.modular-packages-block .sub-panel-head.open {
    background: #e8e8e8;
} 
.modular-packages-block .panel-body .panel-content p:focus,
.modular-packages-block .panel-body .panel-content ul:focus {
    border: 1px solid #f00000;
    outline: none;
}
.modular-packages-block .panel-body .panel-content .modal-content .modal-body ul, .modular-packages-block .panel-body .panel-content .modal-content .modal-body ol {
    margin: 0 0 0 18px;
    padding: 0;
}
.modular-packages-block .panel-body .panel-content .modal-content .modal-body li {
    list-style: disc;
    margin-left: 0;
    margin-bottom: 8px;
}
.modular-packages-block .panel-body .panel-content .modal-content .modal-body ol li{
    list-style: decimal;
}
.modular-packages-block div#section_36_modal_c .modal-content .modal-body ol li {
    list-style: lower-alpha;
}
.modular-packages-block .panel-body .panel-content .modal-content .modal-body li ul {
    margin: 10px 0 18px 18px;
}
.modular-packages-block .panel-body .panel-content .modal-content .modal-body li li {
    font-size: 12px;
    margin-bottom: 3px;
}
.modular-packages-block .modal-header .close {
    background: #f00000;
    text-shadow: none;
    opacity: 1 !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    color: #fff !important;
    margin-top: -25px;
    margin-right: -25px;
    display: inline-block;
    font-size: 20px;
}
.modular-packages-block .modal-header .close span {
    display: block;
    text-align: center;
    line-height: 25px;
}
.modular-packages-block .modal-header .modal-title {
    padding-right: 15px;
}
.modular-cta-block .disc li:before{
    border-radius: 0;
}
.modular-packages-block .sub-panel-head a:focus {
    color: #005495;
} 
.modular-cta-col a:focus{
    background: #fff;
    color: #005495;
} 
.cust_checkbox {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    display: inline-block;
    left: 0;
    top: 3px;
}
.cust_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
    margin: 0;
    height: 18px;
    width: 18px;
} 
.cust_checkbox .cust_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #005495;
} 
.cust_checkbox .cust_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cust_checkbox input:checked~.cust_checkmark:after {
    display: block;
}
.cust_checkbox input:checked~.cust_checkmark{
    background: #005495;
}
.cust_checkbox input[disabled]~.cust_checkmark{
    background: #aaaaaa;
    border-color: #aaaaaa;
} 
.cust_checkbox .cust_checkmark::after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page-template-page-product-detail .sidebar a:focus {
    color: #013156;
}
span.checkmark2.disable_product_checkbox {
    background: #ddd;
    cursor: default;
}
.noUi-origin.noUi-background {
    z-index: 9;
}
.noUi-origin.noUi-connect.noUi-stacking {
    z-index: 99;
}
button.slick-next:focus:before, button.slick-prev:focus:before{
	color:#ffffff;
	}
button.slick-next:focus, button.slick-prev:focus { 
    background: #005394 !important;
    color: #fff !important; 
}
.notifyjs-bootstrap-base{
	cursor:default;
}
.errormsg.invalidCphone {
    color: #a72a32;
    margin-top: 5px;
    font-size: 12px;
    font-family: 'Arial Regular';
    display: none;
}
.page-template-page-csa-store-box-template .sub-heading, .page-template-page-canadian-electrical-code-training-options .sub-heading{
	margin-bottom:15px;
}
.page-template-page-newsletter .form__check.radio__check {
    margin-top: 6px;
}
.page-template-page-product-detail .csa-store-brdcrumb-main {
    border-bottom: 1px solid #ddd;
}
.external-link:after{
	content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    line-height: 25px;
}
.nav-external-link a:after{
	content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
}
.welding-outer-block a {
    display: block;
}
.welding-outer-block a:focus .wl{
    background: #005495;
    color: #fff;
}
.welding-outer-block a:focus .wl h1, .welding-outer-block a:focus .wl p, .welding-outer-block a:focus .wl .w_price, .welding-outer-block a:focus .wl .label-block {
    color: #fff;
}

.csa-filter-detail .csa-fright span.quickview.quickv-active {
	font-family: 'Arial bold';
	font-weight: inherit;
}


/* accessibility css */

:focus, .dropdown-toggle:focus, a:focus, .search-bar input[type="text"]:focus, .search-bar input[type="submit"]:focus, .related_purchase_product:focus, div:focus, .sidebar button#request_quote_b:focus {
    outline: 5px auto #005495;
    outline-offset: 5px;  
} 
.footer-social a:focus{
	outline:none;
}
.footer-social a:focus li{
	outline: 5px auto #005495;
    outline-offset: 5px;
	background-color: white;
}
.footer-social a:focus li span {
    color: #094476;
}
.home-slide a.slider-registor-button:focus {
    color: #004479;
    border: 1px solid #fff;
    background: #fff;
	box-shadow: 1px 0px 4px 1px #ad6500;
} 
.page-template-page-home .csa_group_tab .tab-pane a:focus{ 
    outline: 0px auto #a72a32;  
}
.page-template-page-home .csa_group_tab .tab-pane a:focus>div {  
	box-shadow: 0px 0px 11px 0px #ad6500;
    border: 1px solid #fff;
}
.page-template-page-home .csa_group_tab .tab-pane a:hover h5, .page-template-page-home .csa_group_tab .tab-pane a:hover p, .page-template-page-home .csa_group_tab .tab-pane a:hover .pro-cat-head,
.page-template-page-home .csa_group_tab .tab-pane a:focus .pro-cat-head, .page-template-page-home .csa_group_tab .tab-pane a:focus h5, .page-template-page-home .csa_group_tab .tab-pane a:focus p{
	text-decoration:underline;
}

.page-template-page-templatespage-contact-php .csa-store-logcmn .csa-store-cntbox-cnt li a:hover, .page-template-page-templatespage-contact-php .csa-store-logcmn .csa-store-cntbox-cnt li a:focus{
	color: #015595;
    text-decoration: underline; 
} 
.sidebar .radio-item input[type="radio"]:focus~label{
	outline: 5px auto #005495;
}
.using-mouse .sidebar .radio-item input[type="radio"]:focus~label{
	outline: 0px;
}
.csa-sidebar-box input[type=checkbox]:focus~.checkmark2{
	    outline: 2px solid #005495;
    border-radius: 0px;
}
.using-mouse .csa-sidebar-box input[type=checkbox]:focus~.checkmark2{
	outline: 0px;
}
.using-mouse :focus, .using-mouse .dropdown-toggle:focus, .using-mouse a:focus, .using-mouse .search-bar input[type="text"]:focus, .using-mouse .search-bar input[type="submit"]:focus,  .using-mouse .related_purchase_product:focus, .using-mouse div:focus, .using-mouse .sidebar button#request_quote_b:focus{
	outline:0px;
}
.using-mouse .search-bar input[type="text"]:focus, .search-bar input[type="text"]:focus { 
    box-shadow: 1px 0px 4px 1px #ad6500;
}
.page-template-page-prevention-nd-control .joining-sec .join-content-area li{
	    outline-offset: -2px
}
.page-template-page-canada-sustainable-forest-management-standard .link-area a[target="_blank"]:after{
	content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    line-height: inherit; 
} 
.csa-sidebar-accordion-after:focus:after{
	outline: 2px solid #005495;
}
  
/* accessibility css */
 

/* responsive css begins here */

@media (min-width: 992px) and (max-width:1199px){
	.sobeys_container {
		width: 970px;
	}
	.csa_group_tab .tab-box-top{
		min-height: 90px;
	}
}
@media (min-width: 1200px) and (max-width:1299px){
	.sobeys_container {
		width: 1170px;
	}
}
@media (min-width: 1300px) and (max-width:1439px){
	.sobeys_container {
		width: 1240px;
	}
}
@media only screen and (min-width:1585px) {
    header .mid-header-menu ul li ul.mega-menu-sub {
        width: 100.53%;
    }
}

@media all and (max-width: 1500px) and (min-width: 1200px) {
    ul.footer-social li {
        width: 53px;
        margin-right: 5px;
    }
}

@media (max-width:1299px) {
    .newsltr a {
        width: 100%;
    }
    .newsltr {
        flex-wrap: wrap;
    }
    .newsltr h1,
    .social h1,
    ul.footer-social {
        display: block;
        min-height: 60px;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .social .text-block {
        display: inline-block;
    }
	header .mid-header-menu ul.mega-menu li.first-li .caret-menu:after { 
        top: 4px; 
	} 

	header .mid-header-menu ul.mega-menu li.open-li .caret-menu:after { 
		top: 4px; 
	}
	.search-bar{
		max-width:500px;
	}

}

@media (min-width:1200px) {
    .csa_group_tab .nav-tabs {
        display: flex;
    }
    .csa-page-tab .csa_group_tab .nav>li {
        white-space: nowrap;
        max-width: fit-content;
    }
}

@media only screen and (max-width:1200px) {
    header .top-header-menu ul {
        zoom: 92%;
    }
}
 
@media screen and (min-width:1440px) {
    .cookie_policy .sobeys_container {
        max-width: 1920px;
        width: 100%;
        padding: 0 8%;
    }
    .lgContainer .container {
        width: 100%;
        padding: 0 8%;
    }
    .bggrey .container {
        width: 1240px;
        padding: 0 15px;
    }
    header .container {
        max-width: 1920px;
        width: 100%;
        padding: 0 8%;
    }
    header .container .row {
        position: relative;
    }
    .home-slide .key-box .banner-heading {
        font-size: 1.8vw;
        line-height: normal;
    }
    .home-slide .key-box p {
        font-size: 0.8vw;
    }
    .home-slide a.slider-registor-button {
        font-size: 0.8vw;
        line-height: normal;
    }
    .home-slide .key-box {
        padding: 3rem 2vw;
    }
    .inner-banner .container {
        width: 100%;
        padding: 0 8%;
    }
    header .top-header-menu ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1300px) {
    .csa-page-tab .csa_group_tab .nav-tabs>li>a {
        padding: 17px 8px;
    }
    .desktop-main-menu { 
        width: 50%;
    }
}

@media (min-width:1201px) and (max-width:1300px) {
    header .top-header-menu ul li {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1199px) {
    ul.footer-social {
        display: block;
        width: 100%;
    }
    .csa-page-tab .csa_group_tab .nav-tabs {
        display: block;
        overflow: hidden;
        height: auto;
    }
    .csa-page-tab .csa_group_tab .nav-tabs li {
        display: block;
        overflow: hidden;
        width: 33.3%;
        border-right: 1px solid #fff;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
}

@media all and (max-width: 1259px) and (min-width: 1025px) {
    /* header .mid-header-menu ul.mega-menu li.first-li {
        padding: 10px 9px;
    } */
    header .mid-header-menu ul li ul.mega-menu-sub {
        margin-top: 25px;
    }
	header .mid-header-menu ul.mega-menu li.first-li a.open:after { 
		top: 116%;
	}
}

@media all and (max-width: 1279px) and (min-width: 1260px) {
    header .mid-header-menu ul li ul.mega-menu-sub { 
		margin-top: 25px;
	}
	header .mid-header-menu ul.mega-menu li.first-li a.open:after { 
		top: 111%;
	}
}
@media only screen and (min-width:1280px) and (max-width:1310px){
	header .mid-header-menu ul li ul.mega-menu-sub { 
		margin-top: 16px;
	}
}
@media all and (max-width: 1240px) and (min-width: 981px) {
    .sidebar .sidebar-ul-faq ul li:nth-child(2),
    .sidebar .sidebar-ul-faq ul li:nth-child(4) {
        width: auto;
    }
    .sidebar .sidebar-ul-faq ul li {
        width: 48%;
        float: left;
    }
    .sidebar .sidebar-ul-faq ul li:last-child {
        text-align: left;
    }
}

@media all and (max-width: 1100px) and (min-width: 768px) {
    .home-slide .key-box .banner-heading {
        font-size: 20px;
        line-height: 27px;
    }
    .csa-on-demand-login .csa-store-logcmn {
        padding: 30px 15px 8px;
    }
    .inner-banner h1 {
        font-size: 32px;
    }
    body.page-template-page-prevention-nd-control.page-template-page-templatespage-prevention-nd-control-php .inner-banner h1 {
        font-size: 30px !important;
        line-height: 31px !important;
        padding-left: 31px !important;
    }
    .page-template-page-modular-training .inner-banner h1 {
        font-size: 28px;
        line-height: 36px;
    }
	
}

@media only screen and (max-width: 1024px) {
    .banner-content-area {
        padding: 3rem 3rem;
    }
    header .right-header a.header-right-link.wishlist-header {
        float: left;
    } 
	.joining-sec .container>div {
		padding: 4rem 15px;
	}
	span.logged-in-name { 
		justify-content: center; 
		width: 100%;
		margin-bottom: 0px;
		padding-bottom: 0px;
		position:relative;
		left:0;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .no-img-pro-card a {
        padding: 10px 10px;
        line-height: 24px;
    }
    .page-template-page-cng-certification .propane-pro-sec .single-border-pro-card .img-area {
        max-height: 130px;
    }
    .climate-img-box h1 {
        min-height: 80px
    }
    .bg-green {
        margin-bottom: 20px;
    }
    .slick-slider button.slick-arrow {
        display: none !important;
    }
    .page-template-page-home .blog-content {
        height: 65%;
    }
    .home-blog-section {
        background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 135px, rgba(255, 255, 255, 1) 135px, rgba(255, 255, 255, 1) 100%);
    }
	.home-blog-section.section-subscribe-block h1 { 
		font-size: 30px;
	}
	
}

@media all and (max-width: 992px) and (min-width: 768px) {
    header .mid-header-menu ul li ul.mega-menu-sub {
        /* margin-top: 10px; */
        margin-top: -4px;
        padding: 24px 36px;
    }
    header .mid-header-menu ul li ul.mega-menu-sub li h2 {
        font-size: 11px;
        line-height: 9px;
    }
    header .mid-header-menu ul li ul.mega-menu-sub li.widget_nav_menu ul li a {
        line-height: 22px;
    }
    header .mid-header-menu ul li .sub-menu-custom,
    .accessible-megamenu .sub-menu-custom {
        left: 0;
        right: 0;
        width: 100%;
    }
    .container,
    .sobeys_container {
        width: 99%;
    }
    .logo img {
        max-width: 130px;
    }
    header .mid-header-menu ul li ul.mega-menu-sub {
        width: 96.4%;
        left: 14px;
		margin-top:8px;
    }
    .faq-tab-box {
        padding: 0.9rem 1rem;
    }
    .right-header .proceed-process a,
    .right-header .btn-group a,
    .right-header .header-right-link.cart-header,
    .right-header .header-right-link.wishlist-header,
    .login-register-section-csa a,
    .login-register-section-csa .userlogout-csa {
        font-size: 12px;
        font-family: Arial Regular;
    }
    .right-header .header-right-link.cart-header {
        float: right;
    }
    header .right-header .btn-group>a {
        padding-bottom: 2px;
        display: block;
        overflow: hidden;
    }
	
	.csa-store-logcmn .errormsg-input:after { 
		top: 13px; 
	}
    
    .sub-panel-head a {
        font-size: 14px;
        line-height: 20px;
    }
    .modular-packages-block h4.panel-title a { 
        font-size: 18px;
    }
    .modular-cta-block .taget-aud-col {
        margin-top: 30px;
    }
    
}

@media only screen and (max-width: 980px) {
    .climate-sec .col-md-3 {
        margin-bottom: 15px;
    }
    .csa-page-tab .csa_group_tab .nav-tabs li {
        font-size: 12px;
    }
    .csa-sidebar-box h1 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .csa-sidebar-accordion.active h5 {
        margin-bottom: 10px;
    }
    .csa-sidebar-accordion:after {
        top: -5px;
    }
    .csa-product-list-sidebar .csa-product-list-sidebar-box ul li a {
        padding: 15px 10px;
    }
    .tabel-sec table thead th,
    .tabel-sec table tbody td {
        padding: 12px 16px;
    }
    .csa-standard-content {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 980px) and (min-width: 768px) {
    .pro-card a svg {
        top: 0 !important
    }
    .pro-card a svg {
        top: -4px;
    }
    header .mid-header-menu ul.mega-menu li.first-li {
        margin-top: 7px;
    }
    .footer-copyright .menu li {
        margin-right: 14px;
    }
    header .top-header-menu ul li {
        padding: 0 4px;
    }
    .home-slide .key-box {
        padding: 15px 0;
    }
    keyimg img {
        max-width: 34px;
    }
    .home-slide .key-box p {
        font-size: 13px;
        margin-top: 12px;
    }
    .home-slide .key-box .banner-heading {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 12px;
    }
    .home-slide a.slider-registor-button {
        font-size: 12px;
        padding: 10px 19px;
        font-family: Arial Regular;
        margin-top: 0px;
        line-height: 12px;
    } 
    
    .sidebar-qua {
        width: 100%; 
    }
    .sidebar-quantity input { 
        width: 33.3%;
        border-left: 1px solid #dddddd !important; 
        border-top:0px;
    }
    .sidebar-quantity .minus,
    .sidebar-quantity .plus {
        width: 33.3%;
        border-top:0px;
    }
    .custom-program-inside .col-sm-6 {
        width: 100%;
        display: block;
        overflow: hidden;
    }
    .custom-program-inside .col-sm-6 {
        width: 100%;
        display: block;
        overflow: hidden;
    }
    .custom-program-image img {
        width: 100%;
    }
    .registries-content .middle {
        padding: 15px 15px;
    }
    .custom-program-inside .custom-program-content {
        padding-top: 15px;
    }
    ul.product-publish-list label {
        padding: 6px 10px 6px 27px;
    }
    .csa-sidebar-box-spacing {
        padding: 10px;
    }
	.wishButtons .btn-default, .wishButtons .btn-default:hover, .wishButtons .btn-default:focus{
		font-size:12px;
	}
}

@media only screen and (max-width:991px) {
    .sub-two-col .row,
    .paymentOptionSec .row {
        display: flex;
        flex-wrap: wrap;
    }
    .csa-fright,
    .csa-fleft {
        width: 100%;
    }
	
	.csa-home-standard-release ul.slick-dots{
	bottom: -5px;
	}
}

@media only screen and (min-width: 768px) {
    /*--------- Nitish 09sep2020----------*/
    .uniquely_canadian_section .container .bg-grey {
        padding: 5rem 2rem;
    }
    .joining-sec.contact-sec .col-sm-6:first-child {
        border-right: 1px solid #ddd;
    }
    /*--------- Nitish 09sep2020 End----------*/
    .registries-content .col-sm-12 .col-sm-6:last-child {
        float: left;
    }
    .registries-content .col-sm-12 .col-sm-6:first-child {
        float: right;
    }
    .service-section-page-heading {
        height: 280px;
        float: left;
    }
    .service-section-page-img {
        height: 280px;
        position: relative;
        float: right;
    }
    .eheight.service-section-page-img img {
        position: absolute;
        top: 0;
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .fright.image-right {
        float: right;
    }
    .equal-hight.fleft {
        float: left;
    }
    /* .standard-development .col-sm-3 {
        border-right: 1px solid #0072cb;
    } */
    .standard-development .col-sm-3:before {
        content: "";
        width: 1px;
        background-color: #0072cb;
        left: 0;
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
    }
    .standard-development .services-key-box p {
        margin-top: -11px;
    }
    .standard-development .col-sm-3:first-child:before {
        content: none;
    }
    .custom-program-image {
        display: block;
        overflow: hidden;
    }
    .custom-program-content p:first-child,
    .custom-program-content p:last-child {
        display: none;
    }
    /*------popup css----*/
    .csa-product-list-sidebar #myModal {
        display: block !important;
        position: inherit;
        opacity: 1;
    }
    .csa-product-list-sidebar .modal-dialog {
        width: auto;
        margin: 0;
        transform: none !important;
    }
    .csa-product-list-sidebar .modal-content {
        box-shadow: none;
        border: none;
        position: inherit;
    }
    .csa-product-list-sidebar .modal-body {
        padding: 0;
    }
    .csa-product-list-sidebar .modal-body {
        padding: 0;
    }
    .csa-product-list-sidebar button.btn.btn-demo,
    .csa-product-list-sidebar button.close {
        display: none;
    }
    .my-acc-sec .sticky-side-bar {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        padding-top: 2rem;
    }
    .my-acc-sec .tab-content-area {
        margin-top: 2rem;
    }
    .home-blog-section .csa-home-blog-slide {
        max-width: 1240px;
        margin: 0 auto;
    }
    .home-slide {
        display: flex !important;
    }
    .home-slide .key-box {
        align-self: center;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .solution-meet .row {
        display: flex;
        flex-wrap: wrap;
    }
	
	.csa-on-demand {
		max-width: 90%;
	}
}

@media (max-width:992px) {
    .hl-side-img {
        background-size: cover;
        background-clip: border-box;
    }
    .hl-content-area {
        padding: 3rem 0 3rem 0rem;
    }
    .bp-page .bp-list-contant-list .bp-extra-info {
        display: block;
    }
    .bp-page .bp-list-contant-list .bp-extra-info .list-price {
        margin-right: 0;
        margin-top: 10px;
    }
    .bp-page .bp-list-contant-list .bp-extra-info .content-block-btn {
        display: block;
        overflow: hidden;
    } 
	.page-template-page-codesstandards .single-border-pro-card .details-area p{
		margin-bottom: 0px
	}
	.page-template-page-healthndcare .propane-pro-sec .col-md-4 {
		width: 50%;
	}
}

@media only screen and (min-width: 993px){ 
	.inner-banner .row {
		margin-right: -16px;
	}
}

@media only screen and (max-width: 767px) {
    .home-blog-section .csa-home-blog-slide {
        display: block;
    }
    .tab-box-middle p {
        min-height: 0;
		padding-top: 0px;
    }
    .bp-page .top-menu ul.nav-list li button {
        font-size: 14px;
        padding: 10px;
    }
    .bp-page .top-menu ul.nav-list {
        margin-bottom: 0;
    }
    .bp_top_tabs_outer nav.top-nav.clearfix {
        padding: 0;
    }
    footer .menu li {
        text-align: center;
    }
    footer .menu {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }
    .standard-development {
        flex-wrap: wrap;
    }
    .standard-development .col-sm-3 {
        width: 100%;
    }
    .top-selling-training {
        padding-bottom: 30px;
    }
    .csa-home-standard-release.slick-dotted.slick-slider {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .inner-banner .side-img {
        padding: 0;
    }
    /* .container { */
    /* padding-right: 25px; */
    /* padding-left: 25px; */
    /* } */
    .search-bar {
        padding: 10px 0;
    }
    .social h1 {
        margin: 0 0 20px;
        display: block;
        overflow: hidden;
        text-align: center;
        width: 100%;
    }
    ul.footer-social {
        text-align: center;
    }
    .newsltr a {
        width: 100%;
        max-width: 330px;
        float: none;
        margin: 0 auto;
    }
    .social .text-block {
        display: inline;
    }
    footer .row.padding60 {
        padding: 60px 0 20px;
    }
    footer .footer-copyright li a {
        padding-bottom: 0;
        font-size: 14px;
        text-transform: none;
    }
    .footer-copyright {
        padding: 20px 0 25px;
    }
    .footer-copyright .menu li {
        display: inline-block;
        margin-bottom: 10px;
        margin: 0;
        padding: 0 6px;
    }
    .lgContainer.bggrey {
        background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 232px, rgba(255, 255, 255, 1) 232px, rgba(255, 255, 255, 1) 100%);
    }
    .home-csa-group-section {
        margin-top: 10px;
    }
    .standard-release-heading {
        margin-bottom: 15px;
    }
    .panel-custom-group .mega-menu-sub .menu {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .container .slick-slider button.slick-prev {
        right: auto;
        left: 15px;
    }
    .slick-slider button.slick-arrow {
        display: none !important;
    }
    .csa-home-blog-slide.slick-dotted.slick-slider .col-sm-4,
    .csa-home-standard-release.slick-dotted.slick-slider .col-sm-3,
    .slick-dotted.slick-slider .col-sm-3 {
        padding-right: 5px;
    }
    .csa-home-blog-slide.slick-dotted.slick-slider .slick-list.draggable,
    .csa-home-standard-release.slick-dotted.slick-slider .slick-list.draggable,
    .slick-dotted.slick-slider .slick-list.draggable {
        padding-right: 10%;
    }
    .page-template-page-home .home-slide {
        position: relative;
        display: flex !important;
        flex-wrap: wrap-reverse;
    }
    .page-template-page-home .home-slider-banner .container,
    .search-block .container,
    .inner-banner .container {
        width: 100%;
        padding: 0;
    }
    .page-template-page-home .home-slider-banner .container .slick-track,
    .home-slider-banner .container .slick-track .slick-slide {
        width: 100% !important;
    }
    .cta-count .count-blck {
        margin: 30px 0;
    }
    .about-us .cta-count .BulletinsHeading {
        margin-bottom: 20px;
    }
    .bp-page .bp-list-contant-list .content-block-subtitle-btn {
        display: block;
    }
    .bp-page .bp-list-contant-list .content-block-subtitle {
        margin: 10px 0;
    }
    .bp-page .bp-list-contant-list .bp-extra-info .content-block-btn a {
        float: left;
        margin-: 10px;
    }
    .container.subscription-page.about-us {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .cookie_policy .col_right .cookie_policy_btn {
        margin-top: -30px;
    }
    /*******************************
	* MODAL AS LEFT/RIGHT SIDEBAR
	* Add "left" or "right" in modal parent div, after class="modal".
	* Get free snippets on bootpen.com
	*******************************/
    .csa-product-list-sidebar button.close {
		opacity: 1;
		width: 50px;
		height: 50px;
		z-index: 999;
		position: absolute;
		right: -2px;
		top: -5px;
		color: #005495;
		font-size: 27px;
		text-shadow: none;
		font-weight: inherit;
	}
    .csa-product-list-sidebar .modal.left .modal-dialog {
        position: fixed;
        margin: auto;
        width: 370px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
    .csa-product-list-sidebar .modal.left .modal-content {
        height: 100%;
        overflow-y: auto;
        box-shadow: none;
    }
    .csa-product-list-sidebar .modal.left .modal-body {
        padding: 0px;
    }
    /*Left*/
    .csa-product-list-sidebar .modal.left.fade .modal-dialog {
        left: -320px;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
        -o-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }
    .csa-product-list-sidebar .modal.left.fade.in .modal-dialog {
        left: 0;
    }
    /* ----- MODAL STYLE ----- */
    .csa-product-list-sidebar .modal-content {
        border-radius: 0;
        border: none;
    }
    .csa-product-list-sidebar .modal-header {
        border-bottom-color: #EEEEEE;
        background-color: #FAFAFA;
    }
    .csa-product-list-sidebar .nav {
        border: none;
    }
    .page-template-page-healthndcare .pro-card .img-area {
        height: 220px;
    }
    /* ----- Popup Style End ----- */
    .custom-program-inside .equal-hight {
        padding: 0;
    }
    .custom-program-heading h1 {
        margin-bottom: 30px;
    }
    .service-banner-box {
        height: 220px;
    }
    .custom-programimg img {
        width: 100%;
        height: auto;
    }
    .footer-copyright .menu {
        margin-bottom: 30px;
        text-align: center;
    }
    footer .pad50 {
        padding: 20px 0 0;
    }
    .footer-copyright .text-right {
        text-align: center;
        padding-bottom: 40px;
    }
    .newsltr h1 {
        display: block;
        overflow: hidden;
        width: 100%;
        text-align: center;
        padding-top: 45px;
    }
    .home-slide .key-box .banner-heading {
        font-size: 20px;
        line-height: 30px;
    }
    .home-slide .key-box {
        padding: 30px 10px;
    }
    .csa_group_tab .nav-tabs {
        height: auto;
        background: none;
    }
    .csa_group_tab li a {
        padding: 15px 10px;
    }
    .sec-main-heading{
        font-size: 24px;
    }
    .csa_group_tab {
        margin-top: 30px;
    }
    .csa_group_tab .nav-tabs>li {
        display: block;
        overflow: hidden;
        width: 50%;
        background-color: #e8eff1;
        text-align: center;
    }
    .solution-meet .box {
        color: white;
        margin-bottom: 40px;
    }
    .solution-meet.bg {
        padding: 60px 0 20px;
    }
    .solution-meet h2 {
        color: white;
        padding: 0 0 60px;
        font-size: 24px;
        max-width: 280px;
        margin: 0 auto;
    }
    .solution-meet .box .meet-card-head {
        padding: 10px 0;
        margin-bottom: 0;
    }
    .meet-content p {
        font-size: 16px;
        max-width: 340px;
        margin: 0 auto 20px;
    }
    .standard-release-heading h2 {
        font-size: 24px;
    }
    .standard-release {
        padding: 20px 0 50px;
    }
    .top-selling-training {
        padding: 25px 0 9px;
    }
    .top-selling-heading h2 {
        font-size: 24px;
    }
    .csa-home-blog-slide .slick-next.slick-arrow {
        right: 25px;
    }
    .collections-product-sections .csa-top-selling.slider {
        padding-bottom: 0;
    }
    .page-template-page-home .slick-list .slick-slide .col-sm-3 {
        padding-left: 15px;
    }
    .csa-top-selling.slider {
        position: relative;
        padding-bottom: 65px;
        margin-bottom: 0 !important;
    }
    .home-blog-section {
        padding: 10px 0 0 5px;
        background: none;
        padding-top: 60px;
    }
    .csa_group_tab .tab-pane>div {
        margin-bottom: 10px;
    }
    .mtop32 {
        margin-bottom: 50px;
    }
    .page-template-page-home .tab-content.mtop32 {
        margin-bottom: 30px;
        padding: 0 5px;
    }
    .csa-page-tab .csa_group_tab .nav-tabs>li {
        display: block;
        overflow: hidden;
        float: left;
        width: 50%;
        text-align: center;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        font-size: 14px;
    }
    .csa-page-title h2 {
        margin: 10px 0;
        font-size: 24px;
    }
    .csa-page-title-sub h3 {
        font-size: 18px;
    }
    .csa-page-title-list ul li {
        font-size: 12px;
    }
    .csa-product-title h3 {
        font-size: 18px;
    }
    .sidebar {
        padding: 0 0 32px 0;
    }
    .standard-development {
        padding: 20px 15px 30px;
        margin: 0 0 30px;
    }
    .standard-development .col-sm-3 {
        border-bottom: 1px solid #0072cb;
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .standard-development .col-sm-3:last-child {
        margin-bottom: 0;
    }
    .custom-program-heading h1,
    .standard-development h1,
    .registries-content h1 {
        font-size: 24px;
    }
    .registries-content h1 {
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .registries-content .middle {
        padding: 15px 15px 20px;
    }
    .service-page .form__group-control {
        position: relative;
        width: 100%;
    }
    .csa-ser-form {
        padding: 15px 0;
    }
    .csa-ser-form .form__section .form__grid--2>.form__group {
        width: 100%;
        margin-bottom: 20px;
    }
    .csa-ser-form .form__section .form__grid--2>.form__group:last-child {
        margin-bottom: 0px;
    }
    .service-banner-box h1 {
        font-size: 30px;
    }
    .bg-dblue.standard-development {
        padding: 50px 0 20px;
    }
    ul.product-publish-list li {
        display: inline-block;
        padding-right: 10px;
    }
    .csa-product-list-spacing .btn {
        font-size: 18px;
        color: #333333;
        width: 100%;
        margin-bottom: 40px;
        border: 1px solid #dddddd;
        border-radius: 0;
        padding: 16px 0;
        background: #f4f4f4;
    }
    .product-list h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .csa-product-list-sidebar button i {
        color: #046d97;
        transform: rotate(90deg);
        margin-right: 10px;
        font-weight: bold;
    }
    .csa-on-demand-login .csa-store-logcmn {
        padding: 30px 15px 8px;
        margin: 0 0 50px;
    }
    .csa_reader_app .custom-program-inside .equal-hight {
        /* border: 1px solid #ccc;*/
        padding: 20px;
    }
    .csa_reader_app .custom-program-inside .equal-hight:first-child {
        border-bottom: 1px solid #ccc;
    }
    .csa_reader_app .fright.image-right,
    .csa_reader_app .fright.image-left {
        border: none;
    }
    section .module-block,
    section .data-content {
        padding: 20px;
    }
    section .module-block h2 {
        line-height: 36px;
    }
    .container .course-title {
        font-size: 30px;
    }
    .banner-content-area {
        padding: 3rem 0 3rem;
    }
    .inner-banner h1 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 20px;
    }
    .joining-sec h1 {
        font-size: 24px;
    }
    .noth-info-sec .col-md-6 {
        margin-bottom: 20px;
    }
    .climate-sec .col-md-3 {
        margin-bottom: 15px;
    }
    .joining-sec.contact-sec .col-sm-6:first-child {
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .tabel-sec table thead th,
    .tabel-sec table tbody td {
        padding: 12px 8px;
        font-size: 12px;
    }
    .tabel-sec table tbody tr td:first-child {
        border-left: 0;
    }
    .tabel-sec table thead th {
        border: none;
    }
    .related-ser-health {
        padding: 0rem 0px 3rem;
    }
    section.pro-sec.propane-pro-sec {
        padding: 0 0;
    }
    .training-cta-content p {
        padding: 0 25px;
    }
    section.pro-sec.related-pro.iconblock .link-area a {
        padding: 9px 12px !important;
    }
    .training-cta {
        margin-bottom: 6rem;
    }
    .pro-sec.related-pro .no-img-pro-card a {
        padding: 9px 14px;
        line-height: 25px;
    }
    section.pro-sec.natural-gas .pro-card .link-area {
        position: relative;
    }
    /*---------- nitish 11sep2020 end--------*/
    .csa_product_primary_details {
        flex-wrap: wrap-reverse;
    }
    .csa_publish_info {
        flex-wrap: wrap;
        display: flex;
    }
    .bp-page .top-menu ul.nav-list li:nth-child(even) {
        border-right: 0px;
    }
    .csa_detail_head h3,
    .csa_page_subDesc {
        font-size: 18px;
        line-height: 24px;
    }
    .csa_product_name h2 {
        font-size: 24px;
    }
    .page-template-default .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .page-template-default .lgContainer .top-search-bar {
        margin-left: -15px;
        margin-right: -15px;
    }
    .col-sm-8.content-height.banner-side-img img {
        display: block;
    }
    .newsltr h1,
    .social h1 {
        margin-bottom: 2rem;
        min-height: 20px;
    }
    .permission-procedure.center {
        padding: 30px 15px;
    }
    .csa-on-demand h2 {
        font-size: 24px;
    }
    .form__grid {
        margin-bottom: 0px;
    }
	.page-template-page-services .form__grid {
		margin-bottom: 20px;
	}
    .right-header>div {
        margin: 0;
    }
    .page-template-page-home .slick-prev,
    .page-template-page-home .slick-next,
    .page-template-page-collections .slick-prev,
    .page-template-page-collections .slick-next {
        display: none !important;
    }
    .page-template-page-home .tab-box-middle  .pro-cat-sub-head {
        min-height: auto;
    }
    .sub-heading {
        font-size: 14px;
    }
    section.pro-sec.propane-pro-sec .col-sm-6 {
        width: 100%;
    }
    .cookie_policy .col_right {
        width: auto !important;
	}
	.csa-store-logcmn .csa-store-login-heading {
		margin-bottom: 0px;
	}
	.page-template-page-red-seal-trade--related-products .col-md-4.col-sm-4 {
		width: 100%;
	}
	.table-responsive { 
		border: 0px solid #ddd;
	}
    .page-template-page-natural-gas .single-border-pro-card .card-content-area {
		padding-bottom: 0;
	}
	header .top-header-menu ul li a:hover, header .top-header-menu ul li a:focus {
		color: #FFB54D;
		text-decoration:underline;
	}
	.page-template-page-northen-infrastucture .contact-sec .joining-content-area.contact-sec-content .col-sm-6{
		width:100%;
	}
	.page-template-page-oil-gasline-industry .welding-indutry .information {
		padding: 1rem 0 3rem;
	}
	.review-sec h1 {
		font-size: 24px;
		line-height:30px;
	}
	.page-template-page-oil-gasline-industry .container.subscription-page.welding-indutry {
		padding-bottom: 5rem;
	} 
	.page-template-page-healthndcare .propane-pro-sec .col-md-4 {
		width: 100%;
	}
	.page-template-page-healthndcare .pro-card .img-area {
		height: auto;
		max-height: inherit;
	}
	.page-template-page-healthndcare .single-border-pro-card .card-content-area { 
		height: auto;
	}
	.load_more_by_cate {
		text-align: center;
	}
	.csa-product-list-sidebar-box { 
		padding: 10px;
		padding-top: 4rem;
	}
	.csa-product-list-sidebar .nav { 
		width: 100%;
	}
	form.ihidd_vals span.fa.fa-shopping-cart.fa-lg {
		padding-right: 3px;
		padding-top: 1px;
		line-height: 8px;
		background: none;
		border: none;
		font-size: 39px;
		color: #005395;
		width: 48px;
		padding-top: 0px;
		position: relative;
		display: inline-block;
	}
	.csa-store-prductlist-hero .csa-store-himage {
		width: 85px;
	}
	.csa-sidebar-box .product-list-sidebar li {
		height: auto !important;
	}
	.csa-filter-detail .csa-fright span.quickview.quickv-active {
		font-family: inherit;
		font-weight: bold;
	}
	.load_more_by_cate a:hover, .product-list-loadmore a:hover {
		background: #005495;
		color: #fff;
	}
	.product-list-loadmore {
		text-align: center;
	}
	.load_more_by_cate a:focus, .product-list-loadmore a:focus{
		color: #fff;
	}
	span.cart-icon {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		margin-top: 5px;
	}
	.ihidd_vals  span.cart-icon{
		margin-top: -3px;
	}
	.cart-icon img {
		width: 42px;
	}
    
    .modular-packages-block .button.info label {
        font-size: 14px;
        line-height: 1.4;
    }
    .modular-packages-block .sub-panel-head {
        padding-left: 48px;
    }
    .modular-packages-block .sub-panel-head a {
        font-size: 13px;
        line-height: 18px;
    }
    .modular-packages-block .panel-default>.panel-heading a:before{
        font-size: 10px;
        margin-top: -10px;
    }
    .modular-packages-block h4.panel-title a {
        padding-right: 95px;
        font-size: 17px;
        line-height: 22px;
    } 
    .modular-packages-block .sub-panel-head a:before {
        right: 0;
    }
    .modular-packages-block .panel-group .panel {
        margin-bottom: 10px;
    }
    .modular-packages-block .button.info { 
        margin-left: 30px;
    } 
    .modular-cta-block .taget-aud-col {
        margin-top: 30px;
    }
    .modular-cta-block .taget-aud-col h2 {
        font-size: 24px;
    }
    .modular-training-block h1 {
        font-size: 24px;
        line-height: 25px;
    }
    .modular-packages-block .module-request-quote-block {
        padding: 15px 0;
    }
    .modular-packages-block .panel-body .panel-content {
        padding: 20px 0;
    }
    .modular-cta-block, .modular-training-block {
        padding-bottom: 35px;
    }
    .search-bar .search-input-sec { 
        vertical-align: middle;
    }
    .user-beneifts h2, .sub-two-col h2, .subheadingPurchase h2 {
		font-weight: inherit;
		font-size: 24px;
	}
}


/* End of 767 media query */

@media (max-width:650px) {
    .prev-nd-control-content .joining-sec .join-content-area ul {
        column-count: 1;
    }
    .csa-sidebar-box.pleft20 .panel {
        padding-left: 0px;
    }
    span.sub_availabel {
        padding: 0px 0 0 18px;
        border-left: 0px solid #ddd;
        background-position: 0px;
    }
    .product-related-tags span {
        margin-left: 20px;
    }
	
	.textwicon h1:nth-child(2) { 
		align-items: flex-start;
	}
	.lgContainer .csa-store-prductlist-hero-inner .d-flex{
		flex-wrap:wrap;
	}
	.csa-store-prductlist-hero-inner h1 {
		font-size: 24px;
	}
}

@media (max-width:626px) {
    .banner-image-area {
        min-height: 185px;
    }
    .home-slide .content-height {
        min-height: 1px !important;
    }
}

@media only screen and (max-width: 500px) {
    ul.product-publish li {
        padding-right: 30px;
    }
    .bp-page .top-menu ul.nav-list li button {
        font-size: 13px;
        padding: 10px 6px;
    }
    .bp-page .top-menu ul.nav-list li {
        padding: 0px 0;
    }
    .bp-page .top-menu ul.nav-list li:nth-child(1),
    .bp-page .top-menu ul.nav-list li:nth-child(2) {
        border-bottom: 1px solid #ddd;
        min-height: 67px;
    }
    .bp-page .top-menu ul.nav-list li:nth-child(1) button {
        border: none;
    }
    .bp-page .top-menu ul.nav-list li:nth-child(1) {
        border-right: 1px solid #ddd;
    }
    /*---------- nitish 7sep2020--------*/
    .csa_reader_app .csa_reader-content a {
        width: 100%;
    }
    /*---------- nitish 7sep2020 end--------*/
    .search-bar .search-dropdown select {
        font-size: 13px;
        padding: 0 25px 0 8px;
    }
    .search-bar .search-input-sec input {
        font-size: 13px;
    }
    .search-bar .search-dropdown:before {  
        font-size: 19px; 
    }
    .search-bar .awesomplete ul li {
        font-size: 13px;
    }
}

@media all and (max-width: 767px) and (min-width: 401px) {
    .csa-home-blog-slide.slick-dotted.slick-slider .slick-list.draggable,
    .csa-home-standard-release.slick-dotted.slick-slider .slick-list.draggable,
    .slick-dotted.slick-slider .slick-list.draggable {
        padding-right: 35%;
    }
}

@media only screen and (max-width: 400px) {
    .csa-home-blog-slide.slick-dotted.slick-slider .slick-list.draggable,
    .csa-home-standard-release.slick-dotted.slick-slider .slick-list.draggable,
    .slick-dotted.slick-slider .slick-list.draggable {
        padding-right: 25%;
    }
    /*---------- nitish 11sep2020 --------*/
    section .module-block a {
        width: 100%;
        padding: 0;
    }
    /*---------- nitish 11sep2020 end--------*/
    ul.product-publish li {
        font-size: 11px;
    }
    .footer-copyright .menu li {
        display: inline-block;
        margin-bottom: 10px;
    }
    .csa-page-tab .csa_group_tab .nav-tabs>li {
        font-size: 11px;
    }
    .service-banner-box {
        height: 160px;
    }
    .custom-program-heading h1,
    .standard-development h1,
    .registries-content h1 {
        font-size: 19px;
    }
    .modal.left .modal-dialog {
        width: 320px;
    }
    .csa-product-list-sidebar .modal.left .modal-dialog {
        width: 320px;
    }
    .top-selling-heading h2,
    .sec-main-heading,
    .standard-release-heading h2,
    .solution-meet h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .cart-bottom {
        zoom: 90%;
    }
	.csa-store-logcmn .custsucss-boxlist li:before{
		top:5px;
	}
	.home-blog-section.section-subscribe-block h1 { 
		max-width: 75%; 
	}
}

@media only screen and (max-width: 413px) {
    
.search-bar .search-dropdown select {
    font-size: 11px;
    padding: 0px 22px 0px 16px;
}
.search-bar .search-dropdown:before { 
    right: 7px; 
    font-size: 19px; 
}
.search-bar .awesomplete ul li {
    font-size: 11px;
}
.search-bar .search-input-sec input {
    font-size: 11px;
    padding-right: 0;
    padding-left: 10px;
}
.search-bar .search-input-sec{
    padding-right: 30px;
}
}

@media only screen and (max-width: 374px) {
    
.modular-packages-block h4.panel-title a {
    padding-right: 95px;
    font-size: 14px;
    line-height: 18px;
}
.modular-packages-block .panel-default>.panel-heading a:before {
    font-size: 10px;
    margin-top: 0;
    top: 22px;
    right: 8px;
} 
    
}

@media only screen and (max-width: 350px) {
    .top-selling-heading h2,
    .sec-main-heading,
    .standard-release-heading h2 {
        font-size: 19px;
    }
    ul.footer-social li {
        padding: 12px 10px;
        width: 52px;
    }
    .bp-page .top-menu ul.nav-list li:nth-child(1),
    .bp-page .top-menu ul.nav-list li:nth-child(2) {
        min-height: 50px;
    }
    .bp-page .top-menu ul.nav-list li button {
        font-size: 11px;
        padding: 10px 20px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 320px) {
    .sidebar-ul-faq li a {
        font-size: 12px;
    }
    .csa-on-demand-login .csa-store-logcmn .forget-pas-link a {
        font-size: 10px;
    }
}

@media (max-width:540px) { 
    .radio-info-box {
        left: -60px;
        top: 24px;
        min-width: 275px;
    }
    .radio-info-box:after {
        left: 22.4%;
        top: -16px;
        border-left: 6px solid transparent;
        border-bottom: 10px solid #ffffff;
        border-right: 6px solid transparent;
    }
    .radio-info-box:before {
        left: 22%;
        top: -19px;
        border-left: 7px solid transparent;
        border-bottom: 12px solid #ddd;
        border-right: 7px solid transparent;
    }
    .solution-meet.bg {
        background-image: url('/wp-content/uploads/2020/11/mobi-bg-1.jpg') !important;
    }
} 


@media (min-width:768px) and (max-width:1024px) {
    .radio-info-box {
        left: -80px;
        top: 24px;
        min-width: 230px;
    }
    .radio-info-box:after {
        left: 34.4%;
        top: -14px;
        border-left: 6px solid transparent;
        border-bottom: 10px solid #ffffff;
        border-right: 6px solid transparent;
    }
    .radio-info-box:before {
        left: 34%;
        top: -18px;
        border-left: 7px solid transparent;
        border-bottom: 12px solid #ddd;
        border-right: 7px solid transparent;
    }
    .services-keyimg {
        height: 45px;
    }
    .services-keyimg img {
        height: 34px;
    }
    .standard-development .ser-count {
        font-size: 15px;
    }
    .services-key-box .ser-count-for {
        font-size: 12px;
    }
    /*.standard-development .col-sm-3:before {
        height: 111px
    }*/
    .csa-store-prductlist-hero-inner h1{
        font-size:30px;
        margin-top:5px;
    }
}

@media all and (max-width: 1299px) and (min-width: 768px) {
	
	.sidebar-ul-faq ul { 
		flex-wrap: wrap;
		justify-content: center;
	}
	.sidebar-ul-faq ul li{
		min-width: 45%;
		width: auto;
		float: none;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.sidebar-ul-faq ul li:nth-child(2){
		border-right:0px;
	}
}
@media all and (max-width: 399px) {
	
	.sidebar-ul-faq ul { 
		flex-wrap: wrap;
		justify-content: center;
	}
	.sidebar-ul-faq ul li{
		min-width: 50%;
    width: auto;
		float: none; 
		padding:0;
		margin-bottom: 20px; 
	}
	.sidebar-ul-faq ul li:nth-child(2){
		border-right:0px;
	}
}
@media all and (max-width: 1200px) and (min-width: 768px) {
    .social .text-block {
        display: inline-block;
    }
}

@media (min-width:1025px) and (max-width:1260px) {
    .radio-info-box {
        min-width: 275px;
    }
    .services-keyimg {
        height: 45px;
    }
    .services-keyimg img {
        height: 34px;
    }
    .standard-development .ser-count {
        font-size: 15px;
    }
    .services-key-box .ser-count-for {
        font-size: 12px;
    }
    .standard-development .col-sm-3:before {
        height: 111px
    }
	header .top-header-menu ul li a {
		font-size: 12px;
	}
}

@media (min-width:421px) and (max-width:767px) {
    .radio-info-box {
        min-width: 260px;
    }
}

@media screen and (min-width:1921px) {
    header .container. .sobeys_container {
        max-width: 2200px;
    }
}

@media screen and (min-width: 1400px) {
    .home-blog-section .slick-slide img {
        width: 100%;
    }
}


/* CsS only for internet explorer */


/* IE9, IE10, IE11 */

@media screen and (min-width:0\0) {
    .play-btn::after {
        margin-left: -8px;
        margin-top: -14px;
    }
    header .mid-header-menu ul li .sub-menu-custom,
    .accessible-megamenu .sub-menu-custom {
        left: -15px;
    }
    .csa_group_tab .nav-tabs {
        height: auto;
    }
    .csa-page-tab .csa_group_tab .nav>li {
        height: auto;
        white-space: pre-wrap;
    }
    .csa-page-tab .csa_group_tab .nav-tabs>li>a {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .csa-product-list-sidebar #myModal {
        position: relative;
    }
    .csa-product-list-sidebar .modal-content {
        position: relative;
    }
    .faqTab ul.tab_listing li {
        display: block;
    }
    .faqTab ul.tab_listing li img {
        margin-right: 45px;
    }
    .csa-sidebar-box .custom-checkbox .checkmark2::after {
        left: 4.3px;
        top: 0;
    }
    header .mid-header-menu ul li ul.mega-menu-sub {
        left: 30px;
    }
    /*media all*/
    .faq-tab-img-area {
        height: 60px;
        display: block;
        width: 38px;
    }
	::-ms-clear {
	  display: none;
	}
	.login-register-section-csa a, .login-register-section-csa .userlogout-csa{
		text-decoration:none;
		} 
	.tab-box-top { 
		display:table !important; 
	} 
	.tab-box-top .middle-box{  
		min-height: 70px;
	}
	.awesomplete ul{
		top:35px;
	}
	.search-bar input[type='text']{
		height:35px;
	}
}


/*  media query   FOR IPHONE 5 */

@media screen and (device-aspect-ratio: 40/71) {  
    .navbar-toggle[aria-expanded="true"] {
        top: 0;
    }
    footer .menu li a {
        font-size: 14px;
        padding-bottom: 8px;
    }
    .cart-bottom {
        zoom: 85%;
    }
    .bp-page .bp-list-contant-list {
        display: block;
    }
    .bp-page .bp-list-contant-list .bp-img-block {
        margin-bottom: 2rem;
    }
}


/* media query only for ipad pro */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .climate-img-box h1 {
        min-height: 110px;
    }
    .icon-card h2 {
        min-height: 30px;
    }
	.home-blog-section {
		background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 180px, rgba(255, 255, 255, 1) 180px, rgba(255, 255, 255, 1) 100%);
	}
}

@media not all and (min-resolution:.001dpcm) {
    @media {
        /* your code for Safari Desktop & Mobile */
        section.pro-sec.propane-pro-sec .row:before,
        section.pro-sec.propane-pro-sec .row:after {
            content: normal;
        }
        .play-btn:after {
            margin-left: 8px;
        }
		.solution-meet .row::before {
            content: normal;
		}
		.search-bar .search-dropdown:before{
			line-height: 24px;
		}
		.csa-product-list-sidebar #myModal {
			z-index: 1100;
			}
			.mob-right-head .btn-group .dropdown-toggle .caret{
				top:14px;
			}
        /* end */
    }
}


/* media query only for Moto G4 */

@media screen and ( width: 360px) and ( height: 640px) {
    .standard-release .slick-prev,
    .standard-release .slick-next {
        display: none !important;
    }
    .footer-copyright .menu li {
        padding: 0 5px;
    }
    .bp-page .bp-list-contant-list .list-content-block .bactk-top-sec {
        margin-right: 12px;
    }
}