/*!
 * Start Bootstrap - Blog Home (https://startbootstrap.com/template-overviews/blog-home)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-home/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

.hidden {
	display: none;
}

.blue {
	color: #4269ff;
}

.pink {
	color: #ff3d58;
}

.grey {
	color: #a9a9a9;
}

.search-title {
	color: #fff;
}

.jumbotron {
	background: url(../img/hero-img-2.jpg) no-repeat;
	background-size: cover;
	min-height: 370px;
}

.jumbotron h1 {
	font-weight: 700;
	font-size: 40px;
}

.jumbotron p {
	color: #c5c5c5;
	font-weight: 18px;
	font-weight: 500;
}

.search-now {
	background-color: #4269ff;
	color: #fff!important;
}

.form-control {
	padding:0.75rem;
}

.logo-box {
	background-color: #f7f7f7;
	padding:50px 20px;
}

.info-list {
	padding-right: 0;
}

.info-list>li {
	padding-left: 30px;
}
.info-list>li:before {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 23px;
	background-image: url(../img/blue-check.png);
	background-size: 100% 100%;
	margin-top: 3px;
}
select.form-control:not([size]):not([multiple]) {
	height: 100%;
}

.price {
	font-size: 20px;
	font-weight: 700;
}

.price-row {
	padding: 10px 0;
}

.price-btn {
	background-color: #e7eaf5;
	padding: 3px 12px;
	border-radius: 5px;
	margin-left: 16px;
	color: #212529!important;
}

.action-btn {
	min-width: 150px;
	margin: 0 10px;
	font-weight: 500;
	padding:10px 12px;
}

.btn-primary {
	background-color: #4269ff;
}

.btn-secondary {
	background-color: #ff3d58;
	border-color: #ff3d58
}

.btn-secondary:hover {
	background-color: #fa2845;
	border-color: #fa2845;
}

.card-title {
	font-size: 22px;
	font-weight: 700;
}

.fcra {
	background-color: #e5e5e5;
	font-size: 12px;
	color: #8f8f8f;
	line-height: 15px;
}
.fcra span {
	color: #686868;
	font-weight: 600;
}

.footer-block {
	color: #fff;
	background-color: #252525;
}

.footer-block p{
	color: #c0c2c6;
}

.icon {
	background-color: #f5f5f5;
}

.sidebar-tab .col-3 {
	text-align: right;
	padding-right: 0;
}

.sidebar-content-title {
	font-weight: 700;
	font-size:18px;
	padding-top: 5px;
}

.site-map {
	display: flex;
	flex-direction: column;
}

.site-map a {
	color: #c0c2c6;
	font-weight: 500;
	padding-top: 5px;
	font-size: 18px;
}

.footer-links {
	background-color: #2d2d2d;
	color: #c0c2c6;
}

.footer-links a{
	color: #fff;
	font-weight: 500;
	padding-left: 15px;
	padding-right: 15px;
}

.copyright {
	font-size: 14px;
}

.send-btn {
	background-color: #fff;
	border: 1px solid #ced4da;
	border-left: none;
	border-radius: 0.25rem;
}

.pill {
	width: 47px;
	height: 4px;
	background-color: #4269ff;
	border-radius: 5px;
	margin-top: 14px;
	margin-left: 0;
}

.customer {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}

.customer-info {
	margin-left: 16px;
	width: 170px;
}

.name {
	font-size: 19px;
	font-weight: 600;
}

.quote-img {
	width: 52px;
	height: 52px;
	margin-left: 19px;
}

.corner-banner-box {
	overflow: hidden;
}

.arrow-right {
  background-color: #ff3d58;
  height: 100px;
  left: -80px;
  position: absolute;
  top: -40px;
  width: 191px;
  
  -webkit-transform: rotate(-45deg);
}

.arrow-right span {
  color: #fff;
  font-family: sans-serif;
  font-size: 17px;
  left: 52px;
  top: 58px;
  position: absolute;
  width: 80px;
  line-height: 18px;
  text-align: center;
  font-weight: 600;
}

.fw700 {
	font-weight: 700;
}

.navbar-brand {
	font-weight: 700;
	font-size: 25px;
	padding-bottom: 0;
}

.header-left{
	display: flex;
	flex-direction: row;
}

.brand-box {
	margin-left: 10px;
}

.brand-box p {
	color: #c5c5c5;
}

.nav-item {
	font-weight: 600;
}


.jumbotron .container {
	padding-top: 50px;
}

.header-left img  {
	height: 77px;
}
.italic {
	font-style: italic;
}

.about-us span{
	text-decoration: underline;
}

.first-quote {
	margin-top: 0 !important;
}

/*---------------- REVIEW CAROUSEL*/

