/*

TemplateMo 568 DigiMedia

https://templatemo.com/tm-568-digimedia

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}*/

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
 font-family: 'product_sansregular';
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/*p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #afafaf;
}*/

/*img {
  width: 100%;
  overflow: hidden;
}*/

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
   font-family: 'product_sansregular';
}

::selection {
  background: #031f2e;
  color: #fff !important;
}

::-moz-selection {
  background: #031f2e;
  color: #fff !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h6 {
  font-size: 30px;
  font-weight: 500;
  color: #2a2a2a;
  font-family: 'product_sans_thinregular';
/*  text-transform: uppercase;*/
  margin-bottom: 15px;
}

.section-heading h4 {
  color: #2a2a2a;
  font-size: 45px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
 font-family: 'product_sansbold';
}

.section-heading h4 em {
  font-style: normal;
  color: #0187ff;
}

/*.section-heading .line-dec {
  width: 50px;
  height: 2px;
  background-color: #726ae3;
}*/

.border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #0187ff  !important;

  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.border-first-button a:hover {
  background-color: #031f2e;
  color: #fff !important;
}


/* 
---------------------------------------------
intro
--------------------------------------------- 
*/


.intro-banner {
  text-align: center;
  padding-top: 200px;margin-bottom: 100px;
  position: relative;
}

.intro-banner:after {
  content: '';
  background-image: url(../images/slider-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 262px;
  height: 625px;
  z-index: 1;
}
/*
.intro-banner:before {
  content: '';
  background-image: url(../images/slider-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  width: 1159px;
  height: 797px;
  z-index: 2;
}
*/

.intro-banner img {
  max-width: 152px;
  margin-bottom: 30px;
}

.intro-banner h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative; 
  z-index: 2;
}

.intro-banner h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative; 
  z-index: 2;
}

.intro-banner a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #031f2e !important;
  border: 1px solid #031f2e !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  position: relative; 
  z-index: 2;
}

.intro-banner a:hover {
  background-color: #031f2e;
  color: #fff !important;
}

.demos {
  padding-top: 60px;
}

.demo-item {
  position: relative;
  z-index: 2;
}

.demos img {
  transition: all .5s;
  border-radius: 23px;
}

.demos img:hover {
  opacity: 1;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
}

.demos h4 {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.pre-header {
  background-color:#0187ff;
  height: 36px;
  padding:0px 0px 0px 0px;
  top:0px;
  overflow:hidden;
}

.pre-header ul li {
  display: inline-block;
}

.pre-header ul.info li {
  margin-right: 45px;
}

.pre-header ul.info li a {
  color: #00141F;
  font-size: 14px;
  transition: all .3s;
}

.pre-header ul.info li a:hover {
  color: #031f2e;
}

.pre-header ul.info li a i {
  font-size: 18px;
  margin-right: 8px;
}

.pre-header ul.social-media {
  text-align: right;
}

.pre-header ul.social-media li {
  margin-left: 5px;
}

.pre-header ul.social-media li a {
  background-color: #afafaf;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all .3s;
}

.pre-header ul.social-media li a:hover {
  background-color: #031f2e;
}

.background-header {
  background-color: #fff!important;
  height: 80px;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
 
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  color: #031f2e;
}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

/*.background-header .nav li a.active:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #031f2e;
  content: '';
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.background-header .nav li:last-child a.active:after {
  background-color: transparent;
}
*/
.header-area {
  background-color: #fff;
/*  box-shadow: 0px 5px 8px rgba(0,0,0,0.03);*/
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
/*  height: 60px;*/
 
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 60px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  -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;
}

.header-area .main-nav .logo {
    line-height:normal;
    float: left;
    -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;
	padding-top:8px;
}

.background-header .main-nav .logo {
  line-height: 50px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 5px;
  margin-right: 0px;
  background-color: 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;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

/*.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
}
*/
.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  padding: 0px 20px !important;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #2a2a2a;
  text-transform: capitalize;
  -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;
  height: 30px;
  line-height: 23px;
  border: transparent;
 /* letter-spacing: 1px;*/
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #031f2e!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #031f2e!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -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;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #031f2e!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
/*  top: 33px;*/
  top: 10px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #2a2a2a;
}

/*.header-area.header-sticky {min-height: 60px;}*/

.header-area .nav { margin-top: 30px;}

.header-area.header-sticky .nav li a.active {
  color: #031f2e;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
 /* .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }*/
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
  .background-header .nav li a.active:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .pre-header ul.info li:last-child {
    display: none;
  }
  .background-header .main-nav .nav {
    margin-top: 80px ;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #031f2e!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    padding: 0px 15px;
/*    height: 100px;*/
/*  <!--  height: 60px;-->
*/    box-shadow: none;
    text-align: center;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 50px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
	width:100%;
	border-radius:0px!important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #031f2e!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

/*@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}*/

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #031f2e;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #031f2e;
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

/*.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/slider-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 60px;
  width: 262px;
  height: 625px;
  z-index: 1;
}

.main-banner:before {
  content: '';
  background-image: url(../images/slider-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 60px;
  width: 1159px;
  height: 797px;
  z-index: -1;
}*/

.main-banner .left-content {
  margin-right: 15px;
}

.main-banner .left-content h6 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  color: #031f2e;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: 50px;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}

.main-banner .right-image {
  text-align: right;
  position: relative;
  z-index: 20;
}

.main-banner .right-image img {
  max-width: 593px;
}



/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/
.col-lg-12.fond h3 {
	text-align: center;
	 font-family: 'product_sans_mediumregular';
	 font-size:36px; margin-bottom:25px;
}

#about {padding-top: 55px;background: #e7f0fb; padding-bottom:60px;}


.about-left-image img {
  margin-right: 45px;
}

.about-right-content p {
  margin-top: 30px;
  margin-bottom: 45px;
}

.skills-content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 110px 0px 50px 0px;
}

.skill-item {
  text-align: center;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #fd6a54;
}

.first-skill-item .progress .progress-bar {
  border-color: #031f2e;
}

.second-skill-item .progress .progress-bar {
  border-color: #726ae3;
}

.third-skill-item .progress .progress-bar {
  border-color: #f58b56;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  text-align: center;
  color: #2a2a2a;
  display: flex;
  width: 100%;
  border-radius: 50%;
  font-size: 35px;
  text-align: center;
  line-height: 25px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 18px;
  text-transform: none;
  color: #afafaf;
  font-weight: 300;
}

/* This for loop creates the  necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  padding-top: 60px;
  position: relative;
  background:#e7f0fb;
    padding-bottom:50px;
}

/*.services:after {
  content: '';
  background-image: url(../images/services-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 786px;
  height: 1217px;
  z-index: 0;
}

.services:before {
  content: '';
  background-image: url(../images/services-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 400px;
  width: 161px;
  height: 413px;
  z-index: 0;
}*/

.services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.services .naccs {
  position: relative;
  z-index: 1;
}

.services .icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.services .naccs .menu div h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.services .icon img {
  margin-bottom: 10px;
  max-width: 60px;
  min-width: 60px;
}

.services .naccs .menu {
  text-align: center;
  margin-bottom: 30px;
}

.services .naccs .menu div {
  color: #2a2a2a;
  margin: 0px;
  width: 15%;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services .naccs .menu div .thumb {
  display: inline-block;
  width: 100%;
  padding: 30px 0px;
  background-color: #fff;
}

.services .naccs .menu div.active {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.services ul.nacc {
  height: 100% !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 15px;
  padding: 80px 120px 50px 120px;
}

.services ul.nacc li {
  width: 100%;
}

.services ul.nacc li .right-image img {
  max-width: 420px;
  float: right;
}

.services .nacc .thumb h4 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}

.services .nacc .thumb .main-white-button {
  text-align: right;
  margin-top: 40px;
}

.services .nacc .thumb .main-white-button a {
  background-color: #8d99af;
  color: #fff;
}

.services .nacc .thumb .main-white-button a i {
  background-color: #fff;
  color: #8d99af;
}

.services .left-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #031f2e !important;
}

.services .left-text p {
  margin-bottom: 30px;
}

.nacc .ticks-list span {
  display: inline-block;
  opacity: 1;
  margin-right: 45px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}



/* 
---------------------------------------------
Free Quote
--------------------------------------------- 
*/

/*.free-quote {
  background-image: url(../images/quote-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 130px;
}*/

.free-quote .section-heading {
  margin-bottom: 60px;
}

.free-quote .section-heading h6,
.free-quote .section-heading h4 {
  color: #fff;
}

.free-quote .section-heading .line-dec {
  margin: 0 auto;
  background-color: #fff;
}

.free-quote form {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  min-height: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.free-quote form input {
  width: 100%;
  margin-top: 20px;
  margin-left: 30px;
  color: #afafaf;
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 2;
  outline: none;
}

.free-quote form button {
  width: 100%;
  height: 80px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  outline: none;
  border: none;
  margin-left: 30px;
  background-color: #726ae3;
  font-size: 15px;
  color: #fff;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 60px;
  padding-bottom:50px;
  overflow: hidden;
  position: relative;
}

/*.our-portfolio:before {
  content: '';
  background-image: url(../images/portfolio-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  width: 414px;
  height: 861px;
  z-index: 1;
}

.our-portfolio:after {
  content: '';
  background-image: url(../images/portfolio-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 677px;
  height: 759px;
  z-index: 1;
}
*/
.our-portfolio .section-heading {
  margin-bottom: 0px;
}

.our-portfolio .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}

.our-portfolio .item {
  position: relative;
  z-index: 222;
}

.portfolio-item {
  border-radius:5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  margin: 15px 35px;
}

.portfolio-item .thumb {
  position: relative;
  border-radius: 50px;
}

.portfolio-item:hover .down-content h4,
.portfolio-item:hover .down-content span {
  color: #031f2e;
}

.portfolio-item .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
  overflow: hidden;
}

/*.portfolio-item .down-content {
  background-color: #fff;
  text-align: center;
  padding: 18px 0px;
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
}*/
.portfolio-item .down-content {
	background-color: #fff;
	text-align:left;
	padding: 0px 35px 18px 75px;
	border-bottom-right-radius: 23px;
	border-bottom-left-radius: 23px;
	margin-top: -20px;
	height: 120px;
}

.portfolio-item .down-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 8px;
  transition: all .3s;
  font-family: 'product_sans_mediumregular';
}

