/*===== Page reset css declaration =====*/

*,
::after,
::before {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

/*===== Base Css Declaration =====*/

html {
  font-size: 62.5%;
  max-zoom: 80%;
  min-zoom: 80%;
  zoom: 80%;
}

body {
  box-sizing: inherit;
  font-family: "Montserrat", "sans-serif";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  user-select: none;
  overflow: hidden auto !important;
}
.modal-open {
  overflow-x: hidden !important;
}

::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.2);
  height: 6px;
}

::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
  width: 7px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 6px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #00b0cb;
}

a,
input,
button,
select,
textarea {
  outline: none !important;
  box-shadow: none !important;
}

/********** Common Class *********/

.tp-title {
  margin-bottom: 40px;
}

.grey-box {
  padding: 40px;
  background-color: #fafafa;
  margin-bottom: 30px;
}

.grey-box img {
  max-width: 60px;
  transition: all 0.2s ease-in-out;
}

.grey-box:hover img {
  scale: 1.4;
}

.angle-double-right li {
  position: relative;
}

.angle-double-right li:before {
  margin-right: 10px;
  font-family: FontAwesome;
  top: 0;
  left: -5px;
  content: "\f101";
  color: #62656a;
}

.tp-page-header {
  background-color: #f3f6fb;
  border-bottom: 1px solid #e2e6ed;
}

.tp-page-header .page-header {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: none;
}

.tp-page-header .page-header .lead {
  font-weight: 500;
  color: #303235;
  font-size: 23px;
}

.tp-breadcrumb .breadcrumb {
  padding: 15px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-bottom: 1px solid #e2e6ed;
  border-radius: 0px;
  font-size: 14px;
}

.tp-breadcrumb .breadcrumb > li {
  display: inline-block;
}

.tp-breadcrumb .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #a0a4ae;
  font-family: FontAwesome;
  content: "\f105";
}

.tp-breadcrumb .font-option {
  padding: 15px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-bottom: 1px solid #e2e6ed;
  border-radius: 0px;
  font-size: 14px;
  text-align: right;
}

.tp-breadcrumb .font-option a {
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 4px;
  background-color: #d6e0f1;
  font-weight: 800;
}

.tp-breadcrumb .font-option a:hover {
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 4px;
  background-color: #fb5528;
  color: #fff;
}

.navbar-bright {
  background-color: #111155;
  color: #fff;
}

.promo-grey-box {
  padding: 30px;
}

.affix-top,
.affix {
  position: static;
}

#faqsidebar li {
  width: 100%;
}

#faqsidebar li .nav-link.active {
  color: #fff;
  text-decoration: none;
  background-color: #00b0cb;
  font-weight: 400;
}

#faqsidebar li.active a {
  color: #000000;
}

.nav-faqsidebar ul.nav li a {
  border: 1px solid #e2e6ed;
  color: #000000;
  font-size: 2.2rem;
  display: block;
  padding: 20px 15px;
  text-transform: capitalize;
}

.nav-faqsidebar ul.nav li a:hover {
  color: #00b0cb;
  text-decoration: none;
  background-color: #f3f6fb;
}

#faqsidebar .nav-item .nav-link.active:hover {
  background-color: #00b0cb;
}

.nav-faqsidebar .nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #f3f6fb;
}

.nav-faqsidebar ul.nav li a.back {
  color: #fb5528;
  margin-top: 30px;
  margin-bottom: 30px;
}

/********** Common Class End *********/

/**********  Expert Cover Header Start *********/

header .header-bottom .nav-link {
  font-size: 2.4rem;
}

header .header-bottom .dropdown-item {
  font-size: 2rem;
}

.header-top {
  background-color: #00b0cb;
  padding: 5px 0px;
}

.header-top .cta-box .btn-group ul.dropdown-menu {
  padding: 30px;
  border-radius: 0px;
  border: none;
  margin: 0px 0 0;
}

.header-top .cta-box .btn-group ul.dropdown-menu li {
  margin-bottom: 10px;
  margin-bottom: 10px;
}

.header-top .cta-box .btn-group ul.dropdown-menu li a {
  color: #62656a;
  padding: 0px;
  background-color: transparent;
}

.header-top .cta-box .btn-group ul.dropdown-menu li a:hover {
  color: #00b0cb;
}

.header-top .cta-box .btn-group ul.dropdown-menu li a i {
  color: #00b0cb;
  padding-right: 10px;
}

.header-top .btn-group.open .dropdown-toggle {
  color: #fff;
}

.header-top .call {
  color: #000000;
  font-weight: 700;
  margin-right: 15px;
  font-size: 2rem;
}

.navbar-brand {
  padding: 0px;
}

#search_div {
  background-color: #fafafa;
  position: relative;
  color: #000000;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.search-open {
  height: 120px;
  transform: scaleY(1);
}

.search-close {
  height: 0px;
  transform: scale(0);
}

/********* Navbar *********/

.tp-navbar .navbar {
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
}

.tp-navbar .navbar-default {
  background-color: #fff;
  border-bottom: 1px solid #e2e6ed;
}

.tp-navbar .nav > li > a {
  padding-left: 25px;
  padding-right: 25px;
  border-left: 1px solid #e2e6ed;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: -1px;
  color: #303236;
  font-weight: 600;
}

.tp-navbar .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tp-navbar .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #00b0cb;
  background-color: transparent;
}

.tp-navbar .navbar-nav > li > a i {
  padding-left: 10px;
}

.tp-navbar .nav > li:last-child {
  border-right: 1px solid #e2e6ed;
}

.tp-navbar .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px;
  margin: 2px -1px 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e2e6ed;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px px rgba(0, 0, 0, 0.175);
}

.tp-navbar .dropdown-menu > li > a {
  display: block;
  padding: 10px 60px 10px 20px;
  clear: both;
  font-weight: 400;
  line-height: 18px;
  color: #62656a;
  white-space: nowrap;
}

.tp-navbar .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active,
.dropdown-menu > li > a.active {
  color: #fff;
  text-decoration: none;
  background-color: #00b0cb;
}

.tp-navbar .dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  margin-top: -1px;
}

.tp-navbar .dropdown-menu li:hover .sub-menu {
  display: block;
}

.tp-navbar .social-menu li i {
  padding-right: 10px;
}

.tp-navbar .social-menu li i.facebook {
  color: #3a5795;
}

.tp-navbar .social-menu li i.google {
  color: #de4231;
}

.tp-navbar .social-menu li i.twitter {
  color: #55acee;
}

.tp-navbar .social-menu li i.youtube {
  color: #dd2826;
}

.tp-navbar .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #00b0cb;
  background-image: none;
  border: 1px solid #00b0cb;
  border-radius: 4px;
}

.tp-navbar .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.tp-navbar .navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  border: 1px solid #fb5528;
  background-color: #fb5528;
}

/********** Expert Cover slider *********/
.slider-caption {
  position: absolute;
  bottom: 125px;
  width: 25%;
  background-color: #fff;
  padding: 40px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.slider-caption h1 {
  font-size: 29px;
  line-height: 42px;
}

.slider-caption p {
  font-size: 17px;
}

/********* Expert Cover Products *********/
#owl-demo .item {
  margin: 3px;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.tp-product {
  padding-top: 120px;
}

.tp-product .product-thumb .grey-box {
  padding: 40px;
  background-color: #fafafa;
  margin-bottom: 30px;
}

.tp-product .product-thumb .grey-box span.icon {
  display: block;
  text-align: right;
}

.tp-product .product-thumb .grey-box i {
  color: #00b0cb;
  font-size: 45px;
  text-align: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tp-product .product-thumb .grey-box:hover i {
  font-size: 65px;
  color: #fb5528;
}

/********* Agent Section *********/

.tp-agent-section {
  background: url("../images/agent-pic.jpg") no-repeat bottom center scroll;
  background-size: cover;
  /* margin-bottom: 100px; */
}

/********* Testimonial Section ********/

.tp-testimonial .circle-icon .quote-circle {
  color: #fff;
  padding: 18px 20px;
  border-radius: 100px;
}

.tp-testimonial .circle-icon .orange-quote {
  background-color: #00b0cb;
}

.tp-testimonial .circle-icon .blue-quote {
  background-color: #00b0cb;
  margin-left: -10px;
}

.tp-testimonial .quote-ct {
  margin-top: 60px;
}

.tp-testimonial p.quote-text {
  font-size: 25px;
  line-height: 42px;
  font-style: italic;
}

.tp-testimonial p.name {
  color: #00b0cb;
  margin-bottom: 10px;
  font-size: 24px;
}

.tp-testimonial .name .location {
  color: #565b62;
}

/******** Expert Cover Cta Section ********/

.tp-cta-section {
  text-align: center;
}

.tp-cta-section .cta-box {
  padding: 60px 50px;
  background-color: #00b0cb4d;
  margin-bottom: 30px;
}

.tp-cta-section .cta-box i {
  padding-bottom: 30px;
}

.tp-cta-section .cta-box-medium {
  background-color: #00b0cb4d;
}

/******** Expert Cover Blog ********/

.tp-blog-news .thumb-box {
  border-bottom: 1px solid #ddd;
}

.tp-blog-news .thumb-box .tp-pic {
  overflow: hidden;
  margin-bottom: 30px;
}

.tp-blog-news .thumb-box .tp-pic img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  max-width: 100%;
}

.tp-blog-news .thumb-box .tp-pic:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  background-color: #fb5528;
}

.tp-blog-news .thumb-box .tp-meta {
  text-align: center;
  color: #00b0cb;
  font-size: 13px;
  text-transform: uppercase;
}

.tp-blog-news .thumb-box .tp-meta .meta-date,
.meta-user {
  padding-right: 20px;
}

.tp-blog-news .thumb-box .tp-meta .meta-date i,
.meta-user i {
  padding-right: 10px;
}

/********* Expert Cover Partner **********/

.tp-partner-section .logo-thumb img {
  /* margin-bottom: 30px; */
  padding: 20px;
  border: 1px solid #b4b1b1;
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.tp-partner-section .logo-thumb img.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tp-partner-section .logo-thumb img.desaturate:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  cursor: pointer;
}

/******** Expert Cover Newsletter *********/

.tp-newsletter {
  background-color: #fafafa;
  padding-top: 60px;
  padding-bottom: 60px;
}

.tp-newsletter .news-title h2 i {
  color: #fb5528;
  padding-right: 20px;
}

.tp-newsletter .newsletter button.tp-btn-orange {
  color: #fff;
  font-size: 15px;
  padding: 10px 30px 10px 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 0px;
  border: none;
}

/********* Expert Cover footer******/

.tp-footer {
  background-color: #303236;
  padding-top: 80px;
  padding-bottom: 80px;
}

.tp-footer .ft-aboutus .ft-logo {
  margin-bottom: 30px;
}

.tp-footer h2 {
  color: #fff;
}

.tp-footer .ft-links ul li i {
  padding-right: 10px;
}

.tp-footer .ft-links ul li a {
  color: #62656a;
}

.tp-footer .ft-links ul li a:hover {
  color: #fb5528;
}

.tp-footer .ft-links-social ul li {
  float: left;
  padding-right: 10px;
}

.tp-footer .ft-links-social ul li a {
  color: #62656a;
  font-size: 20px;
}

.tp-footer .ft-links-social ul li a:hover {
  color: #fb5528;
  font-size: 20px;
}

.tp-tiny-footer {
  background-color: #24262a;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tp-tiny-footer .copyright-text {
  padding-top: 10px;
}

.tp-tiny-footer .tiny-ft-links {
  padding-top: 10px;
}

.tp-tiny-footer .tiny-ft-links ul {
  float: right;
}

.tp-tiny-footer .tiny-ft-links ul li a {
  color: #62656a;
}

.tp-tiny-footer .tiny-ft-links ul li a:hover {
  color: #fb5528;
}

.tp-tiny-footer .tiny-ft-links ul li {
  float: left;
  padding-right: 30px;
}

/*************************
  Expert Cover Inner Pages
**************************/

.tp-product-page .product-img {
  overflow: hidden;
}

.tp-product-page .product-img img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  max-width: 100%;
  opacity: 0.9;
}

.tp-product-page .product-img:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  background-color: #fb5528;
  opacity: 1;
}

.tp-product-page .product-thumb .grey-box {
  padding: 20px;
  background-color: #fafafa;
  margin-bottom: 30px;
}

.tp-product-page .product-thumb {
  min-height: 250px;
}

.tp-product-page .product-thumb .grey-box {
  padding: 20px;
  background-color: #fafafa;
  margin-bottom: 30px;
}

.tp-product-page .product-thumb .grey-box span.icon {
  display: block;
  text-align: right;
}