.review-carousel {
    margin-top: 20px;
    border-top: 2px solid rgba(0,0,0,.2);
    padding: 30px 12% 20px;
    width: 100%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: url(../img/arrow-step.png);
    width: 10px;
    height: 24px;
}

.carousel-control-prev-icon {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.carousel-control-next {
    right: -15%;
}

.carousel-control-prev {
    left: -15%;
}

.review .name {
	color: #4269ff;
}

.review-stars {
	float: right;
	color: #edb110;
}

.carousel {
    min-height: 220px;
}

.bold-quote {
	font-weight: 700;
}

#pis-logo {
	width: 170px;
}

#pdc-logo {
	width: 170px;
}
#kls-logo {
	width: 170px;
}

.state-search {
	text-decoration: underline;
	cursor: pointer;
    font-weight: 500;
}

/* --------------- Popup ------------- */

#splitpop-ND {
    position: fixed;
    bottom: 0px;
    opacity: 0;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s, -webkit-transform .8s;
    z-index: 999998;
    width: 880px; 
    height: 450px;
    left: 50%; 
    margin-left: -440px;
}

#splitpop-ND.splitpop-open {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#splitpop-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    border-radius: 100%;
    font-weight: 600;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    cursor: pointer;
    z-index: 999999;
    height: 30px;
    line-height: 22px;
    text-align: center;
    border: 2px solid #FFFFFF;
}
#conversion-modal {
    width: 885px;
    height: 450px;
    border: 0;
    -webkit-font-smoothing: antialiased;
}
#conversion-modal .modal-box {
    position: relative;
    display: block;
    color: #fff;
    width: 885px;
    height: 450px;
    background-color: rgba(49, 49, 49, 0.99);
}
#conversion-modal .modal-box .row{
	margin-top: 15px;
}
#conversion-modal .modal-box .box-left {
    float: left;
    width: 40%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/popup-img.png');
}
#conversion-modal .modal-box .search-now {
	width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 12px;
}
#conversion-modal .modal-box .search-now img {
    margin-right: 10px;
    margin-top: -6px;
}
#conversion-modal .modal-box .box-right {
    float: right;
    width: 60%;
    height: 100%;
    padding: 0;
}
#conversion-modal .modal-box .box-right form{
    /*max-width: 398px;*/
}
#conversion-modal .modal-box .box-right input, #conversion-modal .modal-box .box-right select{
   margin-top: 6px;
   margin-bottom: 6px;
}
#conversion-modal .modal-box .box-right-content {
    padding: 30px 8%;
}

#conversion-modal .modal-box .box-right-content .col-sm-6{
    position: relative;
}
#conversion-modal .modal-box .box-right p:first-of-type {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 5px;
}
#conversion-modal .modal-box .box-right p.mid {
    line-height: 16px;
    padding-bottom: 6px;
    padding-top: 5px;
    padding-left: 15px;
}
#conversion-modal .modal-box .box-right p {
    margin: 0 0 15px;
    font-size: 12px;
}
#conversion-modal h5 {
    margin-bottom: 35px;
}
#conversion-modal .modal-box .box-right p:last-of-type {
    font-size: 11px;
    margin-top: 10px;
    opacity: .5;
}
.splitpop-click {
    margin: 15px 0 0;
    padding: 2px 15px;
    color: #fff;
    border: 4px solid #24AFD0;
    background-color: #24AFD0;
    margin-top: 12px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    min-height: 42px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

#splitpop-ND-ifr {
    width: 880px; 
    height: 450px; 
    position: absolute; 
    overflow: hidden;
    border-radius: 2px;
}

.required {
    font-size: 12px;
    margin-left: 6px;
    display: inline-block;
}