.portfolio-item .down-content div {
  font-size: 15px;
  color: #afafaf;
  transition: all .3s;
  text-align:right;
}

.our-portfolio .owl-nav {
/*  display: inline-block!important;
  position: absolute;
  top: -125px;
  right: 15%;
  max-width: 1320px;*/
  display:none !important;
}

.our-portfolio .owl-nav .owl-next {
  margin-left: 10px;
}

.our-portfolio .owl-nav span {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  background-color: #eee;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}

.our-portfolio .owl-nav span:hover {
  color: #fff;
  background-color: #031f2e;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

/*.blog:before {
  content: '';
  background-image: url(../images/blog-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 961px;
  height: 1020px;
  z-index: 0;
}*/

.blog {
  position: relative;
  padding-top: 70px;
  padding-bottom:70px;
}

.blog .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.blog .section-heading .line-dec {
  margin: 0 auto;
}

.show-up {
  position: relative;
  z-index: 200;
}

/*.blog-post {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 25px;
}

.blog-post .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}*/

.blog-post .down-content {
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
  background-color: #fff;
  padding: 30px;
}

.blog-post .down-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #726ae3;
  border-radius: 18px;
  display: inline-block;
}

.blog-post .down-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.blog-post .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}

.blog-post .down-content p {
  margin-bottom: 30px;
}

.blog-post .down-content span.author {
  font-size: 15px;
  color: #2a2a2a;
}

.blog-post .down-content span.author img {
  max-width: 56px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-post .down-content .border-first-button {
  display: inline-block;
  float: right;
}

.blog-posts {
  margin-left: 30px;
}

.post-item {
  margin-bottom: 32px;
}

.last-post-item {
  margin-bottom: 0px;
}

.post-item .thumb {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.post-item .thumb img {
  border-radius: 23px;
  display: inline-block;
}

.post-item .right-content {
  padding-top: 20px;
}

.post-item .right-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #726ae3;
  border-radius: 18px;
  display: inline-block;
}

.post-item .right-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.post-item .right-content h4 {
  font-size: 30px;
  font-weight: 500;
  color: #0F0F0F;
  margin-top:7px;
  margin-bottom: 5px;
  line-height: 30px;
 font-family: 'product_sans_mediumregular';
}
.insurance_companion p {
	font-size: 25px;
	font-family: 'product_sans_thinregular';
	color: #0F0F0F;
	line-height: 33px;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  padding-top: 60px;
  padding-bottom:45px;}

.contact-us .section-heading .line-dec {
  margin: 0 auto;
}

.contact-us .section-heading {
  text-align: center;
  margin-bottom: 50px;
}


/*form#contact:before {
  background-image: url(../images/contact-top-right.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 726px;
  height: 78px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}*/

.contact-dec img {
  max-width: 224px;
  position: absolute;
  right: 25px;
  top: -242px;
}

/*form#contact:after {
  background-image: url(../images/contact-bottom-right.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 532px;
  height: 106px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}*/

form#contact {
/*  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);*/
  position: relative;
  background-color: #fff;
  border-radius: 23px;
  text-align: center;
}

form#contact #map iframe {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  margin-bottom: -7px;
  position: relative;
  z-index: 2;
}

.fill-form {
  padding: 80px 60px 80px 30px;
}

.fill-form .info-post {
  margin-bottom: 20px;
}

.fill-form .icon {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 23px;
  padding: 25px 15px;
}

.fill-form .icon img {
  max-width: 60px;
  display: block;
  margin: 0 auto;
}

.fill-form .icon a {
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #2a2a2a;
  transition: all .3s;
}

.fill-form .icon:hover a {
  color: #031f2e;
}

form#contact input {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  border-radius: 23px;
  margin-top: 30px;
}

form#contact input::placeholder {
  color: #aaa;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 200px;
  min-height: 200px;
  height: 200px;
  border-radius: 23px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-top: 30px;
}

form#contact textarea::placeholder {
  color: #aaa;
}

form#contact button {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #031f2e;
  margin-top: 30px;
  width: 100%;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 1px solid #031f2e;
  transition: all .3s;
  outline: none;
}

form#contact button:hover {
  background-color: #031f2e!important;
  color: #fff!important;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
/*  background-image: url(../images/footer-bg.jpg);
  background-position: center center;*/
  background-repeat: no-repeat;
  background:#0e0f20;
  background-size: cover;
/*  margin-top: 130px;*/
}

footer p {
  text-align: center;
  margin: 20px 0px;
  color: #fff;
}

