/***Start Extra CSS***/


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	scroll-behavior: smooth;
}


html {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	scroll-behavior: smooth;
}

body {
	font-size: 16px;
    color: #666;
    line-height: 28px;
    font-weight: 400;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}

::selection {
	background-color: #008a00;
	color: #fff;
}

div,
a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
    color: #020101;
}

ol, ul{padding-left:0 !important;}


.spacer {
	clear: both;
}

a:hover {
	text-decoration: none !important;
	color:#F9CA0D;
}

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: #020101;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
    transition: all .5s ease;}

b, strong {font-weight: bolder;}

.btn-all-typo{
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    padding: 10px 21px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all .5s ease;
    background: #008a00;
    text-transform: uppercase;
}

.btn-all-typo:hover {
	background: #222222 !important;color:#fff !important;
}

.btn-typo-2{background:#F9CA0D;}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.sec-title h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #008A00;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 55px;
}

.sec-title h5:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 12px;
   background: #fff;
   left: 0;
}

.sec-title h2{position: relative;
    display: block;
    font-size: 40px;
    line-height: 46px;
    color: #222;
    font-weight: 700;
}
.padding-both-side{
    padding: 0 90px;
}
/***End Extra CSS***/   

h1,h2,h3,h4,h5,h6{font-family: "Roboto", Sans-serif;}
.all-section-space{padding: 70px 0;}

/* header */

