@charset "utf-8";
/* CSS Document */



/*-----------------------
MAIN CSS START
------------------------*/
.wrapper{
	float: left;
	width: 100%;
	/* min-height:100vh; */
	position:relative;
	}
.hidden{display:none;}

/*-----------------------
		BANNER
------------------------*/	
.bnr-section{
	float:left;
	width:100%;
	height:540px;
	background:url(https://fastquotes.com/wp-content/uploads/2024/10/bnr-bg.webp) no-repeat center top #00122f;
	padding-top:80px;
	}	
.bnr-heading{
    float: left;
    width: 100%;
    font-size: 44px;
    line-height: 52px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight: 600;
	margin: 0;
	}
.bnr-section > p, .bnr-section .container {
    max-width: 75%;
    margin: auto;
    text-align: center;
}
/*-----------------------
/*-----------------------
Section-1
------------------------*/
.section-1{
	background:#fff;
	float:left;
	width:100%;
	/* padding:0 0 70px;*/
	padding: 0
	}
.contact-block{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 670px;
    min-height: 400px;
    background: #ffffff;
    padding-bottom: 50px;
    margin-top: -190px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
	}
.cont-header{
	float:left;
	width:100%;
	text-align:left;
	background:#3b82f6;
	padding:15px 23px 15px 95px;
	font-size:14px;
	line-height:25px;
	letter-spacing:0.5px;
	color:#fff;
	position:relative;
	border-radius:15px 15px 0 0;
	}
.cont-header span{
	font-weight:bold;
	font-size:25px;
	}	
.cont-header p{
	font-size: 16px;
}
.w-icon{
	position:absolute;
	left:20px;
	top:13px;
	width:60px;
	height: 60px;
	border-radius:50%;
	border: 2px solid #fff;
	}	
.contact-box{
	float:left;
	width:100%;
	text-align:left;
	padding:25px 40px 18px 30px;
	}	
.agent-row{
	float:left;
	width:100%;
	padding-left:60px;
	position:relative;
	}
.agent-pic{
	position:absolute;
	left:0;
	bottom:-2px;
	width:45px;
	height: 45px;
	border-radius:50%;
	border: 2px solid #1e40af;
	}
.agent-header{
	float:left;
	width:100%;
	text-align:left;
	
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}	
.agent-box{
	background:#efe8f5;
	width:40px;
	height:40px;
	text-align:center;
	border-radius:50%;
	position:relative;
	overflow:hidden;
	}	
.agent-box img{
	width:100%;
	}	
.agent-cont{
	width:calc(100% - 40px);
	padding-left:10px;
	}
.agent-cont p{
	font-size:15px;
	line-height:19px;
	color:#333333;
	}
.agent-cont p span{
	color:#2b6db7;
	font-weight:700;
	}
.contact-txt1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:23px;
	color:#fff;
	letter-spacing:0.3px;
	}	
.text-bg-left{
	display:inline-block;
	vertical-align:middle;
	background:#3b82f6;
	border-radius:10px;
	padding:15px 20px;
	position:relative;
	box-shadow:2px 3px 10px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 3px 10px 2px rgba(0,0,0,0.2);
	}
.comment-icon{
	position:relative;
	}
.comment-icon:before{
	position:absolute;
	left:-12px;
	bottom:0;
	border-bottom:15px solid #3b82f6;
	border-left: 22px solid transparent;
	content:"";
	}
.contact-txt2{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#fff;
	letter-spacing:0.3px;
	margin-top:17px;
	}	
.medium{ font-weight:500;}
.typing{
	float:left;
	width:100%;
	color:#fff;
	font-size:20px;
	font-weight:500;
	opacity:1;
	margin:17px 0 0 0;
	position:relative;
	}
.typing span{
	content: '';
    animation: blink 1.5s infinite;
    animation-fill-mode: both;
    height: 5px;
    width: 5px;
    background:#fff;
    border-radius: 50%;
	display:inline-block;
	vertical-align:middle;
	margin-top:4px;
	}
.typing span:nth-child(2){
	animation-delay: .2s;
	margin-left: 4px;
	}