.tp-product-page .product-thumb .grey-box i {
  color: #00b0cb;
  font-size: 45px;
  text-align: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tp-product-page .product-thumb .grey-box:hover i {
  font-size: 65px;
  color: #fb5528;
}

/*** Features ******/
.feature-section {
  margin-top: 60px;
}

.feature-title {
  margin-bottom: 30px;
}

.feature-box {
  margin-bottom: 30px;
}

.feature-box i {
  font-size: 27px;
}

.feature-box:hover i.feature-icon {
  color: #fb5528;
  border: 3px solid #fb5528;
}

.feature-box i.feature-icon {
  color: #bdc0c6;
  border: 3px solid #bdc0c6;
  padding: 15px;
  border-radius: 2px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.feature-box i.feature-icon:hover {
  color: #fb5528;
  border: 3px solid #fb5528;
}

.outline-box {
  padding: 40px;
  border: 1px solid #e2e6ed;
  margin-bottom: 30px;
}

.outline-box small {
  color: #fb5528;
  font-weight: 700;
  padding-top: 20px;
}

/*** Features End******/
/***** Promo Box ******/
.promo-box {
  background-color: #fafafa;
  padding: 30px;
  margin-top: 30px;
}

.promo-box h2 {
  font-size: 32px;
}

.promo-box h2 span {
  color: #fb5528;
}

.promo-box i.icon-circle {
  background-color: #00b0cb;
  padding: 30px;
  color: #fff;
  font-size: 42px;
  border-radius: 50%;
  float: left;
}

.promo-box .promo-caption {
  padding-left: 130px;
}

/***** Promo Box End******/
/***** Promo Box two ******/
.promo-box-two {
  background-color: #fafafa;
  padding: 60px 30px;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 60px;
}

.promo-box-two h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

.promo-box-two h2 span {
  color: #fb5528;
}

/***** Promo Box End******/

.process-box {
  background-color: #fafafa;
  padding: 90px;
  margin-bottom: 60px;
}

.process-box ul li {
  margin-top: 60px;
}

.process-box ul li span {
  background-color: #00b0cb;
  padding: 20px 24px;
  color: #fff;
  border-radius: 60px;
  font-size: 28px;
  float: left;
  font-weight: 600;
}

.process-caption {
  padding-left: 100px;
}

/********* Agent Pages **********/

.search-tabs .nav-tabs {
  border-bottom: none;
}

.search-tabs .nav-tabs > li {
  float: left;
  margin-bottom: 0px;
}

.search-tabs .nav-tabs > li > a {
  margin-right: -1px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid #e2e6ed;
  color: #565b62;
  font-weight: 600;
}

.search-tabs .nav-tabs > li.active > a {
  color: #00b0cb;
  cursor: default;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight: 600;
}

.search-tabs .nav-tabs > li > a:hover {
  background-color: #fafafa;
}

.search-tabs .nav-tabs > li.active > a:hover {
  background-color: #fafafa;
}

.search-tabs .tab-content {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #fafafa;
  padding: 40px;
}

.search-form {
  padding-right: 120px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.search-form small {
  margin-top: 30px;
  line-height: 18px;
  display: inline-block;
  font-size: 12px;
}

.search-form button.tp-btn-orange {
  margin-top: 20px;
}

.why-agent {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 60px;
  border-left: 1px solid #e2e6ed;
  padding-left: 60px;
}

.why-agent ul li {
  color: #00b0cb;
}

.why-agent ul li i {
  padding-right: 10px;
  color: #fb5528;
}

.howitwork {
  margin-top: 80px;
  text-align: center;
}

.howitwork .step-box span.number {
  background-color: #fafafa;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 2.2;
  display: inline-block;
  margin-bottom: 30px;
  border: 2px solid #e2e6ed;
  color: #00b0cb;
  font-size: 34px;
  font-weight: 600;
}

.tp-agent-result .agent-thumb {
  margin-bottom: 20px;
}

.tp-agent-result .agent-thumb .agent-pic {
  margin-bottom: 30px;
  overflow: hidden;
}

.tp-agent-result .agent-thumb .agent-pic img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  max-width: 100%;
  opacity: 0.9;
}

.tp-agent-result .agent-thumb .agent-pic:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  background-color: #fb5528;
  opacity: 1;
}

.tp-product-page .product-thumb .grey-box {
  padding: 40px;
  background-color: #fafafa;
  margin-bottom: 30px;
}

.tp-agent-result .agent-thumb .agent-info {
  border-bottom: 2px solid #e5eaf4;
  padding-bottom: 38px;
  margin-bottom: 40px;
}

.tp-agent-result .agent-thumb .agent-info .call {
  color: #00b0cb;
}

.tp-agent-result .agent-thumb .agent-info .call i {
  margin-right: 7px;
}

.tp-agent-result .agent-thumb .agent-info h2 a {
}

/*************** Agent detail  *****************/

.tp-agent-detail .agent-detail {
  margin-bottom: 80px;
}

.tp-agent-detail .detail-block {
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e6ed;
  padding-bottom: 19px;
}

.tp-agent-detail .contact-block {
  margin-top: 60px;
}

.tp-agent-detail .detail-block h3 {
  margin-bottom: 0px;
}

.tp-agent-detail .detail-block p {
  margin-bottom: 0px;
}

.tp-agent-detail .detail-block ul {
  margin-bottom: 0px;
}

.tp-agent-detail .detail-block h3 i {
  color: #00b0cb;
  font-size: 22px;
  margin-right: 10px;
}

.tp-agent-detail .num-block ul li i {
  font-size: 17px;
  color: #00b0cb;
  margin-right: 15px;
}

.tp-agent-detail .social-block ul.social-media {
  display: inline-block;
}

.tp-agent-detail .social-block ul.social-media li {
  float: left;
}

.tp-agent-detail .social-block ul.social-media li a {
  font-size: 22px;
  color: #565b62;
  margin-right: 15px;
}

.tp-agent-detail .social-block ul.social-media li a:hover {
  color: #00b0cb;
}

.tp-agent-detail .form-block .about-me p mark {
  background: none;
  color: #00b0cb;
}

.tp-agent-detail .contact-me {
  padding-top: 100px;
}

/********* About us *********/

.tp-aboutus .abt-details {
  margin-bottom: 60px;
  display: inline-block;
}

.tp-aboutus .abt-feature {
  margin-bottom: 60px;
}

.tp-aboutus .abt-details .abt-pic img {
  margin: 0 auto;
}

.lead {
  font-weight: normal;
  color: #fb5528;
}

.tp-aboutus .wt-we-offer {
  margin-bottom: 120px;
}

.tp-aboutus .abt-features .abt-box i {
  color: #00b0cb;
}

.tp-aboutus .about-bg {
  background: url(../images/about-bg.jpg) no-repeat bottom center scroll;
  background-size: cover;
  margin-bottom: 100px;
  padding-top: 120px;
  padding-bottom: 220px;
}

.list-box a.list-group-item {
  padding: 30px;
  border: 0px;
}

.list-box a.list-group-item i {
  padding-right: 10px;
}

.list-box a.list-group-item:focus,
a.list-group-item:hover {
  text-decoration: none;
  background-color: #fafafa;
}

.list-box .list-group-item .list-group-item-heading {
  color: #00b0cb;
  margin-bottom: 20px;
}

.tp-career-section {
  background-color: #fafafa;
}

.tp-career-section .career-box {
  padding-top: 60px;
}

.tp-career-section .agent-box {
  padding-top: 60px;
}

.tp-career-section .career-box .career-caption {
  padding-top: 30px;
  padding-right: 30px;
}

.tp-career-section .agent-box .agent-caption {
  padding-top: 30px;
  padding-left: 30px;
}

/********** Career Page **********/

.tp-career .careertitle {
  margin-bottom: 60px;
}

.tp-career .category .grey-box {
  padding: 20px;
}

.tp-career .category .grey-box h3 {
  margin-bottom: 0px;
}

/********** Career Details Page **********/

.tp-career-detail .career-title .grey-box {
  padding: 20px;
  float: left;
  width: 100%;
}

.tp-career-detail .career-title .grey-box h1 {
  margin-bottom: 15px;
}

.tp-career-detail .career-title .grey-box .job-info {
  margin-bottom: 0px;
}

.tp-career-detail .career-title .grey-box .job-info .job-category {
  padding-right: 10px;
}

.caption {
  float: left;
}

.caption-btn {
  float: right;
}

.caption-btn .tp-btn-orange {
  margin-top: 30px;
}

/********** Career Form *********/

.career-form .form-control {
  margin-bottom: 30px;
}

/**********  claim center **********/

.tp-claim-center .claim-title {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e2e6ed;
}

.tp-claim-center .claim-title strong.call {
  margin-left: 25px;
}

.tp-claim-center .claim-product {
  margin-bottom: 60px;
}

.tp-claim-center .claim-product .claim-info {
  padding-top: 60px;
}

.tp-claim-center .claim-product .claim-pic {
  padding-top: 60px;
}

.tp-claim-center .claim-product .claim-pic img {
  opacity: 0.6;
}

.tp-claim-center .claim-product .claim-pic .claim-icon {
  background-color: #00b0cb;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 160px;
  left: -20px;
  color: #fff;
  line-height: 2.4;
  font-size: 32px;
  text-align: center;
}

.claim-info-left ul li i {
  color: #fb5528;
  padding-right: 10px;
}

.claim-right-side .claim-pic {
  margin-bottom: 60px;
}

.claim-right-side .claim-pic img {
  opacity: 0.6;
}

.claim-right-side .claim-pic .claim-icon {
  background-color: #00b0cb;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 160px;
  left: -20px;
  color: #fff;
  line-height: 2.3;
  padding-left: 20px;
  font-size: 32px;
}

/********* Board of Director **********/
.tp-team-page .team-thumb {
  margin-bottom: 20px;
}

.tp-team-page .team-thumb .team-pic {
  margin-bottom: 30px;
}

.tp-team-page .team-thumb .team-info {
  border-bottom: 2px solid #e5eaf4;
  padding-bottom: 18px;
  margin-bottom: 40px;
}

.tp-team-page .team-thumb .team-info h2 {
  margin-bottom: 5px;
}

.tp-team-page .team-thumb .team-info .designation {
  color: #fb5528;
  margin-bottom: 30px;
}

.tp-team-page .team-thumb .team-info ul {
  display: inline-block;
  margin-bottom: 0px;
}

.tp-team-page .team-thumb .team-info ul li {
  float: left;
  padding-right: 10px;
}

.tp-team-page .team-thumb .team-info ul li a {
  color: #cdd5e5;
}

.tp-team-page .team-thumb .team-info ul li a:hover {
  color: #fb5528;
}

/********* Contact us **********/

.tp-contact .contact-form .form-control {
  margin-bottom: 30px;
}

.tp-contact .contact-form input.form-control {
  height: 40px !important;
}

.support-section {
  padding-top: 60px;
}

.support-section .support-box {
  text-align: center;
  margin-bottom: 30px;
}

.support-section .support-box i {
  font-size: 32px;
  color: #00b0cb;
  margin-bottom: 20px;
}

/**********  Expert Cover blog page  *********/

.tp-blog .tp-blog-left .tp-blog-post {
  border-bottom: 1px solid #e2e6ed;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.tp-blog .tp-blog-left .tp-blog-post img {
  margin-bottom: 30px;
}

.tp-blog .tp-blog-left .tp-blog-post .meta-date {
  font-size: 14px;
  padding-right: 12px;
}

.tp-blog .tp-blog-left .tp-blog-post .meta-date i {
  padding-right: 5px;
}

.tp-blog .tp-blog-left .tp-blog-post .meta {
  font-size: 14px;
}

.tp-blog .tp-blog-left .tp-blog-post .meta i {
  padding-right: 5px;
}

.tp-blog .tp-blog-left .tp-blog-post .meta .meta-comments {
  padding-right: 12px;
}

.tp-pagination .pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 14px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #62656a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e2e6ed;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.tp-pagination .pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  background-color: #00b0cb;
  border-color: #00b0cb;
}

.tp-pagination .pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #fb5528;
  border-color: #fb5528;
}

/*********** Blog Right faqsidebar **************/

.widget {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5eaf4;
  padding-bottom: 30px;
}

.widget-title {
  margin-bottom: 30px;
}

/******* Search post widget **********/

.search-widget .input-group .form-control {
  background-color: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 0px;
  height: 45px;
  font-weight: 300;
}

.search-widget .btn-search {
  background: #00b0cb;
  height: 45px;
  padding: 0px 20px;
  border: none;
  border-radius: 0px;
  color: #fff;
}

/******* Categories post widget **********/

.categories-widget ul li,
.archive-widget ul li {
  margin-bottom: 10px;
}

.categories-widget ul li i,
.archive-widget ul li i {
  margin-right: 10px;
}

.categories-widget ul li span {
  margin-left: 10px;
  color: #fb5528;
}

/******* Recent post widget **********/

.recent-post-widget ul li {
  margin-bottom: 30px;
}

.recent-post-widget .recent-title a {
  font-size: 23px;
  color: #00b0cb;
}

.recent-post-widget .recent-title a:hover {
  font-size: 23px;
  color: #fb5528;
}

.recent-post-widget .small-tumbnail {
  float: left;
  margin-right: 30px;
}

.recent-post-widget .small-tumbnail img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.recent-post-widget .small-tumbnail img:hover {
  width: 100%;
}

.recent-post-widget ul li .meta-date {
  margin-right: 10px;
  font-size: 14px;
}

.recent-post-widget ul li .meta-date i {
  margin-right: 5px;
  font-size: 14px;
}

/******* Tags post widget **********/

.tags-widget a {
  margin-bottom: 5px;
  margin-right: 1px;
  font-size: 13px;
}

.tags-widget a {
  padding: 5px 10px;
}

.tp-blog-details .tp-blog-left .tp-blog-post {
  border-bottom: 1px solid #e5eaf4;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.tp-blog-details .tp-blog-left .tp-blog-post img {
  margin-bottom: 30px;
}

.tp-blog-details .tp-blog-left .tp-blog-post .meta-date {
  font-size: 14px;
}

.tp-blog-details .tp-blog-left .tp-blog-post .meta-date i {
  padding-right: 5px;
}

.tp-blog-details .tp-blog-left .tp-blog-post .meta {
  font-size: 14px;
}

.tp-blog-details .tp-blog-left .tp-blog-post .meta i {
  padding-right: 5px;
}

.tp-blog-details .tp-blog-left .tp-blog-post .meta .meta-comments {
  padding-right: 12px;
}

