	/* Global Styles */
	@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

	h1,
	h2,
	h3 {
		font-family: 'Anton', sans-serif !important;
	}

	.cw-testTitle {
		text-align: center;
		margin-bottom: 20px;
		color: var(--color-theme-background);
	}

	.cw-testParagraph {
		padding-top: 20px;
	}

	/* @media (min-width: 768px) {
		.page-home .cw-header-info img {
			max-width: 65%;
		}
	}

	@media (min-width: 1400px) {
		.page-home .cw-header-info img {
			max-width: 50%;
		}
	} */

	/* CUSTOM HEADER */
	/* .cw-header-info h2 {
		font-size: 1.5em;
		padding: 0.3em 0.5em;
		margin-bottom: 0;
		color: var(--color-theme-highlight);
	}


	.cw-header-info a:link,
	.cw-header-info a:visited,
	.cw-header-info a:active {
		color: var(--color-theme-primary);
	}


	.cw-header-info a:hover {
		color: var(--color-theme-highlight);
	}

	.header-social-links li.nav-item {
		display: inline-flex !important;
	}

	.header-social-links i {
		font-size: 1.75rem;
	}

	.header-social-links a:link,
	.header-social-links a:visited,
	.header-social-links a:active {
		color: var(--color-theme-primary);
		font-size: 1.5em;
	}

	.header-social-links a:hover {
		color: var(--color-theme-highlight);
	} */

/* Marquee */
	@keyframes slide {
		from {
			left: 100%;
			transform: translate(0, 0);
		}
		to {
			left: -100%;
			transform: translate(-15%, 0);
		}
	}

	@-webkit-keyframes slide {
		from {
			left: 100%;
			transform: translate(0, 0);
		}
		to {
			left: -100%;
			transform: translate(-15%, 0);
		}
	}

	.cw-marquee {
		background: var(--color-theme-text-link);
		width: 100%;
		height: 63px;
		overflow: hidden;
		position: relative;
	}

	.cw-marquee-text {
		position: absolute;
		top: 0;
		white-space: nowrap;
		font-size: 18px;
		animation-name: slide;
		animation-duration: 20s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		-webkit-animation-name: slide;
		-webkit-animation-duration: 50s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
	}

	.cw-marquee-text h5 {
		font-weight: 800;
		color: var(--color-theme-text-btn);
		font-size: 1.5em;
		padding: 15px 0;
	}

	.cw-marquee-text h5 span {
		font-weight: 600;
		font-size: .75em;
		font-style: italic;
	}

/* CTA LET'S TALK WIDGET */
	.cw-setup {
		position: fixed;
		bottom: 1em;
		right: 1em;
		z-index: 50;
		border: 2px solid #222;
		-webkit-box-shadow: 2px 2px 2px rgb(0 0 0/44%);
		box-shadow: 2px 2px 2px rgb(0 0 0/44%);
	}

	.cw-setup:hover {
		cursor: pointer;
	}

	.hidden {
		display: none;
	}

	#cw-contactBtns {
		margin-top: 8px;
	}

	#cw-contactBtns a {
		display: inline-block;
		width: 54px;
		height: 54px;
		padding: 13px 10px 10px 10px;
		border-radius: 50%;
		background: #231f20;
	}

	#cw-contactBtns a:before {
		font: normal normal normal 24px/1 FontAwesome;
		color: #fff;
	}

	.cw-Phone:before {
		content: "\f2a0";
	}

	.cw-Email:before {
		content: "\f0e0";
	}

	.cw-Text:before {
		content: "\f086 ";
	}

/* Home Page Slider */
	.slick-slider:after {
		overflow: hidden;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: rgba(0, 0, 0, .5)
	}

	@media (min-width: 320px) and (max-width: 666px) {
		.slidetext {
			margin: -110px auto !important;
		}
		.slidetext-title {
			font-size: 1em !important;
		}
		.slidetext-subtitle {
			font-size: .75em !important;
		}
	}

	@media (min-width: 667px) and (max-width: 810px) {
		.slidetext {
			margin: -113px auto !important;
		}
		.slidetext-title {
			font-size: 1.5em !important;
		}
		.slidetext-subtitle {
			font-size: 1em !important;
		}
	}

	.slidetext {
		position: absolute;
		margin: -260px auto;
		transform: translate(-50%, 0);
		left: 50%;
		z-index: 999;
	}

	.slidetext-title {
		text-shadow: 2px 2px 1px #3D332A;
		color: #F1F4EB;
		font-size: 3em;
	}

	.slidetext-subtitle {
		text-shadow: 2px 2px #3D332A;
		color: #F1F4EB;
		font-size: 1.5em;
		padding-bottom: 2%;
	}