.typing span:nth-child(3){
	animation-delay: .4s;
	margin-left: 4px;
	}

@keyframes blink {
  0% {
    opacity: .1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}

.btnbox{
	margin:10px auto 0;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: start;
	}
.comon-btn{
	width:48%;
	max-width:200px;
	height:55px;
	background:#ff611e;
	border:2px solid #ff611e;
	text-align:center;
	font-size:18px;
	line-height:52px;
	border-radius:50px;
	color:#fff;
	font-weight:700;
	letter-spacing:0.5px;
	margin-top:10px;
	margin-right:2%;
	}
.no-btn{
	border:2px solid #ff611e;
	color:#ff611e;
	background:#fff;
	}
.call-btn{
	max-width:250px;
	}
.recipient-header{
	float:left;
	width:100%;
	margin-bottom:25px;
	padding-right:15px;
	}	
.recipient-box{
	background:#dfdfdf;
	width:40px;
	height:40px;
	text-align:center;
	border-radius:50%;
	font-size:14px;
	line-height:40px;
	color:#333333;
	font-weight:700;	
	}	
.recipient-cont{
	float:right;
	}
.recipient-cont p{
	display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 10px;
    padding: 15px 30px;
    position: relative;
	font-size:20px;
	line-height:21px;
	color:#0061ff;
	font-weight:500;
	box-shadow:3px 4px 10px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:3px 4px 10px 2px rgba(0,0,0,0.2);
	}	
.recipient-cont p:before{
	position:absolute;
	right:-12px;
	bottom:-5px;
	border-bottom:20px solid #fff;
	border-right: 22px solid transparent;
	content:"";
	box-shadow:3px 3px 10px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:3px 3px 10px 2px rgba(0,0,0,0.2);
	clip-path: polygon(0 0, 0% 0, 100% 100%, 0 75%);
	}						
.imp-txt{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#333333;
	font-weight:300;
	margin-top:20px;	
	}	
.congrts-text{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:10px;
	}					

.footer{
	float:left;
	width:100%;
	padding-bottom:30px;
	color:#333;
	font-size:15px;
	letter-spacing:0.5px;
	}
div#flipdown {
    font-weight: 600;
}
/*========Media Query========*/
.show-mob, .show-tab, .show-400{display: none;}

.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

}

@media only screen and (min-width: 768px) and (max-width: 1100px)  {
	.bnr-heading{font-size: 35px;line-height: 45px;}
	.container{margin: auto;}
}
@media only screen and (max-width:767px){
	div#chat-container-main{max-width: 100%;} //chat container full width on mobile
	
	div#chat-container-main {padding-bottom: 10px !important;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}
	.bnr-section > p, .bnr-section .container{max-width: 100%;}

.bnr-section{height:345px; padding:0; background-size:cover;}

.section-1{ padding:22px 0 35px;}
.bnr-heading{ font-size:28px; line-height:34px; margin-top:13px;}
.cont-header{ padding:13px 15px 13px 80px;line-height: 24px;}
	.cont-header p{font-size: 18px;}
.cont-header span {font-size: 22px;}
.w-icon{top:14px; left:17px;width: 50px;height: 50px;}

.contact-block{ margin-top:-150px;}
.contact-box{padding: 15px 20px 10px 15px;}
.agent-row { padding-left: 40px;}
.agent-pic{ width:25px;height: 25px;}
.contact-txt1,.contact-txt2{ font-size:18px; margin: 5px 0;font-weight: 600;}
/*.contact-txt2{ margin-top:12px;}*/
.text-bg-left {padding: 15px 15px;}

.recipient-header {padding-right: 10px;}
.recipient-cont p{ font-size:18px; line-height:20px; letter-spacing:0.3px;padding: 12px 25px;font-weight: 600;}
.typing{ font-size:18px;font-weight: 600;}

.btnbox {margin: 5px auto 0;}
.comon-btn{ height: 45px;font-size: 18px; line-height: 40px;margin-top: 5px;  letter-spacing:0.5px;font-weight: 600;}
.call-btn{ width:100%; margin-right:0;}

}