.tp-blog-details .tp-blog-left .blog-prv-link {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tp-blog-details .tp-blog-left .blog-nxt-link {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: right;
}

/* blog comments */
.cmt-meta {
  margin-left: 20px;
  font-family: "Montserrat", "sans-serif";
}

.cmt-meta i {
  margin-right: 5px;
}

.media-heading small {
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
}

.author-block {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.author-block .author-bg {
  background-color: #fff;
  border: 1px solid #e5eaf4;
  padding: 40px 30px;
}

.tp-blog-details .tp-blog-left .blog-comments {
  margin-top: 60px;
}

.tp-blog-details .tp-blog-left .blog-comments h2 {
  margin-bottom: 30px;
}

.tp-blog-details .tp-blog-left .blog-comments .comments .media {
  border-bottom: 1px solid #e5eaf4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.tp-blog-details .tp-blog-left .blog-comments .comments .media .media-left,
.media > .pull-left {
  padding-right: 30px;
}

.tp-blog-details .tp-blog-left .blog-comments .media-body span {
  font-size: 14px;
  padding-right: 10px;
}

.tp-blog-details .tp-blog-left .blog-comments .comments .media .nested-media {
  border: none;
  padding: 0px;
  margin: 0px;
  margin-top: 60px;
}

.tp-blog-details .tp-blog-left .leave-comments {
}

.tp-blog-details .tp-blog-left .leave-comments label {
}

.leave-comments .form-group .form-control {
  width: 65%;
}

blockquote {
  padding: 20px;
  margin: 0 0 20px;
  font-size: 23px;
  background-color: #fafafa;
  border-left: 5px solid #fb5528;
}

/************ Investor Page ************/
#tp-investor {
}

.tp-investor {
}

.tp-investor .investor-box {
}

.tp-investor .investor-box i {
  font-size: 45px;
  color: #fb5528;
  margin-bottom: 20px;
}

/********* Financial Report **********/
#tp-financial-report {
}

.tp-financial-report {
}

.financial-content {
  margin-top: 30px;
}

.tp-financial-report .financial-box {
}

.tp-financial-report .financial-box h2 {
  margin-bottom: 50px;
}

.tp-financial-report .financial-box .grey-box {
  padding: 60px;
}

.tp-financial-report .financial-box i {
  font-size: 45px;
  margin-bottom: 30px;
  float: right;
  color: #fb5528;
}

.tp-financial-report .financial-box ul {
  margin-bottom: 30px;
}

.tp-financial-report .financial-box ul li {
  margin-bottom: 10px;
}

.tp-financial-report .financial-box ul li a {
  color: #62656a;
  text-decoration: underline;
}

.tp-financial-report .financial-box ul li a:hover {
  color: #fb5528;
}

/************ Annual meeting material **********/
#tp-meeting-material {
}

.tp-meeting-material {
}

.tp-meeting-material .meeting-content {
}

.tp-meeting-material .meeting-content .grey-box {
}

.tp-meeting-material .meeting-content .meeting-report {
}

.report-caption {
  padding-left: 160px;
}

/********** FAQ page *********/

#tp-faq {
}

.tp-faq {
}

.tp-faq .faq-right-side ul li {
  margin-bottom: 20px;
}

/********** story page **********/
.story-page {
}

.story {
  margin-bottom: 60px;
  margin-top: 60px;
}

.story-page .circle-icon {
  text-align: center;
}

.story .client-pic {
  padding-top: 60px;
  padding-bottom: 60px;
}

/********* Accordion Page **********/

#tp-accordion {
}

.tp-accordion {
}

.tp-accordion-one {
}

.tp-accordion-one .panel {
}

.tp-accordion-one .panel-default {
  border-radius: 0px;
  border-color: #e2e6ed;
}

.tp-accordion-one .panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: #e2e6ed;
}

.tp-accordion-one .panel-heading {
  border-radius: 0px;
}

.tp-accordion-one .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  color: inherit;
}

.tp-accordion-one .panel-body {
  padding: 40px;
}

.tp-accordion-one.panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: #e2e6ed;
}

.tp-accordion-one .panel-group .panel + .panel {
  margin-top: 20px;
}

/********* Wizard Form *********/

.tp-wizard-form .wizard-section {
  background: #fafafa;
  padding: 60px;
}

.tp-wizard-form .wizard-section .tab-content {
  margin-top: 30px;
}

.tp-wizard-form .wizard-section .nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #00b0cb;
}

.tp-wizard-form .wizard-section .tab-content .form-control {
  margin-bottom: 30px;
}

.tp-wizard-form .wizard-section .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 65px 10px 20px;
}

.tp-wizard-form .wizard-section .nav-pills > li > a {
  border-radius: 4px;
  background: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #62656a;
  line-height: 1.5;
}

.tp-wizard-form .wizard-section .nav-pills > li > a small {
  display: inherit;
}

.tp-wizard-form .wizard-section .pager {
  margin-top: 20px;
}

.tp-wizard-form .wizard-section .pager li > a,
.pager li > span {
  display: inline-block;
  background-color: #62656a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tp-wizard-form .wizard-section .pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
}

.tp-wizard-form .wizard-section button {
  margin-top: 30px;
  margin-bottom: 60px;
}

/**********  Alert *********/
#tp-alert {
}

.tp-alert {
}

/*********** How it Works ***********/
#tp-how-it-works {
}

.tp-how-it-works {
}

.tp-how-it-works .howitwork {
  margin-top: 20px;
  text-align: center;
}

.tp-how-it-works .howitwork h1 span,
.tp-how-it-works .htw-option-two h1 span,
.tp-how-it-works .htw-option-three h1 span {
  color: #fb5528;
}

.howitwork .step-box {
}

.howitwork .step-box span.number {
  background-color: #fafafa;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 2.2;
  display: inline-block;
  margin-bottom: 30px;
  border: 2px solid #e2e6ed;
  color: #00b0cb;
  font-size: 34px;
  font-weight: 600;
}

/********* How its work style two ********/

.tp-how-it-works .htw-option-two {
}

.tp-how-it-works .htw-option-two .step-box {
  text-align: center;
}

.tp-how-it-works .htw-option-two .step-box i {
  font-size: 45px;
  color: #00b0cb;
  margin-bottom: 30px;
}

/********* How it works style three *********/

.tp-how-it-works .htw-option-three {
  background: #fafafa;
  padding-top: 60px;
  padding-bottom: 120px;
}

.tp-how-it-works .htw-option-three .step-box {
}

.tp-how-it-works .htw-option-three .step-box-right {
  text-align: right;
}

.tp-how-it-works .htw-option-three .step-box-right i {
  font-size: 35px;
  color: #fff;
  margin-bottom: 30px;
  background-color: #00b0cb;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  line-height: 2.2;
  padding-right: 20px;
}

.tp-how-it-works .htw-option-three .step-box i {
  font-size: 35px;
  color: #fff;
  margin-bottom: 30px;
  background-color: #00b0cb;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  line-height: 2.2;
  padding-left: 20px;
}

/********** Columns ********/
#tp-columns {
}

.tp-columns {
}

.tp-columns .one-column {
}

.tp-columns .two-column {
}

.tp-columns .three-column {
}

.tp-columns .four-column {
}

/****************** ERROR PAGE ********************/
#tp-error {
}

.tp-error {
}

.tp-error .tp-error-block {
  border-bottom: 1px solid #e2e6ed;
  padding-bottom: 66px;
  display: inline-block;
  margin-bottom: 60px;
}

.tp-error .tp-error-block .error-info {
}

.tp-error .tp-error-block .error-info h1.hero-text {
  font-size: 350px;
  color: #2f3135;
  font-weight: 700;
}

.tp-error .tp-error-block .error-icon {
  padding-top: 79px;
}

.tp-error .tp-product-block .product-block {
}

.tp-error .tp-product-block .product-block .product {
  text-align: center;
  margin-bottom: 50px;
  display: inline-block;
}

.tp-error .tp-product-block .product-block .product .circle-icon {
  background-color: #fafafa;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  line-height: 2.8;
  font-size: 42px;
  color: #00b0cb;
}

.tp-error .tp-product-block .product-block .product .circle-icon:hover {
  background-color: #fb5528;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  width: 120px;
  height: 120px;
  line-height: 2.8;
  color: #fff;
}

.tp-error .tp-product-block .product-block .product .circle-icon i {
  font-size: 42px;
}

.tp-error .tp-product-block .error-help {
}

.tp-error .tp-product-block .error-help .help-box {
  border-bottom: 1px solid #e2e6ed;
  padding-bottom: 30px;
  padding-top: 30px;
}

.tp-error .tp-product-block .error-help .help-box h4 {
  color: #00b0cb;
  font-size: 17px;
  margin-bottom: 10px;
}

.tp-error .tp-product-block .error-help .help-box p {
  color: #303236;
  margin-bottom: 0px;
}

/******** Partner Page ********/
#tp-clients {
}

.tp-clients {
}

.tp-clients .partner-box {
  margin-bottom: 50px;
}

.tp-clients .partner-box img.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tp-clients .partner-box img {
  margin-bottom: 30px;
}

.tp-clients .partner-box img.desaturate:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  cursor: pointer;
}

/********** pagination ***********/

.pg-one,
.pg-two,
.pg-three {
  margin-bottom: 30px;
}

.pg-one h2,
.pg-two h2,
.pg-three h2 {
  margin-bottom: 60px;
}

.tp-pagination .pagination-one {
}

.tp-pagination .pagination-one > li > a,
.pagination-one > li > span {
  position: relative;
  float: left;
  padding: 6px 14px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #62656a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e2e6ed;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.tp-pagination .pagination-one > li > a:focus,
.pagination-one > li > a:hover,
.pagination-one > li > span:focus,
.pagination-one > li > span:hover {
  color: #fff;
  background-color: #00b0cb;
  border-color: #00b0cb;
}

.tp-pagination .pagination-one > .active > a,
.pagination-one > .active > a:focus,
.pagination-one > .active > a:hover,
.pagination-one > .active > span,
.pagination-one > .active > span:focus,
.pagination-one > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #00b0cb;
  border-color: #00b0cb;
}

/***************** Pagination Two**************/

.tp-pagination .pagination-two {
}

.tp-pagination .pagination-two > li > a,
.pagination-two > li > span {
  position: relative;
  float: left;
  padding: 6px 14px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #62656a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e2e6ed;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.tp-pagination .pagination-two > li > a:focus,
.pagination-two > li > a:hover,
.pagination-two > li > span:focus,
.pagination-two > li > span:hover {
  color: #fff;
  background-color: #fb5528;
  border-color: #fb5528;
}

.tp-pagination .pagination-two > .active > a,
.pagination-two > .active > a:focus,
.pagination-two > .active > a:hover,
.pagination-two > .active > span,
.pagination-two > .active > span:focus,
.pagination-two > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #fb5528;
  border-color: #fb5528;
}

/***************** Pagination Three **************/

.tp-pagination .pagination-three {
}

.tp-pagination .pagination-three > li > a,
.pagination-three > li > span {
  position: relative;
  float: left;
  padding: 6px 14px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #62656a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e2e6ed;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.tp-pagination .pagination-three > li > a:focus,
.pagination-three > li > a:hover,
.pagination-three > li > span:focus,
.pagination-three > li > span:hover {
  color: #fff;
  background-color: #303236;
  border-color: #303236;
}

.tp-pagination .pagination-three > .active > a,
.pagination-three > .active > a:focus,
.pagination-three > .active > a:hover,
.pagination-three > .active > span,
.pagination-three > .active > span:focus,
.pagination-three > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #303236;
  border-color: #303236;
}

/************  Blockquote **********/
#tp-blockquotes {
}

.tp-blockquotes {
}

.tp-blockquotes .blq {
  margin-bottom: 60px;
}

.tp-blockquotes blockquote {
  border-left: 5px solid #fb5528;
  font-size: 20px;
  font-style: italic;
  background-color: #fafafa;
  padding: 40px;
}

.tp-blockquotes .blockquote-reverse {
  border-right: 5px solid #fb5528;
  border-left: 0;
}

.tp-blockquotes .name-title {
  color: #00b0cb;
}

/********** Dorp Cap ************/
.firstcharacter {
  float: left;
  color: #62656a;
  font-size: 32px;
  line-height: 60px;
  font-family: "Montserrat", "sans-serif";
  margin-right: 15px;
}

.box-style {
  background-color: #ddd;
  padding: 5px 20px;
}

.promo-box-page .cta-box {
  margin-bottom: 60px;
  margin-top: 60px;
}

/************* Login form / Register form **************/

#form-page {
}

.form-page {
  margin-top: 60px;
}

.form-page .grey-box {
  padding: 25px;
  border: 1px solid #e2e6ed;
}

form small a {
  margin-bottom: 30px;
  color: #62656a;
  text-decoration: underline;
  display: inline-block;
}

.form-page .grey-box button.tp-btn-orange {
  margin-bottom: 30px;
  margin-top: 10px;
}

.form-page .register-blk .form-group {
  margin-bottom: 10px;
}

.form-page .register-blk p {
  margin-bottom: 0px;
}

.form-page .grey-box .tp-title {
  margin-bottom: 40px;
  text-align: left;
}

.form-page select#selectbasic {
  width: 30%;
  float: left;
  margin-right: 12px;
}

/********************* Index ***************/

#tp-select-opt {
}

.tp-select-opt {
  padding-top: 60px;
}