/* Home Page Buttons */
	.cw-iconbuttons {
		padding: 1rem 0;
	}

	.cw-iconbuttons .cw-buttonrow {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: stretch;
	}

	.cw-iconbuttons .cw-buttonbox {
		flex-grow: 1;
		flex-basis: 90%;
		margin: .4rem;
		background: var(--color-theme-primary);
		padding: 1.5rem 1rem;
		border: 3px solid var(--color-theme-primary);
		border-radius: 5px;
		text-align: center;
		transition-duration: .6s;
	}

	.cw-iconbuttons .cw-buttonbox:hover {
		background: var(--color-theme-highlight);
	}

	.cw-iconbuttons .cw-buttonbox img {
		width: 100px;
	}

	.cw-iconbuttons .cw-buttonbox p {
		font-size: 1.4rem;
		text-transform: uppercase;
		font-weight: 700;
		margin: .5rem auto;
		color: #fff;
	}

/* Home Page Pop Up Modal */
	#cw-popupModal {
		position: fixed;
		z-index: 99999999;
		bottom: 10px;
		left: 50%;
		display: none;
		overflow: hidden;
		width: 225px;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		text-align: center;
		border: 6px solid #eee;
		border-radius: 10px;
		background: url('https://apihoard.webit.com/api/v1/Image/2A09BD698D6FD391786DD24538C71AD5/2A09BD698D6FD391786DD24538C71AD5.jpg?size=Original');
		-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
		box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	}

	#cw-popupModal .cw_modalRelative {
		position: relative;
	}

	#cw-popupModal .cw_modalInner {
		position: relative;
		display: block;
		padding: 18px 30px;
		-webkit-box-shadow: inset 0 0 30px #0C3526;
		box-shadow: inset 0 0 30px #0C3526;
	}

	#cw-popupModal .cw_close {
		font-size: 1.2em;
		position: absolute;
		z-index: 99999999999;
		top: 0;
		right: 0;
		padding: 5px 10px 20px 20px;
		cursor: pointer;
		color: rgba(255, 255, 255, .8);
	}

	#cw-popupModal h5 {
		font-size: 2.4em;
		font-weight: 800;
		position: relative;
		z-index: 1;
		margin-bottom: 18px;
		-webkit-animation: 2s cw_sizeGlow ease infinite;
		animation: 2s cw_sizeGlow ease infinite;
		color: #111;
		text-shadow: 0 0 8px #fff;
	}

	#cw-popupModal h5 span {
		font-size: 1.2em;
		font-weight: 900;
		line-height: 1em;
		display: block;
		text-transform: uppercase;
		color: #fff;
		text-shadow: 2px 2px 2px #111;
	}

	#cw-popupModal h5 span span {
		font-size: .9em;
		display: inline-block;
		text-transform: lowercase;
		color: #111;
		text-shadow: 0 0 8px #fff;
	}

	@-webkit-keyframes cw_sizeGlow {
		0% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}
		50% {
			-webkit-transform: scale(1.1);
			transform: scale(1.1);
		}
		100% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}
	}

	@keyframes cw_sizeGlow {
		0% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}
		50% {
			-webkit-transform: scale(1.1);
			transform: scale(1.1);
		}
		100% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}
	}

	@media (min-width: 440px) {
		#cw-popupModal {
			width: 325px;
		}
	}

	@media (min-width: 768px) {
		#cw-popupModal {
			width: 390px;
			bottom: 300px;
		}
		#cw-popupModal .cw_sideImg {
			width: auto;
			max-height: 200px;
			margin-top: 0;
		}
	}

	@media (min-width: 1200px) {
		#cw-popupModal {
			width: 478px;
		}
		#cw-popupModal .cw_modalInner {
			padding: 25px 30px 15px;
		}
		#cw-popupModal h5 {
			font-size: 2.4em;
		}
		#cw-popupModal p {
			font-size: 1.0em;
		}
	}

/* Summary List */
	.page-home .list-text-title {
		text-transform: uppercase;
	}

