@charset "utf-8";

/* Media Queries */

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar .nav>li>a {
		font-size: 16px;

	}

	.quote-box-header {
		font-size: 18px;
	}

	.quote-box-text {
		font-size: 17px;
	}

	.contct-section a {
		font-size: 13px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.cta-side {
		height: 230px;
	}

	.quote-box-header {
		font-size: 18px;
	}

	.navbar-inner {
		-webkit-border-radius: 0px !important;
	}

	.banner-image {
		max-width: 300px;
		height: 220px;
		margin-top: 10px;
	}

	.banner-bg {
		height: 260px;
	}

	.qt-box {
		top: 65%;
	}

	.quote-box-text {
		font-size: 15px;
	}

	.quote-box-text i {
		font-size: 18px;
	}

	.quote-search {
		margin-right: 0px;
	}

	address {
		text-align: left;
		font-size: 14px;
	}

	.TitleStyle4 {
		font-size: 22px;
	}

	.quote-box {
		margin-top: 0px;
	}

	.contct-section .TitleStyle4 {
		font-size: 17px;
	}

	.right-text {
		padding-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.navbar .nav>li {
		display: table;
		margin: 0 auto;
	}

	.quote-box {
		margin-top: 0px;
		width: 100%;
	}

	.cta-side {
		height: auto;
	}

	.TitleStyle3 {
		margin-left: 0px;
	}

	.qt-box {
		position: relative;
		top: 0px;
		transform: translateY(0);
		right: 0px;
		left: 0px;
		padding: 0px;
	}

	.primarybutton {
		padding: 0px 5px;
	}

	.quote-box-header {
		font-size: 24px;
		line-height: 36px;
		text-align: center;
	}

	.quote-box-text {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}

	.quote-box-text i {
		float: right;
		font-size: 16px;
	}

	.quote-search {
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		float: none;
		width: 280px;
	}

	.navbar-default .navbar-nav>.open>a {
		text-align: center;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 10px;
		margin: 10px 0;
		text-align: center;
		border-radius: 10px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a.active {
		background-color: #D31F29;
		color: #fff;
	}

	.start-here .TitleStyle5 {
		font-size: 22px;
	}

	.footer_address li {
		width: 100%;
	}

	.banner-image {
		top: 0px;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		height: 200px;
		margin-top: 20px;
	}

	.banner-bg {
		height: auto;
		padding-bottom: 30px;
	}

	.slide {
		margin-bottom: 20px;
	}

	.ph-social ul {
		padding-left: 0px;
	}

	.ph-social {
		padding: 0px 10px;
	}

	.ph-fix {
		padding: 0px;
	}

	.right-text {
		display: flex;
		flex-direction: column;
	}

	.contct-section {
		order: 2;
	}

	.about {
		order: 1;
	}

	.type {
		margin-left: 0px;
	}

	.flex-cont {
		display: inherit;
	}

	.divider {
		border-bottom: 1px solid #b0b0b0;
		border-right: 1px solid #fff;
	}

	.divider-next {
		border-bottom: 1px solid #b0b0b0;
	}

	.contact .TitleStyle3 {
		margin: 200px 10px 20px 10px;
		color: #2d87b8;
	}


	address {
		margin-left: 10px;
	}

	.navbar-toggle,
	.navbar-toggle:hover,
	.navbar-toggle:focus {
		padding: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		border: 0px none;
		cursor: pointer;
		overflow: hidden;
		float: right;
		z-index: 100;
		margin-top: 10px;
		margin-right: 10px;
		background-color: transparent !Important;
	}

	.navbar-toggle .caret {
		border-top: 20px solid;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		margin-bottom: 10px;
	}

	.navbar-toggle.nav-bg .caret {
		border-bottom: 20px solid;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-top: 0px;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: none !important;
	}

	.navbar .nav {
		display: inherit;
		height: 100%;
	}

	.navbar .nav>li>a {
		padding: 5px 10px;
		margin: 10px 0;
	}

	.footer-links ul li a {
		margin: 2px 10px;
	}

	.footer_address li a {
		font-size: 12.5px;
	}
}

@media screen and (max-width: 1199px) {

	a.sms-txt {
		cursor: pointer;
		pointer-events: auto;
		text-decoration: none;
	}

}