.tp-select-opt .insurance-block {
  border: 1px solid #e2e6ed;
  padding: 60px 40px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tp-select-opt .insurance-block:hover,
.tp-select-opt .agent-block:hover {
  border: 1px solid #e2e6ed;
  padding: 60px 40px;
  text-align: center;
  background-color: #fafafa;
}

.tp-select-opt .agent-block {
  border: 1px solid #e2e6ed;
  padding: 60px 40px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tp-select-opt .insurance-block i,
.tp-select-opt .agent-block i {
  font-size: 80px;
  color: #00b0cb;
  margin-bottom: 30px;
}

.tp-testimonial-two .circle-icon .quote-circle {
  color: #fff;
  padding: 18px 20px;
  border-radius: 50%;
  display: inline-block;
  font-size: 2rem;
}

.tp-testimonial-two .circle-icon .orange-quote {
  background-color: #00b0cb;
}

.tp-testimonial-two .circle-icon .blue-quote {
  background-color: #00b0cb;
  margin-left: -10px;
}

.tp-testimonial-two .quote-ct {
  border: 7px solid #00b0cb;
  text-align: center;
  border-radius: 45px;
  position: relative;
  z-index: 2;
}

.tp-testimonial-two .quote-ct::after {
  content: "";
  position: absolute;
  left: -25px;
  top: -35px;
  background: url("../images/quoteicon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  background-size: 80%;
  width: 80px;
  height: 80px;
  transform: rotate(180deg);
}

.tp-testimonial-two .quote-ct::before {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -34px;
  background: url("../images/quoteicon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  background-size: 80%;
  width: 80px;
  height: 80px;
}

.tp-testimonial-two .quote-ct .quote-text {
  font-size: 16px;
  line-height: 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}

.tp-testimonial-two p.name {
  color: #00b0cb;
  margin-bottom: 10px;
  font-size: 2.4rem;
  text-transform: capitalize;
}

.tp-testimonial-two .name .location {
  color: #565b62;
}

/********* Index v2 news section ****************/
#tp-latest-news {
}

.tp-latest-news {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.tp-latest-news .thumb-box p {
  border-bottom: 1px solid #ddd;
  padding-bottom: 29px;
}

.tp-latest-news .thumb-box .tp-pic {
  overflow: hidden;
}

.tp-latest-news .thumb-box .tp-pic img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  max-width: 100%;
}

.tp-latest-news .thumb-box .tp-pic:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  background-color: #fb5528;
}

.tp-latest-news .thumb-box .thumb-info {
  background-color: #fff;
  padding: 20px 30px;
}

.tp-latest-news .thumb-box .tp-meta {
  color: #62656a;
  font-size: 13px;
  text-transform: uppercase;
}

.tp-latest-news .thumb-box .tp-meta .meta-date,
.meta-user {
  padding-right: 20px;
}

.tp-latest-news .thumb-box .tp-meta .meta-date i,
.meta-user i {
  padding-right: 10px;
}

/********* Index CTA Section *********/
#tp-newsletter-section {
}

.tp-newsletter-section {
  background-color: #fafafa;
  padding: 100px 0px;
}

.tp-newsletter-section .select-products {
}

.tp-newsletter-section .select-products ul {
}

.tp-newsletter-section .select-products ul li {
  margin-bottom: 10px;
}

.tp-newsletter-section .select-products ul li i {
  margin-right: 20px;
  color: #00b0cb;
}

.tp-newsletter-section .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 20px;
}

/********** Index Footer#2 *********/

.tp-footer-two h2 {
  color: rgb(6, 6, 6);
}

.tp-footer-two .ft-section {
  border-bottom: 2px solid #00b0cb;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.tp-footer-two .ft-section .cta {
  font-size: 28px;
  color: rgb(5, 5, 5);
  text-align: right;
  line-height: 2;
}

.tp-footer-two .ft-section .ft-logo img {
  max-width: 200px;
}

.tp-footer-two .ft-links ul li i {
  padding-right: 10px;
}

.tp-footer-two .ft-links ul li a {
  color: #3b3b3b;
}

.tp-footer-two .ft-links ul li a:hover {
  text-decoration: underline;
}

.tp-footer-two .ft-links-social .social-box {
  padding: 7px 12px;
  margin-bottom: 10px;
  width: 160px;
  display: block;
  border-radius: 2px;
  color: #fff;
}

.tp-footer-two .ft-section .ft-aboutus {
  margin-bottom: 30px;
}

.tp-footer-two .ft-section .ft-aboutus p {
  margin-bottom: 15px;
}

.tp-footer-two .ft-section .ft-aboutus .addrs {
  color: rgb(4, 4, 4);
  margin-bottom: 0px;
}

.tp-footer-two .ft-links-social a.social-box:hover {
  color: #fff;
}

.tp-footer-two .ft-links-social a.social-box i {
  padding-right: 10px;
}

.tp-footer-two .ft-links-social .facebook {
  background-color: #3a5795;
}

.tp-footer-two .ft-links-social .facebook:hover {
  background-color: #3e63b3;
}

.tp-footer-two .ft-links-social .google {
  background-color: #de4231;
}

.tp-footer-two .ft-links-social .google:hover {
  background-color: #d13221;
}

.tp-footer-two .ft-links-social .twitter {
  background-color: #55acee;
}

.tp-footer-two .ft-links-social .twitter:hover {
  background-color: #31a0f4;
}

.tp-footer-two .ft-links-social .linkedin {
  background-color: #0077b5;
}

.tp-footer-two .ft-links-social .linkedin:hover {
  background-color: #0684c5;
}

.copyright-text {
  font-size: 13px;
  letter-spacing: 2px;
}

.fit {
  font-size: 16px;
  color: #000;
}

.tp-footer-two .tiny-ft-links ul {
  float: right;
  font-size: 13px;
}

.tp-footer-two .tiny-ft-links ul li {
  float: left;
}

.tp-footer-two .tiny-ft-links ul li a {
  color: #62656a;
  padding-right: 10px;
}

.tp-footer-two .tiny-ft-links ul li a:hover {
  color: #060606;
}

/*============================================================= 
==============================================================
                      LANDING PAGE
==============================================================
=============================================================*/

.bg {
  background-color: #00b0cb;
}

.lp-main {
  min-height: 900px;
}

.lp-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.lp-header .call {
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
}

.lp-hero-section {
  margin-bottom: 60px;
  margin-top: 30px;
  display: inline-block;
}

.lp-hero-section {
}

.lp-hero-section .image-block {
  position: relative;
}

.lp-hero-section .image-block .lp-caption {
  top: 0px;
  position: absolute;
  padding-top: 40px;
  padding-left: 40px;
}

.lp-hero-section .image-block .lp-caption h2 {
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 0px;
}

.lp-hero-section .image-block .lp-caption p {
  color: #aecaf5;
  line-height: 1.5;
}

.lp-hero-section .quote-form {
  background-color: #fff;
  padding: 25px;
}

.lp-hero-section .quote-form h2 {
  margin-bottom: 0px;
}

.lp-hero-section .quote-form p {
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 13px;
}

.lp-hero-section .quote-form .form-group {
  margin-bottom: 9px;
}

.lp-hero-section .quote-form input.form-control {
  background-color: #fafafa;
  border: 1px solid #d2d5db;
  height: 39px;
  padding-left: 10px;
}

.lp-hero-section .quote-form select.form-control {
  background-color: #fafafa;
  border: 1px solid #d2d5db;
  height: 39px;
  padding-left: 10px;
}

.lp-hero-section .quote-form button.tp-btn-orange {
  margin-top: 2px;
  display: inline-block;
}

.lp-feature-block {
}

.lp-feature-block .feature-box {
  background-color: #fff;
}

.lp-feature-block .feature-box h2 {
  color: #00b0cb;
  height: 60px;
  padding-top: 10px;
  font-size: 22px;
}

.lp-feature-block .feature-box i {
  line-height: 2.2;
  padding-left: 17px;
}

.lp-feature-block .feature-box .orng-box {
  background-color: #fb5528;
  width: 60px;
  color: #fff;
  height: 60px;
  margin-right: 20px;
  float: left;
}

.lp-footer {
  padding: 10px;
  background-color: #0848a9;
  font-size: 13px;
}

.lp-footer .text-muted {
  color: #fff;
  margin-bottom: 0px;
}

.lp-footer .lp-social {
}

.lp-footer .lp-social ul {
  margin-bottom: 0px;
  float: right;
}

.lp-footer .lp-social ul li {
  float: left;
  padding-right: 10px;
}

.lp-footer .lp-social ul li a {
  color: #fff;
}

.lp-footer .lp-social ul li a:hover {
  color: #fb5528;
}

/**************** Travel Insurance Landing Page ****************/

#lp-travel {
}

.lp-travel {
}

.lp-travel .travel-feature {
}

.lp-travel .travel-feature .travel-feature-box {
  background-color: #fff;
  padding: 30px 30px;
}

.lp-travel .travel-feature .travel-feature-box h3 {
  border-bottom: 1px solid #eef0f4;
  color: #00b0cb;
  padding-bottom: 19px;
}

.lp-travel .travel-feature .travel-feature-box i {
  margin-right: 15px;
}

.lp-travel .travel-feature .travel-feature-box p {
  margin-bottom: 0px;
}

/**************** Home Insurance Landing Page ****************/

#lp-home {
}

.lp-home {
}

.lp-home .lp-hero-section .image-block .lp-caption p {
  color: #fff;
}

.lp-home .home-feature {
}

.lp-home .home-feature .home-feature-box {
}

.lp-home .home-feature .home-feature-box i {
  border: 2px solid #4788eb;
  color: #00b0cb;
  border-radius: 50px;
  font-size: 24px;
  margin-bottom: 20px;
  width: 58px;
  margin-right: 15px;
  height: 58px;
  padding: 15px;
  text-align: center;
}

.lp-home .home-feature .home-feature-box h3 {
  color: #fff;
}

.lp-home .home-feature .home-feature-box p {
  color: #aecaf5;
}

/*************** Life ****************************/
#lp-life {
}

.lp-life {
}

.lp-life .lp-hero-section .image-block .life-caption {
  bottom: 115px;
  position: absolute;
  padding-top: 40px;
  padding-left: 40px;
}

.lp-life .lp-hero-section .image-block .life-caption h2 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.lp-life .lp-hero-section .image-block .life-caption p {
  color: #e1effc;
}

.lp-life .life-feature {
}

.lp-life .life-feature .life-feature-box {
  background-color: #2267d0;
  padding: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.lp-life .life-feature .life-feature-box h3 {
  color: #fff;
  float: right;
  margin-bottom: 0px;
  margin-top: 8px;
}

.lp-life .life-feature .life-feature-box i {
  color: #fff;
  border-radius: 50px;
  font-size: 24px;
  width: 58px;
  margin-right: 15px;
  float: left;
  height: 58px;
  background-color: #11499f;
  padding: 15px;
  text-align: center;
}

.lp-life .life-feature p {
  color: #538ce3;
}

/******************* Business **************************/
#lp-business {
}

.lp-business {
}

.lp-business .business-block {
}

.lp-business .lp-hero-section .image-block .business-caption {
  top: 0px;
  position: absolute;
  padding-top: 40px;
  padding-left: 40px;
}

.lp-business .lp-hero-section .image-block .business-caption h2 {
  color: #00b0cb;
  font-size: 30px;
}

.lp-business .lp-hero-section .image-block .business-caption p {
  color: #62656a;
}

.lp-business .business-block .business-feature h3 {
  color: #fff;
  line-height: 2.5;
  margin-top: 8px;
}

.lp-business .business-block .business-feature i {
  color: #00b0cb;
  font-size: 24px;
  width: 53px;
  margin-right: 15px;
  float: left;
  height: 53px;
  border: 2px solid #00b0cb;
  padding: 15px;
  text-align: center;
}

.lp-business .business-block .business-feature p {
  color: #538ce3;
}