/* Loan Calculator */
	#cw_loanCalcContainer {
		background-color: #f5f5f5;
		padding: 20px;
	}

	#cw_loanCalcContainer h5 {
		font-size: 18px;
		line-height: 28px;
		color: #111;
		letter-spacing: .1em;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		padding-bottom: 10px;
		margin-bottom: 28px;
		text-transform: uppercase;
	}

	#cw_loanCalcContainer h5 span {
		font-size: .5em;
		padding-left: 10px;
		color: #888;
	}

	#cw_loanCalcContainer input {
		height: 50px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857;
		color: #555;
		background-color: #ffffff;
		background-image: none;
		border: 1px solid #ddd;
		border-radius: 5px;
		margin-bottom: 1em;
		width: 100%;
	}

	#cw_loanCalcContainer input#cw_btnCalc {
		width: 100%;
		background-color: #444;
		color: #fff;
	}

	#cw_loanCalcContainer .cw_fieldTitle {
		display: block;
	}

	#cw_loanCalcContainer img {
		border-radius: 5px;
		margin-top: 20px;
		;
	}

	#cw_loanCalcContainer .cw_paymentBox {
		background-color: #fff;
		border-radius: 5px;
		padding: 10px;
		text-align: center;
		font-size: 14px;
		display: none;
	}

	#cw_loanCalcContainer #cw_divPmt {
		font-weight: 600;
		font-size: 30px;
		margin-top: 6px;
		position: relative;
	}

	#cw_loanCalcContainer #cw_txtInterestRate {
		position: relative;
	}

	#cw_loanCalcContainer .cw_moneySign {
		font-size: 16px;
		font-weight: 500;
		position: absolute;
		top: 35px;
		left: 30px;
		color: #bbb;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	#cw_loanCalcContainer .cw_interestPercent {
		font-size: 16px;
		font-weight: 500;
		position: absolute;
		top: 35px;
		right: 30px;
		color: #bbb;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	#cw_loanCalcContainer .cw_moneyInput {
		padding-left: 30px;
	}

	.cw_custom_color {
		background-color: #7F3FA0;
	}

	.cw_custom_color1 {
		background-color: #3AA8D0;
	}

	.cw_custom_color2 {
		background-color: #CA454B;
	}

	.cw_custom_color3 {
		background-color: #3DA385;
	}

	/* .btn-highlight,
	.btn-highlight:focus {
		background-color: var(--color-theme-highlight);
		color: var(--color-theme-text-btn);
		border-color: var(--color-theme-highlight);
	}

	.btn-highlight:hover,
	.btn-highlight:hover:focus,
	.btn-highlight:not([disabled]):not(.disabled).active,
	.btn-highlight:not([disabled]):not(.disabled):active,
	.show>.btn-highlight.dropdown-toggle {
		background-color: #ED8B52;
		color: var(--color-theme-text-btn) !important;
		border-color: #ED8B52;
	}

	.home-slider {
		min-height: 450px;
	}

	@media (min-width: 991px) {
		.home-slider {
			min-height: 800px;
		}
	}

	.slide-one {
		background: url("https://apihoard.webit.com/api/v1/Image/FAB371C05336A9098C1A1EFDC3D69096/FAB371C05336A9098C1A1EFDC3D69096.png?size=1920x1440");
		background-repeat: no-repeat;
		background-size: initial;
		background-position: 15% bottom;
	}

	.slide-two {
		background: url("https://apihoard.webit.com/api/v1/Image/FAB371C05336A9098C1A1EFDC3D69096/FAB371C05336A9098C1A1EFDC3D69096.png?size=1920x1440");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 15% bottom;
	}

	.slide-three {
		background: url("https://apihoard.webit.com/api/v1/Image/FAB371C05336A9098C1A1EFDC3D69096/FAB371C05336A9098C1A1EFDC3D69096.png?size=1920x1440");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 15% bottom;
	}

	@media (max-width: 813px) {
		.carousel-caption .h2 {
			font-size: 1.75rem !important;
		}
	}

	@media (max-width: 575px) {
		.carousel-caption {
			bottom: 20% !important;
		}
	}

	.carousel-caption .h2 {
		font-size: 2.5rem;
	}

	.carousel-caption {
		bottom: 40%;
	}

	.button {
		background-color: #007CC2;
		border: none;
		color: #ffffff;
		padding: 10px 20px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		margin: 4px 2px;
		cursor: pointer;
		border-radius: 16px;
	} */


	.btn-highlight,
	.btn-highlight:focus {
		background-color: var(--color-theme-highlight);
		color: var(--color-theme-text-btn);
		border-color: var(--color-theme-highlight);
	}

	.btn-highlight:hover,
	.btn-highlight:hover:focus,
	.btn-highlight:not([disabled]):not(.disabled).active,
	.btn-highlight:not([disabled]):not(.disabled):active,
	.show>.btn-highlight.dropdown-toggle {
		background-color: #ED8B52;
		color: var(--color-theme-text-btn) !important;
		border-color: #ED8B52;
	}

	.home-slider {
		min-height: 450px;
	}

	@media (min-width: 991px) {
		.home-slider {
			min-height: 800px;
		}
	}

	.slide-one {
		background: url("https://apihoard.webit.com/api/v1/Image/FAB371C05336A9098C1A1EFDC3D69096/FAB371C05336A9098C1A1EFDC3D69096.png?size=1920x1440");
		background-repeat: no-repeat;
		background-size: initial;
		background-position: 15% bottom;
	}

	.slide-two {
		background: url("https://apihoard.webit.com/api/v1/Image/FAB371C05336A9098C1A1EFDC3D69096/FAB371C05336A9098C1A1EFDC3D69096.png?size=1920x1440");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 15% bottom;
	}

	.slide-three {
		background: url("https://apihoard.webit.com/api/v1/Image/FAB371C05336A9098C1A1EFDC3D69096/FAB371C05336A9098C1A1EFDC3D69096.png?size=1920x1440");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 15% bottom;
	}

	@media (max-width: 813px) {
		.carousel-caption .h2 {
			font-size: 1.75rem !important;
		}
	}

	@media (max-width: 575px) {
		.carousel-caption {
			bottom: 20% !important;
		}
	}

	.carousel-caption .h2 {
		font-size: 2.5rem;
	}

	.carousel-caption {
		bottom: 40%;
	}

	.button {
		background-color: #860000;
		border: none;
		color: #ffffff;
		padding: 10px 20px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		margin: 4px 2px;
		cursor: pointer;
		border-radius: 16px;
	}

	/* Hero === */
	.cw-hero {
		border-top: 10px double #f8f8f8;
		border-bottom: 10px double white;
	  }
	
	  .cw-hero {
		min-height: 500px;
		display: flex;
		align-items: center;
		background: rgba(0, 0, 0, 0.4);
	  }
	
	  @media (min-width: 991px) {
		.cw-hero {
		  min-height: 800px;
		  display: flex;
		  align-items: center;
		  background: rgba(0, 0, 0, 0.4);
		}
	  }
	
	  .cw-hero h1 {
		/* font-size: 2.5rem; */
		text-shadow: 2px 2px 4px #333;
	  }












	  <style type="text/css">
    .cw-main-bg .cw-header-content {
        display: none;
    }

    .cw-main-bg .cw-header-content .btn-primary {
        background-color: #ccb442 !important;
    }

    .cw-header-button {
        text-align: center;
        z-index: 99;
        width: calc(100% - 30px);
        position: absolute;
        bottom: -18px;
    }

    .cw-middle-section {
        padding: 2em;
    }

    .cw-middle-btn {
        text-align: center;
        font-size: 1em;
        padding: 5px;
        display: inline-block;
        vertical-align: middle;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .cw-middle-btn .fa {
        font-size: 5.5em;
        color: #ccb442;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, .6), -1px 1px 0px rgba(255, 255, 255, .6), 1px -1px 0px rgba(255, 255, 255, .6), -1px -1px 0px rgba(255, 255, 255, .6);
    }

    .cw-middle-btn h5 {
        font-size: 2em;
        color: #0f0f0f;
        font-weight: 500;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, .8);
        margin: 5px auto 7px;
    }

    .cw-middle-btn p {
        color: #555;
        font-size: 1.25em;
        line-height: 1.5em;
    }

    .cw-unlimited-welcome {
        margin-top: 3em;
    }

    .cw-unlimited-welcome h5 {
        font-size: 2em;
        font-family: 'arial';
        color: #0f0f0f;
        text-transform: uppercase;
        text-align: center;
    }

    .cw-unlimited-welcome p {
        color: #555;
        font-size: 1.25em;
        line-height: 1.5em;
    }


    /*START BODY STYLE SEARCH Styles*/

    .cw-bodystyle-section {
        background: #ccb442;
        background-image: -webkit-linear-gradient(60deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .40) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
        background-image: -moz-linear-gradient(60deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .40) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
        background-image: -o-linear-gradient(60deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .40) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
        background-image: linear-gradient(60deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .40) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
        background-size: 200% 150%;
        box-shadow: inset 0 0 100px rgba(0, 0, 0, .8);
        padding: 3em 0;
    }

    .cw-shop-price {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

    .cw-price-box {
        padding: 10px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
    }

    .cw-price-box:active,
    .cw-price-box:focus,
    .cw-price-box:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
        transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    }

    .cw-price-btn,
    .cw-price-btn h6 {
        background: rgba(255, 255, 255, .03);
    }

    .cw-price-btn {
        box-shadow: 0 2px 15px 3px rgba(0, 0, 0, .2);
        border: 1px solid rgba(255, 255, 255, .9);
    }

    .cw-shop-price h6 {
        font-size: 2em;
        font-family: 'arial';
        color: #fff;
        text-transform: uppercase;
        text-align: center;
    }

    .cw-shop-price h6 span {
        font-weight: bold;
    }

    .cw-price-btn .cw-prices p {
        color: #fff;
        margin: 0 auto;
    }

    .cw-prices {
        display: flex;
        align-items: center;
        min-height: 70px;
    }

    .cw-prices p {
        font-weight: 400;
        padding: 15px 0;
        font-size: 2.5em;
    }

    .cw-prices span {
        display: block;
        font-size: .5em;
        color: #fff;
        padding: 10px 0;
    }

    /*END BODY STYLE SEARCH Styles*/

    /* -------------- START OF MEDIA QUERIES -------------- */
    /* XS: 440px & Up */
    @media (min-width: 440px) {}

    /* SM: 768px & Up */
    @media (min-width: 768px) {

        .cw-main-bg .cw-header-content {
            display: block;
        }

        .cw-main-bg .cw-header-content h5 {
            color: #ccb442;
            font-size: 3em;
            font-weight: bold;
            margin: 0;
            text-shadow: 1px 1px 2px #000;
        }

        .cw-main-bg .cw-header-content hr {
            border-color: #ccb442;
            border-width: 3px;
            max-width: 50px;
        }

        .cw-main-bg .cw-header-content p {
            color: #fff;
            font-size: 2em;
            font-weight: 400;
            vertical-align: text-top;
            line-height: 180%;
        }

        .cw-shop-price {
            margin-top: 2em;
        }
    }

    /* MD: 992px & Up */
    @media (min-width: 992px) {
        .cw-prices span {
            display: block;
        }

        .cw-prices {
            display: flex;
            align-items: center;
            min-height: 155px;
        }
    }

    /* LG: 1200px & Up */
    @media (min-width: 1200px) {
        .cw-main-bg .cw-header-content h5 {
            font-size: 4em;
        }

        .cw-main-bg .cw-header-content p {
            font-size: 3em;
        }
    }

    /* XLG: 1400px & Up */
    @media (min-width: 1400px) {}






