/* @font-face {
  font-family:'Rubik Regular', sans-serif;;
  src: url('../css/fonts/ProximaNovaAltRegular-webfont.eot');
  src: url('../css/fonts/ProximaNovaAltRegular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../css/fonts/ProximaNovaAltRegular-webfont.woff2') format('woff2'),
       url('../css/fonts/ProximaNovaAltRegular-webfont.woff') format('woff'),
       url('../css/fonts/ProximaNovaAltRegular-webfont.ttf') format('truetype'),
       url('../css/fonts/ProximaNovaAltRegular-webfont.svg#proxima_nova_altregular') format('svg');
  font-weight: normal;
  font-style: normal;

}
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap');  */
@import url('https://retailapistage.bestinsurance.co.uk/assets/fonts/fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;1,500&display=swap'); */
/* font-family: 'Rubik', sans-serif; */


html{ scroll-behavior: smooth; font-family:'Rubik Regular', sans-serif;}
.font-regular {
  font-family:'Rubik Regular', sans-serif;
  font-weight: 400;
}
.font-bold {
  font-family:'Rubik Regular', sans-serif;
  font-weight: 700;
}
.font-light {
  font-family:'Rubik Regular', sans-serif;
  font-weight: 300;
}
::-moz-selection {
  /* Code for Firefox */
  background-color: #8490ff;
  color: #fff;
}