@media only screen and (min-device-width: 577px) and (max-device-width: 767px) {
  .navbar-brand {
    width: 400px;
  }

  .navbar-brand img {
    width: 20rem;
  }

  .blur-bg {
    width: 100% !important;
  }

  .navbar-toggler-icon {
    width: 4.5rem;
    height: 4.5rem;
  }

  section.about-us-section img {
    width: 70% !important;
    display: block !important;
    margin: 0 auto;
  }

  .tp-agent-section img {
    width: 70% !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .header-bottom {
    background: #00b0bc;
    padding: 30px 0px;
  }

  .hero-banner .blur-bg {
    width: 100% !important;
  }

  .main-container footer {
    background-image: none;
  }

  /* div .main-heading {
    font-size: 2.6rem;
  } */

  .tp-cta-section .cta-box {
    padding: 20px 20px;
  }

  .tp-cta-section .cta-box {
    border-right: 4px solid #00b0bc;
    border-left: 4px solid #00b0bc;
  }

  .banner-img img {
    width: 100%;
    margin-top: 20px;
  }

  .header-bottom .border-start,
  .header-bottom .border-end {
    border: none !important;
  }

  /* .tp-partner-section .logo-thumb img {
    height: auto;
  } */

  section,
  address,
  footer {
    padding: 0px 10px;
  }

  .header-bottom .navbar-collapse {
    border-top: 2px solid #ffffff;
    margin-top: 15px;
  }

  .header-bottom .nav-link {
    color: #ffffff;
  }

  .tp-footer-two .ft-links-social .social-box {
    width: 200px;
    margin: 0px 0px 0px 0px;
  }

  .social-menu {
    display: flex;
    justify-content: space-between;
  }

  div#MMVMODAL .modal-body {
    height: 100%;
  }

  #MMVMODAL .mmvcard__img {
    width: 60%;
    margin: 0 auto;
    padding-top: 20px;
  }

  .mmvcard .herotitle {
    font-size: 3.4rem;
  }

  #MMVMODAL .vehicleInputs.w-75,
  .mmvcard .input-group {
    width: 100% !important;
  }

  div.car-company label:not(:nth-of-type(4n)),
  div.car-company.gen-info label:not(:nth-of-type(2n)) {
    margin-right: 10px;
  }

  div.car-company.gen-info label {
    width: 45%;
    margin-right: 10px;
  }

  div.car-company label {
    width: 22%;
    margin-right: 0px;
  }

  div.fineladdition .herotitle {
    font-size: 2.8rem;
  }

  div.radiofilter label {
    font-size: 1.4rem;
  }

  div#idvmeasure,
  div#addcover,
  div#addon,
  div#prevNCB {
    position: fixed;
    top: 50%;
    z-index: 101;
  }

  #idvmeasure.idvcustomshow + .modalashadow,
  #addcover.idvcustomshow + .modalashadow,
  #addon.idvcustomshow + .modalashadow,
  #prevNCB.idvcustomshow + .modalashadow {
    display: block !important;
  }

  .modalashadow {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
  }

  div#idvmeasure.idvcustomshow,
  div#addcover.idvcustomshow,
  div#addon.idvcustomshow,
  div#prevNCB.idvcustomshow {
    transform: translateX(-50%) translateY(-50%) scale(1);
  }

  div.idvcustom {
    transform: translateX(-50%) translateY(-50%) scale(0);
    transform-origin: center;
    transition: all 0.4s ease-in-out;
  }

  img.Iscomimg {
    width: 100%;
    height: 120px;
    object-fit: contain;
  }

  img.nvimg {
    width: 100%;
  }

  .pbpbtn {
    width: 50%;
    margin: 5px auto;
    display: block;
  }

  ul.pillwizard .nav-link::after {
    display: none;
  }

  .pillwizard.nav-pills .nav-link {
    margin-right: 0;
    width: 100%;
    margin-top: 10px;
  }

  ul.pillwizard .nav-link::before {
    width: 15px;
    height: 15px;
    bottom: 18px;
  }

  div.docpreimg label {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .navbar-brand {
    width: 400px;
  }

  .navbar-brand img {
    width: 220px !important;
  }

  .blur-bg {
    width: 100% !important;
  }

  .navbar-toggler-icon {
    width: 4.5rem;
    height: 4.5rem;
  }

  aside.title + p {
    font-size: 2.3rem !important;
  }

  .header-bottom {
    background: #00b0cb;
    padding: 18px 0px;
  }

  .hero-banner .blur-bg {
    width: 100% !important;
  }

  .tp-cta-section .cta-box {
    padding: 20px 10px;
  }

  .banner-img img {
    width: 100%;
  }

  .header-bottom .border-start,
  .header-bottom .border-end {
    border: none !important;
  }

  /* .tp-partner-section .logo-thumb img {
    height: auto;
  } */

  section,
  address,
  footer {
    padding: 0px 10px;
  }

  .header-bottom .navbar-collapse {
    border-top: 2px solid #ffffff;
    margin-top: 15px;
  }

  .header-bottom .nav-link {
    color: #ffffff;
  }

  .tp-footer-two .ft-links-social .social-box {
    width: 200px;
    margin: 0px 0px 0px 0px;
  }

  div#MMVMODAL .modal-body {
    height: 100%;
  }

  #MMVMODAL .mmvcard__img {
    width: 85%;
    margin: 0 auto;
    padding-top: 20px;
  }

  .mmvcard .herotitle {
    font-size: 3.4rem;
  }

  div.car-company.gen-info label {
    width: 23%;
    margin-right: 10px;
  }

  div.car-company label {
    width: 17%;
  }

  div.fineladdition .herotitle {
    font-size: 2.8rem;
  }

  div.radiofilter label {
    font-size: 1.4rem;
  }

  div#idvmeasure,
  div#addcover,
  div#addon,
  div#prevNCB {
    position: fixed;
    top: 50%;
    z-index: 101;
  }

  #idvmeasure.idvcustomshow + .modalashadow,
  #addcover.idvcustomshow + .modalashadow,
  #prevNCB.idvcustomshow + .modalashadow,
  #addon.idvcustomshow + .modalashadow {
    display: block !important;
  }

  .modalashadow {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
  }

  div#idvmeasure.idvcustomshow,
  div#addcover.idvcustomshow,
  div#prevNCB.idvcustomshow,
  div#addon.idvcustomshow {
    transform: translateX(-50%) translateY(-50%) scale(1);
  }

  div.idvcustom {
    transform: translateX(-50%) translateY(-50%) scale(0);
    transform-origin: center;
    transition: all 0.4s ease-in-out;
  }

  img.Iscomimg {
    width: 100%;
    height: 120px;
    object-fit: contain;
  }

  img.nvimg {
    width: 100%;
  }

  .pbpbtn {
    width: 50%;
    margin: 5px auto;
    display: block;
  }

  div#MMVMODAL.modal-dialog {
    max-width: 80%;
  }

  ul.pillwizard .nav-link::after {
    display: none;
  }

  .pillwizard.nav-pills .nav-link {
    margin-right: 0;
    width: 100%;
    margin-top: 10px;
  }

  ul.pillwizard .nav-link::before {
    width: 15px;
    height: 15px;
    bottom: 18px;
  }

  div.docpreimg label {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
  html {
    font-size: 50%;
  }

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 95%;
  }

  .nav-faqsidebar ul.nav li a {
    font-size: 2rem !important;
  }

  .accordion-button,
  .accordion-body {
    font-size: 2rem !important;
  }

  .blur-bg {
    width: 100% !important;
  }

  aside.title + p {
    font-size: 2.5rem !important;
  }

  .insuranceTypecard .card-title {
    font-size: 2rem;
  }

  .herotitle {
    font-size: 4rem;
  }

  .ft-section h1 {
    font-size: 2.2rem;
    font-weight: bold;
  }

  div.docpreimg label {
    width: 120px;
    height: 120px;
  }

  div#MMVMODAL .modal-body {
    height: 100%;
  }

  div.car-company label {
    width: 12%;
  }

  div.car-company.gen-info label {
    width: 18%;
  }

  div.fineladdition .herotitle {
    font-size: 3rem;
  }
}
.quote_follower {
  padding: 30px;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(37, 56, 88, 0.12);
}

.quote_follower p {
  font-size: 17px;
  margin-bottom: 30px;
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1099px) {
  #MMVMODAL .mmvcard__img {
    width: 85% !important;
    margin: 0 auto !important;
  }
}

@media only screen and (min-device-width: 1100px) and (max-device-width: 1199px) {
  #MMVMODAL .mmvcard__img {
    width: 80% !important;
    margin: 0 auto !important;
  }
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1200px) {
  html {
    font-size: 55%;
  }

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 95%;
  }

  .nav-faqsidebar ul.nav li a {
    font-size: 2rem !important;
  }

  .accordion-button,
  .accordion-body {
    font-size: 2rem !important;
  }

  .blur-bg {
    width: 100% !important;
  }

  aside.title + p {
    font-size: 2.5rem !important;
  }

  .insuranceTypecard .card-title {
    font-size: 2rem;
  }

  .herotitle {
    font-size: 4rem;
  }

  .ft-section h1 {
    font-size: 2.2rem;
    font-weight: bold;
  }

  div.docpreimg label {
    width: 130px;
    height: 130px;
  }

  div#MMVMODAL.modal-dialog {
    max-width: 80%;
  }

  div#MMVMODAL .modal-body {
    height: 100%;
  }

  div.car-company label {
    width: 11%;
  }

  div.car-company.gen-info label {
    width: 15%;
  }

  div.fineladdition .herotitle {
    font-size: 3rem;
  }

  #MMVMODAL .mmvcard__img {
    width: 85%;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 1201px) and (max-device-width: 1300px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 95%;
  }

  .nav-faqsidebar ul.nav li a {
    font-size: 2rem !important;
  }

  .accordion-button,
  .accordion-body {
    font-size: 2rem !important;
  }

  aside.title + p {
    font-size: 2rem !important;
  }

  .insuranceTypecard .card-title {
    font-size: 2rem;
  }

  div.docpreimg label {
    width: 160px;
    height: 160px;
  }

  div#MMVMODAL .modal-body {
    height: 93vh;
  }
}

@media only screen and (min-device-width: 1301px) and (max-device-width: 1500px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 95%;
  }

  .nav-faqsidebar ul.nav li a {
    font-size: 2rem !important;
  }

  .accordion-button,
  .accordion-body {
    font-size: 2rem !important;
  }

  aside.title + p {
    font-size: 2rem !important;
  }

  .tp-partner-section .logo-thumb img {
    height: 120px;
  }

  .insuranceTypecard .card-title {
    font-size: 2rem;
  }

  div.docpreimg label {
    width: 170px;
    height: 170px;
  }
}

/*=============================
=========== Mobile CSS =========
===============================*/
@media (max-width: 767px) {
  /************ Slider Css **********/

  .slider-caption {
    position: absolute;
    bottom: 30px;
    width: 20%;
    background-color: #fff;
    padding: 40px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    display: none;
  }

  /* Header Top */
  .header-top .cta-box .tp-btn-blue {
    display: none;
  }

  .header-top .call {
    display: none;
  }

  .header-top .tp-search-btn {
    display: none;
  }

  /*** Newsletter Space****/
  .tp-newsletter-section .select-products {
    margin-top: 30px;
  }

  /***** Process Box ******/
  .process-box {
    padding: 20px;
  }

  .process-box ul li span {
    float: none;
    margin-bottom: 30px;
    display: inline-block;
  }

  .process-caption {
    padding: 0px;
  }

  .promo-box-two .promo-caption .tp-btn-orange {
    margin-bottom: 20px;
  }

  .promo-box i.icon-circle {
    float: none;
    margin-bottom: 20px;
    display: inline-block;
  }

  .promo-box .promo-caption {
    padding: 0px;
  }

  /********* Error page **********/
  .tp-error .tp-error-block .error-info h1.hero-text {
    font-size: 130px;
    color: #2f3135;
    font-weight: 700;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 576px) {
  .navbar-brand {
    width: 300px;
  }

  .navbar-brand img {
    width: 200px !important;
  }

  .blur-bg {
    width: 100% !important;
  }

  .navbar-toggler-icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .header-bottom {
    background: #00b0cb;
    padding: 30px 0px;
  }

  .hero-banner .blur-bg {
    width: 100% !important;
  }

  .main-container footer {
    background-image: none;
  }

  /* div .main-heading {
    font-size: 2.6rem;
  } */

  section.about-us-section img {
    width: 80% !important;
    display: block !important;
    margin: 0 auto;
  }

  .tp-cta-section .cta-box {
    padding: 20px 20px;
  }

  .tp-cta-section .cta-box {
    border-right: 4px solid #00b0bc;
    border-left: 4px solid #00b0bc;
  }

  .banner-img img {
    width: 100%;
    margin-top: 20px;
  }

  .header-bottom .border-start,
  .header-bottom .border-end {
    border: none !important;
  }

  /* .tp-partner-section .logo-thumb img {
    height: auto;
  } */

  section,
  address,
  footer {
    padding: 0px 10px;
  }

  .header-bottom .navbar-collapse {
    border-top: 2px solid #ffffff;
    margin-top: 15px;
  }

  .header-bottom .nav-link {
    color: #ffffff;
  }

  .tp-footer-two .ft-links-social .social-box {
    width: 180px;
    margin: 0px 0px 0px 0px;
  }

  .social-menu {
    display: flex;
    justify-content: space-between;
  }

  .detilsNav button {
    font-size: 1.8rem;
  }

  .detilsNav .nav-link {
    padding: 15px 10px;
  }

  section .about-heading {
    font-size: 3rem;
  }

  div#MMVMODAL .modal-body {
    height: 100%;
  }

  #MMVMODAL .mmvcard__img {
    width: 70%;
    margin: 0 auto;
    padding-top: 20px;
  }

  #MMVMODAL .vehicleInputs.w-75,
  .mmvcard .input-group {
    width: 100% !important;
  }

  div.car-company label:not(:nth-of-type(4n)),
  div.car-company.gen-info label:not(:nth-of-type(2n)) {
    margin-right: 10px;
  }

  div.car-company.gen-info label {
    width: 45%;
    margin-right: 10px;
  }

  div.car-company label {
    width: 22%;
    margin-right: 0px;
  }

  div.fineladdition .herotitle {
    font-size: 2.8rem;
  }

  div.radiofilter label {
    font-size: 1.5rem;
  }

  div#idvmeasure,
  div#addcover,
  div#prevNCB,
  div#addon {
    position: fixed;
    top: 50%;
    z-index: 101;
  }

  #idvmeasure.idvcustomshow + .modalashadow,
  #addcover.idvcustomshow + .modalashadow,
  #prevNCB.idvcustomshow + .modalashadow,
  #addon.idvcustomshow + .modalashadow {
    display: block !important;
  }

  .modalashadow {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
  }

  div#idvmeasure.idvcustomshow,
  div#addcover.idvcustomshow,
  div#prevNCB.idvcustomshow,
  div#addon.idvcustomshow {
    transform: translateX(-50%) translateY(-50%) scale(1);
  }

  div.idvcustom {
    transform: translateX(-50%) translateY(-50%) scale(0);
    transform-origin: center;
    transition: all 0.4s ease-in-out;
  }

  img.Iscomimg {
    width: 100%;
    height: 120px;
    object-fit: contain;
  }

  img.nvimg {
    width: 100%;
  }

  .pbpbtn {
    width: 50%;
    margin: 5px auto;
    display: block;
  }

  ul.pillwizard .nav-link::after {
    display: none;
  }

  .pillwizard.nav-pills .nav-link {
    margin-right: 0;
    width: 100%;
    margin-top: 10px;
  }

  ul.pillwizard .nav-link::before {
    width: 15px;
    height: 15px;
    bottom: 18px;
  }

  div.docpreimg label {
    width: 190px;
    height: 190px;
    margin: 0 auto;
  }
}