Cards 2


	/* .container-wide {
		width: 90%;
		max-width: 1400px;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	@media (min-width: 768px){
	.col-sm-12 {
   		 width: 100%;
}
	}


	#infoRow .info-wrapper .info-box.comprehensive {
		background-image: url(//www.vernonautogroup.com/wp-content/themes/DealerInspireDealerTheme/css/../images/info-comprehensive.jpg);
	}

	#infoRow .info-wrapper .info-box-content {
		padding: 40px;
	}


	#infoRow .info-wrapper .info-box-content h2 {
		font-size: 50px;
		line-height: 50px;
		color: #AEBCBC;
		margin: 0 0 30px;
	}


	.simple-anchor {
		color: #66BBFF;
		text-transform: uppercase;
		letter-spacing: 2px;
	}


	#infoRow .info-wrapper .info-box.vehicle {
		background-image: url(//www.vernonautogroup.com/wp-content/themes/DealerInspireDealerTheme/css/../images/info-customize.jpg?ver=12345);
	}


	#infoRow .info-wrapper .info-box-content {
		padding: 40px;
	}


	#infoRow .info-wrapper .info-box-content h2 {
		font-size: 50px;
		line-height: 50px;
		color: #AEBCBC;
		margin: 0 0 30px;
	} */

	.cw-box {
		padding: 60px 0px;
	  }
	
	  .cw-boxPart {
		background-image: url(https://apihoard.webit.com/api/v1/Image/27ED1B512EF6DA86C07C3E2AD416DBDF/27ED1B512EF6DA86C07C3E2AD416DBDF.png?size=1920x1440);
		padding: 393px 10px;
		margin: 30px 0px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin-bottom: 25px;
		color: #aaaaaa;
		padding-top: 36px;
		padding-left: 41px;
		padding-right: 41px;
	  }
	
	
	  .cw-boxPart:hover .fa,
	  .cw-boxPart:hover .title,
	  .cw-boxPart:hover .text,
	  .cw-boxPart:hover a {
		color: #fff;
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		transition: all 1s ease-out;
	  }
	
	  .cw-boxText {
		margin: 20px 0px;
	  }


	  
	 
	 
	 
	 
	 
	  .cw-box {
		padding: 60px 0px;
	  }
	
	  .cw-boxPart2 {
		background-image: url(https://apihoard.webit.com/api/v1/Image/4262E4784874705B8A1A0099D4ECC8B4/4262E4784874705B8A1A0099D4ECC8B4.png?size=1920x1440);
		padding: 416px 10px;
		margin: 30px 0px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin-bottom: 25px;
		color: #aaaaaa;
		padding-top: 37px;
		padding-left: 41px;
		padding-right: 41px;
	  }

	
	  .cw-boxPart2:hover .fa,
	  .cw-boxPart2:hover .title,
	  .cw-boxPart2:hover .text,
	  .cw-boxPart2:hover a {
		color: #2c2c2c;
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		transition: all 1s ease-out;
	  }
	
	  .cw-boxText {
		margin: 20px 0px;
	  }

	  .btn {
		color: #007bff;
	  }

	  .h3, h3 {
		font-size: 2.5rem;
		font-family: "monsterrat", sans-serif;
	  }


	  /*Banner*/

	  .cw-appointment-banner {
        padding: 2% 0;
        background-color: #000000;
		height: 313px;
		padding-left: 358px;
    }

    .cw-appointment-banner h5 {
        color: #ffffff;
        font-size: 1em;
        font-weight: 800;
    }

    .cw-appointment-banner h6 {
        color: #CCCCCC;
        font-size: 1em;
        font-weight: 600;
    }

    .cw-appointment-banner h6 a {
        color: #CCCCCC;
        font-weight: 800;
    }

    .cw-appointment-banner h6 a:hover {
        color: #A61E36;
    }


	.float-vehicle{
		position: absolute;
		top: -170px;
		left: 0;
	}

	img, svg {
		max-width: 100%;
		height: auto;
	}

	img {
		vertical-align: middle;
	}

	hr, img {
		border: 0;
	}

	#about-page #save-section .save-numbers-section .big {
		font-size: 5em;
	}

	#about-page .blue {
		color: #66BBFF;
		background: -webkit-linear-gradient(#eee, #333);
		background: -webkit-linear-gradient(left, #6bf, #2AE8FF);
		background: -o-linear-gradient(right, #6bf, #2AE8FF);
		background: -moz-linear-gradient(right, #6bf, #2AE8FF);
		background: linear-gradient(to right, #6bf, #2AE8FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	#about-page #simple-text {
		background: #020100;
		color: #fff;
		padding: 80px 40px 300px;
		text-align: center;
		line-height: 2;
		letter-spacing: 1.5px;
	}

	#about-page #save-section .save-text .save-title .save-img {
		margin-right: 20px;
	}


	#about-page #save-section .save-text .save-description {
		color: #7B8484;
		line-height: 2;
	}

	#abut-page #save-section .save-text {
		margin-bottom: 40px;
	}

	img, svg {
		max-width: 100%;
		height: auto;
	}

	h4 {
		font-size: 24px;
		font-weight: 600;
		font-family: "Montserrat",sans-serif;
		text-transform: none;
		letter-spacing: normal;
		color: inherit;
	}

	.title {
		color: #2A2A2A;
	}

/* XS: 440px & Up */
    @media (min-width: 440px) {}

/* SM: 768px & Up */
    @media (min-width: 768px) {
		.col-sm-6 {
			width: 50%;
		}
	}

/* MD: 992px & Up */
    @media (min-width: 992px) {}

/* LG: 1200px & Up */
    @media (min-width: 1200px) {}

/* XLG: 1400px & Up */
    @media (min-width: 1400px) {}