::selection {
  background-color: #00247D;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

body {
  color: #777777;
font-family:'Rubik Regular', sans-serif !important;
font-weight: 400;
  font-size: 14px !important;
  /* font-weight: 300; */
  line-height: 1.625em;
  position: relative;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

h1, h2, h3,
h4, h5, h6 {
  font-family:'Rubik Regular', sans-serif;
  font-weight: 700;
  color: #222222;
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 0;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family:'Rubik Regular', sans-serif;
   font-weight: 700;
  color: #222222;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #222222;
}

td, th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}


.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px!important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-90 {
  padding-left: 90px;
}

.p-40 {
  padding: 40px;
}

.pb-4, .py-4 {
  padding-bottom: 0px !important;
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}
small, .small {
  font-size: 100%;
  font-weight: 400;
}
.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-rigth {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #222;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

.col-xl-10 {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*buttons*/
:not(div.pagination) .btn {
  /* border: none;
  padding: 12px 40px;
  border-radius: 5px; */
}
.btn-primary{
  box-shadow: none;
  outline: none;
}
.btn-primary {
  background: linear-gradient(0deg, #0f186b 0%, #0f186b 25%, #0f186b 90%);
  background: -moz-linear-gradient(0deg, #0f186b 0%, #0f186b 25%, #0f186b 90%);
  background: -webkit-linear-gradient(0deg, #0f186b 0%, #0f186b 25%, #0f186b 90%);
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.btn-primary:hover {
  background: linear-gradient(0deg, #e91e36 0%, #e91e36 25%, #cf142b 90%);
  background: -moz-linear-gradient(0deg, #e91e36 0%, #e91e36 25%, #cf142b 90%);
  background: -webkit-linear-gradient(0deg, #e91e36 0%, #e91e36 25%, #cf142b 90%);
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  background: linear-gradient(0deg, #e91e36 0%, #e91e36 25%, #cf142b 90%);
  background: -moz-linear-gradient(0deg, #e91e36 0%, #e91e36 25%, #cf142b 90%);
  background: -webkit-linear-gradient(0deg, #e91e36 0%, #e91e36 25%, #cf142b 90%);
  box-shadow: rgba(0, 0, 0, .1) 0 0 3px;
  box-shadow: none;
  outline: none;
}
.empt__btn{
  background: none;
  color: #00247D !important;
  border: 2px solid #00247D !important;
  padding-top: 6px !important;
  padding-bottom: 6px!important;
  border-radius: 4px 0 0 4px ;
}
.empt__btn:hover{
  background: #00247D ;
  color: #fff !important;
}
 .btn-bluebrand{

  background: linear-gradient(0deg, #00247D 0%, #00247D 25%, #00247D 90%);
  background: -moz-linear-gradient(0deg, #00247D 0%, #00247D 25%, #00247D 90%);
  background: -webkit-linear-gradient(0deg, #00247D 0%, #00247D 25%, #00247D 90%);
  border-color: transparent;
  box-shadow: none;
  outline: none;
  color:#fff !important;
  box-shadow: none;
  outline: none;
}

.btn-bluebrand:hover {
  background: linear-gradient(0deg, #00247D 0%, #00247D 25%, #00247D 90%);
  background: -moz-linear-gradient(0deg, #00247D 0%, #00247D 25%, #00247D 90%);
  background: -webkit-linear-gradient(0deg, #00247D 0%, #00247D 25%, #00247D 90%);
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.btn-bluebrand:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {

  background: linear-gradient(0deg, #00247D 0%, #00247D 25%, #00247D 90%);
  background: -moz-linear-gradient(0deg, #00247D 0%, #00247D 25%, #00247D 90%);
  background: -webkit-linear-gradient(0deg, #00247D 0%, #00247D 25%, #00247D 90%);
  box-shadow: rgba(0, 0, 0, .1) 0 0 3px;
  box-shadow: none;
  outline: none;
}
.form_gen b{
  color: #00247D;
  text-decoration: none;
  font-family:'Rubik', sans-serif;
  font-weight: 500;

}

.p-lr-5{    padding-left: 20px!important;padding-right: 20px !important;}
.p-tb-6{ padding-top: 8px !important;
  padding-bottom: 8px!important;}
.nobrd_rad{

  border-radius: 0 30px 30px 0px !important;

}
.btn-alt-primary,
.btn.btn-alt-primary {
  background: transparent;
  border:#00247d solid 2px;
  color: #00247d;
}
.btn-black {
    border: #0F186B solid 1px !important;
    padding: 10px 16px;
    color:#0F186B !important;
}
.btn-white {
    border: #fff solid 1px;
    padding: 10px 16px;
    color: #fff;
}
.btn-white:hover {
    border: #fff solid 1px;
    color: #000;
    background: #fff;
}
.btn-blue {
  background: linear-gradient(0deg, #00247D 0%, #00247D 25%, #00247D 90%);
  background: -moz-linear-gradient(0deg, #00247D 0%, #00247D 25%, #00247D 90%);
  background: -webkit-linear-gradient(0deg, #00247D 0%, #00247D 25%, #00247D 90%);
  color: #fff;
}
.btn-blue:hover {
  color: #fff;
  background: linear-gradient(0deg, #00247D 0%, #00247D 25%, #00247D 90%);
}
.bg-blue{background-color: #00247D; }


.btn-alt-blue {
  background: transparent;
  color: #00247D;
  border:#00247D solid 1px;
}
.btn-alt-blue:hover {
  color: #209ec3b5;
}
.video_thumb {
    position: relative;
}
.video_thumb .play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    background: #000000bf;
}
.video_thumb .play i{
position: absolute;
top: 40%;
font-size: 50px;
color: #fff;

}
section.videos {
    background: -webkit-linear-gradient(0deg, #00247d 0%, #00247d 25%, #00247d 90%);
    color: #fff;
    padding: 100px 0px;
}
.homevideo .owl-carousel{    height: 280px;}

.bg-grey {
  background: #333547
}
.footer-top .bg-blue {
    background: linear-gradient(to left top, #333547 0%, #333547 25%,  #0986AA 100%);

}
.pagination .btn.active {
  background: #d9d9d9;
}
.left-sec {
  padding: 75px;
  color: rgba(255, 255, 255, .5);
}
.left-sec h5 {
  color: #fff;

}
.right-sec {
  padding: 75px;
  color: #fff;
}
.news-block {
    box-shadow: #000 0px 5px 10px;
}
.news-block .content-sec {
  padding: 0px 10px;
}
.news-block .content-sec p{font-size: 16px !important;}

.news-block img {
  height: 100%;
  width: 100%;
  min-height: 100px;
}
.title-1 {
  color: rgba(255, 255, 255, .5);
  padding-bottom: 30px;
}
.right-sec .title-1 {
  border-bottom: #fff solid 1px;
      padding-bottom: 30px;
}
.footer-top .right-sec ul li a{
color: #fff; font-size: 14px;
}
.footer-top .right-sec ul li{
  padding: 7px 0;
  border-bottom: #fff solid 1px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.footer-top .right-sec ul li:last-child{
border-bottom: none;
}
.footer-top .right-sec b {
  color: #fff;
  text-shadow: none;
  /* letter-spacing: 0.03em; */
  font-weight: 600;
  font-family:'Rubik Regular', sans-serif;  font-weight: 700;
  font-size: 16px;
}
.social a {
    font-size: 40px;
    color: #fff;
    margin-right: 10px;
}
footer ul.footer-links {
  display: table;
    margin: auto;
}
footer ul.footer-links li {
  display: inline;
  list-style: none;
  padding-left: 0px;
}
footer ul.footer-links li a{
  color: #333547;
  font-size: 12px !important;
  font-family:'Rubik Light', sans-serif;
   font-weight: 400;
  /* letter-spacing: 0.03em; */
  text-shadow: none;
}
.footer-text {
  text-align: center;
  padding: 20px 0 0 0px;
  margin-bottom: 0 !important;
}
footer .footer-text p{
  color: #333547 !important;
  font-size: 12px !important;
  font-family:'Rubik Light', sans-serif;  font-weight: 400;
  /* letter-spacing: 0.03em; */
  text-shadow: none;
}
footer .footer-text p:last-child{
    margin-top: 20px;
    margin-bottom: 0px;
}
footer ul.footer-links li:before {
  content: '.';font-size: 30px;color: #cf142b;
  padding: 10px 4px;
}
footer ul.footer-links li:first-child:before {
  content: '';
}
footer {
  /* border-bottom: 4px solid #254f67; */
  border-bottom: 5px solid transparent;
  border-image: linear-gradient(to right, #1B1E46 0%, #1B1E46 100%);
  border-image-slice: 1;
}
footer p{color: #fff !important;}
ul.list_cnt_ps{
   margin: 10px 0 0 40px;
  list-style-type: disc;}
  ul.list_cnt_ps li{
    padding: 5px 0px;
    font-size: 14px;
    margin: 0;

  }
  .summary-section .card-body{font-size: 14px;}
  .summary-section .card-body p{  font-family:'Rubik', sans-serif;}
.cust_heading_cs h1,
.cust_heading_cs h2,
.cust_heading_cs h3,
.cust_heading_cs h4,.cust_heading_cs h5,
.cust_heading_cs h6
{color:#333547}
.v-align-cnt{display: inline-block; vertical-align: middle; float: none;}

.get_quote_btn{
  background-color: #fff;
  border-radius: 30px;
  color: #0F186B;
  border: 0px solid;
  padding: 12px 35px;
  display: inline-block;
  margin-top: 5px;
  font: 600 17px ‘Rubik’, sans-serif;
  box-shadow: 0px 0px 0px 5px #00000045;
  -moz-box-shadow: 0px 0px 0px 5px #00000045;
  -webkit-box-shadow: 0px 0px 0px 5px #00000045;
}
.get_quote_btn:hover {
  color:#0F186B;
  box-shadow: 0px 0px 0px 7px #00000045;
  -moz-box-shadow: 0px 0px 0px 7px #00000045;
  -webkit-box-shadow: 0px 0px 0px 7px #00000045;

}
.blue_bg_btn{background-color: #0F186B; color: #fff;font-weight: 500;}

.sec_benefits,.tiles_wrp{margin: 50px 0;}
.get_quote_btn i{font-size: 15px;padding-left: 10px;}
.review_sec{width: 100%;position: relative;
  display:block;
}
.img_block_full{width: 100%;
}
.col-centered{
  float: none;
  margin: 0 auto;
}
.blocks_hilights {padding-right: 50px !important}
.blocks_hilights h3{
  font: 600 27px 'Rubik Regular', sans-serif;
  color: #0F186B;
  margin: 10px 0;
  padding-right: 5px;

}

.blocks_hilights img{width: 35px;}
.blocks_hilights p{
  font:300 15px/22px 'Rubik', sans-serif;
  color: #656565;
  line-height: 22px;

}
.top_brdr{
  border-top: 5px solid #CF142B;
margin: 30px 0; padding: 20px 0;
}
.content_wrp,.new_policy_col  {
  width:80%;
  margin: 30px auto;
  padding: 0 25px;
}
.content_wrp h3 {
  font:26px/30px 'Rubik Regular', sans-serif;
  color: #fff;
  margin: 20px 0;
  padding-top: 30px;
  }

.content_wrp p{
  font:300 15px/22px 'Rubik', sans-serif;
  color: #fff;
}
.img_block_full,
.instaprotect{width: 100%;display: block;height:376px;}
.blue_bg{
  background-color: #2E4379;
}
.ash_bg{background-color:#EDEDED}
.first_col_benefits h3,.faq_ {
  color: #0F186B;
  font-size: 1.6rem;
  margin: 0;
  width: 80%;
  padding: 0px 0 20px 0;
}
.first_col_benefits p{
  font:300 15px/22px 'Rubik', sans-serif;
  color:#656565 ;

}
.list_cols{
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
  width: 90%;
}
.list_cols li{padding:0 0 10px 0; display: inline-block;
  position: relative;
}
.list_cols h4{
   font:600 1.4rem 'Rubik Regular', sans-serif;
  color: #0F186B;
  margin: 0;
  padding: 0;
  }
  .list_cols p{
    color: #656565;
    margin-top: 10px;
    font:300 15px/20px 'Rubik', sans-serif;
  }
  .eligibility_list li{font:300 15px/23px 'Rubik', sans-serif;}
.blue_bg{
      background-color: #2E4379;
}
.new_policy_col h3{
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
}
.new_policy_col p{
  font: 14px 'Rubik', sans-serif;
  color: #fff;
  margin: 5px 0;
}
.new_policy_col .form-group{
  margin-top: 30px;position: relative;width: 100%; max-width: 600px;}


.form_get_email,
.form_get_email:active,
.form_get_email:hover,
.form_get_email:visited,
.form_get_email:focus{
  width: 100%;
  font-size: 14px !important;
  font-family:'Rubik', sans-serif;
  padding: 10px;
  height: 42px;
  background-color: #fff;
  border-radius: 30px ;
  border: 2px solid #FFFFFFCC !important;
  border-right: 0px !important;
  line-height: normal;
}

  .getemail_btn{

      background-color: #1B1E46;
      color: #fff;
      border-radius: 0 30px 30px 0;
      padding: 8.4px 15px;
      height: 42px;
      border: 2px solid #FFFFFFCC;
      border-left: 0px;
      font: 400 16px 'Rubik', sans-serif;
      position: absolute;
      right: 0;
      top: 0px;
      width: 200px;

  }

.faq_{
  border-bottom: 5px solid #CF142B;
  padding: 10px 0 30px 0;
  margin-bottom: 20px;
  width: 100%;
}
.faq_list li{
  margin: 0 0 30px 0;}
.faq_list li h3{
  font: 500 1.1rem 'Rubik', sans-serif;
color: #0F186B;
margin: 20px 0 10px 0;
width: 100%;
}

.faq_list li p{
  font:300 15px/22px 'Rubik', sans-serif;
  color:#656565;
}

.cta_sec h2{
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}.cta_sec p
{    color: #fff;
  font-size: 15px;}
.right_col_1 li{ text-align: right;   margin:0 ;
  font:1rem 'Rubik', sans-serif;color: #0F186B;
}

.right_col_1 li a{
  font-size:22px;
  font-weight: 600;
  padding: 0 0 0 5px;
  display: inline-block;
  color: #0F186B;

}
.right_col_1 li a.info_days
{color:#0F186B;font-size: 12px;font-weight: normal;margin: 0;
  padding: 0;}
/*media starts*/
@media (max-width: 767px) {
  .ul.list_cnt_ps{   margin: 10px 0 0 20px;}
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.autocm__{width: 100%;
position: relative;}
.div__autocmpl .ui-autocomplete .ui-autocomplete-input{
   padding: 6px 15px;
width: 463px;
background: #fff;
height: 60px;
font-size: 18px;    color:#232323 ;
font-family:'Rubik', sans-serif;
border-radius: 0px !important;
border: 1px solid #BEBEBE ;
}







/* =================================== */
/*  Elements Page Styles
/* =================================== */
/*---------- Start Elements Page -------------*/
.whole-wrap {
  background-color: #f9f9ff;
}

.generic-banner {
  margin-top: 60px;
  background-color: #8490ff;
  text-align: center;
}

.generic-banner .height {
  height: 600px;
}

@media (max-width: 767.98px) {
  .generic-banner .height {
    height: 400px;
  }
}

.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}

.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}

.generic-content h1 {
  font-weight: 600;
}

.about-generic-area {
  background: #fff;
}

.about-generic-area p {
  margin-bottom: 20px;
}

.white-bg {
  background: #fff;
  border-top:0px solid #fff;
}
.blue-bg {
  background: #1B1E46;
  border-top:0px solid #fff;
  padding-top: 0; 
}
.cta_sec{
  background-color: #CF142B;
   margin: 50px 0 0 0;
   padding:80px 0;
}

.white-bg .footer-text {color:#777777;}
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}

.switch-wrap p {
  margin: 0;
}

/*---------- End Elements Page -------------*/
.sample-text-area {
  background: #f9f9ff;
  padding: 100px 0 70px 0;
}

.sample-text {
  margin-bottom: 0;
}

.text-heading {
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 24px

}
.progressBar li{width: 20%;}
.text-heading small{font-family: 'Rubik', sans-serif;font-weight: 300; color: #000}
.typo-list {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .typo-sec {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .element-wrap {
    margin-top: 30px;
  }
}

b, sup, sub, u, del {
  color: #cf142b;
  font-weight: bold;font-family:'Rubik Regular', sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

/* h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
} */

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #777777;
}

.button-area {
  background: #f9f9ff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.circle {
  border-radius: 20px;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #8490ff;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #8490ff;
  border: 1px solid #8490ff;
  background: #fff;
}

.genric-btn.primary-border {
  color: #8490ff;
  border: 1px solid #8490ff;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #8490ff;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.rs-eror{
  color: red;
}
.rp-error{
  color: green;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #8490ff;
}

@media (max-width: 991px) {
  .progress-table-wrap {
    overflow-x: scroll;
  }
  .homevideo .owl-carousel {
    height: 220px;
}
}

.progress-table {
  background: #fff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-gallery-image:hover {
  opacity: .8;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #8490ff;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #8490ff;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #8490ff;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #8490ff;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777;
}

.single-input,
.single-textarea{
  display: block;
  border: 1px solid #BEBEBE;
  width: 100%;
  line-height: normal;
  height:60px;
  outline: none;
  background: #ffffff;
  padding: 6px 15px;
  font-size: 18px;
  margin-bottom: 5px;
  color: #232323;
  font-family:'Rubik', sans-serif ;
  letter-spacing: 0.4px;
  font-weight: 500;
}
.single-input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.single-textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777777 !important;
  font-family:'Rubik Regular', sans-serif;
   font-weight: 400;
}
.single-input::-moz-placeholder,
select::-moz-placeholder,
.single-textarea::-moz-placeholder { /* Firefox 19+ */
  color: #777777 !important;
  font-family:'Rubik Regular', sans-serif;
  font-weight: 400;
}
.single-input:-ms-input-placeholder,
select:-ms-input-placeholder,
.single-textarea:-ms-input-placeholder { /* IE 10+ */
  color: #777777 !important;
  font-family:'Rubik Regular', sans-serif;
   font-weight: 400;
}
.single-input:-moz-placeholder,
select:-moz-placeholder,
.single-textarea:-moz-placeholder { /* Firefox 18- */
  color: #777777 !important;
  font-family:'Rubik Regular', sans-serif;
   font-weight: 400;
}
/* input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #777777;
  font-family:'Rubik Regular', sans-serif;  font-weight: 400;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
} */



.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 10px;
  width: 30px;
  right: 10px;
  top: 21px;
  line-height: normal;
  z-index: 3;
  vertical-align: middle;
  text-align: center;
}

.input-group-icon .icon___ {
  right: 24px;    left: auto;
  top: 14px;
}

.input-group-icon .icon i {
  color: #79797978;
  font-size: 20px;
  font-weight: 400;
  font-family:  FontAwesome !important;}


.application-section .input-group-icon .single-input,
.application-section .input-group-icon select {
  padding-left: 45px;
}
.application-section .input-group-icon .input-date.single-input,
.application-section .input-group-icon .input-date {
  padding-left: 0px;
}
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f2f2f2;
  padding: 0 10px;
  height: 100px;
  resize: none;

}
.input-group-icon .form-select .nice-select {
  padding-left: 45px;
}
.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #8490ff;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #8490ff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked + label {
  left: 19px;
}

.single-element-widget {
  margin-bottom: 30px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked + label:after {
  left: 19px;
}

.primary-switch input:checked + label:before {
  background: #8490ff;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked + label:after {
  left: 19px;
}

.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #fff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #8490ff;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #8490ff;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

@media (max-width: 991px) {
  .left-align-p p {
    margin-top: 20px;
  }
}

.form-select {
  /* height: 40px; */
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f2f2f2 !important;
  width: 100%;
  margin-bottom: 10px;
}

.form-select .nice-select .list {
  margin-top: 0;
  /*border: none;*/
  border-radius: 0px;
  /*box-shadow: none;*/
  width: 100%;
  /*padding: 10px 0 10px 0px;*/
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 30px;
  min-height: 30px;
  font-size: 14px;
  /*padding-left: 45px;*/
}

.form-select .nice-select .list .option.selected {
  color: #fa2567;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #8490ff;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}.notifier__container{position: fixed;}

/* =================================== */
/*  Menu Styles
/* =================================== */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.main-menu {
  /* padding-bottom: 10px;
  padding-top: 10px; */

    position: absolute;
    left: 0px;
    top: 10px;
    width: 100%;

}

#header_web {

  position: relative;
  left: 0;
  top: 0;
  padding: 0px;
  width: 100%;
  right: 0;
  transition: all 0.5s;
  z-index: 1021;
  background:transparent;
  border-bottom: #f1f1f1 solid 1px;
}
#header_web_ {

  position: relative;
  left: 0;
  top: 0;
  padding: 0px;
  width: 100%;
  right: 0;
  transition: all 0.5s;
  z-index: 1021;
  background:transparent;
  border-bottom: #f1f1f1 solid 0px;
}

.header-scrolled {


}

#header_web.header-scrolled .main-menu {
  border-color: transparent;
  background-color: #fff;
  top: 0;
}

@media (max-width: 673px) {
  #logo {
    margin-left: 20px;
  }
}

.nav-menu li:hover > a, .menu-active, .parent-active > .sf-with-ul {
  color: #cf142b !important;
}
.nav-menu li:hover > a.btn {
  color: #fff !important;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  right: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
  .div__autocmpl .ui-autocomplete .ui-autocomplete-input{width:43vh;}

}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
  color: #707070;
  font-size: 15px;
  box-shadow: none;
  text-shadow: none;
  text-transform: none;
  outline: none;
  font-family:'Rubik Regular', sans-serif;  font-weight: 600;
}
/* .nav-menu a.btn {
      color: #fff;
    padding: 12px 40px;
} */
#header_web .binavbar .nav-menu .nav-item a.btn.btn-primary {
  color: #fff !important;
  padding: 15px 44px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.nav-menu li:hover > a {
  color: #8490ff;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 22px 0 0 0;
  /*padding: 10px;*/
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  /*background: #fff;*/
}

.nav-menu ul li {
  transition: 0.3s;
  background: #fff;
  margin-bottom: 5px;
  border:#F2F2F2 solid 1px;
  border-radius: 3px;
}
.nav-menu ul li:last-child {
margin-bottom: 0;
}

.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 12px;
  text-transform: none;
}
/*
.nav-menu ul li a:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(0deg, #FF0080 0%, #EC8F21 60%);
  background: -webkit-linear-gradient(0deg, #FF0080 0%, #EC8F21 60%);
  background: -moz-linear-gradient(0deg, #FF0080 0%, #EC8F21 60%);
  display: inline-block;
  margin-right: 12px;
  top: 0px;
  position: relative;
  vertical-align: unset;
} */
#mobile-nav ul .menu-has-children li a:before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(0deg, #00247d 0%, #00247d 60%);
  background: -webkit-linear-gradient(0deg, #00247d 0%, #00247d 60%);
  background: -moz-linear-gradient(0deg, #00247d 0%, #00247d 60%);
  display: inline-block;
  margin-right: 5px;
      top: 2px;
    position: relative;
}
.nav-menu ul li:hover > a {
  color: #8490ff;
}

.nav-menu ul ul {
  margin-right: 10px;
  margin-top: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 22px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #222;
  font-weight: 900;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 10px;
  bottom: 0;
  z-index: 998;
  background: #fff;
  left: 0;
  width: 100%;
  overflow-y: auto;
  transition: 0.4s;
  display: none;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 10px;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 400;
  border:#000 solid 1px;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #000;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #8490ff;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #8490ff;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  display: block;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* =================================== */
/*  Homepage Styles
/* =================================== */
.section-gap {
  padding: 120px 0;
}

.alert-msg {
  color: #008000;
}

.p1-gradient-bg, .them1__banner-left .primary-btn, .home-about-right .primary-btn, .facts-area, .thumb .overlay-bg, .price-area .single-price:hover, .brands-area, .sb_bar {
  background: -moz-linear-gradient(0deg, #00247D 0%, #00247D 100%);
  background: -webkit-linear-gradient(0deg, #00247D 0%, #00247D 100%);
  background: -ms-linear-gradient(0deg, #00247D 0%, #00247D 100%);
}
.about-banner {
  background: -moz-linear-gradient(0deg, #00247D 0%, #00247D 100%);
  background: -webkit-linear-gradient(0deg, #00247D 0%, #00247D 100%);
  background: -ms-linear-gradient(0deg, #00247D 0%, #00247D 100%);
}
.p1-gradient-color, .single-services:hover .lnr {
  background: -moz-linear-gradient(0deg, #00247D 0%, #00247D 100%);
  background: -webkit-linear-gradient(0deg, #00247D 0%, #00247D 100%);
  background: -ms-linear-gradient(0deg, #00247D 0%, #00247D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
  .why__best_bg{position: relative;}
.why__best_bg{
  background:url(../img/why-best-header.png) no-repeat right 30%,
  -moz-linear-gradient(0deg, #00247D 0%, #00247D 100%);
  background:url(../img/why-best-header.png) no-repeat right 30%,
  -webkit-linear-gradient(0deg, #00247D 0%, #00247D 100%);
  background:url(../img/why-best-header.png) no-repeat right 30%,
  -ms-linear-gradient(0deg, #00247D 0%, #00247D 100%);

  }



.primary-btn {
  background: #8490ff;
  line-height: 42px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn:hover {
  color: #fff;
}

.primary-btn:hover span {
  color: #fff;
  right: 20px;
}

.primary-btn.white {
  border: 1px solid #fff;
  color: #fff;
}

.primary-btn.white span {
  color: #fff;
}

.primary-btn.white:hover {
  background: #fff;
  color: #8490ff;
}

.primary-btn.white:hover span {
  color: #8490ff;
}

.primary-btn.wh {
  background: #fff;
  color: #222;
  text-transform: uppercase;
}

.primary-btn.wh:hover {
  background: #222;
  color: #fff;
}

.primary-btn.squire {
  border-radius: 0px !important;
  border: 1px solid transparent;
}

.primary-btn.squire:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.section-title {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.section-title h1 {
  margin-bottom: 10px;
}

/*-------- Start Banner Area ------------*/
.banner-area {
  /*background: #f9f9ff;*/
}

.banner-area .fullscreen {
  /* height: 750px !important; */
}

.them1__banner-left h6 {
  text-transform: uppercase;
  font-weight: 400;
}

.them1__banner-left h1 {
  margin: 0px 0 5px 0;
  font-size:50px;
  text-transform: none;
  color: #fff;
  font-family:'Rubik-Bold', sans-serif;
}

.them1__banner-left p {
  color: #ddd;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
  font-family: 'Rubik', sans-serif;

}.them1__banner-left p b{
  font-weight: 500;  color: #fff;
  font-family: 'Rubik', sans-serif;
}
.them1__banner-left p u{
  color: #707070;
  font-weight: normal;
}
section.home-review-banner {
    font-size: 20px;
    padding: 50px 0px  ;
    background: #fff;
}
section.home-review-banner b{
  color: #000;
  font-weight: bold;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.modal button.close {
position: absolute;
    right: 15px;
    top: 8px;
    z-index: 3;
}

@media (max-width: 991px) {
  .them1__banner-left h1 {
    font-size: 35px;
  }
}

.them1__banner-left .primary-btn:hover {
  box-shadow: 0px 20px 20px 0px rgba(132, 144, 255, 0.3);
}



.banner-right {
  text-align: center;
}

@media (max-width: 991px) {
  .banner-right {
    align-self: center !important;
  }
}

@media (max-width: 767px) {
  .banner-right {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/*-------- End Banner Area ------------*/
/*-------- Start home-about Area ------------*/
@media (max-width: 767px) {
  .home-about-right {
    margin-top: 30px;
  }
}

.home-about-right h6 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #D9D9D9;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.home-about-right h1 {
  margin-bottom: 20px;
  font-size: 54px;
  color: #cf142b;
  font-family:'Rubik Regular', sans-serif;
  font-weight: 300;
  text-transform: none !important;
  margin-bottom: 12px;
}
.home-about-right p{
  margin-bottom: 30px;
  color: #777777;
  font: 22px'Rubik Regular', sans-serif;
  padding: 10px 0px;
  line-height: 30px;
}
.about-box{
  margin-bottom: 25px;
}
.about-box p{
  color: #777777;
  font-size: 18px;
  padding:0;
  line-height: normal;
}
.about-box h2{
  font-size: 50px;
  color: #232323;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 991px) {
  .home-about-right h1 {
    font-size: 20px;
  }
}
.home-about-right .primary-btn:hover {
  box-shadow: 0px 20px 20px 0px rgba(132, 144, 255, 0.3);
}

/*-------- End home-about Area ------------*/
/*--------- Start Services Area -------------*/
.single-services {
  text-align: center;
  margin-top: 60px;
}

.single-services .lnr {
  font-size: 35px;
  color: #222;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-services h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-services p {
  max-width: 318px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.single-services:hover h4 {
  color: #8490ff;
}

/*--------- End Services Area -------------*/
/*--------- Start Facts Area -------------*/
.single-fact {
  text-align: center;
}

.single-fact h1, .single-fact p {
  color: #fff;
}

.single-fact h1 {
  font-weight: 700;
}

@media (max-width: 800px) {
  .single-fact {
    margin-bottom: 30px;
  }
}

/*--------- End Facts Area -------------*/
/*--------- Start Portfolio Area -------------*/
.portfolio-area .primary-btn {
  color: #fff;
  background-color: #8490ff;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-area .filters {
  text-align: center;
}

.portfolio-area .filters ul {
  padding: 0;
}

.portfolio-area .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 18px 15px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  color: #222;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 736px) {
  .portfolio-area .filters ul li {
    padding: 6px 6px;
  }
}

.portfolio-area .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  transition: width 350ms ease-out;
}

.portfolio-area .filters ul li:hover:after {
  width: calc(100% - 60px);
  transition: width 350ms ease-out;
}

.portfolio-area .filters ul li.active {
  color: #8490ff;
}

.portfolio-area .filters-content {
  margin-top: 50px;
}

.portfolio-area .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}

.portfolio-area .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}

.portfolio-area .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}

.portfolio-area .filters-content .item img {
  border-radius: 10px;
}

.portfolio-area .filters-content .p-inner {
  padding: 20px 0px;
  text-align: center;
}

.portfolio-area .filters-content .item .p-inner .cat {
  font-size: 13px;
}

.portfolio-area .filters-content .item img {
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.single-portfolio:hover .middle {
  opacity: 1;
}

.text {
  color: white;
  font-size: 25px;
  padding: 16px 32px;
}

.single-portfolio {
  border-radius: 5px;
}

.single-portfolio:hover .thumb .overlay-bg {
  opacity: .85;
}

.thumb .overlay-bg {
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*--------- End Portfolio Area -------------*/
/*--------- start testimonial area  -------------*/
.testimonial-area {
  background-color: #ffffff;
  padding-bottom: 0px;
  padding-top: 0px;
}

.testimonial-area .owl-controls {
  position: absolute;
  left: 101%;
  top: 25%;
}

@media (max-width: 1024px) {
  .testimonial-area .owl-controls {
    position: relative;
    text-align: center;
    left: 0;
    top: 20px;
  }
  .testimonial-area .owl-controls .owl-prev, .testimonial-area .owl-controls .owl-next {
    display: inline-block;
  }
}

.testimonial-area .lnr-arrow-up, .testimonial-area .lnr-arrow-down {
  background-color: white;
  box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.2);
  padding: 14px;
  color: #000;
  font-weight: 500;
  border: 1px solid #f5f5f5;
  display: inline-flex;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.testimonial-area .lnr-arrow-up:hover, .testimonial-area .lnr-arrow-down:hover {
  background: #8490ff;
  color: #fff;
}

.single-testimonial {
  background-color: #fff;
  padding: 25px 30px 12px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-testimonial:hover {
  cursor: pointer;
}

.single-testimonial .thumb {
  margin-right: 30px;
}

.single-testimonial h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 5px;
}

.single-testimonial:hover h4 {
  color: #8490ff;
  cursor: pointer;
}

/*--------- end testimonial area  -------------*/
/*--------- Start price  Area -------------*/
.price-area .single-price {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  background-color: #f9f9ff;
  padding: 40px 20px;
}

.price-area .single-price .package-no {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 140px;
  background-color: rgba(132, 144, 255, 0.1);
  border-radius: 100px;
  align-items: center;
  display: grid;
  border: 30px solid rgba(132, 144, 255, 0.1);
}

.price-area .single-price .top-part h4 {
  margin-top: 20px;
}

.price-area .single-price .package-list {
  padding-bottom: 30px;
  padding-top: 15px;
}

.price-area .single-price .package-list ul li {
  padding: 10px 0;
  border-top: 1px solid #eee;
}

.price-area .single-price .package-list ul li:last-child {
  border-bottom: 1px solid #eee;
}

.price-area .single-price .bottom-part {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.price-area .single-price .bottom-part .price-btn {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  color: #222;
  padding: 10px 50px;
  font-weight: 600;
  display: inline-block;
  display: none;
}

.price-area .single-price:hover {
  transform: scale(1.05);
  z-index: 2;
  color: #fff;
  cursor: pointer;
}

.price-area .single-price:hover h1, .price-area .single-price:hover h4 {
  color: #fff;
}

.price-area .single-price:hover .package-no {
  border-color: rgba(255, 255, 255, 0.21);
  background-color: rgba(255, 255, 255, 0.1);
}

.price-area .single-price:hover .bottom-part h1 {
  display: none;
}

.price-area .single-price:hover .bottom-part .price-btn {
  display: block;
}

@media (max-width: 960px) {
  .price-area .single-price {
    margin-bottom: 30px;
  }
}

@media (max-width: 736px) {
  .price-area .single-price {
    margin: 10px;
  }
}

/*--------- end price  Area -------------*/
/*-------- start recent-blog Area -------------*/
.recent-blog-area {
  background: #f9f9ff;
}

.recent-blog-area h1 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.recent-blog-area p {
  margin-bottom: 45px;
  text-align: center;
}

.single-recent-blog .thumb {
  overflow: hidden;
}

.single-recent-blog .thumb img {
  width: 100%;
}

.single-recent-blog h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 35px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-recent-blog a {
  color: #222;
}

.single-recent-blog .name {
  font-size: 13px;
  font-weight: 100;
}

.single-recent-blog p {
  text-align: left;
  margin-top: 15px;
}

.single-recent-blog .bottom {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.single-recent-blog .bottom span {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .single-recent-blog .meta {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .single-recent-blog {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .single-recent-blog .meta {
    margin-top: 0px;
  }
}

.single-recent-blog .f-img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-recent-blog:hover {
  cursor: pointer;
}

.single-recent-blog:hover h4 {
  color: #8490ff;
}

.single-recent-blog:hover .f-img {
  cursor: pointer;
  transform: scale(1.05);
}

/*-------- end recent-blog Area -------------*/
/*--------- start brand Area -------------*/
.brands-area {
  padding: 80px 0;
}

.brands-area .brand-wrap .owl-carousel .owl-item img {
  width: auto !important;
}

.brands-area .brand-wrap .single-brand {
  text-align: center;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.brands-area .brand-wrap .single-brand:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

/*--------- end brand Area -------------*/
/*-------- Start Common Page Style   -------------*/
.link-nav {
  margin-top: 10px;
  margin-bottom: 0px;
}

.about-content {
  margin-top: 0px;
  padding:72px 20px;
  text-align: left;
}


@media (max-width: 767px) {
  .about-content {
    margin-top: 70px;
  }
}

.about-content h1 {
  /* font-size: 35px;
  font-family:'Rubik Regular', sans-serif;  font-weight: 600; */
  font-size: 46px;
  font-family:'Rubik Regular', sans-serif;
  font-weight: 500;
  line-height: 56px;
}

.about-content a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.about-content .lnr {
  margin: 0px 10px;
  font-weight: 600;
}

/*-------- End Common Page Style   -------------*/
/* =================================== */
/*  About Page Styles
/* =================================== */
.aboutpage-feedback-area {
  background: #f9f9ff !important;
}

/*-------- Start Skillbar Style  -------------*/
.single-skill p {
  margin-top: 30px;
  margin-bottom: 5px;
  text-align: right;
}

.sb_progress {
  height: 14px !important;
  border-radius: 12px;
  border: 3px solid #eee;
}

.sb_bar {
  height: 8px !important;
  border-radius: 12px;
}

/*--------  End Skillbar Style  -------------*/
.timeline ul li {
  background: #f9f9ff;
  position: relative;
  margin: 0 auto;
  width: 2px;
  padding-bottom: 40px;
  list-style-type: none;
}

.timeline ul li:last-child {
  padding-bottom: 7px;
}

.timeline ul li:before {
  content: '';
  background: #8490ff;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 5px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.timeline ul li .hidden {
  opacity: 0;
}

.timeline ul li .content {
  background-color: white !important;
  box-shadow: 0px 10px 27px 3px rgba(204, 204, 204, 0.2);
  position: relative;
  top: 7px;
  width: 360px;
  padding: 30px;
}

.timeline ul li .content h4 {
  padding-bottom: 10px;
  text-align: center;
}

.timeline ul li .content p {
  text-align: center;
  margin-bottom: 5px;
}

.timeline ul li .content p b {
  color: #222;
}

.timeline ul li:nth-child(odd) .content {
  left: 50px;
}

.timeline ul li:nth-child(odd) .content:before {
  left: -38px;
}

.timeline ul li:nth-child(even) .content {
  left: calc(-360px - 45px);
}

.timeline ul li:nth-child(even) .content:before {
  right: -38px;
}

#productssection .container,.cust_cont .container{
  width: 85%;

}
.fw-4 .fa {font:normal normal normal 14px/1 FontAwesome !important}
.fab{font:"Font Awesome 5 Free" !important;}
.ss-error{
color: red;
 font-size: 16px;
}
/* -------------------------
   ----- Media Queries -----
   ------------------------- */

     .cust_height__{margin-bottom: 150px;}
/*
     @media (min-width: 1440px){
      #logo img {
        width: 350px;
    }
     .mt_5__{margin-top: 5px;}
     .them1__banner-left p{  font-size: 1.4vw;line-height: 38px;}
     .them1__banner-left h1 {font-size:2.3vw}
     #header_web .binavbar .nav-item a{
       font-size: 1.2vw;
      }
      .points_top_row li{font-size: 1.2vw }
    .get_q_btn{    font-size: 1.3vw;
      padding: 18px 40px;}
      .cust_nav{
        margin-top: 6px; }
        .second_lvl_info p {font-size: 1vw;}
.emily_btns{
  font-size:1.3vw
}
.home-about-right h1{
  font-size: 4vw;
}
.tct_list li{
  font-size: 1.5rem;
}
.list_steps li{
  width: 255px;
}
.list_steps li span{
  padding: 19px;
}
.list_steps li p{    font-size: 1.2vw }
footer ul.footer-links li a,footer .footer-text p,footer .footer-text p:last-child{    font-size: 26px;}


    }
 */

 @media (min-width: 1440px){
  .tct_list li {
    font-size: 1.5rem;
}
  .bannerimg img{

    }
  .div__autocmpl .ui-autocomplete .ui-autocomplete-input{
    font-size: 18px;}
  .them1__banner-left h1{
    font-size:50px;
    margin-top: 0px;

  }.them1__banner-left p {
    font-size: 22px;
    line-height: normal;margin-top: 1vw;
 }
 .them1__banner-left p b{
   color: #fff; font-weight: 600;
  }
 .clock_wrp{font-size: 1.5rem;}
 .icn_corp img{
   width:100%;
   max-width: 675px;
 }

 .heading_list li{
   position: relative;
   padding-left: 35px;
   list-style-type: none;
   padding-bottom: 6px;
 }
 .protect_{
  width: 30px;
  height: 35px;
  background: url(../../assets/img/bullet.png) no-repeat;
  margin-right: 10px;
  background-size: contain;
  position: absolute;
  left: -2px;
  top: 1px;
 }

 .heading_list li span{
   font-size: 22px;
    color: #fff;
     margin-left: 10px;
       line-height: normal;
    display: inline-block;
    font-family: 'Rubik light', sans-serif
 }

 .emily_btns
 {     padding: 20px 45px !important;
 font-size: 22px;
 border-radius: 50px;
 }

 /* .heading_list li::before{
   width: 50px;height: 50px;
   display:block;
   position: absolute;
   content:  url(../../assets/img/checkpoint.png);
   left: -20px;
   top: 10px;
 } */


 .home-about-area .container,
 .testimonial-area .container,
 footer.white-bg .container,
 .contact-main .container
  {
   width: 92%;

 }
 #productssection .container,.cust_cont .container{
   width: 90%;

 }
 }
   @media (max-width: 1440px){
    .div__autocmpl .ui-autocomplete .ui-autocomplete-input{  font-size: 18px;}
   .them1__banner-left h1{

    line-height: initial;
   }.them1__banner-left p {

    line-height: 26px;
  }
  .icn_corp img{width:100%; }

  .heading_list li{
    position: relative;
    padding-left: 35px;
    list-style-type: none;
    padding-bottom: 2px;
  }

  .protect_{
    width: 20px;
    height: 25px;
    background: url(../../assets/img/bullet.png) no-repeat;
    margin-right: 10px;
    background-size: contain;
    position: absolute;
    left: 1px;
    top: -3px;
  }

  .heading_list li span{
    font-size: 22px;
     color: #fff;
     display: inline-block;
     font-family: 'Rubik light', sans-serif
  }


  /* .heading_list li::before{
    width: 50px;height: 50px;
    display:block;
    position: absolute;
    content:  url(../../assets/img/checkpoint.png);
    left: -20px;
    top: 10px;
  } */


  .home-about-area .container,
  .testimonial-area .container,
  footer.white-bg .container,
  .contact-main .container
   {
    width: 92%;

  }
  #productssection .container,.cust_cont .container{
    width: 90%;

  }
}

@media screen and (max-width: 1024px) {
  .timeline ul li .content {
    width: 41vw;
  }
  .timeline ul li:nth-child(even) .content {
    left: calc(-41vw - 45px);
  }
  .them1__banner-left h1{  font-size: 50px;
    line-height: 50px; }
}

@media screen and (max-width: 700px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li .content {
    width: calc(100vw - 100px);
  }
  .timeline ul li .content h2 {
    text-align: initial;
  }
  .timeline ul li:nth-child(even) .content {
    left: 45px;
  }
  .timeline ul li:nth-child(even) .content:before {
    left: -33px;
  }
}
@media (max-width: 767px) {
  .new_policy_sec img{width: 100%;}
  .bannerimg img.header__lg_img{display:none;}
  .them1__banner-left {
    margin-top: 0px;
  }
  .cust_height__{margin-bottom: 50px;}
}
/* =================================== */
/*  Pricing Page Styles
/* =================================== */
.accordion > dt {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.accordion > dt > a {
  display: block;
  position: relative;
  color: #222222;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 500;
  background: #fafcff;
}

@media (max-width: 414px) {
  .accordion > dt > a {
    font-size: 12px;
  }
}

.accordion > dt > a:hover {
  text-decoration: none;
}

.accordion > dt > a.active {
  color: #8490ff;
  border-color: #ddd;
  cursor: default;
  border-bottom: 1px solid #8490ff;
  background: transparent;
}

.accordion > dt > a:after {
  content: "\f107";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 10px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #222;
  -webkit-font-smoothing: antialiased;
}

.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after {
  content: "\f106";
  color: #8490ff;
}

.accordion > dt > a:hover:after {
  color: #444;
}

.accordion > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}

.accordion > dt > a,
.accordion > dt > a:after,
.toggle > dt > a,
.toggle > dt > a:after {
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

dl.accordion.time-line {
  position: relative;
}

dl.accordion.time-line:before {
  border-left: 1px dashed #cecece;
  bottom: 10px;
  content: "";
  left: 15px;
  position: absolute;
  top: 25px;
  z-index: 0;
}

.accordion.time-line > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px 40px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}

.accordion.time-line > dt > a:after {
  content: "\e648";
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  left: 0;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background: #222;
  padding-left: 3px;
}

.accordion.time-line > dt > a.active:after,
.accordion.time-line > dt > a.active:hover:after {
  content: "\e641";
  color: #fff;
}

.accordion.time-line > dt > a {
  display: block;
  position: relative;
  color: #222222;
  text-decoration: none;
  padding: 14px 20px 14px 40px;
  border: none;
  /* letter-spacing: 3px; */
}

.accordion.time-line > dt > a:hover,
.accordion.time-line > dt > a.active {
  background: none !important;
}

/* =================================== */
/*  Blog Styles
/* =================================== */
/*============ Start Blog Home Styles  =============*/
.blog-home-banner {
  background: url(../img/blog/blog-home-banner.jpg) bottom;
  background-size: cover;
  padding: 130px 0px;
}

.blog-home-banner .primary-btn {
  border-radius: 0px;
  background: #fff;
  color: #222;
  font-weight: 600;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-home-banner .primary-btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.blog-home-banner .overlay-bg {
  background: rgba(0, 0, 0, 0.5);
}

.blog-page {
  background: #f9f9ff;
}

.blog-header-content h1 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 414px) {
  .blog-header-content h1 {
    font-size: 30px;
  }
}

.blog-header-content p {
  margin: 20px 0px;
}

.top-category-widget-area {
  background-color: #f9f9ff;
}

.top-category-widget-area .single-cat-widget {
  position: relative;
  text-align: center;
}

.top-category-widget-area .single-cat-widget .overlay-bg {
  background: rgba(0, 0, 0, 0.85);
  margin: 7%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-category-widget-area .single-cat-widget img {
  width: 100%;
}

.top-category-widget-area .single-cat-widget .content-details {
  top: 32%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  bottom: 0px;
  position: absolute;
}

.top-category-widget-area .single-cat-widget .content-details h4 {
  color: #fff;
}

.top-category-widget-area .single-cat-widget .content-details span {
  display: inline-block;
  background: #fff;
  width: 60%;
  height: 1%;
}

.top-category-widget-area .single-cat-widget:hover .overlay-bg {
  background: rgba(132, 144, 255, 0.85);
  margin: 7%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  .top-category-widget-area .single-cat-widget {
    margin-bottom: 50px;
  }
}

.post-content-area {
  background-color: #f9f9ff;
}

.post-content-area .single-post {
  margin-bottom: 50px;
}

.post-content-area .single-post .meta-details {
  text-align: right;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .post-content-area .single-post .meta-details {
    text-align: left;
  }
}

.post-content-area .single-post .meta-details .tags {
  margin-bottom: 30px;
}

.post-content-area .single-post .meta-details .tags li {
  display: inline-block;
  font-size: 14px;
}

.post-content-area .single-post .meta-details .tags li a {
  color: #222;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post-content-area .single-post .meta-details .tags li a:hover {
  color: #8490ff;
}

@media (max-width: 1024px) {
  .post-content-area .single-post .meta-details {
    margin-top: 0px;
  }
}

.post-content-area .single-post .user-name a,
.post-content-area .single-post .date a,
.post-content-area .single-post .view a,
.post-content-area .single-post .comments a {
  color: #777777;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post-content-area .single-post .user-name a:hover,
.post-content-area .single-post .date a:hover,
.post-content-area .single-post .view a:hover,
.post-content-area .single-post .comments a:hover {
  color: #8490ff;
}

.post-content-area .single-post .user-name .lnr,
.post-content-area .single-post .date .lnr,
.post-content-area .single-post .view .lnr,
.post-content-area .single-post .comments .lnr {
  font-weight: 900;
  color: #222;
}

.post-content-area .single-post .feature-img img {
  width: 100%;
}

.post-content-area .single-post .posts-title h3 {
  margin: 20px 0px;
}

.post-content-area .single-post .excert {
  margin-bottom: 20px;
}

.post-content-area .single-post .primary-btn {
  background: #fff !important;
  color: #222 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0px !important;
}

.post-content-area .single-post .primary-btn:hover {
  background: #8490ff !important;
  color: #fff !important;
}

.posts-list .posts-title h3 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.posts-list .posts-title h3:hover {
  color: #8490ff;
}

.blog-pagination {
  padding-top: 60px;
  padding-bottom: 120px;
}

.blog-pagination .page-link {
  border-radius: 0;
}

.blog-pagination .page-item {
  border: none;
}

.page-link {
  background: transparent;
  font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
  background-color: #8490ff;
  border-color: transparent;
  color: #fff;
}

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #777777;
  border: none;
}

.blog-pagination .page-link .lnr {
  font-weight: 600;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #8490ff;
  border-color: #eee;
}

.sidebar-widgets {
  padding-bottom: 120px;
}

.widget-wrap {
  background: #fafaff;
  padding: 20px 0px;
  border: 1px solid #eee;
}

@media (max-width: 991px) {
  .widget-wrap {
    margin-top: 50px;
  }
}

.widget-wrap .single-sidebar-widget {
  margin: 30px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.widget-wrap .single-sidebar-widget:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.widget-wrap .search-widget form.search-form input[type=text] {
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background: #8490ff;
}

.widget-wrap .search-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.widget-wrap .search-widget ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.widget-wrap .search-widget :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.widget-wrap .search-widget :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.widget-wrap .search-widget form.search-form button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #8490ff;
  color: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.widget-wrap .search-widget form.search-form::after {
  content: "";
  clear: both;
  display: table;
}

.widget-wrap .user-info-widget {
  text-align: center;
}

.widget-wrap .user-info-widget a h4 {
  margin-top: 40px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .user-info-widget .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.widget-wrap .user-info-widget .social-links li a {
  color: #222;
  padding: 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .user-info-widget .social-links li a:hover {
  color: #8490ff;
}

.widget-wrap .popular-post-widget .popular-title {
  background: #8490ff;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}

.widget-wrap .popular-post-widget .popular-post-list {
  margin-top: 30px;
}

.widget-wrap .popular-post-widget .popular-post-list .thumb img {
  width: 100%;
}

.widget-wrap .popular-post-widget .single-post-list {
  margin-bottom: 20px;
}

.widget-wrap .popular-post-widget .single-post-list .details {
  margin-left: 12px;
}

.widget-wrap .popular-post-widget .single-post-list .details h6 {
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .popular-post-widget .single-post-list .details h6:hover {
  color: #8490ff;
}

.widget-wrap .popular-post-widget .single-post-list .details p {
  margin-bottom: 0px;
}

.widget-wrap .ads-widget img {
  width: 100%;
}

.widget-wrap .post-category-widget .category-title {
  background: #8490ff;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}

.widget-wrap .post-category-widget .cat-list li {
  padding-top: 15px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .post-category-widget .cat-list li p {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .post-category-widget .cat-list li a {
  color: #777777;
}

.widget-wrap .post-category-widget .cat-list li:hover {
  border-color: #8490ff;
}

.widget-wrap .post-category-widget .cat-list li:hover p {
  color: #8490ff;
}

.widget-wrap .newsletter-widget .newsletter-title {
  background: #8490ff;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}

.widget-wrap .newsletter-widget .col-autos {
  width: 100%;
}

.widget-wrap .newsletter-widget p {
  text-align: center;
  margin: 20px 0px;
}

.widget-wrap .newsletter-widget .bbtns {
  background: #8490ff;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 0;
}

.widget-wrap .newsletter-widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
}

.widget-wrap .newsletter-widget .input-group-text i {
  color: #ccc;
  margin-top: -1px;
}

.widget-wrap .newsletter-widget .form-control {
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px;
  font-size: 13px;
  color: #ccc;
  padding: 9px;
  padding-left: 0px;
}

.widget-wrap .newsletter-widget .form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}

.widget-wrap .newsletter-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget .text-bottom {
  margin-bottom: 0px;
}

.widget-wrap .tag-cloud-widget .tagcloud-title {
  background: #8490ff;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
  margin-bottom: 30px;
}

.widget-wrap .tag-cloud-widget ul li {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 4px 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .tag-cloud-widget ul li:hover {
  background: #8490ff;
}

.widget-wrap .tag-cloud-widget ul li:hover a {
  color: #fff;
}

.widget-wrap .tag-cloud-widget ul li a {
  font-size: 12px;
  color: #222;
}

/*============ End Blog Home Styles  =============*/
/*============ Start Blog Single Styles  =============*/
.single-post-area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.single-post-area .meta-details {
  margin-top: 20px !important;
}

.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.single-post-area .social-links li a {
  color: #222;
  padding: 7px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .social-links li a:hover {
  color: #8490ff;
}

.single-post-area .quotes {
  margin-top: 20px;
  padding: 30px;
  background-color: white;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
}

.single-post-area .arrow {
  position: absolute;
}

.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-area {
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.single-post-area .navigation-area .nav-left {
  text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

.single-post-area .navigation-area .nav-right {
  text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

.comments-area {
  background: #fafaff;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px;
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}

.comments-area h4 {
  text-align: center;
  margin-bottom: 50px;
}

.comments-area a {
  color: #222;
}

.comments-area .comment-list {
  padding-bottom: 30px;
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .date {
  font-size: 13px;
  color: #cccccc;
}

.comments-area .comment {
  color: #777777;
}

.comments-area .btn-reply {
  background-color: #fff;
  color: #222;
  border: 1px solid #eee;
  padding: 8px 30px;
  display: block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.comments-area .btn-reply:hover {
  background-color: #8490ff;
  color: #fff;
}

.comment-form {
  background: #fafaff;
  text-align: center;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px;
}

.comment-form h4 {
  text-align: center;
  margin-bottom: 50px;
}

.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 991px) {
  .comment-form .name {
    padding-right: 0px;
  }
}

.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}

.comment-form .form-control {
  padding: 12px;
  background: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 13px;
  color: #777777;
}

.comment-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

.comment-form .primary-btn {
  border-radius: 0px !important;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 600;
}

.comment-form .primary-btn:hover {
  background: transparent;
  border-color: #8490ff !important;
  color: #8490ff !important;
}

/*============ End Blog Single Styles  =============*/
/* =================================== */
/*  Contact Page Styles
/* =================================== */
.contact-page-area {
  background: #f9f9ff;
}

.contact-page-area .map-wrap {
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .contact-page-area .map-wrap {
    margin-bottom: 50px;
  }
}

.contact-page-area .contact-btns {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 40px;
  color: #fff;
  margin-bottom: 30px;
}

.contact-page-area .contact-btns:hover {
  color: #fff;
}

.contact-page-area .form-area .form-control:focus {
  box-shadow: none !important;
  border-color: #ced4da !important;
}

.contact-page-area .form-area input {
  padding: 15px;
}

.contact-page-area .form-area input,
.contact-page-area .form-area textarea {
  border-radius: 0;
  font-size: 13px !important;
}

.contact-page-area .form-area textarea {
  height: 190px;
  margin-top: 0px;
  padding: 15px;
}

.contact-page-area .form-area .genric-btn {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0 !important;
  font-size: 14px;
  text-transform: uppercase !important;
}

.contact-page-area .form-area .genric-btn:hover {
  border: 1px solid #8490ff;
  color: #8490ff !important;
}

@media (max-width: 991px) {
  .contact-page-area .address-wrap {
    margin-bottom: 30px;
  }
}

.contact-page-area .address-wrap .single-contact-address {
  margin-bottom: 8px;
}

.contact-page-area .address-wrap .single-contact-address h5 {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 5px;
}

.contact-page-area .address-wrap .single-contact-address .lnr {
  font-size: 30px;
  font-weight: 500;
  color: #8490ff;
  margin-right: 30px;
}

/* =================================== */
/*  Footer Styles
/* =================================== */
.footer-area {
  background-color: #04091e;
}

.single-footer-widget h4 {
  color: #fff !important;
  margin-bottom: 25px;
  font-weight: 500;
}

.single-footer-widget .form-control {
  border: none;
  width: 80% !important;
  font-weight: 300;
  background: #f9f9ff;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px;
  line-height: normal !important;
  color: #222;
}

.single-footer-widget .form-control:focus {
  box-shadow: none;
  color: #222;
}

.single-footer-widget ul li {
  margin-bottom: 10px;
}

.single-footer-widget ul li a {
  color: #777777;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-footer-widget ul li a:hover {
  color: #8490ff;
}

.single-footer-widget .bb-btn {
  color: #8490ff;
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  z-index: 9999;
  cursor: pointer;
}

.single-footer-widget .info {
  margin-top: 25px;
  color: #fff;
  font-size: 12px;
}

.single-footer-widget .info.valid {
  color: green;
}

.single-footer-widget .info.error {
  color: red;
}

.single-footer-widget .btn {
  font-size: 1.2rem;
  border-radius: 0;
  background: #8490ff;
  color: #fff;
}

.single-footer-widget .btn .lnr {
  line-height: inherit;
  font-size: 13px;
  padding: 0px 4px;
}

.single-footer-widget ::-moz-selection {
  /* Code for Firefox */
  background-color: #191919 !important;
  color: #777777;
}

.single-footer-widget ::selection {
  background-color: #191919 !important;
  color: #777777;
}

.single-footer-widget ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

.single-footer-widget :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

.single-footer-widget ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

.single-footer-widget :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

.single-footer-widget ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}
.quest_mark {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.hover_wrp{
  width: 100%;
  position: relative;
  color: #000;
  padding: 6px;
  background: #ebebeb;
  font:300 14px 'Rubik', sans-serif;
  margin-bottom: 20px;

}
.hover_wrp span{
  display: inline-block;
  width: 90%;    margin-top: 6px;
}

@media (max-width: 991.98px) {
  .single-footer-widget {
    margin-bottom: 30px;
  }
}

.single-footer-widget .footer-social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-footer-widget .footer-social a i {
  vertical-align: bottom;
  color: #fff;
}

.single-footer-widget .footer-social a:hover i {
  color: #8490ff;
}

.footer-bottom {
  padding-top: 50px;
}

.footer-bottom .footer-social {
  text-align: right;
}

@media (max-width: 991px) {
  .footer-bottom .footer-social {
    text-align: left;
    margin-top: 30px;
  }
}

.footer-bottom .lnr, .footer-bottom a {
  color: #8490ff;
}

.footer-text a {
  color: #8490ff;
}

/*-------- end footer Area -------------*/

.fixed-left {
  width: 120px;
  position: fixed;
  left: 0;
  top: 30%;
      border: #ebebeb solid 1px;
    padding: 10px;
    background: #fff;

}
.header-title {
  background: -webkit-linear-gradient(0deg, #333547 0%,  #0986AA 60%);
}
.header-title h1{
padding: 20px
}
.content {
  /* padding-top: 50px; */
  padding: 50px 0px;
}
.quicklinks {
    box-shadow: rgba(0, 0, 0, .16) 0 10px 20px;
    background-color: #FFF;
    padding: 10px;
}
.quicklinks .sub-heading {
  color: #00247d;
  margin-bottom: 20px;
  font-size: 34px;
  font-family:'Rubik-Bold', sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
.quicklinks ul{
  margin: 0px;
}
.quicklinks ul li {
  border-bottom: rgba(0, 0, 0, .16) solid 1px;
  padding: 10px 0;
  font-size: 16px;
  color: #3A3C4D;
  margin-bottom: 0px;
}
.quicklinks ul li A{
  color: #3A3C4D;
  text-decoration: none;
}
.quicklinks ul li:last-child{
  border-bottom: none;
  padding-bottom: 0px;
}
.quick-right h5 {
  color: #404040;
    font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 26px;
  font-family:'Rubik Regular', sans-serif;  font-weight: 400;
}
.actv__lnk a{color: #f73b59 !important}

.quick-desc {
  border-bottom: rgba(0, 0, 0, .16) solid 1px;
  /* margin-top: 60px; */
  margin-bottom: 40px;
}
.quick-right .quick-desc:last-child{
  margin-bottom: 0px;
}
.quick-desc .quick-q {
  margin: 30px 0;
  color: #00247d;
  font-size: 32px;
  font-family:'Rubik-Bold', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.quick-right {
  /* margin-bottom: 120px; */
  margin-bottom: 0px;
}
.quick-desc p.quick-a,.quick-a p {
  padding: 10px 0;
  margin: 0;
  color: #232323;
  font-size: 16px;
  line-height: 24px;
}


.quick-desc ul li i{
  margin-right: 10px;
}
.quick-desc ul{
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}
.quick-desc ul li {
    padding: 5px 0;
    margin: 0;
    color: #909090;
    font-size: 16px;
    line-height: 24px;
}
.quick-desc p.quick-a b{
  color: #3A3C4D;
  font-size: 16px;
  font-family:'Rubik-Bold', sans-serif;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: normal;
}
.quick-desc .actions {
  margin-top: 20px;
}
body.best section.content {
  padding-bottom: 100px;
}
body.best .about-content h1 {
  width: 55%;
  font-size: 24px;
  font-weight: normal;
  color: rgba(255,255,255,0.6);
      line-height: 36px !important;
}
body.best .about-content h1 b{
  color: #fff;
  font-weight: bold;
  color: #fff;
}
body.best section.content h3.sub-heading {
      width: 50%;
    border-bottom: rgba(0, 0, 0, .16) solid 3px;
    font-size: 26px;
    color: #232323;
    margin-bottom: 30px;
    line-height: 50px !important;
}
section.meet-the-team {
    background: #F9F9F9;
    padding: 50px 0;
}
section.meet-the-team h2 {
  border-bottom: #fff solid 2px;
  padding-bottom: 10px;
}

.meet-the-team .our-team{
  box-shadow: rgba(0,0,0,0.16) 0 20px 40px;
  text-align: center;
  padding: 50px 10px;
  margin-bottom: 30px;
  background: #fff;
  margin: 0px 10px 45px 10px;
}
.meet-the-team .pic{
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 100%;
  background-color: #f2f2f2;
  overflow: hidden;
}
.meet-the-team .pic img{
  width: 100%;
}
.meet-the-team .post-title{
  font-size: 20px;
  color: #232323;
  padding: 5px 0px;
  font-weight: 300;
}
.meet-the-team .post{
  display: block;
  margin-bottom: 20px;
  color: #777777;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 300;
}
.meet-the-team .description{
  padding: 20px 80px;
  color: #777777;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.meet-the-team .team_social{
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}
.meet-the-team .team_social > li{
  display: inline-block;
  margin: 0px;
}
.meet-the-team .team_social > li > a{
  display: block;
  padding: 0px 10px;
  transition: all 0.2s ease-out 0s;
}
.meet-the-team .team_social > li > a i{
  color: #c5c5c5;
  font-size: 16px;
}
.meet-the-team .team_social > li > a i.fa.fa-volume-control-phone {
  transform: rotate(-45deg);
}
.meet-the-team .team_social > li > a i:hover{
  color:#333547;
  text-decoration: none;
}


.meet-the-team .our-team:hover{
  box-shadow: rgba(0,0,0,0.16) 0 5px 10px;
  transition: all 0.2s ease-out 0s;
}
@media screen and (max-width: 990px){
  .our-team{
    margin-bottom: 30px;
  }
}

.text-blue {
  color: #209EC3;
}

.text-orange {
  color: #EC8E1E;
  cursor: pointer;
}
.text-pink {
  color: #00247d;
}
h2.title {
    margin-bottom: 20px;
}
.bg-blue {
  background: #00247D;
}
.bg-grey {
  background: #3A3C4D;
}
.bg-background {
  background: rgba(244, 244, 244, 0.5);
}
.bg-orange {
  background: #EC8F21;
}
section.guide {
  background: #F9F9F9;
  padding: 100px 0px;
}
.guide-col  {
  padding: 10px;
  margin: 10px;
  width: 300px;
  height: 300px;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
}
.guide-col p {
  font-size: 20px;
  color: #fff;
}
#learnpage section.w-tabs-sec {
    background: #3A3C4D;
}
#learnpage section.w-tabs-sec ul li {
  padding: 0px;
  margin-right: 75px;
  margin-bottom: 0px;
}
#learnpage section.w-tabs-sec ul li.active,
#learnpage section.w-tabs-sec ul li:hover{
  border-bottom: #209EC3 solid 4px;
}
#learnpage section.w-tabs-sec ul li.active a,
#learnpage section.w-tabs-sec ul li.active a:hover {
  color:#FFF;
  text-decoration: none;
}
#learnpage section.w-tabs-sec ul li a {
  color: #fff;
  padding: 20px 35px 20px 0px;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  /* letter-spacing: 0.03em; */
}
.video .video-title a{
  color: #000;
  text-decoration: underline;
}
.guide-sec {
  width: 100%;
  height: 318px;
  background: #0986AA;
  border-left: #333547 solid 15px;
  border-bottom: #333547 solid 5px;
  box-shadow: #333547 5px 0px 0px;
  border-radius: 5px 10px 5px 5px;
  position: relative;
}
.guide-sec .circle{
      width: 120px;
    height: 120px;
    border: rgba(255, 255, 255, 0.1) solid 15px;
    border-radius: 100px;
    position: absolute;
    right: 8%;
    bottom: 26%;
}
.guide-sec .guide-title {
  color: #f9f9f9;
  font-weight: 100;
  font-size: 32px;
  line-height: 39px;
  padding: 20px;
}
.guide-sec .logo-text{
    position: absolute;
    bottom: 0;
    left: 10px;
    font-weight: bold;
    font-size: 16px;
}
p.guide-download a {
    color: #000;
    font-size: 20px;
    text-decoration: underline;
}
p.guide-download {
    padding: 10px 0
}
.alphabets {
  color: #D9D9D9;
}
.pointer {
  cursor: pointer;;
}
.alpha-desc {
  border-bottom: #D9D9D9 solid 1px;
  padding: 10px 0;
  margin: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.accordion {
  margin-bottom: 50px;
}
.accordion .card  {
  border:none;
}
.accordion .card .card-header {
      cursor: pointer;
    background: transparent;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f00d";
    float: right;
        background: -webkit-linear-gradient(0deg, #333547 0%, #0986AA 100%);
            width: 20px;
    height: 20px;padding: 1px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.contact-banner .about-content h1 {
  color: #000;
}

section.contact-main {
    padding: 20px 0;
    /* background: rgba(217, 217, 217, .1); */
    background-color: transparent;
}
 .contact-left {
    padding: 60px 50px 140px 50px;
    box-shadow: rgba(0, 0, 0, .16) 0px 20px 40px;
    background: #fff;
}
.contact-right{
  padding: 60px 50px 100px 50px;
  background: #fff;
}
.contact-left h2 {
  font-size: 20px;
    margin-bottom: 30px; color: #232323;
}
.desc h5{color: #232323;}
.contact-right .cont-row i {
  color: #D9D9D9;
      font-size: 22px;
    margin-bottom: 8px;
    }
.contact-right .cont-row p.social a {

}
.contact-right .cont-row p.social i:before {
  border-radius: 20px;
}
.contact-right .social.icon {
  position:relative;
  text-align:center;
  width:0px;
  height:0px;
  padding:16px;
  border-top-right-radius:  20px;
  border-top-left-radius:   20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius:  20px;
  -moz-border-radius:     20px 20px 20px 20px;
  -webkit-border-radius:    20px 20px 20px 20px;
  -khtml-border-radius:     20px 20px 20px 20px;
  color:#FFFFFF;
}
.contact-right .social.icon i {
  font-size:20px;
  position:absolute;
  left:9px;
  top:10px;
  color: #fff;
  font-size: 15px;
}
.contact-right .icon.social {
  float:left;
  margin:0 5px 0 0;
  cursor:pointer;
  background:#D9D9D9 ;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.contact-right .icon.social:hover {
  background:#262626 ;
  color:#6d6e71;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.contact-right .icon.social.fb i {
  left:13px;
  top:10px;
}
.contact-right .icon.social.tw i {
  left:11px;
}
.contact-right .icon.social.in i {
  left:11px;
}

.quote_section {
padding-top: 30px;
min-height: 89vh;
height: auto;
background: rgb(248,248,248);
background: -moz-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(254,254,254,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(254,254,254,1) 100%);
background: linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8",endColorstr="#fefefe",GradientType=1);

}
.brd_btm{width: 100%;
position: fixed;
left: 0;bottom: 0px;
height: 5px;
background-color:#00247D;
}

#logo img {
  width: 300px;
}
.custom-radio {
  background: #fff;
  margin-bottom: 10px;
  padding:9px 15px;
  padding-left:1rem;
  height: auto;
  border: 1px solid #BEBEBE;
}
.custom-radio label {
  cursor: pointer;width: 100%;
}

.form-check {
  padding-left: 0;
}
.form-check label{
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 16px;
}

/* input[type="checkbox"]{
  position: absolute;
  right: 9000px;
} */

/*Check box*/
input[type="checkbox"] + .label-text:before{
  /* content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing:antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px; */
  content: "";
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  color: #909090;
  border: 2px solid #909090;
  vertical-align: middle;
  border-radius: 2px;
}

input[type="checkbox"]:checked + .label-text:before{
  /* content: "\f14a"; */
  content: "\2713";
  color: #3A3C4D;
  animation: effect 250ms ease-in;
  font-weight: 900;
  font-size: 16px;
  vertical-align: middle;
  padding: 2px;
  font-weight: bold;
}

input[type="checkbox"]:disabled + .label-text{
  color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
  content: "\f0c8";
  color: #ccc;
}


.custom-control-input:checked~.custom-control-indicator{
color:white;
background-color:red;
}
.border-3 {
  border: 5px solid rgba(112, 112, 122, 0.1);
}
.box-shadow {
    box-shadow:rgba(0, 0, 0, .16) 0px 12px 30px;

}
/* .compare-btn {
    position: fixed;
    right: -66px;
    top: 40%;
    transform: rotate(-90deg);
} */
.compare-btn {
  padding:0;
  width: 100%;       margin-bottom: 30px; text-align: center;
  /* top: 50%;
  right: 0;
  margin-right: -104px;
  transform: rotate(-90deg);
  position: fixed; */
}
.compare-btn button{
  padding: 18px 42px;
  font-size: 20px;
}
.compare-box-right .btn{
  padding: 13px 10px;
  font-size: 16px;
}
ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
li {
  padding-left: 1.3em;
  margin-bottom: 10px;
}
ul.tick-list li:before {
  content: "\2713";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

ul.wrong-list li:before {
  content: "\f00d";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    /*height: 100%;*/
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }

  .modal.left .modal-content,
  .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
  }

  .modal.left .modal-body,
  .modal.right .modal-body {
    padding: 15px 15px 80px;
  }

/*Left*/
  .modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
  }

  .modal.left.fade.in .modal-dialog{
    left: 0;
  }

/*Right*/
  .modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }

  .modal.right.fade.in .modal-dialog {
    right: 0;
  }

/* ----- MODAL STYLE ----- */
  .modal-content {
    border-radius: 0;
    border: none;
  }

  .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
  }
#compareModal .modal-header{
  display: block;
}
#compareModal .modal-footer{
  justify-content: flex-start;
}
input.invalid {
    background-color: #ffdddd;
    }
    .tab {
    display: none;
    }
    #prevBtn {
      border: #0F186B solid 1px;
      color: #0F186B;

    }

    /*range slider*/

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 100px;
  height: 23px;
  border: #4CAF50 solid 2px;
  background: #fff;
  cursor: pointer;
  border-radius: 15px;
}

.slider::-moz-range-thumb {
  width: 100px;
  height: 20px;
  border: #4CAF50 solid 1px;
  cursor: pointer;
}
.input-group .input-group-text {
  border: none;
  border-radius: 0;
      background-color: #f2f2f2;
      padding-left: 20px;
    font-size: inherit;
    color: inherit;
}
.application-section .input-group input.single-input {
  padding-left: 0;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #F2F2F2;
  opacity: 1;
}
.input-group  .form-control:focus {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    box-shadow: none;
}
.error {
  color: #EB3667;
}
.height-25 {
  height: 200px;
  overflow: auto;

}
.tick-circle {
      width: 75px;
    height: 75px;
    background: linear-gradient(0deg, #00247d 0%, #00247d 25%, #00247d 90%);
    background: -moz-linear-gradient(0deg, #00247d 0%, #00247d 25%, #00247d 90%);
    background: -webkit-linear-gradient(0deg, #00247d 0%, #00247d 25%, #00247d 90%);
    border-radius: 150px;
    font-size: 40px;
    color: #fff;
    line-height: 75px;
    margin: 0px auto 15px;

}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float:right;
}
.pagination > li {

  display: inline;

}
.pagination > li:first-child > a, .pagination > li:first-child > span {

  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;

}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {

  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;

}
.pagination > li > a, .pagination > li > span {

  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
      border-top-color: rgb(221, 221, 221);
      border-right-color: rgb(221, 221, 221);
      border-bottom-color: rgb(221, 221, 221);
      border-left-color: rgb(221, 221, 221);
  cursor: pointer;

}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {

  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
@media all and (max-width:767px) {
  body {
    line-height: 1.5;
  }
  .banner-area .fullscreen {
    height: auto !important;
}

.mobile-footer  {
  position: fixed;
  bottom: 0;
  width: 100%;
    background: #fff;
    padding: 15px;
}
.mobile-btn-block {
  width: 100%;
}
.testimonial-area .title {
  text-align: left !important;
}
.right-sec {
  padding: 50px 30px;
}
footer ul.footer-links  {
display: block;
}
/* footer ul.footer-links li {
  display: block;
} */
/* footer ul.footer-links li:before {
    content: '';
    padding: 0;
} */
footer ul.footer-links +p {
  text-align: left !important;
}
footer {
  margin-bottom: 80px;
}
.display-sec .match-wrap h3, .display-sec .match-wrap h6 {
  text-align: center;
}
.tabs-sec {
  margin-left: -15px;
  margin-right: -15px;
}
.tabs-sec div.active {
  color: #fc1b77;
  border-bottom: #fc1b77 solid 2px;
}
.tabs-sec>div {
      padding: 5px 0 10px 0;
      cursor: pointer;
}
/* .tabs-sec>div:first-child {
  border-right: #dedede solid 1px;
} */
.bg-background {
  background: #FFF;
}
body.learn .about-content {
      padding: 10px;
}
body.learn .about-content h1 {
      font-size: 28px;
    font-family:'Rubik Regular', sans-serif;  font-weight: 400;
}
}
/*accept-quote css */

.wrapper-progressBar {
  width: 100%
  }
  .progressBar {
  position: relative;
  z-index: 1;
  }
  .progressBar li {
  list-style-type: none;
  float: left;
  width: 13%;
  position: relative;
  text-align: center;
  }
  .progressBar li::before {
    content: " ";
    line-height: 30px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    POSITION: ABSOLUTE;
    background-color: white;
    top: -13px;
    left: 50px;
    z-index: 0;
  }
  .progressBar li::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ddd;
  top: 7px;
  left: -46%;
  z-index: -1;
  }
  .progressBar li:first-child::after {
  content: none;
  }
  .progressBar li.active {
  color: #00247D;
  }
  .progressBar li.active::before {
  border:2px solid #00247D;
 background: linear-gradient(0deg, #00247D 0%, #00247D 70%);
  background: -moz-linear-gradient(0deg, #00247D 0%, #0986AA 70%);
  background: -webkit-linear-gradient(0deg, #00247D 0%, #00247D 70%);
  }
  .progressBar li.active::after {
  background: linear-gradient(0deg, #00247D 0%, #00247D 90%);
  background: -moz-linear-gradient(0deg, #00247D 0%, #00247D 90%);
  background: -webkit-linear-gradient(0deg, #00247D 0%, #00247D 90%);
  }
 .accept-thankyou{
   padding:12px;
 }

 .number_steps
 {
   color: #868686;
  z-index: 42;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  left: 67px;
}

  .btm__lbl{
     position: absolute;
    bottom: -65px;
    left: 5px;
    width: 100%;
    text-align: center;}

    .progressBar li.active .number_steps{
      color: #fff;
    }

    .progressBar li.active .btm__lbl{     color: #0F186B;
      font-weight: bold;}

/*user-journey css */
/* .login-right{
  background-color: #fff;
  padding: 50px;
} */


.checkStyle{
  display: table;
  margin: auto;
  position: relative;
}
.checkStyle input{
    position: absolute;
  top: 2px;
  width: 100%;
  height: 23px;
  opacity: 0;
}

.login-left h2, .login-right h2 {
  font-size: 36px;
  margin-bottom: 30px;
  line-height: normal;
  font-family:'Rubik Regular', sans-serif;
  font-weight: 600; color: #333547;
}
.signup-left{
  background-color: #fff;
  padding: 50px;
  box-shadow: none;
}
.signup-right {
    padding: 50px;
    box-shadow: rgba(0, 0, 0, .16) 0px 0px 20px;
    background: #fff;
}
.signup-left h2, .signup-right h2 {
  font-size: 23px;
    margin-bottom: 30px;
     line-height: normal;
}
.signup-right.contact-right .cont-row i{
      font-size: inherit;
      color: #797979;
      margin: 0;
}
.regSuccess{
    background-color: #F9F9F9;
    padding: 15px 10px 15px 50px;
    background-image: url(../../assets/images/tick.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px 30px;
    border-radius: 5px;
}

.nameArea{
  display: table;
  width: 100%;
}

.nameArea > div{
  float: left;
  width: 50%;
  box-sizing: border-box;
}


.dashboardItems .dashboard-item {
  box-shadow: rgba(0, 0, 0, .16) 0px 20px 40px;
  background-color: #fff;
  padding: 52px 22px;
}
.dashboardItems .dashboard-item img{
  width: 100px;
}
.dashboardItems .dashboard-item h2{
  font-size: 24px;
  line-height: 34px;
  margin: 20px 0;
  font-family:'Rubik Regular', sans-serif;
  font-weight: 300;
  color: #232323;
}
.dashboardItems .dashboard-item p{
  margin: 0px;
  color: #232323;
  font-size: 16px;
  font-family:'Rubik Regular', sans-serif;
  font-weight: 400;
  padding: 0px 25px;
}
.nameArea > div:first-child{
  padding-right: 5px;
}

.nameArea > div:last-child{
  padding-left: 5px;
}
.policyList{
  background-color: #fff;
  padding: 20px;
  margin-bottom: 100px;
  overflow: auto;
}

.appendPolicyInfo{
  display: none;
}

.detailsCloseIcon{
  position: relative;
  cursor: pointer;
  z-index: 1;
  right: 5px;
  float: right;
}

.contactInfo > div{
  box-shadow: rgba(0, 0, 0, .16) 0px 20px 40px;
  padding: 87px 119px;
  background-color: #fff;
  margin-bottom: 100px;
}
.contactInfo > div h2{
  font-size: 20px;
  line-height: 25px;
}
.referData {
      border-collapse: separate;
}

.referData th, .referData td{
  border-top: 0;
  padding: 10px;
}
section.videos img{
  width: 100%;
}
.videoContainer video{
  width: 100%;
}

.news-block {
  flex-wrap: nowrap !important;
}

.news-block img{
  width: 100%;
}

/*user-journey css end*/

.usa-form-group-day, .usa-form-group-month, .usa-form-group-year {

    clear: none;
    float: left;
    margin-right: 1.5rem;
    width: 5rem;

}



@media (min-width: 768px){

  .pubble-app
  {
    display:none;
  }
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.hover_wrp span{width: 85%;}

}















span.callText > i, span.emailText > i, span.openText > i {
  display: none;
}
span.emailText {
  margin: 0 8px;
}
.about-content h1, .about-content h1 b{
  color: #fff;
}
.removeBG{
  background: transparent !important;
}
.navbar-toggler{
  outline: none !important;
}
.binavbar .dropdown-menu ul{
  background: #fff !important;
  border-radius: 5px;
}
.notifier__container ul{
  margin-bottom: 0;
}
.notifier__container ul li:last-child{
  margin-bottom: 30px;
}
.contact-left .single-input{
  padding: 6px 15px 6px 45px;
}
/* input[type='text'], input[type='email'], input[type='password'], input[type='number'] {
  font-weight: 500 !important;
  font-size: 14px !important;
} */
.quote_section .form-btn .btn  {
  padding: 18px 50px;
  height: 60px;
  font-size: 16px; color: #fff;
  line-height: 19px;
  font-family: 'Rubik Regular';
}
.quote_section #prevBtn {
  padding: 18px 45px;
}@media (max-width: 1380px) { .why__best_bg{background-size: contain;}

.why__best_bg .about-content h1{
  width: 70% ;
    line-height: 37px ;

}

}
@media (max-width: 991px) {
  .why__best_bg{

    background: -moz-linear-gradient(0deg, #333547 0%, #0986AA 100%);
    background: -webkit-linear-gradient(0deg, #333547 0%, #0986AA 100%);
    background: -ms-linear-gradient(0deg, #333547 0%, #0986AA 100%);
  }
  .binavbar .navbar-collapse{
    top: 51px  !important;
  }
  .top-left .headerDetails{
    display: none;
  }
  .binavbar.navbar-light .navbar-nav .nav-link {
    border: 1px solid #e6e6e6;
    margin: 5px 0;
    width: 100%;
    color: #333F55;
    padding: 12px 15px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    opacity: 1;
}
#header_web .binavbar.navbar-light .navbar-nav .nav-link {
  color: #333F55;
}
.binavbar.navbar-light .navbar-nav {
  padding: 12px 0 4px;
}
#header_web.header-scrolled .main-menu {
  border-color: initial;
  /* border-bottom: #ececec solid 3px ; */
  border-bottom: #d2d2d2 solid 1px !important;
}
}

@media (max-width: 767px) {
  span.callText, span.emailText, span.openText {
    font-size: 0;
    margin: 0;
  }
  span.callText > i, span.emailText > i, span.openText > i {
    font-size: 14px;
    margin-right: 5px;
    display: inline-block;
  }
  span.emailText > i{
    margin-left: 20px;
  }
  .headerDetails{
    text-align: center;
    line-height: 22px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 7px !important;
  }
  .headerDetails .top-left ul li:after, .headerDetails .top-right ul li:after{
    content: "";
  }
  header .top-header .top-right{
    text-align: center;
  }
  /* .top-header {
    background: #f6f6f6;
    padding-bottom: 10px !important;
    box-shadow: 0px 0px 5px 0px #bababa;
    -webkit-box-shadow: 0px 0px 5px 0px #bababa;
    -moz-box-shadow: 0px 0px 5px 0px #bababa;
    display: none;
  } */
  .nav-menu ul {
    right: unset;
    width: 97%;
    padding: 10px;
  }
  header .top-header .top-right div.login-dropsown{
    background-color: #fff;
    padding: 3px;
  }
  .home-about-right,.gap_mbl{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .contact-main .col{
    flex-basis: 100%;
  }
  .contact-left {
    padding: 40px 15px !important;
  }
  .contact-right {
    padding: 40px 5px !important;
  }
  .home .bg-blue,.footer-top .bg-blue {
    padding: 25px 15px;
  }
  .home .bg-blue .social-icons,
  .footer-top .bg-blue .social-icons {
    margin-top: 2rem !important;
  }
  .single-input{
    padding: 6px 15px 6px 45px;
  }
  .p-l-0 {
    padding-left:15px !important;
  }
  .about-content h1 {
    line-height: 40px;
  }
  .row .col{
    flex-basis: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .d-flex.row .col, .mobile-footer .row .col, .alignSameLine .row .col{
    flex-basis: 0;
  }
  .row .col img{
    max-width: 100%;
    margin-bottom: 20px;
  }
  .guide-row {
    margin-bottom: -70px;
  }
  .guide-col{
    margin: 10px auto;
  }
  .py-5{
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .mb-5, .my-5 {
    margin-bottom: 2rem !important;
  }
  .mt-5, .my-5 {
    margin-top: 1rem !important;
  }
  .binavbar.navbar-light .navbar-nav {
    padding: 2px 0 30px;
    height: 61vh;
    overflow: auto;
  }
  #header_web .binavbar.navbar-light .navbar-nav .nav-link {
    color: #333F55 ;
}
.binavbar.navbar-light .navbar-nav .nav-link {
  border: 1px solid #eee;
  margin: 5px 0;
  width: 100%;
  color: #333F55;
  padding: 12px 15px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
  .binavbar .dropdown-menu ul{
    box-shadow: none !important;
    padding: 0px 5px;
  }
  .binavbar .dropdown-menu ul li{
    margin: 5px 0;
    padding: 3px 12px;
  }
  section.w-tabs-sec {
    overflow: auto;
  }
  section.w-tabs-sec > .container {
    padding: 0;
  }
  section.w-tabs-sec > .container ul {
    display: table;
    margin: 0 0 0px;
    width: 100%;
}
  section.w-tabs-sec > .container ul li {
    display: table-cell;
    white-space: nowrap;
    padding: 0px 15px;
  }
  .card-header {
    position: relative;
  }
  #accordion .card-title {
    width: 90%;
    display: table;
    margin: 0;
  }
  .accordion .card-header:after {
    position: absolute;
    right: 22px;
    top: 33%;
  }
  /* #accordion.accordion .card-header:after {
    position: absolute;
    right: 0;
    top: 33%;
  } */
  #accordion.accordion .card-header:after {
    /* position: absolute; */
    right: 0;
    /* top: 33%;
    font-weight: 500;
    content: "+";
    font-size: 18px; */
}
  button#nextBtn {
    white-space: nowrap;
  }
}


/* quote summary */
.center-div{ margin:0 auto;}
.gry-bg{ background-color:#fafafa;}
.hd{     border-bottom: solid 1px #ccc;
    padding-bottom: 10px;}
.shodw-box{ box-shadow:0px 4px 5px 0px #888888;}
.shodw-box .hd h6{ margin-top:5px;}

#myList li:nth-child(odd) { background: #fcfcfc; }
#myList li:nth-child(even) { background: #f9f9f9; }
#myList li{ padding:5px 10px; margin-bottom:4px;}
/* .title {
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding: 10px 0px;
} */
.wt-bg-table {
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 5px;
    border-bottom: solid 1px #ccc;
    float: left;
  width:100%;
}

@media only screen and (max-width: 600px) {
  #myList li:nth-child(odd) {font-size:12px;}
#myList li:nth-child(even) { font-size:12px;}
.wt-bg-table { margin-bottom:10px;}
}

/* quote summary end */


.emily_btns
{     padding: 20px 45px !important;
font-size: 22px;
border-radius: 50px;
}
.btn{font-family:'Rubik-Bold', sans-serif !important;}













@font-face {
  font-family: 'revsglobal-pr-mod';
  src:  url('https://d1azc1qln24ryf.cloudfront.net/40686/revsglobal-pr-mod/revsglobal-pr-mod.eot?p25epd');
  src:  url('https://d1azc1qln24ryf.cloudfront.net/40686/revsglobal-pr-mod/revsglobal-pr-mod.eot?p25epd#iefix') format('embedded-opentype'),
    url('https://d1azc1qln24ryf.cloudfront.net/40686/revsglobal-pr-mod/revsglobal-pr-mod.woff2?p25epd') format('woff2'),
    url('https://d1azc1qln24ryf.cloudfront.net/40686/revsglobal-pr-mod/revsglobal-pr-mod.ttf?p25epd') format('truetype'),
    url('https://d1azc1qln24ryf.cloudfront.net/40686/revsglobal-pr-mod/revsglobal-pr-mod.woff?p25epd') format('woff'),
    url('https://d1azc1qln24ryf.cloudfront.net/40686/revsglobal-pr-mod/revsglobal-pr-mod.svg?p25epd#revsglobal-pr-mod') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ruk-icon-"], [class*=" ruk-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'revsglobal-pr-mod' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ruk-icon-check:before {
  content: "\e903";
}
.ruk-icon-cross:before {
  content: "\e904";
}
.ruk-icon-edit:before {
  content: "\e914";
}
.ruk-icon-funnel:before {
  content: "\e912";
}
.ruk-icon-images:before {
  content: "\e905";
}
.ruk-icon-link:before {
  content: "\e915";
}
.ruk-icon-magnifying-glass:before {
  content: "\e913";
}
.ruk-icon-reviews-logo-01:before {
  content: "\e600";
}
.ruk-icon-full-star-01:before {
  content: "\e601";
}
.ruk-icon-empty-star-01:before {
  content: "\e602";
}
.ruk-icon-arrow-down-01:before {
  content: "\e603";
}
.ruk-icon-positive-1-01:before {
  content: "\e604";
}
.ruk-icon-negative-1-01:before {
  content: "\e605";
}
.ruk-icon-chart-lines-1-01:before {
  content: "\e606";
}
.ruk-icon-positive-2-01:before {
  content: "\e607";
}
.ruk-icon-email-1-01:before {
  content: "\e608";
}
.ruk-icon-phone-1-01:before {
  content: "\e609";
}
.ruk-icon-location-1-01:before {
  content: "\e60a";
}
.ruk-icon-author-1-01:before {
  content: "\e60b";
}
.ruk-icon-positive-3-01:before {
  content: "\e60c";
}
.ruk-icon-thumbs-up-1-01:before {
  content: "\e60d";
}
.ruk-icon-report-1-01:before {
  content: "\e60e";
}
.ruk-icon-arrow-down-thin-1-01:before {
  content: "\e60f";
}
.ruk-icon-arrow-up-thin-1-01:before {
  content: "\e610";
}
.ruk-icon-menu-1-01:before {
  content: "\e611";
}
.ruk-icon-key-1-01:before {
  content: "\e612";
}
.ruk-icon-dashboard-1-01:before {
  content: "\e613";
}
.ruk-icon-store-1-01:before {
  content: "\e614";
}
.ruk-icon-iphone-1-01:before {
  content: "\e615";
}
.ruk-icon-col-term-1-01:before {
  content: "\e616";
}
.ruk-icon-group-1-01:before {
  content: "\e617";
}
.ruk-icon-cog-1-01:before {
  content: "\e618";
}
.ruk-icon-power-1-01:before {
  content: "\e619";
}
.ruk-icon-ellipsis-1-01:before {
  content: "\e61a";
}
.ruk-icon-share-1-01:before {
  content: "\e61b";
}
.ruk-icon-tooltip-arrow-1-01:before {
  content: "\e61c";
}
.ruk-icon-chart-pie-1-01:before {
  content: "\e61d";
}
.ruk-icon-reply-arrow-1-01:before {
  content: "\e61e";
}
.ruk-icon-moderate-1-01:before {
  content: "\e61f";
}
.ruk-icon-google-plus-1-01:before {
  content: "\e620";
}
.ruk-icon-facebook-1-01:before {
  content: "\e621";
}
.ruk-icon-twitter-1-01:before {
  content: "\e622";
}
.ruk-icon-arrow-right-1-01:before {
  content: "\e623";
}
.ruk-icon-arrow-left-1-01:before {
  content: "\e624";
}
.ruk-icon-reviews-us-1-01:before {
  content: "\e625";
}
.ruk-icon-percentage-star-25-01:before {
  content: "\e626";
}
.ruk-icon-percentage-star-50-01:before {
  content: "\e627";
}
.ruk-icon-percentage-star-75-01:before {
  content: "\e628";
}
.ruk-icon-reviewio-logo-01:before {
  content: "\e629";
}
.ruk-icon-arrow-right-thin-1-01:before {
  content: "\e62a";
}
.ruk-icon-arrow-left-thin-1-01:before {
  content: "\e62b";
}
.ruk-icon-reviews-min-90deg-1-01:before {
  content: "\e62c";
}
.ruk-icon-reviews-plus-90deg-1-01:before {
  content: "\e62d";
}
.ruk-icon-reviews-0deg-1-01:before {
  content: "\e62e";
}
.ruk-icon-question-1-01:before {
  content: "\e62f";
}
.ruk-icon-answer-1-01:before {
  content: "\e630";
}
.ruk-icon-rev-star-xsmall-01:before {
  content: "\e631";
}
.ruk-icon-rev-logo-xsmall-01:before {
  content: "\e632";
}
.ruk-icon-rev-star-small-01:before {
  content: "\e633";
}
.ruk-icon-rev-logo-small-01:before {
  content: "\e634";
}
.ruk-icon-reviews-logo-2-01:before {
  content: "\e635";
}
.ruk-icon-reviews-min-90deg-1--german-01:before {
  content: "\e900";
}
.ruk-icon-reviews-plus-90deg-1--german-01:before {
  content: "\e901";
}
.ruk-icon-reviews-0deg-1--german-01:before {
  content: "\e902";
}
.ruk-icon-line-arrow--left:before {
  content: "\e906";
}
.ruk-icon-line-arrow--right:before {
  content: "\e907";
}
.ruk-icon-line-cross:before {
  content: "\e908";
}
.ruk-icon-line-email:before {
  content: "\e909";
}
.ruk-icon-line-facebook:before {
  content: "\e90a";
}
.ruk-icon-line-instagram:before {
  content: "\e90b";
}
.ruk-icon-line-pinterest:before {
  content: "\e90c";
}
.ruk-icon-percentage-star--0:before {
  content: "\e90d";
}
.ruk-icon-percentage-star--25:before {
  content: "\e90e";
}
.ruk-icon-percentage-star--50:before {
  content: "\e90f";
}
.ruk-icon-percentage-star--75:before {
  content: "\e910";
}
.ruk-icon-percentage-star--100:before {
  content: "\e911";
}
.ruk-icon-line-load-more:before {
  content: "\e916";
}
.ruk-icon-line-review-icon:before {
  content: "\e917";
}
.ruk-icon-reviewsio-logo-text-small:before {
  content: "\e918";
}


.main-menu-new {
  padding-bottom: 11px;
  padding-top: 11px;
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;

}
#logo_new img{
  width: 300px;
}

.contact__ ul, .contact__ ul li{
  margin-bottom: 0;
}
.contact__ ul li .FloatingWidgetButton .RatingStars {
    margin-bottom: 3px;
}
.contact__ ul li .RatingStars i.RatingStars__star {
    display: inline-block;
    float: left;
    color: #f37b25;
}
.contact__ ul li .RatingStars--small i.RatingStars__star {
    font-size: 21px;
    margin: 0 1px;
    line-height: 26px;
}
.contact__ ul li .FloatingWidgetButton * {
    box-sizing: border-box;
}
.contact__ ul li .RatingStars{
  display: table;
  margin: auto;
}
.contact__ ul li{
  font-size: 11px;
  color: #666;
  display: block;
  padding: 0 !important;
  text-align: center;
}
.contact__ ul li:last-child img{
  width: 130px;
}
section.banner-area-section{
  background-image: url(../img/transbg.png), url(../img/headerimage.png);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: 0 71px, 0 71px;
}
div.banner-img{
  /*background: rgba(11,13,44,0.8);*/
  height: calc(100% - 70px);
    margin-bottom: 70px;
}
div.banner-area{
  display: flex;
  padding: 120px 0 0;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  max-width: 1158px;
  margin: auto;
}
div.banner-area .heading_list li {
    position: relative;
    padding-left: 30px;
    list-style-type: none;
    padding-bottom: 12px;
    line-height: 32px !important;
    margin-bottom: 0 !important;
}
.deviderLine {
    border-left: 1px solid #C1C1C1;
}
.bottom-text{
  color: #1B1E46;
  font-size: 18px;
  text-align: center;
  margin: 20px auto;
}
div.banner-area .protect_{
  top: 0;
  background: url(../../assets/img/bullet1.png) no-repeat;
  width: 29px;
  height: 31px;
  background-size: 29px auto;
  padding-left: 30px;
}
div.banner-area h1{
  font-size: 36px !important;
  font-family: 'Rubik Regular', sans-serif !important;
  margin-bottom: 15px !important;
  color: #fff;
}
div.banner-area h2{
  font-size: 28px !important;
  font-family: 'Rubik', sans-serif !important;
  margin-bottom: 25px !important;
  font-weight: bold;
  color: #fff;
}
div.banner-area .heading_list li span{
  font-size: 16px;
  margin-left: 10px;
  color: #1B1E46;
}
.bannerForm {
    /*width: 50%;*/
    /* min-height: 410px; */
    border-radius: 12px;
    padding: 30px 20px;
    max-width: 965px;
    margin-left: auto;
    min-height: 367px;
    box-shadow: 0px 10px 20px #00000029;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin-bottom: -45px;
    width: 94%;
}
.bannerForm-inner {

}
.bannerForm > div{
  padding: 0 30px !important;
}
.bannerText h3{
  font-family: 'Rubik Regular', sans-serif !important;
  font-size: 22px;
  color: #1B1E46;
  line-height: 28px;
  margin-bottom: 25px;
}
.bannerText h3 b{
  font-family: 'Rubik', sans-serif !important;
  color: #1B1E46;
}
.bannerForm h4{
  font-size: 24px;
  line-height: 28px;
  color: #2C2C2C;
  margin-bottom: 15px;
  font-family: 'Rubik', sans-serif !important;
}
.bannerForm .form-control{
  height: 45px;
  color: #333547 !important;
  box-shadow: none !important;
  font-family: 'Rubik', sans-serif !important;
  font-weight: bold !important;
  font-size: 16px !important;
  background-image: url(../../assets/img/dropdownarrow-icon.png);
  background-size: 20px auto;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.bannerForm > div.form-group {
    margin-bottom: 25px;
}
.bannerForm button.btn{
  border-color: #FF9D00 !important;
  background-color: #FF9D00 !important;
  color: #fff !important;
  font-family: 'Rubik', sans-serif !important;
  border-radius: 200px;
  font-weight: bold;
  height: 59px;
  font-size: 20px;
}
.bannerForm button.btn:hover{
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.bannerForm img {
    /*width: 25px !important;*/
    margin-right: 10px;
}
.banner-strip {
    font-size: 18px;
    color: #868686;
    letter-spacing: -0.36px;
    font-family: 'Rubik Medium', sans-serif !important;
}
.stepsSection h2 {
    font-size: 36px;
    color: #333547;
    font-family: 'Rubik', sans-serif !important;
    font-weight: bold;
}
.stepHeading * {
    color: #333;
}
.stepHeading b{
  font-size: 20px;
}
.logoSection img{
  margin: 10px 5px;
}
.blue-bg{
  background-color: #fff;
  color: #2e4379;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Rubik Regular', sans-serif !important;
}
.blue-bg h2{
  font-family: 'Rubik', sans-serif !important;
  font-weight: bold;
  font-size: 36px;
}
.blue-bg p{
  font-size: 18px;
}
.blue-bg .panel h6{
  color: #dadada;
  text-decoration: underline;
}
.Review__timestamp{
  font-style: italic !important;
}
.blue-bg .panel p{
  font-family: 'Rubik Regular', sans-serif !important;
  font-size: 14px;
}
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 0 0 10px;
  /*height: 66px;*/
  font-size: 30px;
  font-weight: bold;
  color: #1b1e46;
  border-radius: 0px;
}
.accordion span{
  color: #FF9D00;
}


.panel {
  padding: 10px;
  text-align: left;
  display: none;
  /*background-color: white;*/
  overflow: hidden;
}
.yellow-bg{
 background-color: #FF9D00;
 border-radius: 12px;
  padding-left: 15% !important;
  padding-right: 15% !important;
}
.yellow-bg h2{
  font-family: 'Rubik', sans-serif !important;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
.yellow-bg button{
  border-radius: 200px;
  font-size: 20px;
  font-family: 'Rubik', sans-serif !important;
  color: #1B1E46;
  font-weight: bold;
  height: 60px;
}
.badge{
   background-color: #FF9D00;
   border-radius: 50%;
   padding: 9px;
   width: 98px;
   height: 98px;
   margin: auto;
   position: relative;
   top: -65px !important;
   margin-bottom: -100px;
}
.badgeInner{
  background-color: #fff;
  width: 100%;
  position: relative;
  height: 100%;
  border-radius: 50%;
}
.badgeInner img{
  width: 62px;
  margin-top: 8px;
}
.tab {
  /* overflow: hidden; */
  border-bottom: 1px solid #ccc;
  /* padding-bottom: -1px; */
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-bottom: 1px solid #ccc;
  position: relative;
  top: 1px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  /*background-color: #ddd;*/
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 1px solid #333;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 12px 0;
}
.searchReview input{
  background: url(../../assets/img/search.png) no-repeat;
  background-position: left center;
  background-size: 18px auto;
  padding-left: 25px;
  border: 0 !important;
  border-bottom: 1px solid #ddd !important;
  box-shadow: none !important;
  font-size: 14px;
}
.reviewSection{
  color: #2e4379;
  line-height: 25px;
}
.reviewSection p{
  font-family: 'Rubik Regular', sans-serif !important;
}
.verificationReview{
  background-color: #333333;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 2px;
}
.reviewStatus{
  font-style: italic;
}
.likes span{
  background-color: #777;
  padding: 4px 6px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: normal;
}
.form-process {
  font-size: 14px;
}
.form-process p {
  font-size: 14px;
  color: #333547;
}
.form-process h3 {
  font-family: 'Rubik', sans-serif !important;
  font-size: 36px;
  color: #333547;
  font-weight: bold;
}
.form-process b {
    font-size: 20px;
}
div.form-area {
    /*display: flex;*/
    padding: 140px 0 0;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
.main-menu-new .mobileheaderscroll {
    position: relative;
    /* max-width: 1400px; */
    margin: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.form-container{
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 10px;
}
.form-container h2{
  font-family: 'Rubik', sans-serif !important;
  font-size: 36px;
  font-weight: bold;

}
.formLabel{
  width: 220px;
  text-align: right;
  padding-right: 10px;
}
.formLabel b{
  color: #333547 !important;

}
.formField{
  width: 100%;
  position: relative;
}
.formField input[type='radio']{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.formField input[type='radio'] + span{
  display: flex;
  align-items: center;
  font-family: 'Rubik', sans-serif !important;
  justify-content: center;
  width: 100%;
  background: #F9F9F9 0% 0% no-repeat padding-box;
  border: 2px solid #CECECE;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  height: 52px;
  width: 95% !important;
  color: #1B1E46;
  font-size: 18px;
  font-weight: 600;
  /*letter-spacing: 2.8px;*/
}
.formField input[type='radio']:checked + span{
  background: #00237c  0% 0% no-repeat padding-box;
  border: 1px solid #00237c;
  color: #fff;
}
.formField input[type='radio']{
  font-size: 14px;
  font-family: 'Rubik Bold', sans-serif !important;
  width: 100%;
  background: #F9F9F9 0% 0% no-repeat padding-box;
  border: 2px solid #CECECE;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  cursor: pointer;
  height: 100%;
  color: #6C6C6C;
  font-style: italic;
  letter-spacing: -0.3px;
}
.formField input[type='text']{
  font-size: 16px;
  font-family: 'Rubik Bold', sans-serif !important;
  width: 95%;
  text-indent: 10px;
  height: 51px;
  background: #EFEFEF 0% 0% no-repeat padding-box;
  border: 2px solid #B5B5B5 !important;
  border-radius: 5px;
  padding: 0 !important;
}
.formField select{
  width: 95%;
  font-family: 'Rubik', sans-serif !important;
  background: #F9F9F9 0% 0% no-repeat padding-box;
  border: 2px solid #CECECE;
  border-radius: 5px;
  height: 51px;
  text-align: center;
  /*letter-spacing: 2.8px;*/
  padding-left: 10px;
  padding-right: 10px;
  color: #6C6C6C;
  letter-spacing: -0.3px;
  font-weight: bold;
  font-size: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-image: url(../../assets/img/dropdownarrow-icon.png);
  background-size: 20px auto;
  background-position: calc(100% - 10px) center;
}
.formField .btn{
  background: #FF9D00 0% 0% no-repeat padding-box;
  background-image: url(../../assets/img/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  font-family: 'Rubik', sans-serif !important;
  background-position: calc(100% - 16px) center;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
}
.formField button{
  font-family: 'Rubik', sans-serif !important;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 46px;
  background: #FF9D00 0% 0% no-repeat padding-box;
  border: 1px solid #FF9D00;
  border-radius: 40px;
  width: 100%;
  
}
.formField .btn:hover, .formField button:hover{
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.progress {
  border: 1px solid #FF9D00;
  padding: 3px;
  height: 60px;
  border-radius: 30px;
  background-color: transparent !important;
  position: relative;
}
.progress:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
  border: 3px solid #f8f9fa;
}

.progress-bar{
  border-radius: 7px;
  width: 80%;
  font-size: 20px;
  text-align: right;
  padding-right: 3%;
  background-color: #FF9D00 !important;
}

.blue-section{
  font-family: 'Rubik Medium', sans-serif !important;
  color: #1B1E46;
  line-height: 28px;
}
.line{
  border-bottom: 1px solid #707070;
  margin-top: 5px;
  margin-bottom: 15px;
}
.head{
  font-family: 'Rubik', sans-serif !important;
  color: #1B1E46;
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 14px;
}
.blue-section h4{
  line-height: 23px;
  color: #1B1E46;
  font-size: 24px;
}
.font-16{
  font-size: 16px !important;
}
div.form-area p {
    font-weight: normal;
}
.quoteBtn{
  max-width: 450px;
  background: #FF9D00 0% 0% no-repeat padding-box !important;
  font-family: 'Rubik', sans-serif !important;
  border-radius: 40px;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: bold !important;
  height: 60px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.quoteBtn:hover{
  background-color: #ec9508 !important;
  color: #fff !important;
}
.blue-quote{
  font-family: 'Rubik', sans-serif !important;
  background-color: #2E4379;
  color: #fff;
  border-radius: 12px;
}
.blue-quote *{
  font-family: 'Rubik', sans-serif !important;
  font-size: 20px;
}
.blue-quote h3{
  font-size: 30px;
  font-weight: bold;
}
.input-group{
  max-width: 900px;
}
.input-group input{
  border-radius: 30px 0 0  30px !important;
  height: 60px;
  padding: 0.375rem 2rem !important;
}
.input-group button{
  border-radius: 30px 0 0  30px;
  font-family: 'Rubik', sans-serif !important;
  background: #FF9D00 0% 0% no-repeat padding-box;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  font-weight: bold;
}
.contentSection{
  font-size: 16px !important;
}
.stepCount {
  background: #2394b6;
  width: 28px;
  height: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: normal;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.stepCountEnd{
  background: #2394b6;
  width: 28px;
  height: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.stepCountEnd img{
  width: 18px;
}
.position-relative > hr {
    border-color: #e8f4f9;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.stepHeading {
    font-size: 20px;
    line-height: 24px;
    color: #333547;
}
.stepsSection {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Rubik Light', sans-serif !important;
    color: #333547;
}
.contentBlock{
  font-size: 16px;
  line-height: 22px;
  font-family: 'Rubik Light', sans-serif !important;
  padding-top: 15px;
  padding-bottom: 15px;
  /* font-family: Rubik-light; */
  color: #333547;
}
.contentSection h2{
  font-size: 36px;
  font-family: 'Rubik', sans-serif !important;
  font-weight: bold;
}
#quotefrm .__cust_error {
    display: flex;
    color: #fb0303;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    padding-top: 10px;
}

.radioGrp{
  /*max-width: 375px;*/
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.radioGrp .form-group{
  height: 51px;
  background: #EFEFEF 0% 0% no-repeat padding-box;
  border: 2px solid #B5B5B5;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
}
.radioGrp .form-group > div{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.radioGrp input{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index:10;
  cursor: pointer;

}
.radioGrp label{
  letter-spacing: 0px;
  color: #1B1E46;
  font-size: 16px;
  color: #1B1E46;
  font-weight: bold;
  position: relative;
  top: 2px;
  margin-left: 45px;
  margin-bottom: 3px;
  cursor:pointer;
}
.radioGrp input + label:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    border: 1px solid #666;
    border-radius: 50%;
    left: -32px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.radioGrp input:checked + label:before {
  border: 1px solid #007bff;
}
.radioGrp input:checked + label:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #007bff;
    border-radius: 50%;
    left: -27px;
    top: 3px;
}
.logo-section{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px auto 10px;
}
.logo-section img{
  /*width: 8.5%;*/
  /*border-right: 1px solid #eee;*/
  position: relative;
  max-width: 100%;
}

.logo-section img:last-child{
  border: 0;
}
.stepLoader {
  background: #EDEDED;
  height: 16px;
  border-radius: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.loader-inner {
    background: #4CB16B;
    border-radius: 30px;
    width: 100%;
    position: relative;
    height: 100%;
}
.loader-inner20.loader-inner{
    width: 20%;
}
.loader-inner40.loader-inner{
    width: 40%;
}
.loader-inner60.loader-inner{
    width: 60%;
}
.loader-inner80.loader-inner{
    width: 80%;
}
.loader-count {
    font-family: 'Rubik light', sans-serif !important;
    font-size: 12px;
    color: #aaaaaa;
    position: absolute;
    right: 5px;
}
.secure-text{
  color: #2C2C2C;
}
.ackText {
    max-width: 665px;
}
.ackText p {
    color: #2C2C2C;
    font-size: 16px;
}
.ackText p b{
    font-family: 'Rubik', sans-serif !important;
    font-weight: bold;
    color: #2C2C2C;

}
@media (max-width: 1199px) {
 
  div.banner-area .heading_list li span {
    font-size: 16px;
  }
  .bannerForm h2, .contentSection h2 {
    font-size: 32px;
  }
  .stepsSection h2 {
    font-size: 32px;
  }
  .stepsSection {
    font-size: 15px;
    line-height: normal;
  }
  .contentBlock {
    font-size: 15px;
    line-height: 22px;
  }
}


@media (max-width: 991px) {
  div.banner-area h1 {
    font-size: 30px !important;
  }
  div.banner-area h2 {
    font-size: 24px !important;
  }
  div.banner-area .heading_list li{
    line-height: 24px !important;
  }
  .bannerForm h2, .form-container h2, .form-process h3, .contentSection h2 {
    font-size: 30px;
  }
  .stepsSection h2 {
    font-size: 30px;
  }
  div.banner-area .heading_list li span {
    font-size: 14px !important;
    margin-left: 0px;
  }
  div.banner-area .protect_ {
    background-size: 23px auto;
    padding-left: 20px;
    width: 23px;
  }
  #logo_new img {
    width: 230px;
  }
  .formLabel{
    width: 100%;
    text-align: left;
  }
  .stepsSection, .form-process p {
    font-size: 14px;
  }
  .contentBlock, .contentSection{
    font-size: 14px;
  }
  .form-process b, .head, .form-process, .formField .btn {
    font-size: 15px;
  }
  .blue-section h4 {
    font-size: 18px;
  }
  .contentSection{
    font-size: 14px !important;
  }
  .blue-quote h3 {
    font-size: 24px;
  }
  .blue-quote *, .input-group button {
    font-size: 15px !important;
  }
}


@media (max-width: 767px) {
  section.banner-area-section{
    background-size: auto 400px, auto 400px;
  }
  .bottom-text{
    font-size: 12px;
  }
  .bannerForm {
    max-width: none;
    margin-bottom: 0;
  }
  div.banner-area .heading_list li span {
    font-size: 12px !important;
  }
  .input-group button{
    height: auto;
  }
  .stepCount, .stepCountEnd, .position-relative > hr {
    display: none;
  }
  .bannerForm .form-control {
    height: auto;
  }
  .heading_list{
    margin-bottom: 30px !important;
  }
  .bannerForm > div.form-group {
    margin-bottom: 1rem;
  }
  .contact__ {
    margin: 0px !important;
    width: auto !important;
  }
  section.banner-area-section .banner-img {
    background-color: transparent;
    padding: 0px;
    height: auto;
    margin-bottom: 0;
    max-height: none;
    /*height: 400px;*/
  }
  h2, .contentSection h2 {
    font-size: 20px;
  }
  .bannerForm h2, .form-container h2, .form-process h3 {
    font-size: 20px;
  }
  .stepsSection h2 {
    font-size: 20px;
  }
  .stepHeading {
    font-size: 16px;
    line-height: 22px;
}
  div.banner-area h1 {
    font-size: 24px !important;
    margin: 0 0 10px !important;
    text-align: left;
    padding: 0 20px;
    line-height: normal !important;
    width: 100%;
  }
  div.banner-area h2 {
    padding: 0 20px;
    margin: 0 0 15px !important;
    font-weight: 500;
    text-align: left;
    font-size: 13px !important;
  }
  .radioGrp{
    max-width: none;
  }
  .deviderLine{
    border: 0;
  }
  .bannerText h3{
    font-size: 16px;
    margin-bottom: 15px;
    line-height: normal;
  }
  .bannerForm{
    padding: 20px;
  }
  .bannerForm > div{
    padding: 0 !important;
  }
  .bannerForm h4{
    font-size: 20px;
  }
  div.banner-area .heading_list{
    margin-bottom: 10px !important;
  }
  div.banner-area .heading_list li{
    line-height: 20px !important;
    margin-bottom: 0px !important;
    /* padding-bottom: 5px !important; */
  }
  .bannerForm h2 {
    font-size: 23px;
  }
  #logo_new img {
    width: 150px;
  }
  .contact__ ul li:last-child img {
    width: 100px;
  }
  .contact__ ul li .RatingStars--small i.RatingStars__star {
    font-size: 15px;
    line-height: 18px;
  }
  div.banner-area, div.form-area {
    padding: 90px 0 0;
  }
  .banner-strip {
    font-size: 14px;
    color: #868686;
    letter-spacing: 0px;
  }
  .tab button{
    width: 100%;
  }
  .tab {
    border-bottom: 0px solid #ccc;
  }
  .accordion{
    font-size: 18px;
    height: auto;
  }
  .yellow-bg {
    margin-top: 50px;
  }
  .yellow-bg h2 {
    font-size: 30px;
  }
  .yellow-bg button {
    font-size: 18px;
    height: 50px;
  }
  .blue-quote{
    border-radius: 0;
  }
  .formField input[type='radio'] + span{
    letter-spacing: normal;
    height: 60px;
  }
  .formField input[type='text']{
    width: 100%;
  }
  .bannerForm p, .bannerForm h4 {
    text-align: left !important;
  }
  .textForm{
    width: 100% !important;   
  }
}