/*============= Laptop 1366 ===========*/
@media (max-width: 1366px) {
  .slider-caption {
    position: absolute;
    bottom: 80px;
    width: 30%;
    background-color: #fff;
    padding: 30px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  }

  .slider-caption h1 {
    font-size: 29px;
  }
}

/*============================================================= 
==============================================================
                      LANDING PAGE
==============================================================
=============================================================*/
.bg {
  background-color: #00b0cb;
}

.lp-main {
  min-height: 900px;
}

.lp-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.lp-header .call {
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
}

.lp-hero-section {
  margin-bottom: 60px;
  margin-top: 30px;
  display: inline-block;
}

.lp-hero-section {
}

.lp-hero-section .image-block {
  position: relative;
}

.lp-hero-section .image-block .lp-caption {
  top: 0px;
  position: absolute;
  padding-top: 40px;
  padding-left: 40px;
}

.lp-hero-section .image-block .lp-caption h2 {
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 0px;
}

.lp-hero-section .image-block .lp-caption p {
  color: #aecaf5;
  line-height: 1.5;
}

.lp-hero-section .quote-form {
  background-color: #fff;
  padding: 25px;
}

.lp-hero-section .quote-form h2 {
  margin-bottom: 0px;
}

.lp-hero-section .quote-form p {
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 13px;
}

.lp-hero-section .quote-form .form-group {
  margin-bottom: 9px;
}

.lp-hero-section .quote-form input.form-control {
  background-color: #fafafa;
  border: 1px solid #d2d5db;
  height: 39px;
  padding-left: 10px;
}

.lp-hero-section .quote-form select.form-control {
  background-color: #fafafa;
  border: 1px solid #d2d5db;
  height: 39px;
  padding-left: 10px;
}

.lp-hero-section .quote-form button.tp-btn-orange {
  margin-top: 2px;
  display: inline-block;
}

.lp-feature-block {
}

.lp-feature-block .feature-box {
  background-color: #fff;
}

.lp-feature-block .feature-box h2 {
  color: #00b0cb;
  height: 60px;
  padding-top: 10px;
  font-size: 22px;
}

.lp-feature-block .feature-box i {
  line-height: 2.2;
  padding-left: 17px;
}

.lp-feature-block .feature-box .orng-box {
  background-color: #fb5528;
  width: 60px;
  color: #fff;
  height: 60px;
  margin-right: 20px;
  float: left;
}

.lp-footer {
  padding: 10px;
  background-color: #0848a9;
  font-size: 13px;
}

.lp-footer .text-muted {
  color: #fff;
  margin-bottom: 0px;
}

.lp-footer .lp-social {
}

.lp-footer .lp-social ul {
  margin-bottom: 0px;
  float: right;
}

.lp-footer .lp-social ul li {
  float: left;
  padding-right: 10px;
}

.lp-footer .lp-social ul li a {
  color: #fff;
}

.lp-footer .lp-social ul li a:hover {
  color: #fb5528;
}

/******************* travel *****************/

#lp-travel {
}

.lp-travel {
}

.lp-travel .travel-feature {
}

.lp-travel .travel-feature .travel-feature-box {
  background-color: #fff;
  padding: 30px 30px;
}

.lp-travel .travel-feature .travel-feature-box h3 {
  border-bottom: 1px solid #eef0f4;
  color: #00b0cb;
  padding-bottom: 19px;
}

.lp-travel .travel-feature .travel-feature-box i {
  margin-right: 15px;
}

.lp-travel .travel-feature .travel-feature-box p {
  margin-bottom: 0px;
}

/**************** home ****************/

#lp-home {
}

.lp-home {
}

.lp-home .lp-hero-section .image-block .lp-caption p {
  color: #fff;
}

.lp-home .home-feature {
}

.lp-home .home-feature .home-feature-box {
}

.lp-home .home-feature .home-feature-box i {
  border: 2px solid #4788eb;
  color: #00b0cb;
  border-radius: 50px;
  font-size: 24px;
  margin-bottom: 20px;
  width: 58px;
  margin-right: 15px;
  height: 58px;
  padding: 15px;
  text-align: center;
}

.lp-home .home-feature .home-feature-box h3 {
  color: #fff;
}

.lp-home .home-feature .home-feature-box p {
  color: #aecaf5;
}

/*************** Life ****************************/
#lp-life {
}

.lp-life {
}

.lp-life .lp-hero-section .image-block .life-caption {
  bottom: 115px;
  position: absolute;
  padding-top: 40px;
  padding-left: 40px;
}

.lp-life .lp-hero-section .image-block .life-caption h2 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.lp-life .lp-hero-section .image-block .life-caption p {
  color: #e1effc;
}

.lp-life .life-feature {
}

.lp-life .life-feature .life-feature-box {
  background-color: #2267d0;
  padding: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.lp-life .life-feature .life-feature-box h3 {
  color: #fff;
  float: right;
  margin-bottom: 0px;
  margin-top: 8px;
}

.lp-life .life-feature .life-feature-box i {
  color: #fff;
  border-radius: 50px;
  font-size: 24px;
  width: 58px;
  margin-right: 15px;
  float: left;
  height: 58px;
  background-color: #11499f;
  padding: 15px;
  text-align: center;
}

.lp-life .life-feature p {
  color: #538ce3;
}

/******************* Business **************************/

.lp-business .lp-hero-section .image-block .business-caption {
  top: 0px;
  position: absolute;
  padding-top: 40px;
  padding-left: 40px;
}

.lp-business .lp-hero-section .image-block .business-caption h2 {
  color: #00b0cb;
  font-size: 30px;
}

.lp-business .lp-hero-section .image-block .business-caption p {
  color: #62656a;
}

.lp-business .business-block .business-feature h3 {
  color: #fff;
  line-height: 2.5;
  margin-top: 8px;
}

.lp-business .business-block .business-feature i {
  color: #00b0cb;
  font-size: 24px;
  width: 53px;
  margin-right: 15px;
  float: left;
  height: 53px;
  border: 2px solid #00b0cb;
  padding: 15px;
  text-align: center;
}

.lp-business .business-block .business-feature p {
  color: #538ce3;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 339px) {
  .detilsNav .nav-link {
    padding: 15px 10px !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 380px) {
  .main-container {
    overflow: hidden;
  }

  footer .social-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }

  .tp-footer-two .ft-links-social .social-box {
    width: 118px !important;
    margin: 0px !important;
    font-size: 1.3rem;
  }
}

@media only screen and (min-device-width: 381px) and (max-device-width: 400px) {
  .main-container {
    overflow: hidden;
  }

  footer .social-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }

  .tp-footer-two .ft-links-social .social-box {
    width: 125px !important;
    margin: 0px !important;
    font-size: 1.3rem;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .plan_modal h1 {
    text-align: left !important;
  }
  .navbar-brand {
    width: 250px;
  }

  .navbar-brand img {
    width: 180px !important;
  }

  .blur-bg {
    width: 100% !important;
  }

  html {
    font-size: 57%;
  }

  .header-bottom {
    background: #00b0cb;
    padding: 30px 0px;
  }

  .tp-footer-two .ft-links-social .social-box {
    font-size: 1.3rem;
  }

  .hero-banner .blur-bg {
    width: 100% !important;
  }

  .main-container footer {
    background-image: none;
  }

  div .main-heading {
    font-size: 2.6rem;
  }

  .tp-cta-section .cta-box {
    padding: 20px 20px;
  }

  .tp-cta-section .cta-box {
    border-right: 4px solid #00b0bc;
    border-left: 4px solid #00b0bc;
  }

  .banner-img img {
    width: 100%;
    margin-top: 20px;
  }

  .header-bottom .border-start,
  .header-bottom .border-end {
    border: none !important;
  }

  /* .tp-partner-section .logo-thumb img {
    height: auto;
  } */

  section,
  address,
  footer {
    padding: 0px 10px;
  }

  .header-bottom .navbar-collapse {
    border-top: 2px solid #ffffff;
    margin-top: 15px;
  }

  .header-bottom .nav-link {
    color: #ffffff;
  }

  .main-container {
    overflow: hidden;
  }

  footer .social-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }

  .tp-footer-two .ft-links-social .social-box {
    width: 150px;
    margin: 0px;
  }

  nav.detilsNav button {
    font-size: 1.8rem;
  }

  .detilsNav .nav-link {
    padding: 15px 15px;
  }

  section .about-heading {
    font-size: 2.4rem;
  }

  .tp-navbar .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:active,
  .dropdown-menu > li > a.active {
    color: #000000;
    background-color: #00b0cb9c;
  }

  section.PosExaMSection .number-index button {
    max-width: 55px;
  }

  div#MMVMODAL .modal-body {
    height: 100%;
  }

  .fineladdition #MMVMODAL .mmvcard__img {
    width: 50%;
  }

  #MMVMODAL .mmvcard__img {
    width: 70%;
    margin: 0 auto;
    padding-top: 20px;
  }

  #MMVMODAL .vehicleInputs.w-75,
  .mmvcard .input-group {
    width: 100% !important;
  }

  div.car-company label:not(:nth-of-type(4n)),
  div.car-company.gen-info label:not(:nth-of-type(2n)) {
    margin-right: 10px;
  }

  div.withImg {
    height: 80px;
  }

  div.car-company.gen-info label {
    width: 45%;
    margin-right: 10px;
  }

  div.car-company label {
    width: 22%;
    margin-right: 0px;
  }

  div.fineladdition .herotitle {
    font-size: 2.8rem;
  }

  div.radiofilter label {
    font-size: 1.5rem;
  }

  div#idvmeasure,
  div#addcover,
  div#prevNCB,
  div#addon {
    position: fixed;
    top: 50%;
    z-index: 101;
  }

  #idvmeasure.idvcustomshow + .modalashadow,
  #addcover.idvcustomshow + .modalashadow,
  #prevNCB.idvcustomshow + .modalashadow,
  #addon.idvcustomshow + .modalashadow {
    display: block !important;
  }

  .modalashadow {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
  }

  div#idvmeasure.idvcustomshow,
  div#addcover.idvcustomshow,
  div#prevNCB.idvcustomshow,
  div#addon.idvcustomshow {
    transform: translateX(-50%) translateY(-50%) scale(1);
  }

  div.idvcustom {
    transform: translateX(-50%) translateY(-50%) scale(0);
    transform-origin: center;
    transition: all 0.4s ease-in-out;
  }

  img.Iscomimg {
    width: 100%;
    height: 120px;
    object-fit: contain;
  }

  img.nvimg {
    width: 100%;
    display: none;
  }

  .pbpbtn {
    width: 50%;
    margin: 5px auto;
    display: block;
  }

  ul.pillwizard .nav-link::after {
    display: none;
  }

  .pillwizard.nav-pills .nav-link {
    margin-right: 0;
    width: 100%;
    margin-top: 10px;
  }

  ul.pillwizard .nav-link::before {
    width: 15px;
    height: 15px;
    bottom: 18px;
  }

  div.docpreimg label {
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }

  .tp-testimonial-two .quote-ct::after {
    width: 50px;
    height: 50px;
    left: -5px;
    top: -30px;
  }

  .tp-testimonial-two .quote-ct::before {
    width: 50px;
    height: 50px;
    right: -10px;
    bottom: -30px;
  }
}
@media only screen and (min-device-width: 280px) and (max-device-width: 320px) {
  .navbar-brand img {
    width: 150px !important;
  }
  img.nvimg {
    width: 100%;
    display: none;
  }
  .plan_modal h1 {
    text-align: left !important;
  }
}

@media only screen and (max-width: 1440px) {
  .slider-caption {
    position: absolute;
    bottom: 70px;
    width: 35%;
    background-color: #fff;
    padding: 40px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  }
}

@media only screen and (min-width: 1280px) {
}

/* =================================================================== */

.toggle-none::before {
  display: none;
}

/* .dropdown-menu li:not(:last-child)::after {
  content: " ";
  position: absolute;
  width: 70%;
  margin: 0 auto;
  height: 0.5px;
  background: #00b0bc;
  bottom: 5px;
  display: block;
  left: 49%;
  transform: translateX(-50%);
  top: 100%;
} */

.dropdown-menu .blur-bg-blocks {
  overflow-x: hidden;
  overflow-y: hidden;
}

.blur-bg-set {
  overflow: hidden;
}

.blur-bg {
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  width: 500px;
  height: 500px;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  opacity: 20%;
}

.blur-bg-a {
  left: -4%;
  top: -10%;
  background: #00b0bc;
}

.blur-bg-b {
  background: #00b0bc;
  margin: 0 auto;
  left: -20%;
  top: 30%;
}

.blur-bg-c {
  right: 0;
  top: -10%;
  background: #00b0bc;
}

.about-us-section .blur-bg-c,
.contact-us-section .blur-bg-c {
  top: 55%;
}

.title {
  font-size: 3rem;
}

.herotitle {
  font-size: 4.4rem;
  font-weight: bold;
}

.get-quotebtn {
  font-size: 1.8rem;
  font-weight: bold;
}

.get-quotebtn::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  top: 0;
  transition: 0.5s;
  height: 8px;
  position: relative;
  opacity: 0;
  right: -20px;
  width: 0;
  font-weight: bold;
}

.get-quotebtn:hover::after {
  opacity: 1;
  right: 0;
  width: 2px;
  margin-left: 10px;
  margin-left: 10px;
}

.qualityicon img {
  width: 50px;
  margin-right: 10px;
}