footer p a {
  color: #fff;
  transition: all .5s;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/
@media (max-width: 1366px) {
}

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .intro-banner:before {
    display: none;
  } 
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    padding: 226px 0px 30px 0px;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 5px;
  }
  .services .icon img {
    margin: 0px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div  {
    font-size: 0px;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  /*.post-item .right-content p {
    display: none;
  }*/
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
  .insurance_companion{ width:100% !important;}
  .organised {display: none !important;}
}

/*.bbaner_bg{ }*/
/*.bbaner_bg{ background:url(../images/hero-img.png) no-repeat center 1px; min-height:500px;margin-top:60px;}*/
.bbaner_bg{ background:url(../images/brownrat.png) no-repeat right 1px; min-height:500px;margin-top:60px;}







.style_prevu_kit a {
	color: #000;
}
.style_prevu_kit a:hover{
	color: #000;
}


/*.fond{position:absolute;padding-top:85px;top:0;left:0; right:0;bottom:0;
 background-color:#e7f0fb;}*/
.servicebox_tittle {
	margin-top:15px;
	line-height: 20px;
	font-size: 18px;
	letter-spacing: 1px;
}

.style_prevu_kit
{
    display:inline-block;
    border:0;
    width:200px;
    height:180px;
	margin:9px;
	box-shadow:0 3px 0 rgba(58,149,94,.16);
  border-radius:3%;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
	font-size:20px;
	 font-family: 'product_sans_lightregular';
	 text-align:center; 
	  

}
.style_prevu_kit:hover
{
    box-shadow:	1px 3px 9px 0 #000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}

.servicebox_bg {
	margin-top: 22px;
}


.kupolicy_insurance {
	font-size: 16px !important;
 font-family: 'product_sansregular';
	line-height: 26px;
	text-align: center;
	letter-spacing: 0.3px;
	color: #DDDDDD;
	
}
.kupolicy_bootom {
	font-size: 15px !important;
 font-family: 'product_sansregular';
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.2px;


}

.footer_top{background: #021e2f;padding:5px; 0px 3px; 0px}

.bottom_menu {
	margin: 3px auto;
	padding: 0px;
	display: inline-block;
}


.bottom_menu li {
	list-style-type: none;
	padding: 0px 20px;
	display: inline-block;
	position: relative;

}

.bottom_menu li::before {
	position: absolute;
	top: 15px;
	right: 0px;
	content: '';
	background: rgba(255, 255, 255, 0.30);
	width: 1px;
	height: 15px;
}

.bottom_menu li:last-child::before {
	background: rgba(255, 255, 255, 0);
}

.bottom_menu li a {
	color: #999999;
	font-size: 16px;
	padding: 5px 10px;
 font-family: 'product_sansregular';
}

.copyright {
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 0px 18px 0px;
 color:#8B8B8B; 
}
.insurance_companion {
	border-left: solid 15px #006aa7;
	padding: 10px 20px;
	background:#eef8fe;
	width:80%;
	min-height:115px;
	-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}


/*.quote_bg {padding: 80px 127px;width: 80%;}
.banner_title{ color:#065ca9; font-size:50px;  font-family: 'product_sans_lightregular';line-height:65px;}*/
.banner_lists {
  padding-left: 0.5em;
  list-style: none;
  margin: 1.5em 0 2em 0;
}
.banner_lists li {
  margin: 0.5em 0;
  color:#065ca9;
  background: url(/new/assets/images/bannar_brand/new/grtick.png) no-repeat 0 -2px;
  padding-left:35px;
}
.banner_lists li::before {
background: url(/new/assets/images/bannar_brand/new/grtick.png);
 /* content: "";*/
  display: inline-block;
/*  transform: rotate(45deg);
  height: 0.8em;
  width: 0.43em;*/
  border-bottom: 0.15em solid;
  border-right: 0.15em solid;
  margin-right: 1em;
}



/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
	background:#006aa7;
  /*  background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);*/
    padding-top: 50px;
    padding-bottom: 0px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /*margin: auto;*/
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:5px;
	/*padding-bottom:50px;*/
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

.info{ text-align:right;}

/*.partners_list li {
	float: left;
	width: 135px;
	height: 100%;
	margin: 10px;
}*/

.partners_list li {float: left;	height: auto;margin: 10px 23px;}
/*.partners_list li img { width:100%; height:100%;}*/
/*.partners_listbox_one {width:88px;height:45px;}
.partners_listbox_two {width:111px;height:45px;}
.partners_listbox_three {width:81px;height:45px;}
.partners_listbox_four{width:79px;height:45px;}
.partners_listbox_five {width:84px;height:45px;}
.partners_listbox_six {width:48px;height:45px;}
.partners_listbox_seven {width:144px;height:45px;}
.partners_listbox_eight{width:74px;height:45px;}
.partners_listbox_nine {width:121px;height:45px;}
.partners_listbox_ten {width:102px;height:45px;}

.partners_listbox_elev {width:81px;height:45px;}
.partners_listbox_twelve{width:150px;height:45px;}*/

.social_icon_footer {text-align: center;padding: 0px;margin: 0px;}

.social_icon_footer li {float:left; margin:9px;}

.testimonial .slick-list.draggable{ height:360px;}
@media screen and (min-device-width: 320px) and (max-device-width: 345px) {
 .header-area .main-nav img {width: 80%;	height: auto;float: left;}
 .pre-header ul.info li {margin-right: 15px; margin-top:5px;}
 .main-banner {text-align: center;padding: 0px 0px 30px 0px;}
 .quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
 .bbaner_bg {background:none;min-height: inherit;margin-top:100px;}	
 .banner_list{ text-align:left;}
 .rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
 .section-heading h4{ font-size:30px;}
 #about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
 .section-heading h4 {font-size: 30px !important;}
 .servicebox_img img {width: 50% !important;}
 .style_prevu_kit {height: 155px; width:42.4%;margin: 9px;font-size: 16px;}
 .our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
 .owl-carousel .owl-stage-outer {padding-left: 0px !important;}
 .portfolio-item {margin: 15px 24px !important;}
 .section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
 .services .section-heading {text-align: center;	margin-bottom: 15px !important;}
 .testimonial4_slide p {	font-size: 16px !important; margin-top:10px; margin-bottom:5px;}
 .carousel-control-next, .carousel-control-prev{ width:8% !important;}
 .testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
 .partners_list li {float: left;height: auto;margin: 10px 5px !important;}
 form#contact {padding: 0px !important;}	
 .bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
 .partners_list li {float: left;height: auto;margin: 10px 5px !important; width:46% !important;}
 .partners_list li img {!important; width:100% !important; height:100% !important;}
 .post-item {margin-bottom: 10px;}
 .post-item .right-content h4 {font-size: 20px;font-weight: 500;color:#0F0F0F;margin-top:7px;margin-bottom: 5px;line-height:25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p{font-size: 16px;font-family:'product_sans_thinregular';color: #0F0F0F;line-height:24px;letter-spacing:1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 13px;letter-spacing: 1px;}
.pre-header {position:fixed;height:45px;width:100%; background:#0187ff; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:45px !important; padding-top:0px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}
.cll {width: 106px !important;height: 22px;	font-size: 13px;}
.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}
.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
.background-header { background-color: #fff!important;height:40px!important; position:fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:360px;}
.footer_top{background: #021e2f;padding:10px 0px 15px; 0px}
.social_icon_footer li {float: left;margin:2px !important; width:33px;}
.social_icon_footer li:last-child { width:90px !important;}
.social_icon_footer li a img{ width:100% !important; height:auto;}
.navbar-brand{width: 115px;}
.navbar-brand img {	width: 100%;}

	
}
@media screen and (min-device-width: 346px) and (max-device-width: 359px) {	
	.header-area .main-nav img {width: 80%;	height: auto;float: left;}
 .pre-header ul.info li {margin-right: 15px; margin-top:5px;}
 .main-banner {text-align: center;padding: 0px 0px 30px 0px;}
 .quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
 .bbaner_bg {background:none;min-height: inherit;margin-top:100px;}	
 .banner_list{ text-align:left;}
 .rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
 .section-heading h4{ font-size:30px;}
 #about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
 .section-heading h4 {font-size: 30px !important;}
 .servicebox_img img {width: 50% !important;}
 .style_prevu_kit {height: 155px; width:42.4%;margin: 9px;font-size: 16px;}
 .our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
 .owl-carousel .owl-stage-outer {padding-left: 0px !important;}
 .portfolio-item {margin: 15px 24px !important;}
 .section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
 .services .section-heading {text-align: center;	margin-bottom: 15px !important;}
 .testimonial4_slide p {	font-size: 16px !important; margin-top:10px; margin-bottom:5px;}
 .carousel-control-next, .carousel-control-prev{ width:8% !important;}
 .testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
 .partners_list li {float: left;height: auto;margin: 10px 5px !important;}
 form#contact {padding: 0px !important;}	
 .bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
 .partners_list li {float: left;height: auto;margin: 10px 5px !important; width:46% !important;}
 .partners_list li img {!important; width:100% !important; height:100% !important;}
 .post-item {margin-bottom: 10px;}
 .post-item .right-content h4 {font-size: 20px;font-weight: 500;color:#0F0F0F;margin-top:7px;margin-bottom: 5px;line-height:25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p{font-size: 16px;font-family:'product_sans_thinregular';color: #0F0F0F;line-height:24px;letter-spacing:1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 13px;letter-spacing: 1px;}
.pre-header {position:fixed;height:45px;width:100%; background:#0187ff; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:45px !important; padding-top:0px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}
.cll {width: 117px !important;height: 22px;	font-size: 13px;}
.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}
.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
.background-header { background-color: #fff!important;height:40px!important; position:fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:360px;}
.footer_top{background: #021e2f;padding:10px 0px 15px; 0px}
.social_icon_footer li {float: left;margin:2px !important; width:33px;}
.social_icon_footer li:last-child { width:90px !important;}
.social_icon_footer li a img{ width:100% !important; height:auto;}
.navbar-brand{width: 140px;}
.navbar-brand img {	width: 100%;}
	
	
	}
@media screen and (min-device-width: 360px) and (max-device-width: 374px) {
	.header-area .main-nav img {width: 80%;	height: auto;float: left;}
 .pre-header ul.info li {margin-right: 15px; margin-top:5px;}
 .main-banner {text-align: center;padding: 0px 0px 30px 0px;}
 .quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
 .bbaner_bg {background:none;min-height: inherit;margin-top:100px;}	
 .banner_list{ text-align:left;}
 .rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
 .section-heading h4{ font-size:30px;}
 #about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
 .section-heading h4 {font-size: 30px !important;}
 .servicebox_img img {width: 50% !important;}
 .style_prevu_kit {height: 155px; width:42.4%;margin: 9px;font-size: 16px;}
 .our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
 .owl-carousel .owl-stage-outer {padding-left: 0px !important;}
 .portfolio-item {margin: 15px 24px !important;}
 .section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
 .services .section-heading {text-align: center;	margin-bottom: 15px !important;}
 .testimonial4_slide p {	font-size: 16px !important; margin-top:10px; margin-bottom:5px;}
 .carousel-control-next, .carousel-control-prev{ width:8% !important;}
 .testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
 .partners_list li {float: left;height: auto;margin: 10px 5px !important;}
 form#contact {padding: 0px !important;}	
 .bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
 .partners_list li {float: left;height: auto;margin: 10px 5px !important; width:46% !important;}
 .partners_list li img {!important; width:100% !important; height:100% !important;}
 .post-item {margin-bottom: 10px;}
 .post-item .right-content h4 {font-size: 20px;font-weight: 500;color:#0F0F0F;margin-top:7px;margin-bottom: 5px;line-height:25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p{font-size: 16px;font-family:'product_sans_thinregular';color: #0F0F0F;line-height:24px;letter-spacing:1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 13px;letter-spacing: 1px;}
.pre-header {position:fixed;height:45px;width:100%; background:#0187ff; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:45px !important; padding-top:0px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}
.cll {width: 124px !important;height: 22px;	font-size: 13px;}
.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}
.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
.background-header { background-color: #fff!important;height:40px!important; position:fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:360px;}
.footer_top{background: #021e2f;padding:10px 0px 15px; 0px}
.social_icon_footer li {float: left;margin:2px !important; width:33px;}
.social_icon_footer li:last-child { width:90px !important;}
.social_icon_footer li a img{ width:100% !important; height:auto;}
.navbar-brand{width: 140px;}
.navbar-brand img {	width: 100%;}
  
  
 }
@media screen and (min-device-width: 375px) and (max-device-width: 383px) { 	
	.header-area .main-nav img {width: 80%;	height: auto;float: left;}
 .pre-header ul.info li {margin-right: 15px; margin-top:5px;}
 .main-banner {text-align: center;padding: 0px 0px 30px 0px;}
 .quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
 .bbaner_bg {background:none;min-height: inherit;margin-top:100px;}	
 .banner_list{ text-align:left;}
 .rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
 .section-heading h4{ font-size:30px;}
 #about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
 .section-heading h4 {font-size: 30px !important;}
 .servicebox_img img {width: 50% !important;}
 .style_prevu_kit {height: 155px; width:43.4%;margin: 9px;font-size: 16px;}
 .our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
 .owl-carousel .owl-stage-outer {padding-left: 0px !important;}
 .portfolio-item {margin: 15px 24px !important;}
 .section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
 .services .section-heading {text-align: center;	margin-bottom: 15px !important;}
 .testimonial4_slide p {	font-size: 16px !important; margin-top:10px; margin-bottom:5px;}
 .carousel-control-next, .carousel-control-prev{ width:8% !important;}
 .testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
 .partners_list li {float: left;height: auto;margin: 10px 5px !important;}
 form#contact {padding: 0px !important;}	
 .bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
 .partners_list li {float: left;height: auto;margin: 10px 5px !important; width:46% !important;}
 .partners_list li img {!important; width:100% !important; height:100% !important;}
 .post-item {margin-bottom: 10px;}
 .post-item .right-content h4 {font-size: 20px;font-weight: 500;color:#0F0F0F;margin-top:7px;margin-bottom: 5px;line-height:25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p{font-size: 16px;font-family:'product_sans_thinregular';color: #0F0F0F;line-height:24px;letter-spacing:1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 13px;letter-spacing: 1px;}
.pre-header {position:fixed;height:45px;width:100%; background:#0187ff; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:45px !important; padding-top:0px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}
.cll {width: 133px !important;height: 22px;	font-size: 13px;}
.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}
.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
.background-header { background-color: #fff!important;height:40px!important; position:fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:360px;}
.footer_top{background: #021e2f;padding:10px 0px 15px; 0px}
.social_icon_footer li {float: left;margin:2px !important; width:33px;}
.social_icon_footer li:last-child { width:90px !important;}
.social_icon_footer li a img{ width:100% !important; height:auto;}
.navbar-brand{width: 140px;}
.navbar-brand img {	width: 100%;}

	}
@media screen and (min-device-width: 384px) and (max-device-width: 389px) {
	.header-area .main-nav img {width: 80%;	height: auto;float: left;}
 .pre-header ul.info li {margin-right: 15px; margin-top:5px;}
 .main-banner {text-align: center;padding: 0px 0px 30px 0px;}
 .quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
 .bbaner_bg {background:none;min-height: inherit;margin-top:100px;}	
 .banner_list{ text-align:left;}
 .rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
 .section-heading h4{ font-size:30px;}
 #about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
 .section-heading h4 {font-size: 30px !important;}
 .servicebox_img img {width: 50% !important;}
 .style_prevu_kit {height: 155px; width:43.4%;margin: 9px;font-size: 16px;}
 .our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
 .owl-carousel .owl-stage-outer {padding-left: 0px !important;}
 .portfolio-item {margin: 15px 24px !important;}
 .section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
 .services .section-heading {text-align: center;	margin-bottom: 15px !important;}
 .testimonial4_slide p {	font-size: 16px !important; margin-top:10px; margin-bottom:5px;}
 .carousel-control-next, .carousel-control-prev{ width:8% !important;}
 .testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
 .partners_list li {float: left;height: auto;margin: 10px 5px !important;}
 form#contact {padding: 0px !important;}	
 .bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
 .partners_list li {float: left;height: auto;margin: 10px 5px !important; width:46% !important;}
 .partners_list li img {!important; width:100% !important; height:100% !important;}
 .post-item {margin-bottom: 10px;}
 .post-item .right-content h4 {font-size: 20px;font-weight: 500;color:#0F0F0F;margin-top:7px;margin-bottom: 5px;line-height:25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p{font-size: 16px;font-family:'product_sans_thinregular';color: #0F0F0F;line-height:24px;letter-spacing:1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 13px;letter-spacing: 1px;}
.pre-header {position:fixed;height:45px;width:100%; background:#0187ff; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:45px !important; padding-top:0px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}
.cll {width: 135px !important;height: 22px;	font-size: 13px;}
.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}
.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
.background-header { background-color: #fff!important;height:40px!important; position:fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:360px;}
.footer_top{background: #021e2f;padding:10px 0px 15px; 0px}
.social_icon_footer li {float: left;margin:2px !important; width:33px;}
.social_icon_footer li:last-child { width:90px !important;}
.social_icon_footer li a img{ width:100% !important; height:auto;}
.navbar-brand{width: 140px;}
.navbar-brand img {	width: 100%;}


	}
@media screen and (min-device-width: 390px) and (max-device-width: 399px) {
	.header-area .main-nav img {width: 80%;	height: auto;float: left;}
 .pre-header ul.info li {margin-right: 15px; margin-top:5px;}
 .main-banner {text-align: center;padding: 0px 0px 30px 0px;}
 .quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
 .bbaner_bg {background:none;min-height: inherit;margin-top:100px;}	
 .banner_list{ text-align:left;}
 .rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
 .section-heading h4{ font-size:30px;}
 #about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
 .section-heading h4 {font-size: 30px !important;}
 .servicebox_img img {width: 50% !important;}
 .style_prevu_kit {height: 155px; width:43.4%;margin: 9px;font-size: 16px;}
 .our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
 .owl-carousel .owl-stage-outer {padding-left: 0px !important;}
 .portfolio-item {margin: 15px 24px !important;}
 .section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
 .services .section-heading {text-align: center;	margin-bottom: 15px !important;}
 .testimonial4_slide p {	font-size: 16px !important; margin-top:10px; margin-bottom:5px;}
 .carousel-control-next, .carousel-control-prev{ width:8% !important;}
 .testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
 .partners_list li {float: left;height: auto;margin: 10px 5px !important;}
 form#contact {padding: 0px !important;}	
 .bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
 .partners_list li {float: left;height: auto;margin: 10px 5px !important; width:46% !important;}
 .partners_list li img {!important; width:100% !important; height:100% !important;}
 .post-item {margin-bottom: 10px;}
 .post-item .right-content h4 {font-size: 20px;font-weight: 500;color:#0F0F0F;margin-top:7px;margin-bottom: 5px;line-height:25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p{font-size: 16px;font-family:'product_sans_thinregular';color: #0F0F0F;line-height:24px;letter-spacing:1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 13px;letter-spacing: 1px;}
.pre-header {position:fixed;height:45px;width:100%; background:#0187ff; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:45px !important; padding-top:0px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}
.cll {width: 140px !important;height: 22px;	font-size: 13px;}
.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}
.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
.background-header { background-color: #fff!important;height:40px!important; position:fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:360px;}
.footer_top{background: #021e2f;padding:10px 0px 15px; 0px}
.social_icon_footer li {float: left;margin:2px !important; width:33px;}
.social_icon_footer li:last-child { width:90px !important;}
.social_icon_footer li a img{ width:100% !important; height:auto;}
.navbar-brand{width: 140px;}
.navbar-brand img {	width: 100%;}

	}
@media screen and (min-device-width: 400px) and (max-device-width: 410px) {.header-area .main-nav img {width: 80%;	height: auto;float: left;}
	.header-area .main-nav img {width: 80%;	height: auto;float: left;}
 .pre-header ul.info li {margin-right: 15px; margin-top:5px;}
 .main-banner {text-align: center;padding: 0px 0px 30px 0px;}
 .quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
 .bbaner_bg {background:none;min-height: inherit;margin-top:100px;}	
 .banner_list{ text-align:left;}
 .rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
 .section-heading h4{ font-size:30px;}
 #about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
 .section-heading h4 {font-size: 30px !important;}
 .servicebox_img img {width: 50% !important;}
 .style_prevu_kit {height: 155px; width:43.4%;margin: 9px;font-size: 16px;}
 .our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
 .owl-carousel .owl-stage-outer {padding-left: 0px !important;}
 .portfolio-item {margin: 15px 24px !important;}
 .section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
 .services .section-heading {text-align: center;	margin-bottom: 15px !important;}
 .testimonial4_slide p {	font-size: 16px !important; margin-top:10px; margin-bottom:5px;}
 .carousel-control-next, .carousel-control-prev{ width:8% !important;}
 .testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
 .partners_list li {float: left;height: auto;margin: 10px 5px !important;}
 form#contact {padding: 0px !important;}	
 .bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
 .partners_list li {float: left;height: auto;margin: 10px 5px !important; width:46% !important;}
 .partners_list li img {!important; width:100% !important; height:100% !important;}
 .post-item {margin-bottom: 10px;}
 .post-item .right-content h4 {font-size: 20px;font-weight: 500;color:#0F0F0F;margin-top:7px;margin-bottom: 5px;line-height:25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p{font-size: 16px;font-family:'product_sans_thinregular';color: #0F0F0F;line-height:24px;letter-spacing:1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 13px;letter-spacing: 1px;}
.pre-header {position:fixed;height:45px;width:100%; background:#0187ff; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:45px !important; padding-top:0px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}
.cll {width: 145px !important;height: 22px;	font-size: 13px;}
.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}
.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
.background-header { background-color: #fff!important;height:40px!important; position:fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:360px;}
.footer_top{background: #021e2f;padding:10px 0px 15px; 0px}
.social_icon_footer li {float: left;margin:2px !important; width:33px;}
.social_icon_footer li:last-child { width:90px !important;}
.social_icon_footer li a img{ width:100% !important; height:auto;}
.navbar-brand{width: 160px;}
.navbar-brand img {	width: 100%;}


}
@media screen and (min-device-width: 411px) and (max-device-width: 413px) {
	.header-area .main-nav img {width: 80%;	height: auto;float: left;}
 .pre-header ul.info li {margin-right: 15px; margin-top:5px;}
 .main-banner {text-align: center;padding: 0px 0px 30px 0px;}
 .quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
 .bbaner_bg {background:none;min-height: inherit;margin-top:100px;}	
 .banner_list{ text-align:left;}
 .rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
 .section-heading h4{ font-size:30px;}
 #about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
 .section-heading h4 {font-size: 30px !important;}
 .servicebox_img img {width: 50% !important;}
 .style_prevu_kit {height: 155px; width:43.4%;margin: 9px;font-size: 16px;}
 .our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
 .owl-carousel .owl-stage-outer {padding-left: 0px !important;}
 .portfolio-item {margin: 15px 24px !important;}
 .section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
 .services .section-heading {text-align: center;	margin-bottom: 15px !important;}
 .testimonial4_slide p {	font-size: 16px !important; margin-top:10px; margin-bottom:5px;}
 .carousel-control-next, .carousel-control-prev{ width:8% !important;}
 .testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
 .partners_list li {float: left;height: auto;margin: 10px 5px !important;}
 form#contact {padding: 0px !important;}	
 .bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
 .partners_list li {float: left;height: auto;margin: 10px 5px !important; width:46% !important;}
 .partners_list li img {!important; width:100% !important; height:100% !important;}
 .post-item {margin-bottom: 10px;}
 .post-item .right-content h4 {font-size: 20px;font-weight: 500;color:#0F0F0F;margin-top:7px;margin-bottom: 5px;line-height:25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p{font-size: 16px;font-family:'product_sans_thinregular';color: #0F0F0F;line-height:24px;letter-spacing:1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 13px;letter-spacing: 1px;}
.pre-header {position:fixed;height:45px;width:100%; background:#0187ff; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:45px !important; padding-top:0px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}
.cll {width: 150px !important;height: 22px;	font-size: 13px;}
.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}
.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
.background-header { background-color: #fff!important;height:40px!important; position:fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:360px;}
.footer_top{background: #021e2f;padding:10px 0px 15px; 0px}
.social_icon_footer li {float: left;margin:2px !important; width:33px;}
.social_icon_footer li:last-child { width:90px !important;}
.social_icon_footer li a img{ width:100% !important; height:auto;}
.navbar-brand{width: 160px;}
.navbar-brand img {	width: 100%;}

}
@media screen and (min-device-width: 414px) and (max-device-width: 416px) {
	.header-area .main-nav img {width: 80%;	height: auto;float: left;}
 .pre-header ul.info li {margin-right: 15px; margin-top:5px;}
 .main-banner {text-align: center;padding: 0px 0px 30px 0px;}
 .quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
 .bbaner_bg {background:none;min-height: inherit;margin-top:100px;}	
 .banner_list{ text-align:left;}
 .rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
 .section-heading h4{ font-size:30px;}
 #about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
 .section-heading h4 {font-size: 30px !important;}
 .servicebox_img img {width: 50% !important;}
 .style_prevu_kit {height: 155px; width:43.4%;margin: 9px;font-size: 16px;}
 .our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
 .owl-carousel .owl-stage-outer {padding-left: 0px !important;}
 .portfolio-item {margin: 15px 24px !important;}
 .section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
 .services .section-heading {text-align: center;	margin-bottom: 15px !important;}
 .testimonial4_slide p {	font-size: 16px !important; margin-top:10px; margin-bottom:5px;}
 .carousel-control-next, .carousel-control-prev{ width:8% !important;}
 .testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
 .partners_list li {float: left;height: auto;margin: 10px 5px !important;}
 form#contact {padding: 0px !important;}	
 .bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
 .partners_list li {float: left;height: auto;margin: 10px 5px !important; width:46% !important;}
 .partners_list li img {!important; width:100% !important; height:100% !important;}
 .post-item {margin-bottom: 10px;}
 .post-item .right-content h4 {font-size: 20px;font-weight: 500;color:#0F0F0F;margin-top:7px;margin-bottom: 5px;line-height:25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p{font-size: 16px;font-family:'product_sans_thinregular';color: #0F0F0F;line-height:24px;letter-spacing:1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 13px;letter-spacing: 1px;}
.pre-header {position:fixed;height:45px;width:100%; background:#0187ff; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:45px !important; padding-top:0px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}
.cll {width: 150px !important;height: 22px;	font-size: 13px;}
.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}
.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
.background-header { background-color: #fff!important;height:40px!important; position:fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:360px;}
.footer_top{background: #021e2f;padding:10px 0px 15px; 0px}
.social_icon_footer li {float: left;margin:2px !important; width:33px;}
.social_icon_footer li:last-child { width:90px !important;}
.social_icon_footer li a img{ width:100% !important; height:auto;}
.navbar-brand{width: 160px;}
.navbar-brand img {	width: 100%;}


}
@media screen and (min-device-width: 417px) and (max-device-width: 520px) {
 .header-area .main-nav img {width: 80%;	height: auto;float: left;}
 .pre-header ul.info li {margin-right: 15px; margin-top:5px;}
 .main-banner {text-align: center;padding: 0px 0px 30px 0px;}
 .quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
 .bbaner_bg {background:none;min-height: inherit;margin-top:100px;}	
 .banner_list{ text-align:left;}
 .rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
 .section-heading h4{ font-size:30px;}
 #about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
 .section-heading h4 {font-size: 30px !important;}
 .servicebox_img img {width: 50% !important;}
 .style_prevu_kit {height: 155px; width:43.4%;margin: 9px;font-size: 16px;}
 .our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
 .owl-carousel .owl-stage-outer {padding-left: 0px !important;}
 .portfolio-item {margin: 15px 24px !important;}
 .section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
 .services .section-heading {text-align: center;	margin-bottom: 15px !important;}
 .testimonial4_slide p {	font-size: 16px !important; margin-top:10px; margin-bottom:5px;}
 .carousel-control-next, .carousel-control-prev{ width:8% !important;}
 .testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
 .partners_list li {float: left;height: auto;margin: 10px 5px !important;}
 form#contact {padding: 0px !important;}	
 .bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
 .partners_list li {float: left;height: auto;margin: 10px 5px !important; width:46% !important;}
 .partners_list li img {!important; width:100% !important; height:100% !important;}
 .post-item {margin-bottom: 10px;}
 .post-item .right-content h4 {font-size: 20px;font-weight: 500;color:#0F0F0F;margin-top:7px;margin-bottom: 5px;line-height:25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p{font-size: 16px;font-family:'product_sans_thinregular';color: #0F0F0F;line-height:24px;letter-spacing:1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 13px;letter-spacing: 1px;}
.pre-header {position:fixed;height:45px;width:100%; background:#0187ff; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:45px !important; padding-top:0px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}
.cll {width: 153px !important;height: 22px;	font-size: 13px;}
.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}
.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
.background-header { background-color: #fff!important;height:40px!important; position:fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:360px;}
.footer_top{background: #021e2f;padding:10px 0px 15px; 0px}
.social_icon_footer li {float: left;margin:2px !important; width:33px;}
.social_icon_footer li:last-child { width:90px !important;}
.social_icon_footer li a img{ width:100% !important; height:auto;}
.navbar-brand{width: 160px;}
.navbar-brand img {	width: 100%;}

	}
@media screen and (min-device-width: 521px) and (max-device-width: 567px) {
	 .header-area .main-nav img {width: 80%;	height: auto;float: left;}
 .pre-header ul.info li {margin-right: 15px; margin-top:5px;}
 .main-banner {text-align: center;padding: 0px 0px 30px 0px;}
 .quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
 .bbaner_bg {background:none;min-height: inherit;margin-top:100px;}	
 .banner_list{ text-align:left;}
 .rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
 .section-heading h4{ font-size:30px;}
 #about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
 .section-heading h4 {font-size: 30px !important;}
 .servicebox_img img {width: 50% !important;}
 .style_prevu_kit {height: 185px; width:43.4%;margin: 9px;font-size: 16px;}
 .our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
 .owl-carousel .owl-stage-outer {padding-left: 0px !important;}
 .portfolio-item {margin: 15px 24px !important;}
 .section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
 .services .section-heading {text-align: center;	margin-bottom: 15px !important;}
 .testimonial4_slide p {	font-size: 16px !important; margin-top:10px; margin-bottom:5px;}
 .carousel-control-next, .carousel-control-prev{ width:8% !important;}
 .testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
 .partners_list li {float: left;height: auto;margin: 10px 5px !important;}
 form#contact {padding: 0px !important;}	
 .bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
 .partners_list li {float: left;height: auto;margin: 10px 5px !important; width:46% !important;}
 .partners_list li img {!important; width:100% !important; height:100% !important;}
 .post-item {margin-bottom: 10px;}
 .post-item .right-content h4 {font-size: 20px;font-weight: 500;color:#0F0F0F;margin-top:7px;margin-bottom: 5px;line-height:25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p{font-size: 16px;font-family:'product_sans_thinregular';color: #0F0F0F;line-height:24px;letter-spacing:1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 13px;letter-spacing: 1px;}
.pre-header {position:fixed;height:45px;width:100%; background:#0187ff; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:45px !important; padding-top:0px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}
.cll {width: 204px !important;height: 22px;	font-size: 13px;}
.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}
.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
.background-header { background-color: #fff!important;height:40px!important; position:fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:360px;}
.footer_top{background: #021e2f;padding:10px 0px 15px; 0px}
.social_icon_footer li {float: left;margin:2px !important; width:33px;}
.social_icon_footer li:last-child { width:90px !important;}
.social_icon_footer li a img{ width:100% !important; height:auto;}
.navbar-brand{width: 180px;}
.navbar-brand img {	width: 100%;}
	
	
	}

@media screen and (min-device-width: 568px) and (max-device-width: 599px) {
	 .header-area .main-nav img {width: 80%;	height: auto;float: left;}
 .pre-header ul.info li {margin-right: 15px; margin-top:5px;}
 .main-banner {text-align: center;padding: 0px 0px 30px 0px;}
 .quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
 .bbaner_bg {background:none;min-height: inherit;margin-top:100px;}	
 .banner_list{ text-align:left;}
 .rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
 .section-heading h4{ font-size:30px;}
 #about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
 .section-heading h4 {font-size: 30px !important;}
 .servicebox_img img {width: 50% !important;}
 .style_prevu_kit {height: 185px; width:43.4%;margin: 9px;font-size: 16px;}
 .our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
 .owl-carousel .owl-stage-outer {padding-left: 0px !important;}
 .portfolio-item {margin: 15px 24px !important;}
 .section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
 .services .section-heading {text-align: center;	margin-bottom: 15px !important;}
 .testimonial4_slide p {	font-size: 16px !important; margin-top:10px; margin-bottom:5px;}
 .carousel-control-next, .carousel-control-prev{ width:8% !important;}
 .testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
 .partners_list li {float: left;height: auto;margin: 10px 5px !important;}
 form#contact {padding: 0px !important;}	
 .bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
 .partners_list li {float: left;height: auto;margin: 10px 5px !important; width:46% !important;}
 .partners_list li img {!important; width:100% !important; height:100% !important;}
 .post-item {margin-bottom: 10px;}
 .post-item .right-content h4 {font-size: 20px;font-weight: 500;color:#0F0F0F;margin-top:7px;margin-bottom: 5px;line-height:25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p{font-size: 16px;font-family:'product_sans_thinregular';color: #0F0F0F;line-height:24px;letter-spacing:1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 13px;letter-spacing: 1px;}
.pre-header {position:fixed;height:45px;width:100%; background:#0187ff; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:45px !important; padding-top:0px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}
.cll {width: 227px !important;height: 22px;	font-size: 13px;}
.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}
.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
.background-header { background-color: #fff!important;height:40px!important; position:fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:360px;}
.footer_top{background: #021e2f;padding:10px 0px 15px; 0px}
.social_icon_footer li {float: left;margin:2px !important; width:33px;}
.social_icon_footer li:last-child { width:90px !important;}
.social_icon_footer li a img{ width:100% !important; height:auto;}
.navbar-brand{width: 180px;}
.navbar-brand img {	width: 100%;}
	}
@media screen and (min-device-width: 600px) and (max-device-width: 639px) {	
	 .header-area .main-nav img {width: 80%;	height: auto;float: left;}
 .pre-header ul.info li {margin-right: 15px; margin-top:5px;}
 .main-banner {text-align: center;padding: 0px 0px 30px 0px;}
 .quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
 .bbaner_bg {background:none;min-height: inherit;margin-top:100px;}	
 .banner_list{ text-align:left;}
 .rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
 .section-heading h4{ font-size:30px;}
 #about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
 .section-heading h4 {font-size: 30px !important;}
 .servicebox_img img {width: 50% !important;}
 .style_prevu_kit {height: 185px; width:43.4%;margin: 9px;font-size: 16px;}
 .our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
 .owl-carousel .owl-stage-outer {padding-left: 0px !important;}
 .portfolio-item {margin: 15px 24px !important;}
 .section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
 .services .section-heading {text-align: center;	margin-bottom: 15px !important;}
 .testimonial4_slide p {	font-size: 16px !important; margin-top:10px; margin-bottom:5px;}
 .carousel-control-next, .carousel-control-prev{ width:8% !important;}
 .testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
 .partners_list li {float: left;height: auto;margin: 10px 5px !important;}
 form#contact {padding: 0px !important;}	
 .bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
 .partners_list li {float: left;height: auto;margin: 10px 5px !important; width:46% !important;}
 .partners_list li img {!important; width:100% !important; height:100% !important;}
 .post-item {margin-bottom: 10px;}
 .post-item .right-content h4 {font-size: 20px;font-weight: 500;color:#0F0F0F;margin-top:7px;margin-bottom: 5px;line-height:25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p{font-size: 16px;font-family:'product_sans_thinregular';color: #0F0F0F;line-height:24px;letter-spacing:1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 13px;letter-spacing: 1px;}
.pre-header {position:fixed;height:45px;width:100%; background:#0187ff; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:45px !important; padding-top:0px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}
.cll {width: 214px !important;height: 22px;	font-size: 13px;}
.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}
.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
.background-header { background-color: #fff!important;height:40px!important; position:fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:360px;}
.footer_top{background: #021e2f;padding:10px 0px 15px; 0px}
.social_icon_footer li {float: left;margin:2px !important; width:33px;}
.social_icon_footer li:last-child { width:90px !important;}
.social_icon_footer li a img{ width:100% !important; height:auto;}
.navbar-brand{width: 210px;}
.navbar-brand img {	width: 100%;}
 }
@media screen and (min-device-width: 640px) and (max-device-width: 699px) {
	.header-area .main-nav img {width: 80%;	height: auto;float: left;}
	.pre-header ul.info li {margin-right: 15px; margin-top:5px;}
	.main-banner {text-align: center;padding: 0px 0px 30px 0px;}
		.quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
	.bbaner_bg {background:none;min-height: inherit;margin-top:100px;}
	
	.banner_lists li {margin: 0.4em 0; color:#065ca9; font-size:16px;}
	.banner_list{ text-align:left;}
	.rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
	.footer_top{background: #021e2f;padding:35px 0px 15px; 0px}
	.section-heading h4{ font-size:30px;}
	#about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
	.section-heading h4 {font-size: 30px !important;}
	.servicebox_img img {width: 30% !important;}
	
	.style_prevu_kit {height: 150px; width:44%;margin: 15px;font-size: 16px;}
	.our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
	.owl-carousel .owl-stage-outer {padding-left: 0px !important;}
	.portfolio-item {margin: 15px 24px !important;}
	.section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
	.services .section-heading {text-align: center;	margin-bottom: 15px !important;}
	.testimonial4_slide p {	font-size: 16px !important;}
	.carousel-control-next, .carousel-control-prev{ width:8% !important;}
	.testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
	.partners_list li {float: left;height: auto;margin: 10px 5px !important;}
	form#contact {padding: 0px !important;}
	
	.social_icon_footer li {float: left;margin:0px 10px !important;}
	.bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
	
	.partners_list li {float: left;height: auto;margin: 10px 5px !important; width:30% !important;}
	.partners_list li img {!important; width:100% !important; height:100% !important;}

.post-item {margin-bottom: 10px;}
	.post-item .right-content h4 {font-size: 20px;font-weight: 500;	color: #0F0F0F;margin-top: 7px;	margin-bottom: 5px;	line-height: 25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p {font-size: 16px;font-family: 'product_sans_thinregular';color: #0F0F0F;line-height: 24px;letter-spacing: 1px;}
.servicebox_tittle {margin-top: 10px;line-height: 20px;	font-size: 15px;letter-spacing: 1px;}


.pre-header {position:fixed;height:32px;width:100%; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:62px !important; padding-top:5px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}

.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}



.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
/*.pre-header{display:none !important;}*/
.background-header {background-color: #fff!important;height: 50px!important; position: fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:400px !important;}
	}
@media screen and (min-device-width: 700px) and (max-device-width: 767px) {
	.header-area .main-nav img {width: 80%;	height: auto;float: left;}
	.pre-header ul.info li {margin-right: 15px; margin-top:5px;}
	.main-banner {text-align: center;padding: 0px 0px 30px 0px;}
		.quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
	.bbaner_bg {background:none;min-height: inherit;margin-top:100px;}
	
	.banner_lists li {margin: 0.4em 0; color:#065ca9; font-size:16px;}
	.banner_list{ text-align:left;}
	.rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
	.footer_top{background: #021e2f;padding:35px 0px 15px; 0px}
	.section-heading h4{ font-size:30px;}
	#about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
	.section-heading h4 {font-size: 30px !important;}
	.servicebox_img img {width: 30% !important;}
	
	.style_prevu_kit {height: 145px; width:27%;margin: 15px;font-size: 16px;}
	.our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
	.owl-carousel .owl-stage-outer {padding-left: 0px !important;}
	.portfolio-item {margin: 15px 24px !important;}
	.section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
	.services .section-heading {text-align: center;	margin-bottom: 15px !important;}
	.testimonial4_slide p {	font-size: 16px !important;}
	.carousel-control-next, .carousel-control-prev{ width:8% !important;}
	.testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
	.partners_list li {float: left;height: auto;margin: 10px 5px !important;}
	form#contact {padding: 0px !important;}
	
	.social_icon_footer li {float: left;margin:0px 10px !important;}
	.bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
	
	.partners_list li {float: left;height: auto;margin: 10px 5px !important; width:30% !important;}
	.partners_list li img {!important; width:100% !important; height:100% !important;}

.post-item {margin-bottom: 10px;}
	.post-item .right-content h4 {font-size: 20px;font-weight: 500;	color: #0F0F0F;margin-top: 7px;	margin-bottom: 5px;	line-height: 25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p {font-size: 16px;font-family: 'product_sans_thinregular';color: #0F0F0F;line-height: 24px;letter-spacing: 1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 14px;letter-spacing: 0.5px;}


.pre-header {position:fixed;height:35px;width:100%; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:62px !important; padding-top:5px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}


.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}



.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
/*.pre-header{display:none !important;}*/
.background-header {background-color: #fff!important;height: 50px!important; position: fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:400px !important;}
.col-lg-6.align-self-center {width: 50%;}
.social_icon_footer {width: 90%;margin: 0 auto;}
}

@media screen and (min-device-width: 768px) and (max-device-width: 799px) {
	
	.header-area .main-nav img {width: 80%;	height: auto;float: left;}
	.pre-header ul.info li {margin-right: 15px; margin-top:5px;}
	.main-banner {text-align: center;padding: 0px 0px 30px 0px;}
		.quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
	.bbaner_bg {background:none;min-height: inherit;margin-top:100px;}
	
	.banner_lists li {margin: 0.4em 0; color:#065ca9; font-size:16px;}
	.banner_list{ text-align:left;}
	.rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
	.footer_top{background: #021e2f;padding:35px 0px 15px; 0px}
	.section-heading h4{ font-size:30px;}
	#about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
	.section-heading h4 {font-size: 30px !important;}
	.servicebox_img img {width: 30% !important;}
	
	.style_prevu_kit {height: 145px; width:27%;margin: 15px;font-size: 16px;}
	.our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
	.owl-carousel .owl-stage-outer {padding-left: 0px !important;}
	.portfolio-item {margin: 15px 24px !important;}
	.section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
	.services .section-heading {text-align: center;	margin-bottom: 15px !important;}
	.testimonial4_slide p {	font-size: 16px !important;}
	.carousel-control-next, .carousel-control-prev{ width:8% !important;}
	.testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
	.partners_list li {float: left;height: auto;margin: 10px 5px !important;}
	form#contact {padding: 0px !important;}
	
	.social_icon_footer li {float: left;margin:0px 10px !important;}
	.bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
	
	.partners_list li {float: left;height: auto;margin: 10px 5px !important; width:30% !important;}
	.partners_list li img {!important; width:100% !important; height:100% !important;}

.post-item {margin-bottom: 10px;}
	.post-item .right-content h4 {font-size: 20px;font-weight: 500;	color: #0F0F0F;margin-top: 7px;	margin-bottom: 5px;	line-height: 25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p {font-size: 16px;font-family: 'product_sans_thinregular';color: #0F0F0F;line-height: 24px;letter-spacing: 1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 14px;letter-spacing: 0.5px;}


.pre-header {position:fixed;height:40px;width:100%; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:40px !important; padding-top:5px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}


.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}



.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
/*.pre-header{display:none !important;}*/
.background-header {background-color: #fff!important;height: 50px!important; position: fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:400px !important;}
.col-lg-6.align-self-center {width: 50%;}
.social_icon_footer {width: 90%;margin: 0 auto;}


}



@media screen and (min-device-width: 800px) and (max-device-width: 833px) {
	.header-area .main-nav img {width: 80%;	height: auto;float: left;}
	.pre-header ul.info li {margin-right: 15px; margin-top:5px;}
	.main-banner {text-align: center;padding: 0px 0px 30px 0px;}
		.quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
	.bbaner_bg {background:none;min-height: inherit;margin-top:100px;}
	
	.banner_lists li {margin: 0.4em 0; color:#065ca9; font-size:16px;}
	.banner_list{ text-align:left;}
	.rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
	.footer_top{background: #021e2f;padding:35px 0px 15px; 0px}
	.section-heading h4{ font-size:30px;}
	#about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
	.section-heading h4 {font-size: 30px !important;}
	.servicebox_img img {width: 30% !important;}
	
	.style_prevu_kit {height: 145px; width:27%;margin: 15px;font-size: 16px;}
	.our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
	.owl-carousel .owl-stage-outer {padding-left: 0px !important;}
	.portfolio-item {margin: 15px 24px !important;}
	.section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
	.services .section-heading {text-align: center;	margin-bottom: 15px !important;}
	.testimonial4_slide p {	font-size: 16px !important;}
	.carousel-control-next, .carousel-control-prev{ width:8% !important;}
	.testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
	.partners_list li {float: left;height: auto;margin: 10px 5px !important;}
	form#contact {padding: 0px !important;}
	
	.social_icon_footer li {float: left;margin:0px 10px !important;}
	.bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
	
	.partners_list li {float: left;height: auto;margin: 10px 5px !important; width:30% !important;}
	.partners_list li img {!important; width:100% !important; height:100% !important;}

.post-item {margin-bottom: 10px;}
	.post-item .right-content h4 {font-size: 20px;font-weight: 500;	color: #0F0F0F;margin-top: 7px;	margin-bottom: 5px;	line-height: 25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p {font-size: 16px;font-family: 'product_sans_thinregular';color: #0F0F0F;line-height: 24px;letter-spacing: 1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 14px;letter-spacing: 0.5px;}


.pre-header {position:fixed;height:40px;width:100%; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:40px !important; padding-top:5px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}


.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}



.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
/*.pre-header{display:none !important;}*/
.background-header {background-color: #fff!important;height: 50px!important; position: fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:400px !important;}
.col-lg-6.align-self-center {width: 50%;}
.social_icon_footer {width: 90%;margin: 0 auto;}
	}
@media screen and (min-device-width: 834px) and (max-device-width: 899px) {
	
	.header-area .main-nav img {width: 80%;	height: auto;float: left;}
	.pre-header ul.info li {margin-right: 15px; margin-top:5px;}
	.main-banner {text-align: center;padding: 0px 0px 30px 0px;}
		.quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
	.bbaner_bg {background:none;min-height: inherit;margin-top:100px;}
	
	.banner_lists li {margin: 0.4em 0; color:#065ca9; font-size:16px;}
	.banner_list{ text-align:left;}
	.rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
	.footer_top{background: #021e2f;padding:35px 0px 15px; 0px}
	.section-heading h4{ font-size:30px;}
	#about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
	.section-heading h4 {font-size: 30px !important;}
	.servicebox_img img {width: 30% !important;}
	
	.style_prevu_kit {height: 145px; width:20%;margin: 15px;font-size: 16px;}
	.our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
	.owl-carousel .owl-stage-outer {padding-left: 0px !important;}
	.portfolio-item {margin: 15px 24px !important;}
	.section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
	.services .section-heading {text-align: center;	margin-bottom: 15px !important;}
	.testimonial4_slide p {	font-size: 16px !important;}
	.carousel-control-next, .carousel-control-prev{ width:8% !important;}
	.testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
	.partners_list li {float: left;height: auto;margin: 10px 5px !important;}
	form#contact {padding: 0px !important;}
	
	.social_icon_footer li {float: left;margin:0px 10px !important;}
	.bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
	
	.partners_list li {float: left;height: auto;margin: 10px 5px !important; width:30% !important;}
	.partners_list li img {!important; width:100% !important; height:100% !important;}

.post-item {margin-bottom: 10px;}
	.post-item .right-content h4 {font-size: 20px;font-weight: 500;	color: #0F0F0F;margin-top: 7px;	margin-bottom: 5px;	line-height: 25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p {font-size: 16px;font-family: 'product_sans_thinregular';color: #0F0F0F;line-height: 24px;letter-spacing: 1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 14px;letter-spacing: 0.5px;}


.pre-header {position:fixed;height:40px;width:100%; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:40px !important; padding-top:5px !important;}
.ticker__viewportbg {float: none !important;width: 100% !important;margin-right: 0px !important;}


.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}



.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
/*.pre-header{display:none !important;}*/
.background-header {background-color: #fff!important;height: 50px!important; position: fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:400px !important;}
.col-lg-6.align-self-center {width: 50%;}
.social_icon_footer {width: 90%;margin: 0 auto;}}

@media screen and (min-device-width: 900px) and (max-device-width: 939px) {
	
	.header-area .main-nav img {width: 80%;	height: auto;float: left;}
	.pre-header ul.info li {margin-right: 15px; margin-top:5px;}
	.main-banner {text-align: center;padding: 0px 0px 30px 0px;}
		.quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
	.bbaner_bg {background:none;min-height: inherit;margin-top:100px;}
	
	.banner_lists li {margin: 0.4em 0; color:#065ca9; font-size:16px;}
	.banner_list{ text-align:left;}
	.rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
	.footer_top{background: #021e2f;padding:35px 0px 15px; 0px}
	.section-heading h4{ font-size:30px;}
	#about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
	.section-heading h4 {font-size: 30px !important;}
	.servicebox_img img {width: 30% !important;}
	
	.style_prevu_kit {height: 145px; width:20%;margin: 15px;font-size: 16px;}
	.our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
	.owl-carousel .owl-stage-outer {padding-left: 0px !important;}
	.portfolio-item {margin: 15px 24px !important;}
	.section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
	.services .section-heading {text-align: center;	margin-bottom: 15px !important;}
	.testimonial4_slide p {	font-size: 16px !important;}
	.carousel-control-next, .carousel-control-prev{ width:8% !important;}
	.testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
	.partners_list li {float: left;height: auto;margin: 10px 5px !important;}
	form#contact {padding: 0px !important;}
	
	.social_icon_footer li {float: left;margin:0px 10px !important;}
	.bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
	
	.partners_list li {float: left;height: auto;margin: 10px 5px !important; width:30% !important;}
	.partners_list li img {!important; width:100% !important; height:100% !important;}

.post-item {margin-bottom: 10px;}
	.post-item .right-content h4 {font-size: 20px;font-weight: 500;	color: #0F0F0F;margin-top: 7px;	margin-bottom: 5px;	line-height: 25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p {font-size: 16px;font-family: 'product_sans_thinregular';color: #0F0F0F;line-height: 24px;letter-spacing: 1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 14px;letter-spacing: 0.5px;}


.pre-header {position:fixed;height:40px;width:100%; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:40px !important; padding-top:5px !important;}



.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}



.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
/*.pre-header{display:none !important;}*/
.background-header {background-color: #fff!important;height: 50px!important; position: fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:400px !important;}
.col-lg-6.align-self-center {width: 50%;}
.social_icon_footer {width: 90%;margin: 0 auto;} }
@media screen and (min-device-width: 940px) and (max-device-width: 1023px) {.header-area .main-nav img {width: 80%;	height: auto;float: left;}
	.pre-header ul.info li {margin-right: 15px; margin-top:5px;}
	.main-banner {text-align: center;padding: 0px 0px 30px 0px;}
		.quote_bg {padding: 0px !important;	width: 98% !important; margin:0 auto;}
	.bbaner_bg {background:none;min-height: inherit;margin-top:100px;}
	
	.banner_lists li {margin: 0.4em 0; color:#065ca9; font-size:16px;}
	.banner_list{ text-align:left;}
	.rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
	.footer_top{background: #021e2f;padding:35px 0px 15px; 0px}
	.section-heading h4{ font-size:30px;}
	#about {padding-top:20px !important;background:#e7f0fb;padding-bottom:30px !important;}
	.section-heading h4 {font-size: 30px !important;}
	.servicebox_img img {width: 30% !important;}
	
	.style_prevu_kit {height: 145px; width:20%;margin: 15px;font-size: 16px;}
	.our-portfolio {padding-top:40px;padding-bottom:30px;overflow:hidden;position:relative;}
	.owl-carousel .owl-stage-outer {padding-left: 0px !important;}
	.portfolio-item {margin: 15px 24px !important;}
	.section-heading h6 {font-size: 23px !important;font-weight: 500;margin-bottom: 5px !important;}
	.services .section-heading {text-align: center;	margin-bottom: 15px !important;}
	.testimonial4_slide p {	font-size: 16px !important;}
	.carousel-control-next, .carousel-control-prev{ width:8% !important;}
	.testimonial4_slide {width: 100% !important;	padding: 10px !important;}	
	.partners_list li {float: left;height: auto;margin: 10px 5px !important;}
	form#contact {padding: 0px !important;}
	
	.social_icon_footer li {float: left;margin:0px 10px !important;}
	.bottom_menu li {list-style-type: none;	padding: 5px 3px !important;display: inline-block;position: relative;}
	
	.partners_list li {float: left;height: auto;margin: 10px 5px !important; width:30% !important;}
	.partners_list li img {!important; width:100% !important; height:100% !important;}

.post-item {margin-bottom: 10px;}
	.post-item .right-content h4 {font-size: 20px;font-weight: 500;	color: #0F0F0F;margin-top: 7px;	margin-bottom: 5px;	line-height: 25px;font-family: 'product_sans_mediumregular';letter-spacing: 1px;}
.insurance_companion p {font-size: 16px;font-family: 'product_sans_thinregular';color: #0F0F0F;line-height: 24px;letter-spacing: 1px;}
.servicebox_tittle {margin-top: 10px;line-height: 18px;	font-size: 14px;letter-spacing: 0.5px;}


.pre-header {position:fixed;height:40px;width:100%; z-index:99;}
.header-area.header-sticky {position: fixed;width: 100%;top:40px !important; padding-top:5px !important;}



.header-area .main-nav img{ margin-top:2px;}
.header-area.header-sticky {min-height:40px;}
.header-area .main-nav {min-height: 50px !important;}
.mid {display: none !important;}



.header-area .main-nav .menu-trigger { right:15px !important; top:5px !important;}
/*.pre-header{display:none !important;}*/
.background-header {background-color: #fff!important;height: 50px!important; position: fixed!important;top:0px; left: 0px;right: 0px;box-shadow: 0px 5px 8px rgba(0,0,0,0.03);}
.testimonial .slick-list.draggable{ height:400px !important;}
.col-lg-6.align-self-center {width: 50%;}
.social_icon_footer {width: 90%;margin: 0 auto;}}

@media screen and (min-device-width: 1024px) and (max-device-width: 1050px) {.social_icon_footer li {float:left;margin: 4px !important;}}
@media screen and (min-device-width: 1051px) and (max-device-width: 1090px) {
	.social_icon_footer li {float:left;margin: 4px !important;}}

@media screen and (min-device-width: 1091px) and (max-device-width: 1141px) {.social_icon_footer li {float:left;margin: 4px !important;}.header-area.header-sticky.wow.slideInDown.animated.background-header{ margin-top:29px !important;}}
@media screen and (min-device-width: 1142px) and (max-device-width: 1265px) {.social_icon_footer li {float:left;margin: 4px !important;}.header-area.header-sticky.wow.slideInDown.animated.background-header{ margin-top:29px !important;}.list_boxbg {
	float: left;}
	}
@media screen and (min-device-width: 1266px) and (max-device-width: 1279px) {.social_icon_footer li {float:left;margin: 4px !important;}
@media screen and (min-device-width: 1280px) and (max-device-width: 1360px) {.social_icon_footer li {float:left;margin: 4px !important;}








@media (max-width: 767px) {
/*.header-area .main-nav img {width: 80%;	height: auto;float: left;}
.pre-header ul.info li {margin-right: 15px; margin-top:5px;}
.main-banner {text-align: center;padding: 0px 0px 30px 0px;}
.quote_bg {padding: 0px !important;	width: 100% !important;}
.bbaner_bg {background:none;min-height: inherit;margin-top:80px;}
.banner_title{ font-size:34px; line-height:40px; text-align:left;}
.banner_list{ text-align:left;}
.style_prevu_kit{ width:42%;}
.rg_ghar {width: 100%;height: auto;margin-bottom: 10px;}
.footer_top{background: #021e2f;padding:35px 0px 15px; 0px}
.section-heading h4{ font-size:30px;}*/




}