.required-field {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 4px;
}

.flex-column {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rating .tip-content {
	position:absolute;
    top:0px; /* - top padding */
    width:200px;
    left: -244px;
    margin-right:100px; /* width + left/right padding */
    padding:10px;
    color:#fff;
    font-size: 12px;
    background:#4d4c4c;
    -webkit-box-shadow:-2px 2px 5px #aaa;
       -moz-box-shadow:-2px 2px 5px #aaa;
            box-shadow:-2px 2px 5px #aaa;
    opacity:0;
    -webkit-transition:opacity 250ms ease-out;
       -moz-transition:opacity 250ms ease-out;
        -ms-transition:opacity 250ms ease-out;
         -o-transition:opacity 250ms ease-out;
            transition:opacity 250ms ease-out;
}
.rating .tip-content:before {
	content:' '; /* Must have content to display */
    position:absolute;
    top:26%;
    right:-16px; /* 2 x border width */
    width:0;
    height:0;
    margin-top:-8px; /* - border width */
    border:8px solid transparent;
    border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #4d4c4c;
}
.rating:hover .tip-content {
    right:-20px;
    opacity:1;
}

a:not([href]):not([tabindex]) {
     color: #fff;
     cursor: pointer;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.search-modal {
    display: none;
    background-color: rgba(0,0,0,.6);
}

.search-modal.in {
	display: block;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-dialog {
    width: 895px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}

.modal-content {
	padding: 60px 80px;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-content .content {
	max-height: 600px;
    overflow-y: scroll;
    padding-right: 10px
}

.modal-content h1 {
    font-size: 1.7rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.modal-content h2 {
	font-size: 1.2rem;
}

.modal-content p {
	font-size: 0.8rem;
}

.close-modal {
	color: #4269ff;
	position: absolute;
    right: 30px;
    top: 20px;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
}

/*tootltip css*/
.tooltip-inner{
	max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color:#4d4c4c;
    border-radius: .25rem;
}


@media (min-width: 1200px) {
  .card {
  	min-width: 315px;
  	min-height: 300px;
  }
  .pink-icon {
  	display: none;
  }
  .container {
  	max-width: 1200px;
  }
  .pdc-card-large {
		min-height: 320px;
	}
}
@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
  .icons-row {
		flex-direction: column;
		max-height: 226px;
	}
}

@media (min-width:768px) {
	.rating {
		position: absolute;
		top: -11px;
		right: 55px;
		font-size: 32px;
		font-weight: 700;
	}
	.stars {
		position: absolute;
		top: 19px;
		right: 15px;
		font-size: 28px;
	}
	.rating-num {
		position: absolute;
		top: 50px;
		right: 47px;
	}
	.review-carousel {
	    padding: 30px 14% 20px;
	}
	.carousel-control-next {
	    right: -19%;
	}
	.carousel-control-prev {
	    left: -19%;
	}
	.carousel {
	    min-height: 260px;
	}
	#splitpop-ND, #splitpop-ND-ifr, #conversion-modal .modal-box {
        width: 720px;
    }
    #splitpop-ND {
        margin-left: -362px;
    }
    #conversion-modal .modal-box .box-left {
        width: 32%;
    }
    #conversion-modal .modal-box .box-right {
        width: 68%;
    }
    #conversion-modal .modal-box .box-right p:last-of-type {
        line-height: 11px;
    }
}

@media screen and (max-width: 567px) {
	.modal-content {
	    padding: 40px 30px;
	}
	.modal-dialog {
	    margin-top: 30px;
	}
	.close-modal {
	    right: 15px;
	    top: 6px;
	}
	.modal-content .content {
	    max-height: 450px;
	}
    #splitpop-ND {
        width: 82%;
    }
    #splitpop-ND-ifr, #conversion-modal, #conversion-modal .modal-box {
        width: 100%;
        height: 600px;
    }
    #splitpop-ND {
        left: auto;
        margin-left: 9%;
        bottom: 45px;
        height: 370px;
    }
    #splitpop-ND h2 {
	    font-size: 1.7rem;
	}
    #conversion-modal .modal-box .box-right-content {
        padding: 10px 20px;'
    }
    #conversion-modal .modal-box .box-right p:first-of-type {
        font-size: 14px;
        margin-top: 6px;
    }
    #conversion-modal .modal-box .col-sm-6 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    #conversion-modal .modal-box .box-right p:last-of-type {
        font-size: 9px;
    }
    #conversion-modal h5 {
	    margin-bottom: 25px;
	}
	#conversion-modal .modal-box .row {
	    margin-top: 0;
	}
	#conversion-modal .modal-box .form-control {
	    margin-bottom: 10px;
	}
	.text-center-m {
		text-align: center;
	}
}