.incardimg {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.insuranceTypecard .card:hover {
  background-color: #00b0cb;
  border-color: #00b0cb;
}

/* #MMVMODAL .modal-dialog,
#MMVMODAL .modal-content,
#MMVMODAL .modal-body {
  overflow: hidden;
} */

/* .mmvcard {
  position: relative;
  padding: 25px;
  height: 400px;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.mmvcard__item {
  display: flex;
  align-items: center;
}

/* #MMVMODAL .modal-body {
  height: 85vh;
} */

/* .carmodalimg {
  height: 100%;
} */

/* .mmvcard__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  border-radius: 20px;
  transform: translateX(-160px) translateY(-50%);
  overflow: hidden;
  position: absolute;
  top: 50%;
}

.mmvcard__img::after {
  content: " ";
  position: absolute;
  opacity: 0.4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #00b0cb 0%, #00b0cb 74%);
} */

/* .car-company {
  overflow-x: hidden;
  overflow-y: auto;
  height: 250px;
} */

.car-company label img {
  width: 100%;
  height: 100%;
}

.car-company label {
  padding: 15px 10px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
  width: 11%;
}

.car-company input[type="radio"] + label {
  border: 2px dotted #00b0cb;
}

.car-company label {
  margin-right: 15px;
}

.car-company label i {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0;
}

.car-company input[type="radio"]:checked + label > i {
  opacity: 1;
}

/* .checkboxlabel::before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 18px;
  height: 18px;
  border: 2px dotted #000000;
  background: transparent;
} */

/* .checkboxlabel::after {
  content: url("../images/checkIcon.svg");
  position: absolute;
  top: 0px;
  left: -2px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
} */

input[type="checkbox"]:checked + label::after {
  opacity: 1;
  visibility: visible;
}

.Iscomimg {
  display: block;
  width: 83%;
  height: 100px;
  object-fit: contain;
  padding: 15px;
}

.nav-pills .nav-link {
  background-color: #ffffff;
  color: #000000;
  border: 2px dotted #00b0cb;
  margin-right: 25px;
  padding: 0.5rem 1rem;
}

.pillwizard .nav-link::after {
  content: " ";
  position: absolute;
  width: 25px;
  top: 30%;
  transform: translateY(-50%);
  right: 0;
  border-top: 2px dotted #000000;
}

.pillwizard .nav-link::before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #00b0cb;
  left: 50%;
  bottom: 16px;
  transform: rotate(45deg) translateX(-50%);
  opacity: 0;
  visibility: hidden;
}

.pillwizard .nav-link.active::before {
  opacity: 1;
  visibility: visible;
}

.othervoption .css-1s2u09g-control,
.othervoption .css-1pahdxg-control {
  /* border: 1px solid #000000 !important; */
  border: none;
  height: calc(5.5rem + 10px) !important;
  box-shadow: none !important;
}

.othervoption .css-1pahdxg-control:hover {
  border: 1px solid #000000 !important;
  height: calc(5.5rem + 10px) !important;
}

.othervoption.css-1pahdxg-control {
  box-shadow: none !important;
}

.nav-link.active + small {
  color: #00b0cb;
}

.no-after::after {
  display: none;
}

.form-floating > .form-select {
  height: calc(5.5rem + 10px);
  font-size: 1.5rem;
  border: 1px solid #00b0cb;
  outline: none !important;
  box-shadow: none !important;
  padding-top: 25px;
  padding-left: 10px;
}

.form-floating.inother input {
  height: 60px;
}

.about-heading {
  font-size: 4rem;
  border-left: 6px solid #00b0bc;
  border-right: 6px solid #00b0bc;
  margin-bottom: 0px;
}

.coming-badge {
  top: 0px;
  right: 9px;
}

footer {
  /* background-image: url("../images/wave-1.svg"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* ==================== */
@keyframes spin {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -3px) rotate(36deg);
  }

  20% {
    transform: translate(-2px, 0px) rotate(72deg);
  }

  30% {
    transform: translate(1px, 2px) rotate(108deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(144deg);
  }

  50% {
    transform: translate(-1px, 3px) rotate(180deg);
  }

  60% {
    transform: translate(-1px, 1px) rotate(216deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(252deg);
  }

  80% {
    transform: translate(-2px, -1px) rotate(288deg);
  }

  90% {
    transform: translate(2px, 1px) rotate(324deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(360deg);
  }
}

@keyframes speed {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }

  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }

  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes strikes {
  from {
    left: 25px;
  }

  to {
    left: -80px;
    opacity: 0;
  }
}

@keyframes dots {
  from {
    width: 0px;
  }

  to {
    width: 15px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.show_lodar {
  display: block;
}

.hide_lodar {
  display: none;
}

.loading-window {
  height: 200px;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  position: fixed;
  top: 50%;
  width: 300px;
  z-index: 999999;
}

.loading-window-outer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.6;
  bottom: 0px;
  z-index: 9999999;
  background: #00b0cb;
}

.loading-window .text {
  font-size: 3rem;
  position: absolute;
  width: auto;
  top: 68%;
  left: 30%;
  margin: 0 auto;
  color: #ffffff;
}

.loading-window .dots {
  display: inline-block;
  width: 5px;
  overflow: hidden;
  vertical-align: bottom;
  animation: dots 1.5s linear infinite;
  transition: 1;
}

.car {
  position: absolute;
  width: 117px;
  height: 42px;
  left: 92px;
  top: 70px;
}

.car .strike {
  position: absolute;
  width: 11px;
  height: 1px;
  background-color: #ffffff;
  animation: strikes 0.2s linear infinite;
}

.car .strike2 {
  top: 11px;
  animation-delay: 0.05s;
}

.car .strike3 {
  top: 22px;
  animation-delay: 0.1s;
}

.car .strike4 {
  top: 33px;
  animation-delay: 0.15s;
}

.car .strike5 {
  top: 44px;
  animation-delay: 0.2s;
}

.car-detail {
  position: absolute;
  display: block;
  background-color: #ffffff;
  animation: speed 0.5s linear infinite;
}

.car-detail.spoiler {
  width: 0;
  height: 0;
  top: 7px;
  background: none;
  border: 20px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 20px solid #00b0cb;
}

.car-detail.back {
  height: 20px;
  width: 92px;
  top: 15px;
  left: 0px;
}

.car-detail.center {
  height: 35px;
  width: 75px;
  left: 12px;
  border-top-left-radius: 30px;
  border-top-right-radius: 45px 40px;
  border: 4px solid #ffffff;
  background: none;
  box-sizing: border-box;
}

.car-detail.center1 {
  height: 35px;
  width: 35px;
  left: 12px;
  border-top-left-radius: 30px;
}

.car-detail.front {
  height: 20px;
  width: 50px;
  top: 15px;
  left: 67px;
  border-top-right-radius: 50px 40px;
  border-bottom-right-radius: 10px;
}

.car-detail.wheel {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 20px;
  left: 12px;
  border: 3px solid #00b0cb;
  animation-name: spin;
}

.car-detail.wheel2 {
  left: 82px;
}

.ft-links ul li:first-child {
  margin-top: 15px;
}

.ft-links ul li:not(:last-child) {
  margin-bottom: 15px;
}

address i {
  color: #00b0cb;
  font-size: 4rem;
}

address.intro i {
  font-size: 8rem;
}

address .card:hover {
  background-color: #00b0cb;
  color: #000000;
  border-color: #00b0cb;
}

address .card:hover .btn.btn-primary {
  border-color: #000000;
}

address .card:hover i {
  color: #000000;
}

address .card:hover a {
  color: #000000;
}

.tp-agent-section ol {
  counter-reset: app-counter;
  list-style: none;
  padding-left: 40px;
}

.tp-agent-section ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: app-counter;
  position: relative;
}

.tp-agent-section ol li::before {
  content: counter(app-counter);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  transform: rotate(-10deg);
  background: #00b0cb;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #000000;
}

.main-heading {
  font-size: 4.5rem;
  /* text-transform: uppercase; */
}

.title-after::after {
  content: " ";
  width: 130px;
  height: 3px;
  background: #00b0cb;
  position: absolute;
  bottom: -5px;
  left: 10px;
}

.testimonial-slider .slick-list.draggable {
  padding: 15px 10px;
}

.tp-cta-section .cta-box:not(:last-child) {
  border-right: 4px solid #00b0cb;
}

.docimg {
  height: 120px;
}

.detilsNav {
  background: #000000;
  padding: 0px 5px;
}

.detilsNav button {
  position: relative;
  color: #ffffff;
  font-size: 2rem;
}

.detilsNav button.active {
  background-color: #00b0cb !important;
  color: #ffffff !important;
}

.detilsNav button::before {
  content: " ";
  position: absolute;
  top: -4px;
  width: 100%;
  height: 5px;
  background-color: #000000;
  left: 0px;
  opacity: 0;
  visibility: hidden;
}

.detilsNav button.active::before {
  opacity: 1;
  visibility: visible;
}

.bg-primary-light {
  background-color: rgba(158, 178, 59, 0.3) !important;
}

.number-index .nav-link.bg-warning {
  border-color: #ffc107 !important;
}

.commands {
  content: " ";
  clear: both;
  display: table;
}

#TrainingAccordion .accordion-item {
  border-color: rgba(158, 178, 59, 0.3) !important;
}

/* #TrainingAccordion {
  counter-reset: section;
}


#TrainingAccordion ol li::before {
  counter-increment: section;
  content: "Section " counter(section)": ";
} */

#TrainingAccordion ol {
  list-style: upper-alpha;
}

#TrainingAccordion ol li::marker {
  color: #000000;
  font-weight: bold;
}

#TrainingAccordion .docsection a i {
  position: absolute;
  top: 5px;
  right: 5px;
}

#TrainingAccordion .docsection a {
  border: 2px dotted #00b0cb;
  border-radius: 5px;
}

.exam-question-option label {
  display: block;
  border: 1px solid black;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 15px;
}

.exam-question-option label:hover {
  background-color: rgba(158, 178, 59, 0.3);
}

.exam-question-option input[type="radio"]:checked + label {
  background-color: #00b0cb;
}

.PosExaMSection .number-index button:hover {
  background-color: rgba(158, 178, 59, 0.5);
}

.bike-company {
  overflow-x: hidden;
  overflow-y: auto;
  /* height: 250px; */
}

.detilsNav button {
  position: relative;
  color: #ffffff;
}

.detilsNav button.active {
  background-color: #00b0cb !important;
  color: #ffffff !important;
}

.detilsNav button::before {
  content: " ";
  position: absolute;
  top: -4px;
  width: 100%;
  height: 5px;
  background-color: #00b0cb;
  left: 0px;
  opacity: 0;
  visibility: hidden;
}

.detilsNav button.active::before {
  opacity: 1;
  visibility: visible;
}

.bg-primary-light {
  background-color: rgba(247, 191, 13, 0.3) !important;
}

.commands {
  content: " ";
  clear: both;
  display: table;
}

#TrainingAccordion .accordion-item {
  border-color: rgba(247, 191, 13, 0.3) !important;
}

/* #TrainingAccordion {
  counter-reset: section;
}


#TrainingAccordion ol li::before {
  counter-increment: section;
  content: "Section " counter(section)": ";
} */

#TrainingAccordion ol {
  list-style: upper-alpha;
}

#TrainingAccordion ol li::marker {
  color: #000000;
  font-weight: bold;
}

#TrainingAccordion .docsection a i {
  position: absolute;
  top: 5px;
  right: 5px;
}

#TrainingAccordion .docsection a {
  border: 2px dotted #00b0cb;
  border-radius: 5px;
}

.exam-question-option label {
  display: block;
  border: 1px solid black;
  border-radius: 20px;
  padding: 10px 10px;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}

.exam-question-option label:hover {
  background-color: rgba(247, 191, 13, 0.3);
}

.exam-question-option input[type="radio"]:checked + label {
  background-color: #00b0cb;
}

.PosExaMSection .number-index button {
  color: #000000;
  border: 2px solid #dee2e6;
  padding: 10px 0px;
  margin-right: 10px;
  width: 48px;
}

.PosExaMSection .number-index button:hover {
  background-color: rgba(247, 191, 13, 0.3);
}

.PosExaMSection .number-index button.active {
  border: 2px solid #dee2e6;
  background-color: #00b0cb;
  color: #ffffff;
  border-color: #00b0cb;
}

.f-error {
  position: absolute;
  margin: 0;
  color: red;
}

/* .MYmmvmodal .modal-content,
.MYmmvmodal .modal-body {
  overflow: hidden;
} */

.MYmmvmodal .css-1s2u09g-control {
  border-left: none;
  border-radius: 0px;
  border: 1px solid #000000;
}

.MYmmvmodal .css-1s2u09g-control:hover {
  border-color: #000000;
}

.withImg {
  height: 90px;
}

.react-pdf__Page__canvas {
  width: 100% !important;
  height: auto !important;
}

.userimgcontainer {
  width: 50px;
  display: flex;
  margin-left: 20px;
  border-radius: 50%;
  /* padding: 2px; */
  border: 3px solid #000000;
  font-size: 19px;
  /* padding-left: 15px; */
  gap: 12px;
  align-items: center;
}

.smlogcontainer img {
  width: 60px;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #ffffff;
  padding: 4px;
}

.radiofilter {
  border: 2px solid #bdb9b9;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  padding: 10px 0 0 0px;
}

.radiofilter label {
  font-size: 1.5rem;
  padding-bottom: 6px;
  border-bottom: 5px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  font-weight: 500;
}

.radiofilter label:not(:last-child) {
  margin-right: 15px;
}

.radiofilter input[type="radio"]:checked + label {
  color: #00b0cb;
  border-color: #00b0cb;
  border-width: 5px;
}