.header{background: #ffffff;}

.header-top-border{
	padding: 2px 0px 2px 0px;
	background-image: linear-gradient(223deg, #008A00 43%, #F9CA0D 98%);
}

header .top-header-num {
	border-radius: 30px !important;
    background: #F9CA0D !important;
    color: #008a00;
    padding: 8px 20px !important;
    font-size: 22px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: normal;}

header .top-header-num:hover {
        background: #F9CA0D !important;
        color: #008a00 !important;
}

top-header{padding: 5px 0;}
header .top-logo img{width: 220px;}
.top-header .border-right{padding: 9px 20px;}

.top-header .header-icon-bar a{
	background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #008A00;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
	margin-right:5px;
}


.top-header .header-icon-bar i{font-size: 18px;color: #008a00;}

header .reviews-btn{position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
	border: 2px solid #008a00;
    padding: 7px 29px;
    border-radius: 30px;
    color: #008a00 !important;}

.header-right-btn .bcat-btn{
	display: inline-block;
    font-size: 16px;
    font-weight: 700;
	border: 1px solid #ffffff;
    padding: 5px 20px;
    border-radius: 30px;color:#fff;}	

.header-right-btn .h-iq-btn{background: #F9CA0D;color: #008a00;padding: 15px 30px;}

	.navbar-light .navbar-toggler {
		color: #000;
		border: none;}
	
	.navbar-toggler:focus{box-shadow: none;}
	
	.header .navbar {background: #008a00; z-index: 1;}
	
	
.header .navbar-light .navbar-nav .nav-link{
	color: #fff;
	text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
	padding: 0 18px;
    opacity: 1;}
    
    .header .navbar-light .navbar-nav .nav-link:focus{color:#ffffff;}
    
   .header .navbar-light .navbar-nav .nav-link.disabled-link{cursor: pointer;} 
    
	.header .navbar-light .navbar-nav .nav-link:hover{color: #F9CA0D;}
	.header .navbar-light .navbar-nav .nav-link:after{
		display:block;
		content: '';
		border-bottom: solid 1px #ffffff;  
		transform: scaleX(0);  
		transition: transform 250ms ease-in-out;}

	  .header .navbar-light .navbar-nav .nav-link:hover:after { transform: scaleX(1);}

	
	.header .navbar-nav>.nav-item {
		position: relative;
		padding: 15px 0;
	}
	
	.navbar-nav .nav-item .sub-menu {
		position: absolute;
		background: #fff;
		top: 100%;
		left: 0;
		display: none;
		margin-top: 0;
		margin-bottom: 0;
		min-width: 260px;
		z-index: 99;
		transition: all 0.3s ease-in-out;
		box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
	}
	
	.header .navbar-nav > li:hover > .sub-menu {display: block;}
	.header .navbar-nav > li > .sub-menu li > .inner-submenu{left: 100%;right: 0;top: 0;}
	.header .navbar-nav > li > .sub-menu li:hover > .inner-submenu{display: block;}
	
	
	header .dropdown{margin:10px 0;}
	
	.dropdown-menu{
		background: #fff;
		padding: 15px 0;
		top: 100%;
		left: 0;
		margin-top: 0;
		margin-bottom: 0;
		z-index: 99;
		border-radius: 0 0 3px 3px;
		transition: all 0.3s ease-in-out;
		box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
		min-width:100%;
	}
	
	header .dropdown .dropdown-item{white-space: break-spaces;}
	header .dropdown-toggle::after{display:none;}


	.navbar-nav .dropdown-menu a,
	.navbar-nav .nav-item .sub-menu a {
		color: #222;
		font-size: 15px;
		font-weight: 500;
		line-height: normal;
		padding: 7px 0;
		position: relative;
		transition: all .3s linear 0ms;
	}
	
	.navbar-nav .dropdown-menu a:hover,
	.navbar-nav .nav-item .sub-menu a:hover {
		color: #008a00;
	}
	.navbar-nav .dropdown-menu li,
	.navbar-nav .nav-item .sub-menu li {
	position: relative;
    width: 100%;
    padding: 11px 30px;
    border-bottom: 1px solid #eee;
	}
	
.navbar-nav .dropdown-menu a{padding: 0;background: unset;}
/* .sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
} */
header{
position: sticky;
top: 0;
z-index: 1000;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);}

.navbar-toggler:focus {box-shadow: none !important;}

/* header end */

/* start footer */
.footer{background: #fff;}
.footer .footer_in{padding: 40px 0;border-top: 1px solid #e1e1e1; background: #008A00;}
.footer .footer-logo img{width:270px;}
.footer  .footer-heading{
color: #ffffff;
font-family: "Roboto", Sans-serif;
font-size: 36px;
font-weight: 200;
text-transform: capitalize;}

.footer ul li, .footer ul li a{
	line-height: 30px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    display: flex;
    align-items: center;
    transition: color .3s;
    font-family: "Poppins", sans-serif;
}

.footer ul li a:hover{color:#f9ca0d;}

.footer  ul li i{color:#f9ca0d;}
.footer .footer-bottom{padding: 5px 0;background: #F9CA0D;}
.footer .footer-bottom a, .footer .footer-bottom p{color:#008a00;font-size:15px;}
.footer .footer-social li i{
	color: #008A00;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-left: 10px;
    border-radius: 5px;
}
/* end footer */

  /****MEDIA QUERY****/
@media(max-width:1025px){
  .header .navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
  }
 
  .padding-both-side {
    padding: 0 30px;
  }
}

  @media(max-width:992px){
  .navbar-light .navbar-toggler .fa-bars{
    color: #000 !important;}
 
 .ct-header-top-info{
    justify-content: space-between !important;
  }
 
}

 @media(max-width:991px){
     
.header-right-btn .bcat-btn{
    margin-bottom: 20px;
  }
  
.mobile-toogle-bg-responsive{
   background-color: #fff !important; 
}

  
   .header-icon-bar{
    margin-bottom: 20px;
  }
  
   header .top-header-num{
    background-color: unset;
    border: unset;
    border-radius: unset;
    padding: unset;
  }
  .top-header .border-right{
    border: unset;
    padding: unset;
  }
  
  .header .navbar-light .navbar-nav .nav-link{
    text-align: left !important;
    padding: 0 !important;
  }
  
   .header-right-btn .h-iq-btn{
    padding: 11px 20px;
  }
  
  .header .navbar{
    z-index: 111;
  }
  .header-icon-bar a{
    color: #fff;
  }
 
 
 .footer .footer-logo img{width:100%;}
 .margin-top-responsive{margin-top:30px !important;}
 
 
 .navbar-collapse{
    position: absolute;
    top: 76px;
    background: black;
    width: 100%;
    left: 0px;
    right: 0px;
    padding: 30px;
    z-index: 111111;}
  
.header .navbar-collapse .navbar-nav>.nav-item{padding: 10px 0;}
  
 }

@media(min-width:992px) and (max-width:1200px){
        .header-right-btn .bcat-btn {margin-bottom: 0px;}

.navbar-collapse{padding:0px;top:0;}

.header .navbar-nav>.nav-item{padding: 15px 7px;}

.header-right-btn .h-iq-btn{
    padding: 11px 20px;}
  
  .header .navbar-light .navbar-nav .nav-link{padding: 0;}
}

@media(max-width:767px){
  header .top-header{padding:10px 0;}
  header .top-logo img{width:100%;margin-bottom: -4px;}
}


/* start get a quote css */
.get-quote-section .row .quote-box{padding: 50px 15px; text-align: center;display: flex;align-items: center;justify-content: center;flex-direction: column;}

.get-quote-section .row > div:nth-child(1) .quote-box{
  background-image: linear-gradient(to bottom, rgba(0, 138, 0, 0.4), rgba(249, 202, 13, 0.8)), url('/modules/dothwebsite/images/home/supervisa-bg.webp');
  background-size: cover;
  background-position: top center;}

  .get-quote-section .row > div:nth-child(2) .quote-box{
    background-image: linear-gradient(to bottom, rgba(0, 138, 0, 0.4), rgba(249, 202, 13, 0.8)), url('/modules/dothwebsite/images/home/visitor-bg.webp');
    background-size: cover;
    background-position:top center;}

    .get-quote-section .row > div:nth-child(3) .quote-box{
      background-image: linear-gradient(to bottom, rgba(0, 138, 0, 0.4), rgba(249, 202, 13, 0.8)), url('/modules/dothwebsite/images/home/travel-bg.webp');
      background-size: cover;
      background-position:top center;}

      .get-quote-section .row > div:nth-child(4) .quote-box{
        background-image: linear-gradient(to bottom, rgba(0, 138, 0, 0.4), rgba(249, 202, 13, 0.8)), url('/modules/dothwebsite/images/home/coverageneed-bg.webp');
        background-size: cover;
        background-position:top center;}

.get-quote-section .quote-box .q-icon{
  background:#ffffff;
  width:80px;height:80px;
  border-radius:50px;
  display: flex;
  align-items: center;
  justify-content: center;}

.get-quote-section .quote-box .q-icon img{width:60px;height: 60px;object-fit: contain;padding:5px;}
.get-quote-section .quote-box .q-title h3{
	color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
	margin: 20px 0 15px;
	text-transform: capitalize;
}

.get-quote-section .quote-box .q-title h3:after {content:''; 
  display:block;
   width:80px; height:4px;
    background:#F9CA0D;
     margin:0 auto;
    margin-top:5px;
    margin-bottom:25px;}
.get-quote-section .quote-box .q-title h3 a{color:#ffffff;font-family: "Poppins", serif;text-shadow: 1px 1px 2px #202020;}

.get-quote-section  .quote-box .btn-all-typo:hover{
  color: #008a00 !important;
  background: #ffffff !important;
} 

/* end get a quote css */


/*plugin custom css*/
.inner-banner-section{padding: 50px 0;background: #dbdbdb;}
.inner-ct-breadcrumb, .inner-banner-header h2{margin:0;}

.inner-ct-breadcrumb li{display:none !important;}

.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;}





