/***Start Extra CSS***/


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Montserrat',sans-serif;
	scroll-behavior: smooth;
}

::-webkit-scrollbar {width:4px;}
::-webkit-scrollbar-track {background: #f5f5f5;}
::-webkit-scrollbar-thumb:hover {background:  #006acc;}
::-webkit-scrollbar-thumb {background: #487EA0;}


@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.scrollTop {
  position: fixed;
    bottom: 62px;
    right: 0;
    background: rgb(14, 183, 230);
    background: linear-gradient(153deg, rgba(14, 183, 230, 1) 21%, rgba(0, 106, 204, 1) 99%);
    padding: 10px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 4px;
    cursor: pointer;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}

html {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Montserrat',sans-serif;
	scroll-behavior: smooth;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	font-family: 'Montserrat',sans-serif;
	scroll-behavior: smooth;
}

::selection {
	background-color: #487EA0;
	color: #fff;
}

.container {
	max-width: 1200px;
}

div,
a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul {
	list-style-type: none;
	padding: 0 !important;
	margin: 0;
}


.spacer {
	clear: both;
}

a:hover {
	text-decoration: none !important;
}

a {
	text-decoration: none !important;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
td,
tr,
th
{
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}

p {
	margin-bottom: 15px;
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}

.btn-all-typo{
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    padding: 10px 38px;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
	background: #E82128;
	border: 1px solid #E82128;
}
.btn-all-typo:hover {
	background-color: #487EA0;
	color: #fff;
	border: 1px solid #487EA0;
}
.btn-all-typo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #222;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
.choose-us-btn{
	position: relative;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    margin: 0px 5px;
    border-radius: 32.5px;
    padding: 12px 33px;
    z-index: 1;
}
.choose-us-btn:hover{
	background: #ffffff;
    color: #487EA0;
}
.sec-title h5 {
    padding: 0px 55px 0px 55px;
	color: #e82128;
	font-size: 18px;
    line-height: 26px;
	text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
	position: relative;
	display: inline-block;
}
.sec-title h5:before {
    background: #e82128;
	right: 0px;
	position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 12px;
}
.sec-title h5:after {
    background: #e82128;
	position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 12px;
    left: 0px;
}
.sec-title h2 {
    color: #222;
	font-size: 40px;
    line-height: 46px;
    font-weight: 700;
	margin-bottom: 15px;
}

.clearfix {
    clear: both;
}

/***End Extra CSS***/

/*start header*/

header {
    background-color: #FFFFFF;
    color: #666666;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc !important;
}


header #logo{outline:0;}

header .top-bar .title-area {
    width: 100%;
    padding: 0;
    background-color: #FFFFFF;
}

.text-logo {
    color: #000000;
    font-family: 'Montserrat',sans-serif;
    font-size: 44px;
    font-weight: 300;
    word-wrap: break-word;
    text-transform: capitalize;
}

header .phone, header .email, header ps-user-greeting-container, header .ps-user-greeting-container a {
    font-size: 14px;
    color: #666666;
}

header .phone {
    padding: 0 20px 0 0;
    font-size: 14px;
    color: #666666 !important;
    font-weight: 500;
    font-family: 'Montserrat',sans-serif;
}

header .phone i{
    color:#487EA0;
}

header .phone:before {
    padding-right: 20px;
    vertical-align: middle;
}

header .fi-telephone svg,header .fi-shopping-cart svg {
    fill: #487EA0;
}

header .email {
    line-height: 34px;
    background-color: #FFFFFF;
    color: #487ea0;
    font-family: 'Montserrat',sans-serif;
    padding: 0 17px;
    display: inline-block;
    font-weight: 500;
    border: 1px solid #487ea0;
    text-align:center;
}

header .email:hover{color: #487ea0;}

a.email.asd {
    margin-left: 10px;
}

.visitorlink-para {
    word-break: break-all;
}

header .phone:hover,header .phone:focus,header .phone:active,header .cart:hover,header .cart:focus,header .cart:active,header .ps-user-greeting-container a:hover,header .ps-user-greeting-container a:focus,header .ps-user-greeting-container a:active {
    color: #666666;
}

header .ps-user-greeting-container {
    padding-left: 15px;
    color: #666666;
    text-transform: uppercase;
}

header table.title-area td {
    vertical-align: middle;
}

/* Menu */
header nav.top-bar,header .top-bar-section,header .top-bar-section ul,header .top-bar-section li a:not(.button) {
    background: none;
}




header .top-bar-section {
    width: 100%;
    color: #666666;
    background: transparent;
    margin: 20px 0 0;
    padding: 0;
    top: 0;
}

header .top-bar-section.cloned {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    background-color: #FFFFFF;
    padding: 5px 0;
    z-index: 99999 !important;
}

header .top-bar-section .menu>li>a:not(.button) {
    color: #666666;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    outline: none;
    padding: 0 30px 0 0;
    line-height: 2em;
    text-transform: capitalize;
    font-weight: 500;
    position:relative;
}

header .top-bar-section .has-dropdown>a:after {
    top: 50%;
    border-color: #666666 transparent transparent transparent;
}

header .top-bar-section .has-dropdown.hover>a:after,header .top-bar-section .has-dropdown.active>a:after,header .top-bar-section .has-dropdown:focus>a:after {
    top: 50%;
    border-color: #666666 transparent transparent transparent;
}

header .top-bar-section .menu>li ul {
    background: #000000;
    z-index: 99999;
    min-width:350px;
}

p.our-expo a {
    font-size: 14px;
    font-family: 'Montserrat',sans-serif;
    color: #487ea0;
    font-weight: 600;
}

header .top-bar-section .menu>li ul a{
    background:#ffffff;
   color: #666666;
    font-family: 'Montserrat',sans-serif;
    border-bottom: 1px solid #487ea0;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 5px 10px;
    line-height: 2em;
    text-transform: capitalize;
    display:block;}

header .top-bar-section .dropdown-menu .dropdown-item{
    background: #666666;
    color: #ffffff;
}

.normal-content a {
    font-weight: 600;
    color: #487ea0 !important;
}

header .top-bar-section .menu>li ul .has-dropdown.hover>a:not(.button),header .top-bar-section .menu>li ul .has-dropdown.active>a:not(.button),header .top-bar-section .menu>li ul .active>a:not(.button),header .top-bar-section .menu>li ul a:hover:not(.button) {
    background: #fff;
    color: #666666;
}

header .top-bar-section .menu>li ul a:not(.button):after {
    top: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;
    border-color: #666666 transparent transparent transparent;
}

/* SEARCH */
.search {
    width: auto;
    position: relative;
}

.searchForm>form {
    position: relative;
    left: 0;
    top: 0;
    text-align: right;
    display: block;
}

.top-bar input {
    top: 0;
}

.search input.search-text {
    padding: 0 30px 0 10px;
    text-align: left;
    width: auto;
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'Montserrat',sans-serif;
    ;font-size: 14px;
    font-weight: 300;
    border: 1px solid #000000;
}

.search .search-submit {
    opacity: 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding: 0;
    width: 25px;
    z-index: 9999;
    right: 0;
    top: 0;
    position: absolute;
}

.search .fi-magnifying-glass {
    opacity: 1;
    fill: #487EA0;
    right: 4px;
    top: 6px;
    position: absolute;
}

header .top-bar-section .has-dropdown>a:after {
    top: 50%;
    border-color: #666666 transparent transparent transparent;
}

.top-bar-section .has-dropdown>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        position:absolute;
        top: 22.5px;
        margin-right: 15px;
        right: 0;
    }
    
.top-bar-section .dropdown{
    position: absolute;
    left: 0;
    top: auto;
    display: none;
    min-width: 100%;
    background: #000000;
    z-index: 99999;
}

.top-bar-section .dropdown li {
    width: 100%;
    height: auto;
    float: none;
    display: inline-block;
}

.top-bar-section .has-dropdown {
    position: relative;
}

.top-bar-section .insurance:hover ul.dropdown{
  display:block;
}

header .navbar-toggler:focus{box-shadow: none;}
header .navbar-toggler i{color:#487EA0;font-size: 25px;}

header #navbarNavDropdown{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    text-align: left;
    background: #fff;
    top:100%;
}

header .phone-holder{
     border-top: 1px solid #999999;
      border-bottom: 1px solid #999999;
      padding: 10px;
}
 header .mobile-email {
        border-bottom: 1px solid #999999;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    header .top-bar-section .navbar-nav .nav-item{
    border-bottom: 1px solid #999999;
    display: block;
    line-height: 44px;
    width: 100%;
    padding: 5px 10px;}
    
header .sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; 
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  margin-top:0;
  padding: 15px 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

body.sticky-active{padding-top: 60px;}


/*end header*/



/*start footer*/

footer {
    color: #666666;
    background: #FFFFFF;
    padding: 0 0 126px;
    margin-top: 30px;
}

footer .follow-us {
    padding: 30px 0;
    border-bottom: 1px solid #CCCCCC;
}

 footer  .follow-us {
    padding: 30px 0;
    border-bottom: 1px solid #CCCCCC;
}

footer .newsletter label{
    font-size: 24px;
    color: #666666;
    padding-bottom: 10px;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
}

footer .newsletter .enter-email{
    text-transform: uppercase;
    background: #FFFFFF;
    width: 170px;
    padding: 0 5px;
    line-height: 28px;
    margin-right: 5px;
    border: 1px solid #666666;
    color: #666666;
    font-size: 14px;
     font-weight: 500;
    font-family: "Krub", sans-serif;
    outline: 0;
    
}

footer .newsletter .subscribe {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Krub", sans-serif;
    color: #FFFFFF;
    background: #487EA0;
    font-weight: 500;
    border: none;
    line-height: 26px;
    border: 1px solid #487EA0;
    cursor: pointer;
    min-height: 30px;
    text-align: center;
    vertical-align: top;
    padding: 1px 6px;
}

footer .newsletter.and-social-media{
    border-right: 1px solid #CCCCCC;
    padding: 27px 0;
}

footer .social-icon{
    font-size:60px;
    fill: #487EA0;
    vertical-align: initial;
}

footer .social-media-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

/*footer .social-media-icons{*/
/*    padding: 27px 0;*/
/*}*/

footer .social-media-icons li{line-height: 0;}

footer .social-media-icons li a {
    font-size: 75px;
    color: #487EA0;
    padding: 0 10px;
}

footer .address-holder {
    border-bottom: 1px solid #CCCCCC;
    line-height: 47px;
    font-size: 17px;
    text-transform: capitalize;
    padding:10px 0;
}

footer .address-holder p {
    color: #666666;
    font-size: 14px;
    font-family: "Krub", sans-serif;
}
footer .address-holder p i{
    color: #487EA0;
    font-size: 19px;
    padding-right: 5px;
}

footer .copyright-powered {
    padding: 25px 0 0 0;
}

footer .powered, footer .powered a, footer .copyright, footer .copyright a{
font-family: "Krub", sans-serif;
font-size :14px;
font-style :normal;
font-weight :400;
color:#666666;
}

footer .copyright-holder{
        padding: 20px 0;
        border-bottom: 1px solid #CCCCCC;
        border-top: 1px solid #CCCCCC;}
         
footer .copyright-holder .storename a{
        font-size: 21px;
        color:#666666 !important;
    }

@media(min-width: 940px) {
    .top-bar-section ul li {
        float: left;
    }
}

@media(max-width:991px){
        header .email {width: 235px;}
        header a.email.asd{margin-left:0;}
        header .top-bar-section{margin-top:0;}
        header #logo{width:120px;}
        
       footer .follow-us{padding:0;}
       footer .newsletter.and-social-media{border-right:0; border-bottom: 1px solid #CCCCCC;}
       footer .address-holder p span{display:block;} 
       footer .social-media-icons{padding: 27px 0 !important;}
       .get-quote-section{margin:50px 0 !important;}
       header .phone{display: block;margin: 10px 0;}
       .get-quote-section .gaq-box-1{border:none !important;}
}


/*end footer*/


/*start get a quote css*/
    
 .get-quote-section{margin:70px 0;}   
 .get-quote-section .gaq-box{padding: 50px 15px;}
 .get-quote-section .gaq-box-1{background:#f5f5f5;color:#343434;border-bottom: 2px solid #487ea0;}
 .get-quote-section .gaq-box-2{background:#487ea0;color:#ffffff;}
.get-quote-section .gaq-box .quote-icon img{width:80px;}
.get-quote-section .gaq-box:hover .quote-icon img{
    animation-name: dance_hover;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;}
    
  @keyframes dance_hover {
16.65% {transform: translateY(8px);}

33.3% {transform: translateY(-6px);}

49.95% {transform: translateY(4px);}

66.6% {transform: translateY(-2px);}

83.25% {transform: translateY(1px);}

100% {transform: translateY(0px);}
} 

.get-quote-section .gaq-box .qaq-title{
font-size: 23px;
    font-weight: bold;
    margin: 20px 0 30px 0;
}

.get-quote-section .gaq-box-1 .qaq-title a{color: #343434;}
.get-quote-section .gaq-box-2 .qaq-title a{color: #ffffff;}


.get-quote-section .gaq-box .btn-all a{
    background: #343434;
    color: #ffffff;
    padding: 12px 35px;
    font-weight:500;
}

.get-quote-section .gaq-box-2 .btn-all a{
    background:#ffffff;
    color: #343434;
}

.get-quote-section .gaq-box-2 .quote-icon img{filter: invert(1);}

/*end get a quote css*/


/*plugin custom css*/

.inner-banner-header h2{font-weight: bold;
    padding-top: 40px;
    text-align: center;
    font-size:45px;
}

.inner-ct-breadcrumb li{display:none !important;}

/*pligin css*/
 
.dhi-quote .grid-view-table-section .plan-section {
    height:72% !important;
}
 
.dhi-quote .btn:focus, .dhi-quote .btn.focus{
    box-shadow: none !important;
}
 
.dhi-quote .extra_plan_text{margin-bottom:0;}

#print_data table tr td[align="right"]{
     display:none;
}
#print_data .quote-selection{width:100%;}
.dthis-loader{width:100% !important;left:0 !important;display: flex;
align-items: center;
justify-content: center;}

.dhi-quote .grid-view-table-section .plan-section img{
width:100%;
height: 100%;
object-fit: contain;}


@media(max-width:767px){
    .inner-banner-header h2{font-size:35px;}
}