#idvmeasure,
#addcover,
#prevNCB,
#addon {
  position: absolute;
  width: 95%;
  padding: 20px 15px;
  left: 50%;
  background-color: #ffffff;
  /* border: 2px solid #bdb9b9; */
  border-radius: 0;
  z-index: 1;
}

.buybtn > div:not(:last-child) {
  margin-right: 10px;
}

.idvcustom {
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: all 0.4s ease-in-out;
}

#idvmeasure.idvcustomshow,
#addcover.idvcustomshow,
#prevNCB.idvcustomshow,
#addon.idvcustomshow {
  transform: translateX(-50%);
}

.mycustomidv {
  display: none;
}

#idvmeasure input[type="radio"]:checked + label + .mycustomidv,
#addcover input[type="radio"]:checked + label + .mycustomidv,
#prevNCB input[type="radio"]:checked + label + .mycustomidv,
#addon input[type="radio"]:checked + label + .mycustomidv {
  display: block;
}

.privacyterms-section ul {
  list-style: upper-latin;
}

.modal-body .btn-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
}

.gen-info {
  width: 100%;
}

.car-company.gen-info label {
  padding: 15px 10px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
  width: 15%;
  min-height: max-content;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.car-company.gen-info label span {
  display: block;
  width: 100%;
  word-break: break-all;
}

.car-company.gen-info label::after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #00b0cb;
  bottom: -10px;
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
}

.car-company.gen-info input[type="radio"]:checked + label {
  background-color: #00b0cb;
  color: #ffffff;
}

.car-company.gen-info input[type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
}

.fineladdition .herotitle {
  font-size: 4rem;
}

.mmvcard__content .css-1pahdxg-control:hover {
  border-color: #000000 !important;
  border-radius: 0px !important;
}

.mmvcard__content .css-1pahdxg-control {
  box-shadow: none !important;
}

.docpreimg label {
  display: block;
  border: 2px solid #00b0cb;
  border-radius: 8px;
  width: 160px;
  height: 160px;
}

.modal .table-bordered > :not(caption) > * > *,
.policyPUrView .table-bordered > :not(caption) > * > * {
  padding: 10px;
}

.nvimg {
  width: 150px;
  object-fit: contain;
  height: 100px;
}

/* demo comment */

.centered {
  position: fixed;
  z-index: 10;
  bottom: 80px;
  right: 50px;
}

.centered .cllcenternumber {
  color: #000000;
  opacity: 0;
  transition: all 0.4s 0.3s ease-in-out;
  -webkit-transition: all 0.4s 0.3s ease-in-out;
  -moz-transition: all 0.4s 0.3s ease-in-out;
  -ms-transition: all 0.4s 0.3s ease-in-out;
  -o-transition: all 0.4s 0.3s ease-in-out;
}

.centered a {
  color: #000000;
}

.centered i,
.centered svg {
  color: #ffffff;
  font-size: 2.5rem;
}

.plus {
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background: #000000;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plus__line {
  width: 6px;
  height: 50px;
  background: #efefef;
  border-radius: 10px;
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 25px);
  opacity: 0;
}

.plus.plus--active .plus__line,
.plus.plus--active .cllcenternumber {
  opacity: 1;
}

.plus__line--v {
  overflow: hidden;
  transition: all 0.4s ease 0s;
}

.plus--active .plus__line--v {
  height: 100px;
  top: calc(-100% - 60px);
  padding: 0 5px;
  box-sizing: border-box;
  width: 360px;
  border-radius: 60px;
  left: -250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* modal-css */
.modal-body button.btn.btn-primary {
  display: block;
  margin: 20px auto 0;
}
.modal-logo {
  text-align: center;
  margin-bottom: 20px;
}
.v2_close.false {
  position: absolute;
  top: -15px;
  right: -13px;
  width: 40px;
  height: 40px;
  background: #00b0cb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v2_close.false img {
  max-width: 22px;
  width: 100%;
  color: #fff;
}
.modal-logo img {
  max-width: 200px;
}
/* .modal-body {
  padding: 3rem !important;
} */

/* input-css */
.custom-field {
  position: relative;
  font-size: 14px;
  border-top: 20px solid transparent;
  margin-bottom: 5px;
  width: 100%;
  margin: auto;
}
/* .login_form {
  display: flex;
  flex-direction: column;
} */

.custom-field input {
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  padding: 12px;
  border-radius: 3px;
  width: 100%;
  outline: none;
  font-size: 14px;
}

.custom-field .placeholder {
  background-color: transparent;
  font-size: 17px;
  opacity: 1;
  font-weight: 500;
  position: absolute;
  left: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 22px;
  line-height: 100%;
  transform: translateY(-50%);
  color: #5da2a5;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
}

.custom-field input.dirty + .placeholder,
.custom-field input:focus + .placeholder,
.custom-field input:not(:placeholder-shown) + .placeholder {
  top: -10px;
  font-size: 14px;
  color: #222;
}
.custom-field.two input {
  border-radius: 3px;
  border: 1px solid #00767d;
  /* border-top-left-radius: 3px; */
  /* border-top-right-radius: 3px; */
  background: #fff;
  transition: background-size 0.3s ease;
}

.custom-field.two input.dirty,
.custom-field.two input:not(:placeholder-shown),
.custom-field.two input:focus {
  background-size: 100% 0.15em, 100% 0.1em, 100%;
}

/* img-upload-css */
.upload-box {
  border-width: thick;
  /* padding: 20px; */
  border: 2px solid #c7c7c7;
  border-style: dashed;
  min-height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content {
  padding: 1rem 0rem;
  text-align: center;
}
.content .upload-icon {
  padding-bottom: 1rem;
}
.content .upload-icon img {
  width: 10%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content .text {
  font-weight: 400;
  display: inline;
  color: smokewhite;
}
.content .upload-btn-wrapper {
  padding-top: 1rem;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.content .btn {
  border: none;
  color: white;
  background: #00b0cb;
  padding: 10px 40px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}
.content .upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.table tr th,
td {
  padding-bottom: 12px;
}
.modal-content .form-check {
  padding: 0px 60px;
  background: #fff;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.modal-content .form-check-label {
  display: block;
  width: 100%;
  padding-left: 50px;
  flex: 1;
}
.modal-content .form-check .form-check-input {
  position: absolute;
  left: 50px;
  width: 20px;
  height: 20px;
}
.modal-content .form-check-input:checked {
  background-color: #00b0cb;
  border-color: #00b0cb;
}
.v2_btngrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.v2_btngrp .wrapper{
  width: 100%;
}
.idv_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-content .btn {
  width: auto;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
  background: #00b0cb;
  border-radius: 5px;
  border: 1px solid #00b0cb;
}
.modal-content .btn:hover {
  background-color: #000;
  color: #fff;
}
.form-check-input:checked {
  background-color: #02b1cd !important;
  border-color: #02b1cd !important;
}
.form-check .form-check-input {
  width: 20px;
  height: 20px;
}
.box .form-check {
  padding: 0;
}
.box .form-check .form-check-input {
  left: 30px;
}

/*reduce height and wihth of svg for resizing*/

@media (max-width: 575px) {
  .modal-content {
    left: 0 !important;
  }
  .v2_close.false {
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
  }
}

.login_img img {
  max-width: 300px;
  margin: 0 auto;
}
.login_img {
  text-align: center;
}
.loginmodal_btn {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px 0 0;
}
.loginmodal_btn button.btn.btn-primary {
  min-width: 150px;
  font-size: 18px;
  margin: 0;
}
.success_card_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.left_card_img {
  width: 50%;
}
.right_card_content {
  width: 50%;
}
/* TWO */
.success_card  .custom-field {
  position: relative;
  font-size: 14px;
  border-top: 10px solid transparent;
  margin-bottom: 5px;
  width: 100%;
  margin: 0 0 40px;
  border: 1px solid #00b0cb;
  padding: 11px;
}
.success_card  .login_form {
  display: flex;
  flex-direction: column;
}

.success_card  .custom-field input {
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  padding: 12px;
  border-radius: 3px;
  width: 100%;
  outline: none;
  font-size: 14px;
}

.success_card  .custom-field .placeholder {
  background-color: #fff;
  font-size: 17px;
  opacity: 1;
  font-weight: 600;
  position: absolute;
  left: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 0px;
  line-height: 100%;
  transform: translateY(-50%);
  color: #3d71ad;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
}

.success_card  .custom-field input.dirty + .placeholder,
.success_card  .custom-field input:focus + .placeholder,
.success_card  .custom-field input:not(:placeholder-shown) + .placeholder {
  top: -10px;
  font-size: 14px;
  color: #222;
}
.success_card  .custom-field.two input {
  border-radius: 3px;
  border: 1px solid #00b0cb;
  /* border-top-left-radius: 3px; */
  /* border-top-right-radius: 3px; */
  background: #fff;
  transition: background-size 0.3s ease;
}

.custom-field.two input.dirty,
.custom-field.two input:not(:placeholder-shown),
.custom-field.two input:focus {
  background-size: 100% 0.15em, 100% 0.1em, 100%;
}
.submitButtonLogin {
  background: #3d71ac;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 25px;
  padding: 12px 15px;
  width: 100%;
}
.success_card .left_card_img img {
  max-width: 800px;
}
.success_card h2.form_heading {
  background: #00b0cb;
  color: #fff;
  font-size: 30px;
  padding: 20px 0;
  max-width: 550px;
  margin: 0 auto;
  border-radius: 15px 15px 0 0;
}
.success_card .login_form {
  display: flex;
  flex-direction: column;
  border: 1px solid #00b0cb;
  max-width: 550px;
  padding: 40px 20px 20px;
  margin: 0 auto;
  border-radius: 0 0 15px 15px;
}
.success_card p.card-text {
  font-size: 18px;
  font-weight: 600;
}

.navbar-brand img {
  width: 250px;
}
.kyc_fail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 11px 0px; */
  max-width: 800px;
  margin: auto;
  padding: 50px;
  gap: 18px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 16px;
  text-align: center;
}
.circle-loader {
  margin-bottom: 3.5em;
  border: 1rem solid rgba(0, 0, 0, 0.05);
  border-left-color: #56b96d;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: calc(10rem * 1.25);
  height: calc(10rem * 1.25);
}
.load-complete {
  animation: loader-spin-out 200ms 1 linear;
  border-color: #56b96d;
  transition: border 200ms ease-out;
}
.checkmark-1.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark-1:after {
  opacity: 1;
  height: calc(10rem / 2);
  width: calc(10rem / 3);
  transform-origin: left top;
  border-right: 1rem solid #56b96d;
  border-top: 1rem solid #56b96d;
  content: "";
  left: calc(((0% + 10rem) / 2) / 2);
  top: calc(10rem / 2);
  position: absolute;
}
.o-circle__sign {
  position: relative;
  opacity: 0;
  background: #fff;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.o-circle__sign::before,
.o-circle__sign::after {
  content: "";
  position: absolute;
  background: inherit;
}

.o-circle__sign::after {
  left: 100%;
  top: 0%;
  width: 500%;
  height: 95%;
  transform: translateY(4%) rotate(0deg);
  border-radius: 0;
  opacity: 0;
  animation: set-shaddow 0s 1.13s ease-in-out forwards;
  z-index: -1;
}

.o-circle__sign--failure {
  background: rgb(236, 78, 75);
}

.o-circle__sign--failure .o-circle__sign {
  width: 1rem;
  height: 7rem;
  transform: translateY(25%) rotate(45deg) scale(0.1);
  border-radius: 50% 50% 50% 50% / 10%;
  animation-name: failure-sign-appearance;
}

.o-circle__sign--failure .o-circle__sign::before {
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%) rotate(90deg);
  border-radius: inherit;
}

.o-circle__sign--failure .o-circle__sign::after {
  background: rgba(175, 57, 55, 0.8);
}
.success-message {
  width: 50%;
  /* border: 1px solid black; */
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  padding: 50px 0;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.11);
}

.plan-type-list-active {
  border: 3px solid #00b0cb !important;
}
.plan-type-list {
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 11px 0 #00000017;
  margin-bottom: 10px;
  padding: 16px 15px;
  font-size: 16px;
}
.container-btn {
  background-color: #fff;
  width: 100%;
  /* padding: 20px 10px; */
  /* border-radius: 0.625rem; */
  /* border-top-left-radius: 0.625rem; */
  /* border-top-right-radius: 0.625rem; */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.container-btn button {
    min-width: 100%;
    /* height: 50px; */
    padding: 15px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #00b0cb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 16px;
}
.container-btn button.active {
  align-items: flex-start;
  justify-content: inherit;
}
.container-btn button.active svg {
  margin-top: 4px;
}
.insurer_img {
  box-shadow: 1px 0px 4px 2px rgb(234, 236, 236);
  border-radius: 9px;
  /* width: 20%; */
  max-width: 100%;
  max-height: 100px;
  min-height: 100px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
}
.insurer_img img {
  width: 100px;
}

.yesnoinput input[type="radio"] + label {
  width: 420px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #00b0cb;
  border-radius: 10px;
  position: relative;
  padding: 15px 70px 15px 10px;
  color: #000;
  /* margin: 5px 20px; */
  /* margin-right: 15px; */
  font-weight: 500;
}
.yesnoinput input[type="radio"] + label::after {
  visibility: hidden;
  content: " ";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #00b0cb;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: transparent;
}
.yesnoinput input[type="radio"]:checked + label::after {
  background-color: #00b0cb;
  visibility: visible;
}
.yesnoinput {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.hdfc-pfd{
  padding: 10px 20px;
}
button.Cancel-btn.btn-danger.mt-5 {
  border-radius: 5px;
  display: inline-block;
  min-width: 250px;
  border: none;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }


}