@font-face {
    font-family: myFirstFont;
    src: url(HelveticaNeueLTStd-Cn.otf);
}
body{
	background: #f6f6f6;
	//font-family: myFirstFont !important;
	font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;

}

*{
	margin: 0px;
	padding: 0px;
}


  .carousel-inner img {
      width: 100%;
      height: 100%;
  }
.navbar-brand img{
	height: 100px;
}
.navbar-brand img.bcsw{
	height: 80px; /*100px*/
}
.call{
	color: #3762ac;
    font-weight: bold;
}

.navbar-brand{
	padding-bottom: 0px !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-weight: bold;
    border-right: 2px solid;
}
a.nav-link.last-border{
	border-right:none !important;
}
.help{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 23px;
	margin-right: 15px;
}
.help-content{
	background: #3063b6;
    padding: 10px;
    color: white;
}
.help-content h2{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 43px;
}
.blog{
	border: 3px solid #585858;
    padding: 15px;
    text-align: center;
    margin-top:45px;
}
#triangle-topleft {
	width: 0;
    height: 0;
    border-bottom: 23px solid #4bb9b8;
    border-left: 23px solid transparent;
    float: right;
    margin-top: -29px;
    margin-right: 6px;
}

#triangle-topleft2 {
	width: 0;
    height: 0;
    border-bottom: 23px solid white;
    border-left: 23px solid transparent;
    float: right;
    margin-top: -29px;
    margin-right: 6px;
}
.speech-bubble {
	position: relative;
	background: #00aabb;
	margin-bottom: 40px;
	margin-top: 30px;
	width: 250px;
	margin: auto;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-top-color: #00aabb;
	border-bottom: 0;
	margin-left: -14px;
	margin-bottom: -14px;

}
.speech-bubble h3 {
	text-align: center;
    padding: 10px;
    color: white;
}

.speech-bubble2 {
	position: relative;
	background: #00aabb;
	margin-bottom: 40px;
	margin-top: 30px;
	width: 250px;
	margin: auto;
}
.speech-bubble2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-top-color: #00aabb;
	border-bottom: 0;
	margin-left: -14px;
	margin-bottom: -14px;

}

.speech-bubble2 h3 {
	text-align: center;
    padding: 10px;
    color: white;
}

 .items{
   	white-space: nowrap;
    margin-bottom: 0;
    overflow: hidden;
}
 .item {
   	display: inline-block;
    padding: 0;
    float: none;
 }
 .img-responsive{
    width: 100%;
 }

 .marque-box .marque-main {
    width: 3360px !important;
    float: left;
}

.marque-box .marque-main ul li a img {
    width: 96px !important;
    height: 70px !important;
}
.marque-box .marque-main ul li a {
    display: block;
    width: 100% !important;
    height: 100% !important;
    padding: 4px;
    border: 1px solid #e5e5e5;
}
.marque-box {
    overflow: hidden;
    margin: 0 auto;
    height: 130px !important;
    margin-left: 22px !important;
    margin-right: 22px !important;
}

.partners{
	background: white;
	padding-top: 40px;
    padding-bottom: 15px;
    box-shadow: 0 2px 35px 8px #333;
    margin-bottom: 50px;
}
.get-started{
	margin-top: 50px;
    margin-bottom: 50px;
}

.top-text{
	color: #3063b6;
	font-weight: bold;
	position: absolute;
    z-index: 1;
    right: 40px;
    top: 12px;
    text-align: center !important;
    color:black;
}

.blog2 {
   
    padding: 15px;
    text-align: center;
    margin-top: 45px;
    background: #3063b6;
}
/* media query */


/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.top-text{ position: relative !important;
		margin-top: 20px;
		margin-bottom: 30px;
		right: 0px;
		font-size: 22px;
	 }

	.navbar-brand img {
    	height: 69px !important;
	}
	.navbar-brand img.bcsw {
    	height: 45px !important;
	}

	.help-content h2 {
	    text-transform: uppercase;
	    font-weight: 400;
	    font-size: 35px;
	}
	.speech-bubble{
	 	margin-top: 25px;
	 }
	 .desktop-banner{
	 	display: none;
	 }
	 .lang1{
		display: none !important; 
	}
	#spanishLanguage{
		left:0px !important;
		margin-top:0px !important;
	}
	#englishLanguage{
		left:0px !important;
		margin-top:15px !important;
		position: unset !important;
	}
	.language a{
		font-size: 15px !important;
	}

}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.top-text{ position: relative !important;
		margin-top: 10px;
		margin-bottom: 30px;
		right:0px;
	 }
	 .speech-bubble{
	 	margin-top: 25px;
	 }

	 .desktop-banner{
	 	display: none;
	 }
	 .lang1{
		display: none;
	}
	#spanishLanguage{
		left:0px !important;
		margin-top:0px !important;
	}
	#englishLanguage{
		left:0px !important;
		margin-top:15px !important;
		position: unset !important;
	}
	.language a{
		font-size: 15px !important;
	}
}
/*// Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 

	.top-text{ position: relative !important;
		margin-top: 10px;
		margin-bottom: 30px;
		right:0px;
	 }
	 .mobile-banner{
		display: none;
	}
	#spanishLanguage{
		left:0px !important;
		margin-top:0px !important;
	}
	#englishLanguage{
		left:0px !important;
		margin-top:15px !important;
		position: unset !important;
	}
	.language a{
		font-size: 15px !important;
	}
	.lang1{
		display: none;
	}

}
/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
	a.nav-link {
	    font-size: 14px !important;
	}
	.mobile-banner{
		display: none;
	}
	.lang2{
		display: none;
	}
	#englishLanguage {
    	position: absolute !important;
	}
	h2.top-text{
	    font-size:26px;
	    color:white;
	}
	#spanishLanguage.top-text{
	    right:477px !important;
	}
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

	.blog{
		height: 170px;
	}

	.mobile-banner{
		display: none;
	}
	.lang2{
		display: none;
	}
	#englishLanguage {
    	position: absolute !important;
	}
	.top-text{
	    color:white;
	}

}


/* new Adding css */

#dealerLogin {
    display: block !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
}

#spanishLanguage {
    position: absolute;
    top: 21px !important;
    right: 551px !important;
    width: 40px !important;
    height: 23px !important;
    background: url(/images/layout/spanish-language.png) !important;
}

#englishLanguage {
    top: 21px !important;
    right: 538px !important;
    width: 40px !important;
    height: 23px !important;
    background: url(/images/layout/english-language.png) !important;
}

.language a {
    padding: 2px 0 0 48px !important;
    color: #0e0e0e !important;
}
div#footerLinks a {
    color: white !important;
}
#footer {
    margin-top: -20px !important;
    padding-bottom: 20px !important;
    line-height: 3em !important;
    text-align: center !important;
    color: white !important;
    padding-top: 20px !important;
}

.carousel-inner img {
    height: auto !important;
}
#contentFooter{
background:none !important;
}

.top-to-bottom{
	margin-top: 50px;
	margin-bottom: 50px;
}
h1{
    color: #3963af !important;
}
input[type=button], input[type=submit], input[type=reset] {
   background-color:#2c4c88 !important;
    border: none;
    color: white;
    padding: 5px 40px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 15px !important;
}
hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    border: 15;
    border-top: 2px solid rgba(0,0,0,0.1) !important;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
strong a {
    color: #2C4C88;
    text-decoration: none !important;
}