@media only screen and (max-width:532px){
	.bnr-section{height:370px;}
}

@media only screen and (max-width:432px){
	.bnr-section{height:395px;}
	.bnr-heading{font-size: 22px;}
}

@media only screen and (max-width:361px){
	.bnr-section{height:440px;}
}

@media only screen and (max-width:408px){
.show-400{display:block;}
}

/**
 * Animations
 */
@-webkit-keyframes buttonWiggle {
	0% {
		transform: rotate(0deg);
	}
	5% {
		transform: rotate(0deg);
	}
	7% {
		transform: rotate(-2deg);
	}
	8.5% {
		transform: rotate(2deg);
	}
	10% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes buttonWiggle {
	0% {
		transform: rotate(0deg);
	}
	5% {
		transform: rotate(0deg);
	}
	7% {
		transform: rotate(-2deg);
	}
	8.5% {
		transform: rotate(2deg);
	}
	10% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes buttonWiggle2 {
	0% {
		transform: rotate(0deg);
	}
	5% {
		transform: rotate(0deg);
	}
	7% {
		transform: rotate(-5deg);
	}
	8.5% {
		transform: rotate(5deg);
	}
	10% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes buttonWiggle2 {
	0% {
		transform: rotate(0deg);
	}
	5% {
		transform: rotate(0deg);
	}
	7% {
		transform: rotate(-5deg);
	}
	8.5% {
		transform: rotate(5deg);
	}
	10% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes buttonPulse {
	to {
		box-shadow: 0 0 0 8px rgba(47, 158, 233, 0);
	}
}

@keyframes buttonPulse {
	to {
		box-shadow: 0 0 0 8px rgba(47, 158, 233, 0);
	}
}

.agent-row .step1Btn,
.agent-row .step2Btn[data-text="Yes"],
.agent-row .step3Btn[data-text="Yes"],
.agent-row .call-btn {
	-webkit-animation: buttonWiggle 3s infinite, buttonPulse 3s infinite cubic-bezier(0.16, 0.01, 0, 1.51);
      animation: buttonWiggle 3s infinite, buttonPulse 3s infinite cubic-bezier(0.16, 0.01, 0, 1.51);
      box-shadow: 0 0 0 0 rgba(255, 97, 30, 0.7);
}

.thankyou-page .bnr-section{
	height: auto;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	background-position: center;
}

.thankyou-page .bnr-section .bnr-heading{
	margin: 0;
	padding-top: 60px;
	padding-bottom: 60px;
}

/**
 * Bottom Security Icons
 */
.bottom-security-icons {
  /*visibility: hidden;*/
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  background: white;
  padding: 10px 0;
  white-space: nowrap;
}

.bottom-security-icons-fixed {
  position: fixed;
}

.bottom-security-icons-absolute {
  position: absolute !important;
}

.bottom-security-icons>* {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  text-align: left;
}

.bottom-security-icons>div:first-child {
  margin-left: 270px;
}

.bottom-security-icons .truste-certified {
  max-width: 135px;
}

.bottom-security-icons .norton {
  max-width: 120px;
}

.bottom-security-icons .bbb {
  max-width: 110px;
}

@media (max-width: 820px) {
  .bottom-security-icons {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .bottom-security-icons>div:first-child {
    margin-left: 0;
  }

  .bottom-security-icons>div:last-child>div:last-child {
    display: inline-block;
    white-space: break-spaces;
    font-size: 11px !important;
  }
}

@media (max-width: 500px) {
  .bottom-security-icons .truste-certified {
    max-width: 115px;
  }

  .bottom-security-icons .norton {
    max-width: 100px;
  }

  .bottom-security-icons .bbb {
    max-width: 90px;
  }
}

@media (max-width: 450px) {
  .bottom-security-icons {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }

  .bottom-security-icons>div:last-child {
    margin-right: 0 !important;
  }

  .bottom-security-icons>div:last-child>div:last-child {
    font-size: 10px !important;
  }

  .bottom-security-icons>div:last-child>div:last-child>span {
    display: block;
  }

  .bottom-security-icons>div:last-child>div:last-child>span.space {
    display: none;
  }
}

@media (max-width: 400px) {
  .bottom-security-icons .truste-certified {
    max-width: 95px;
  }

  .bottom-security-icons .norton {
    max-width: 80px;
  }

  .bottom-security-icons .bbb {
    max-width: 70px;
  }
}

@media (max-width: 300px) {
  .bottom-security-icons .truste-certified {
    max-width: 85px;
  }

  .bottom-security-icons .norton {
    max-width: 70px;
  }

  .bottom-security-icons .bbb {
    max-width: 60px;
  }
}

.flipdown > .rotor-group:nth-child(1),
.flipdown > .rotor-group:nth-child(2){
  display:none;
}

.flipdown .rotor-group-heading{
  display:none;
}

/********** Theme: light **********/
/* Font styles */
.flipdown.flipdown__theme-light {
  font-family: sans-serif;
  font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #ffffff;
}
/* Delimeters */
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #cfd4d9;
}
/* Rotor tops */
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222222;
  background-color: #f6f8f9;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333333;
  background-color: #ffffff;
}
/* Hinge */
.flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 1px #e2e5e9;
}

/* Small flipdown */
.flipdown-sm {
  width: auto;
  height: auto;
  display: inline-block;
}

.flipdown-sm .rotor {
  font-size: 2.2rem;
  margin-right: 3px;
}

.flipdown-sm .rotor,
.flipdown-sm .rotor-leaf,
.flipdown-sm .rotor-leaf-front,
.flipdown-sm .rotor-leaf-rear,
.flipdown-sm .rotor-top,
.flipdown-sm .rotor-bottom,
.flipdown-sm .rotor:after {
  width: 30px;
}

.flipdown-sm .rotor-group {
  padding-right: 20px;
}

.flipdown-sm .rotor-group:last-child {
  padding-right: 0px;
}

.flipdown-sm .rotor-group-heading:before {
  font-size: 0.8rem;
  height: 20px;
  line-height: 20px;
}

.flipdown-sm .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown-sm .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  left: 69px;
}

.flipdown-sm .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  bottom: 13px;
  height: 8px;
  width: 8px;
}