/*mobile css*/
@media(max-width: 415px){
	.display-4 {
		font-size: 32px;
		font-weight: 500;
	}

	.jumbotron p {
		font-size: 15px;
	}

	.card-title {
		font-size: 19px;
	}
	.action-btn{
		margin: 8px 4px;
		min-width: 118px;
	}
	.price-btn {
		margin-left: 0;
	}
	.rating {
		font-size: 32px;
		font-weight: 700;
	}
	.stars {
		font-size: 28px;
	}
	.navbar-brand {
		padding-bottom: 0;
		margin-right: 0;
		padding-top: 7px;
		font-size: 16px;
	}
	.navbar-toggler {
		width: 40px;
		padding-left: 4px;
	}
	.header-left img {
		height: 50px;
	}
	.jumbotron h1 {
		font-size: 30px;
	}
	.page-title {
		font-size: 31px;
	}
	.jumbotron {
		background-position: left -183px top;
	}
	.site-map {
		margin-top: 30px;
	}

	.newsletter {
		margin-top: 30px;
	}

	.link {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		max-height: 120px;
	}
	.footer-links a {
		margin-top: 6px;
	}
	.action-btn-row {
		display: flex;
		justify-content: center;
	}
	.quote-img {
		display: none;
	}
	.logo-box {
		text-align: center;
	}
	.price-row {
		max-width: 250px;
	}
	#pis-logo {
		width: 210px;
	}

	#pdc-logo {
		width: 220px;
	}
	#kls-logo {
		width: 220px;
	}
	select.form-control:not([size]):not([multiple]) {
		height: 47px;
	}
	.pink-icon{
		width: 17px;
	    position: absolute;
	    top: 103px;
	    left: 80px;
	}
	.rating-box {
		max-width: 187px;
	}

}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
  	.quote-img {
		display: none;
	}
	.logo-box {
		text-align: center;
	}
	#pis-logo {
		width: 210px;
	}

	#pdc-logo {
		width: 220px;
	}
	.action-btn-row {
		text-align: center;
	}
	#kls-logo {
		width: 267px;
	}
	select.form-control:not([size]):not([multiple]) {
		height: 49px;
	}
	.jumbotron {
		background-position-x:-350px;
	}
	.logo-box-ipad {
		margin-bottom: 15px;
	}
	.icons-row {
		flex-direction: column;
		max-height: 255px;
	}
	.pink-icon{
		width: 17px;
	    position: absolute;
	    top: 54px;
	    right: 23px;
	}
	.first-quote {
		min-height: 506px;
	}
	.pdc-card-large {
		min-height: 536px;
	}

}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  	.quote-img {
		display: none;
	}
	.action-btn-row {
		text-align: center;
	}
	.logo-box {
		text-align: center;
		padding: 35px 20px;
	}
	#pis-logo {
		width: 210px;
	}

	#pdc-logo {
		width: 220px;
	}
	.logo-box-ipad {
		margin-bottom: 15px;
	}
	select.form-control:not([size]):not([multiple]) {
		height: 49px;
	}
	.icons-row {
		flex-direction: column;
		max-height: 226px;
	}
	.pink-icon{
		width: 17px;
	    position: absolute;
	    top: 54px;
	    right: 23px;
	}
	.card {
		min-height: 452px;
	}
}

@media screen and (max-width: 340px) {
	#splitpop-ND {
        bottom: -20px;
        width: 90%;
        left: -4%;
    }
    #splitpop-ND .form-control {
	    padding: 6px;
	}
	#splitpop-ND p {
		font-size: 14px;
	}
    #conversion-modal .modal-box .box-right-content {
        padding: 20px 15px;
    }
}