/***Start Extra CSS***/


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Kumbh Sans", sans-serif;
	scroll-behavior: smooth;
}

::-webkit-scrollbar {width:4px;}
::-webkit-scrollbar-track {background: #f5f5f5;}
::-webkit-scrollbar-thumb:hover {background:  #006acc;}
::-webkit-scrollbar-thumb {background: #A88534;}


@-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: "Kumbh Sans", 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: "Kumbh Sans", sans-serif;
	scroll-behavior: smooth;
}

::selection {
	background-color: #A88534;
	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: #4a5565;
	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: #A88534;
	color: #fff;
	border: 1px solid #A88534;
}
.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: #A88534;
}
.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 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 #A88534;}
 .get-quote-section .gaq-box-2{background:#A88534;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: #000000;
    color: #ffffff;
    padding: 12px 35px;
    font-weight:500;}

.get-quote-section .gaq-box-2 .btn-all a{
    background:#ffffff;
    color: #000000;
}

.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;}

/*end plugin css*/


 /*start header*/

header {
    background-color: #2f2f36;
    color: #666666;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc !important;
}


header #logo{outline:0;width: 220px;}


header .top-bar .title-area {
    width: 100%;
    padding: 0;
    background-color: #FFFFFF;
}

.text-logo {
    color: #000000;
    	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    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: #ffffff !important;
    font-weight: 500;
    	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

header .phone i{
    color:#A88534;
}

header .phone:before {
    padding-right: 20px;
    vertical-align: middle;
}

header .fi-telephone svg,header .fi-shopping-cart svg {
    fill: #A88534;
}

header .email {
    line-height: 34px;
    background-color: transparent;
    color: #A88534;
    	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    padding: 0 17px;
    display: inline-block;
    font-weight: 500;
    border: 1px solid #A88534;
    text-align:center;
}

header .email:hover{color: #A88534;}

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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    color: #A88534;
    font-weight: 600;
}

header .top-bar-section .menu>li ul a{
    background:#ffffff;
   color: #666666;
    	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    border-bottom: 1px solid #A88534;
    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: #A88534 !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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    ;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: #A88534;
    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:#A88534;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*/

.site-footer {
    position:relative;
    background-color:#2f2f36;
  }
    
.footerbg{
    background:url("Modules/DothWebsite/Resources/assets/images/home/bg-hero-footer.webp");
    z-index: 1;
    opacity: .1;
    background-position: 50%;
    background-size: cover;
    position: absolute;
    inset: 0%;
}

.container-footer{
   max-width:1280px;
    margin:0px auto;
    padding:48px 16px;
    position: relative;
    z-index: 2;
}
   
   @media (min-width: 1024px) {
    .container-footer{
        padding-left: 16px;
        padding-right: 16px;
    }}

.footer-logo{margin-bottom: 16px;transform:}

.footer-logo a img{width:235px;}

 .container-footer p{
font-size: 14px;
    line-height: 21px;
    color: #fff;
 }
 
 .container-footer .about-text{max-width: 25rem;}

.site-footer .row > .col-12 h3 {
        font-size: 20px;
    color: #ccb363;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
    font-family: "Kumbh Sans", sans-serif;
    font-family: "Merriweather", serif;
    }
    .site-footer .row > .col-12 h4{
            color: #1b594f;
            font-size:16px;
            font-weight:600;
            line-height: 26px;
            margin-bottom:12px;}

.site-footer ul{margin-bottom:0;}

.site-footer .row > .col-12 ul li{
  font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 400;
    font-family: "Kumbh Sans", sans-serif;}
    
  .site-footer ul li:last-child{margin-bottom:0;}  
 
 .site-footer li a{    
     font-size: .875rem;
    line-height: 21px;
    display: flex;: center;
    gap: 8px;
    font-family: "Kumbh Sans", sans-serif;
    margin-bottom: 0;
    color: #d1d5db;
    font-weight:600;
    padding:8px 0;} 
    
.site-footer li a:hover{color:#ccb363;}

.social-icon li{margin-right:18px;}
.social-icon li svg{width:16px;height:16px;}
.social-icon li a{
color: #ffffff;
font-size: 20px;}
   
 .social-icon li a:hover{color:#ccb363;}
 
 
.quick-contact .contact .number a{padding: 0;
    font-weight: 400;
    color: #ccb363;}
    
.contact{margin-bottom:24px !important;}

.footer-bottom{
border-top: 1px solid #ffffff;
    padding-top: 32px;
    margin-top: 32px;}

.footer-bottom-menu{  
  display: flex;
    gap: 24px;
    align-items: center;}

.footer-bottom-menu li a{
    color: #ffffff;
    font-size: .875rem;
    text-decoration: underline !important;
    padding: 0;
    font-weight: normal;
}
    
.footer-bottom-menu li a svg{
    width:16px;
    height:16px;
    margin-right:6px;
}

  .footer-bottomline .copy-right-text{
    font-size: 14px;
    line-height: 21px;
    color: #fff;} 
  
  .footer-bottomline .website-text{font-size:14px;line-height: 20px;}
.footer-bottomline .website-text a{color: #49d1ba;font-weight: 500;}
.footer-bottomline .website-text a:hover{color: #1b594f;}



/*end footer*/ 


@media(max-width:767px){
    .inner-banner-header h2{font-size:35px;}
}


@media(max-width:991px){
        header a.email.asd{margin-left:0;}
        header .top-bar-section{margin-top:0;}
        header #logo{width:150px;margin-bottom:10px;}
       .get-quote-section{margin:50px 0 !important;}
       header .phone{display: block;margin: 10px 0;}
       .get-quote-section .gaq-box-1{border:none !important;}
}