.flipdown-sm .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  bottom: 29px;
  height: 8px;
  width: 8px;
}

.flipdown-sm .rotor-leaf-front,
.flipdown-sm .rotor-top {
  line-height: 50px;
}

.flipdown-sm .rotor-leaf,
.flipdown-sm .rotor {
  height: 50px;
}

.flipdown-sm .rotor-leaf-front,
.flipdown-sm .rotor-leaf-rear,
.flipdown-sm .rotor-top,
.flipdown-sm .rotor-bottom,
.flipdown-sm .rotor:after {
  height: 25px;
}

.agent-chat .hidden{
  display:none!important;
}

.footer_container {
    border-top: 1px solid #D5D5D5;
    padding-bottom: 20px;
	
}

.footer_inner {
    max-width: 1287px;
    width: 100%;
    margin: 0 auto;
    padding: 0 45px;
}

.footer_links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13px 0;
}

.footer_link {
    text-decoration: none;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
}

.footer_links span {
    margin: 0 11px;
    font-weight: 400;
    color: #D5D5D5;
}

.footer_text {
    color: #B5B5C3;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 119%;
	margin-bottom: 15px;
}

.footer_text:first-child {
	margin-bottom: 15px;
}

.footer_text_link {
	color: #0061ff;
}

#DownsellNumber {
	display: none !important;
}
@media(max-width: 480px){
	.bnr-heading{font-size: 20px;line-height: 28px;margin-top: 5px;}
	.contact-block{margin-top: -225px;}
	.section-1{padding-bottom: 0;}
	.bnr-section > p, .bnr-section .container{max-width: 100%;}
	#_header_row-3-7 .oxy-header-container{flex-direction: unset !Important;}
}
@media(max-width: 420px){
		.contact-block{margin-top: -260px;}
		.bnr-heading{font-size: 18px;}
}
@media(max-width: 360px){
	.contact-block{margin-top: -290px;}
}
