@font-face {
    font-family: 'proxima_nova_softbold';
    src: url('../fonts/proxima/proximanovasoft-bold-webfont.eot');
    src: url('../fonts/proxima/proximanovasoft-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima/proximanovasoft-bold-webfont.woff2') format('woff2'), url('../fonts/proxima/proximanovasoft-bold-webfont.woff') format('woff'), url('../fonts/proxima/proximanovasoft-bold-webfont.ttf') format('truetype'), url('../fonts/proxima/proximanovasoft-bold-webfont.svg#proxima_nova_softbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/********** Common css *************/

body {
    font-family: 'Raleway', sans-serif;
    font-family: 'Lato', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'proxima_nova_softbold';
}
h2 {
    font-size: 24px;
}
.btn {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/******** Form ********/

.form-control {
    height: auto;
    border-radius: 4px;
    border-color: rgb(145, 145, 145);
}
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('../image/icon/check-blank.png') no-repeat 0 3px;
  line-height  : 24px;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
  font-size: 13px;
}

input[type=checkbox]:not(old):checked + label{
    background-image: url('../image/icon/check.png');
}

input[type=radio]:not(old):checked + label{
  background-position : 0 -48px;
}
/**** Owl carousel *******/

.owl-theme .owl-controls .owl-page span {
    background: #fff;
    border: 1px solid #1277ae;
    opacity: 1;
    height: 16px;
    width: 16px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #1277ae;
}
.owl-theme .owl-controls {
    margin-top: 20px;
}
/********* search-header ***********/

.search-header {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    top: -60px;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #efefef;
    z-index: 999;
}
.cross{

    position: absolute;  right: 114px; top: 13px; font-size: 22px; color: rgb(204, 204, 204);

}
.search-header.open {
    top: 0;
}
.search-header .container {
    position: relative;
}
.search-header .form-control {
    border: none;
    border-radius: 0;
    padding: 20px 15px;
    box-shadow: none;
}
.search-header .close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    color: #ccc;
    font-weight: 300;
}
/********** Header and navigation css **********/

.primary-menu {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
}
.primary-menu .navbar-brand {
    height: auto;
}
.primary-menu .navbar-toggle {
    border: none;
    margin-top: 25px;
}
.primary-menu .navbar-toggle:hover,
.primary-menu .navbar-toggle:focus,
.primary-menu .navbar-toggle:active {
    background: none;
}
.primary-menu .navbar-toggle .icon-bar {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.primary-menu .navbar-toggle:hover .icon-bar,
.primary-menu .navbar-toggle:focus .icon-bar,
.primary-menu .navbar-toggle:active .icon-bar {
    background: #219ee6;
}
.primary-menu .navbar-toggle.closed .icon-bar:first-child {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
}
.primary-menu .navbar-toggle.closed .icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}
.primary-menu .navbar-toggle.closed .icon-bar:nth-child(2) {
    display: none;
}
.primary-menu .navbar-collapse {
    background: #9ee57c;
    border: none;
}
.primary-menu .nav {
    margin-top: 0;
    border: none;
}
.primary-menu .nav .search-here a {
    padding-bottom: 8px;
    padding-top: 13px;
}
.primary-menu .navbar-nav > li > a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444;
}
.primary-menu .navbar-nav > li > .btn-subscribe {
    padding: 3px 15px;
    margin-left: 15px;
    float: left;
    border: 2px solid #219ee6;
    color: #219ee6;
    margin-top: 5px;
}
.primary-menu .navbar-nav > li > .btn-success {
    background: transparent;
    border-color: #43d77c;
    color: #43d77c;
}
.primary-menu .navbar-nav > li > .btn-success:hover,
.primary-menu .navbar-nav > li > .btn-success:focus,
.primary-menu .navbar-nav > li > .btn-success:active {
    background: #43d77c;
}
.primary-menu .navbar-nav > .active > a,
.primary-menu .navbar-nav > .active > a:focus,
.primary-menu .navbar-nav > .active > a:hover,
.primary-menu .navbar-nav > li > a:active,
.primary-menu .navbar-nav > li > a:focus,
.primary-menu .navbar-nav > li > a:hover {
    background: #219ee6;
    color: #fff;
}
/********** insurance-slider css **************/

.insurance-slider {
    text-align: center;
    padding-top: 30px;
}
.insurance-slider h1 {
    color: #4a5671;
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.insurance-slider p {
    font-size: 16px;
    color: #919cb6;
    letter-spacing: 1px;
}
.insurance-slider .slick-initialized .slick-slide a {
    display: inline-block;
    padding-top: 20px;
}
.insurance-slider .slick-initialized .slick-slide a:hover,
.insurance-slider .slick-initialized .slick-slide a:active,
.insurance-slider .slick-initialized .slick-slide a:focus {
    text-decoration: none;
    outline: none;
}
.insurance-slider .slick-initialized .slick-slide a p {
    text-transform: uppercase;
    color: #5dd673;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.insurance-slider .slick-initialized .slick-slide a .icon {
    margin-bottom: 10px;
}
.insurance-slider .main-slider {
    overflow: hidden;
}
.insurance-slider .main-slider .center-wrapper,
.flow-wrapper {
    width: 100% !important;
}
#Stage {
    display: inline-block;
}
/********** New Offers **************/

.new-offers {
    padding: 30px 0;
    background: url(../image/new-offers-bg.jpg) no-repeat center top / cover;
    position: relative;
}
.new-offers h2 {
    font-size: 24px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
}
.new-offers h3 {
    font-size: 19px;
    color: #155171;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.new-offers p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 15px;
}
.new-offers .btn-link {
    color: #a6d8f4;
    padding: 0;
    font-family: 'proxima_nova_softbold';
}
.new-offers .icon {
    min-height: 124px;
    display: inline-block;
}
.new-offers .last .icon {
    padding-top: 18px;
}
.new-offer-box {
    padding-bottom: 30px;
}
.adv-box {
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 30px;
    font-family: 'proxima_nova_softbold';
    color: #fff;
    font-size: 27px;
}
/********** Informative blog **************/

.informative-blog {
    padding: 30px 0;
}
.informative-blog h2 {
    margin-top: 0;
    margin-bottom: 25px;
    color: #4a5671;
    text-align: center;
}
.informative-blog-slider .owl-item .item {
    position: relative;
}
.informative-blog-slider .owl-item .item .img-responsive {
    width: 100%;
}
.informative-blog-slider .owl-item .item .blog-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 12px 12px 8px;
}
.informative-blog-slider .blog-content h3 {
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}
.informative-blog-slider .blog-content a {
    padding: 0;
    text-transform: uppercase;
    font-weight: 800;
    color: #2ea3e3;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}
.informative-blog-slider .blog-content ul {
    margin-bottom: 0;
}
.informative-blog-slider .blog-content ul li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.56);
    font-family: 'Lato', sans-serif;
}
.informative-blog .adv-box {
    margin-top: 30px;
    border-color: #d2d2d2;
    color: #d2d2d2;
    text-align: center;
}
/******* Important news ********/

.imp-news {
    padding: 30px 0;
    background: #f5f4f4;
}
.imp-news h2 {
    margin: 0;
    margin-bottom: 25px;
    color: #4a5671;
    text-align: center;
}
.imp-news-box {
    border: 1px solid #4a5671;
    margin-bottom: 25px;
}
.imp-news-box figure .img-responsive {
    width: 100%;
}
.imp-news-box .news-caption {
    padding: 10px;
}
.imp-news-box .news-caption h3 {
    margin-bottom: 5px;
    margin-top: 0;
    color: #242424;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 18px;
}
.imp-news-box .news-caption p {
    color: #4e4e4e;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
}
.imp-news-box .news-caption > a {
    font-weight: 800;
    color: #2fa5e5;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}
.imp-news-box .news-caption ul {
    margin: 0;
}
.imp-news-box .news-caption ul li {
    font-size: 13px;
    color: rgba(141, 141, 141, 0.56);
    font-family: 'Lato', sans-serif;
}
/********** Footer css **************/

footer {
    background: #3c485b;
    padding-top: 35px;
}
footer h4 {
    color: #f7f6f6;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.footer-about {
    margin-bottom: 20px;
}
.footer-about .img-responsive {
    margin-bottom: 15px;
}
.footer-about p {
    color: #ced0d3;
    font-size: 11px;
    margin-bottom: 0;
}
.footer-link-block {
    margin-bottom: 0;
}
footer ul li {
    margin-bottom: 12px;
    text-transform: capitalize;
}
footer ul li a {
    font-size: 13px;
    color: #ced0d3;
}
footer ul li a:hover {
    color: #ced0d3;
    text-decoration: underline;
}
.share-subscribe h4 {
    margin-bottom: 15px;
}
.share-subscribe ul li a {
    margin-right: 8px;
}
.share-subscribe ul li a svg {
    fill: #f7f6f6;
}
.subscribe {
    margin-top: 20px;
}
.subscribe h4 {
    margin-bottom: 5px;
}
.subscribe .form-group {
    position: relative;
}
.subscribe .form-control {
    border: none;
    background: #364153;
    font-size: 13px;
    color: #ced0d3;
    height: auto;
    padding: 5px 50px 5px 12px;
    box-shadow: none;
}
.subscribe .btn {
    border-radius: 20px;
    font-size: 12px;
    padding: 2px 18px;
    position: absolute;
    right: 4px;
    top: 2px;
    background: rgba(255, 255, 255, 0.3);
}
.subscribe .btn:hover {
    background: rgba(255, 255, 255, 0.5);
}
.copyright {
    margin-top: 30px;
    background: #303a4c;
    padding-top: 10px;
    padding-bottom: 10px;
}
.copyright ul {
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #99a4b6;
    text-transform: uppercase;
    text-align: center;
}
.top-add-box {
    border: 2px solid #495570;
    width: 100%;
    max-width: 729px;
    font-size: 24px;
    color: #495570;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 90px;
}
.top-add-box p, .ad-small p {
    margin-bottom: 0;
    font-family: 'proxima_nova_softbold';
    padding-top: 26px;
    font-size: 24px;
}
.img-responsive {
	display: inline-block;
}
.inner-page {
	font-family: 'Lato', sans-serif;
	padding-top: 30px;
	padding-bottom: 30px;
}
.inner-page p {
	color: #777777;
	font-weight: 500;
	margin-bottom: 15px;
}
.right-sidebar h4 {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 18px;
}
.right-sidebar ul {
	margin-bottom: 0;
}
.right-sidebar ul li {
	padding: 10px 0;
	border-bottom: 1px solid #b7c6cc;
}
.right-sidebar .checklist {
    margin-top: 25px;
}
.right-sidebar .checklist li {
    border-bottom: none;
    padding: 0;
    margin-bottom: 10px;
}
.right-sidebar ul li a {
	font-size: 13px;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
}
.right-sidebar ul li a:hover,
.right-sidebar ul li a:focus,
.right-sidebar ul li a:active {
	color: #000;
}
.category {
	background: #e5f7ff;
	padding: 40px 25px;
}
.category h4 {
	color: #495570;
}
.banner-image {
	padding-top: 25px;
}
.about-contact {
	padding-bottom: 30px;
}
.about-contact h2 {
	text-align: center;
	background: url(../image/icon/contact-bg.svg) no-repeat center center;
	text-transform: uppercase;
	color: #fff;
	padding: 60px 0;
	margin-bottom: 25px;
	font-size: 29px;
}
.about-contact .form-group {
	position: relative;
	margin-bottom: 30px;
}
.about-contact .form-control {
	font-size: 18px;
	color: #cccccc;
	font-family: 'proxima_nova_softbold';
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	padding: 10px 15px;
	padding-left: 43px;
}
.about-contact span {
	position: absolute;
	left: 25px;
	top: 12px;
}
.about-contact textarea {
	min-height: 120px;
}
.about-contact .btn-default {
	background: #bdbdbd;
	border: none;
	font-family: 'proxima_nova_softbold';
	padding: 10px 15px 8px;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}

.form-group::-webkit-input-placeholder {
   color: #ccc;
}

.form-group:-moz-placeholder { /* Firefox 18- */
   color: #ccc;  
}

.form-group::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
}

.form-group:-ms-input-placeholder {  
   color: #ccc;  
}

.leave-a-comment h3{
	color: #666;
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 30px;
	text-transform: uppercase;
}
/************* blog page *******************/
.btn {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'proxima_nova_softbold';
	border: none;
	letter-spacing: 1px;
}
.share-blog-link li a {
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 100%;
}
.share-blog-link .facebook a{
	background: #3b5998 url(../image/icon/fb-white.svg) no-repeat center center;
}
.share-blog-link .facebook a:hover,
.share-blog-link .facebook a:focus,
.share-blog-link .facebook a:active {
	background-color: #3b61b0;
}
.share-blog-link .twitter a{
	background: #55acee url(../image/icon/twitter-white.svg) no-repeat center center;
}
.share-blog-link .twitter a:hover,
.share-blog-link .twitter a:focus,
.share-blog-link .twitter a:active {
	background-color: #4fb1fb;
}
.share-blog-link .gplus a{
	background: #dd4b39 url(../image/icon/gplus-white.svg) no-repeat center center;
}
.share-blog-link .gplus a:hover,
.share-blog-link .gplus a:focus,
.share-blog-link .gplus a:active {
	background-color: #f44a36;
}
.share-blog-link .linkedin a{
	background: #00a0dc url(../image/icon/linkedin-white.svg) no-repeat center center;
}
.share-blog-link .linkedin a:hover,
.share-blog-link .linkedin a:focus,
.share-blog-link .linkedin a:active {
	background-color: #04b3f4;
}
.btn-primary {
	background: #8e9cb7;
	color: #fff;
    margin: 0 10px;
}
.modal-body .btn-primary{
    margin: 10px;
}
.blog-icon .icon{
	background: #5ecbfa;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	width: 106px;
	height: 106px;
	padding-top: 25px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 5px;
}
.blog-icon .icon:before, .blog-icon .icon:after {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 106px;
	width: 106px;
	margin-top: -53px;
	margin-left: -53px;
	content: "";
	background: transparent;
	border:6px solid #fff;
	border-radius: 100%;
}
.blog-icon .icon:after {
	width: 112px;
	height: 112px;
	border-color: #b8e6fd;
	margin-left: -56px;
	margin-top: -56px;
	border-width: 5px;
}
.blog-icon .auto-icon {
	padding-top: 30px;
}
.blog-icon .auto-icon img{
	max-width: 57px;
}
.blog-icon .btn {
	max-width: 158px;
	width: 100%;
	display: inline-block;
}
.blog-heading {
	text-align: center;
}
.blog-heading h2 {
	text-transform: uppercase;
	color: #5ecbfa;
}
.blog-heading p {
	font-size: 18px;
	color: #666;
}
.blog-heading p a{
	color: #0aa6e9;
}
.blog-desc {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.ad-small {
	border: 5px solid #a4aab7;
	border-radius: 8px;
	width: 250px;
	height: 250px;
	text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
}
.inner-page .ad-small p {
    margin-bottom: 0;
    font-family: 'proxima_nova_softbold';
    padding-top: 99px;
    font-size: 24px;
    text-transform: uppercase;
    color: #a4aab7;
}
.inner-page h2 {
    text-transform: uppercase;
}
.right-sidebar .ad-small{
	margin: 30px auto;
	float: none;
}
.dark-bg {
	background: #8e9cb7;
}
.dark-bg h4, .dark-bg ul li a {
	color: #fff;
}
.inner-page-slides .icon {
    border-radius: 100%;
    position: relative;
}
.inner-page-top-part .slick-slide {
    text-align: center;
}
.inner-page-top-part {
    padding: 20px 0;
    overflow: hidden;
}
.inner-page-top-part .slick-slide p {
    font-family: 'proxima_nova_softbold';
    text-transform: uppercase;
}
.inner-page-top-part .slick-slide a:hover,
.inner-page-top-part .slick-slide a:focus,
.inner-page-top-part .slick-slide a:active {
    text-decoration: none;
}
.blog-top-list .container {
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e5e5;
}
.blog-top-list .blog-icon h2 {
    color: #5ecbfa;
    text-transform: uppercase;
}
.blog-content #insurance-blog-slider {
    margin-bottom: 50px;
}
.blog-content .carousel-indicators {
    bottom: -25px;
    text-align: right;
    left: inherit;
    right: 0;
    margin: 0;
    width: auto;
}
.blog-content .carousel-indicators li {
    border-color: #ccc;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    border-radius: 100%;
}
.blog-content .carousel-indicators .active {
    background: #5ecbfa;
    border-color: #5ecbfa;
    height: 10px;
    width: 10px;
}
.blog-listing .blog-heading {
    padding: 15px 0 20px;
    border-top: 1px dashed #e5e5e5;
}
.share-blog-link .share-text {
    font-family: 'proxima_nova_softbold';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    top: -14px;
}
.year-calendar {
    margin: 0;
    margin-top: 20px;
}
.year-calendar li, 
.right-sidebar .year-calendar li {
    min-width: 24%;
    margin: 0;
    float: left;
    border: none;
    padding: 5px 8px;
    text-align: center;
    margin-bottom: 12px;
}
.right-sidebar .year-calendar li {
    border: 1px solid transparent;
}
.year-calendar li a {
    border: none;
}
.year-calendar .active, 
.right-sidebar .year-calendar .active {
    border: 1px solid #fff;
    border-radius: 2px;
}
/********** blog main page css **********/
.list-checked li {
    padding-left: 30px;
    background: url(../image/icon/check-white.png) no-repeat left 3px;
    margin-bottom: 10px;
}
.list-checked li a {
    text-decoration: none;
}
.recommended-post {
    padding: 15px 0;
    background: #22a1e6;
    color: #fff;
}
.recommended-post h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.recommended-post ul li a {
    color: #fff;
}
.white-bg {
    background: #fff;
}
.white-bg h2 {
    color: #5ecbfa;
}
.inner-page .imp-news .btn-primary {
    min-width: 157px;
}

/******************* Faq css *******************/
.faq h2 {
    color: #07aeea;
    margin-bottom: 30px;
}
.faq .panel {
    box-shadow: none;
}
.faq .panel-default {
    border: none;
}
.faq .panel-default > .panel-heading {
    background-color: transparent;
    border: none;
    border-radius: 0;
    position: relative;
    padding-left: 30px;
}
.faq .panel-default > .panel-heading:before, .faq p:first-child:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: "Q.";
    font-family:"proxima_nova_softbold";
    font-size: 18px;
}
.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 0;
    position: relative;
}
.inner-page .faq p {
    color: #666666;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.faq p:first-child:before {
    font-family: 'Lato', sans-serif;
    content: "A.";
    font-size: 16px;
    top: 0;
    left: 2px;
    font-weight: 700;
}
.faq .panel-default > .panel-heading + .panel-collapse > .panel-body > a {
    float: right;
    color: #07aeea;
    margin-bottom: 15px;
    width: 100%;
    text-align: right;
    outline: none;
}
/********** News article css *************/
.article-image {
    margin: 20px 0;
}
.portfolio-container {
    padding: 30px 0;
    background: #fbfafa;
}
.portfolio-container .portfolio-categ li {
    margin-right: 15px;
    margin-bottom: 15px;
}
.portfolio-container .portfolio-categ li:last-child {
    margin-right: 0;
}
.portfolio-container .portfolio-categ li a {
    text-transform: uppercase;
    color: #666;
    text-decoration: none;
    outline: none;
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
}
.portfolio-container .portfolio-categ .active a {
    color: #23b0e5;
    border-color: #23b0e5;
}
.portfolio-container .top-add-box {
    display: inline-block;
}
.related-story {
    position: relative;
    margin-bottom: 30px;
}
.related-story-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,180,255,0.8);
}
.related-story-hover h3, .related-story-hover h3 a {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-decoration: none;
}
/********** Find Agent css *************/
.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: auto;
    padding: 8px 15px;
    font-style: italic;
    letter-spacing: 0.25px;
}
.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.find-agent-banner {
    background:#ddd url(../image/find-agent-bg.jpg) no-repeat center center / cover;
    padding: 15px 0;
}
.find-agent-banner h1 {
    margin-top: 0;
    font-size: 24px;
    color: #2ab3e9;
    text-transform: uppercase;
}
.find-agent-form .form-control {
    border: none;
    margin-bottom: 10px;
}
.agent-location .form-control {
    background:#d5d5d5 url(../image/icon/map-indicator.png) no-repeat 10px center;
    padding-left: 40px;
}
.agent-name .form-control {
    background: #e5e5e5;
}
.form-submit .btn-success {
    background: #4fda88;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
.form-submit .btn-success:hover,
.form-submit .btn-success:focus,
.form-submit .btn-success:active {
    background: #29d16e;
}
.agent-search-bar {
    padding: 15px;
    background: #f2f2f2;
    margin-bottom: 20px;
}
.filter-count p {
    text-transform: uppercase;
    color: #555;
}
.filter-by ul {
    margin-bottom: 0;
}
.filter-by ul li {
    color: #555;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.filter-by ul li:last-child {
    margin-bottom: 0;
}
.filter-by ul li a {
    position: relative;
    font-size: 12px;
    color: #fff;
    padding:2px 5px;
    padding-right: 30px;
    background: #07aeea;
    display: block;
    text-decoration: none;
}
.filter-by ul li a span {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.2);
    padding: 1px 7px 0; 
    font-size: 14px;
    font-weight: 300;
}
.search-agent {
    margin-top: 30px;
}
.search-agent h4 {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.search-agent p {
    color: #555555;
    font-size: 13px;
    margin-bottom: 12px;
}
.search-agent p:last-child {
    font-style: italic;
}
.popular-agent-list {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}
.popular-agent-box h3 {
    text-transform: uppercase;
    color: #333333;
}
.popular-agent-box p {
    font-size: 16px;
    color: #444;
    font-style: italic;
}
.popular-agent-box p span {
    margin-right: 5px;
}
/**************** Directory page **************/
.directory-list {
    padding: 30px 0 0;
}
.directory-list .container {
    padding-bottom: 30px;
    border-bottom: 1px dashed #e5e5e5;
}
.directory-list h2 {
    color: #07aeea;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.gray-check li {
    background-image: url(../image/icon/check-gray.png);
}
.gray-check li a {
    color: #666666;
    text-decoration: none;
}
.team-location {
    background: #e5e5e5;
    margin-bottom: 20px;
}
.team-location h4 {
    color: #495570;
    margin-bottom: 20px;
}
.search-form .form-control {
    background:#efefef url(../image/icon/search-bg.png) no-repeat right center;
    border: 1px solid #afafaf;
    font-size: 14px;
}
.right-sidebar .form-control {
    border-radius: 0;
}
.form-group .dropdown-toggle {
    border-radius: 0;
    height: auto;
    padding: 9px 15px;
    background:#efefef url(../image/icon/dropdown-bg.png) no-repeat right center;
    border: 1px solid #afafaf;
    color: #999;
    font-weight: 400;
    text-transform: none;
    font-family: 'Lato', sans-serif;
}
.form-group .dropdown-toggle .caret {
    display: none;
}
.search-form .dropdown-toggle.active, 
.search-form .dropdown-toggle:active, 
.search-form .open>.dropdown-toggle.btn-default, 
.search-form .btn-group.open .dropdown-toggle {
    background:#efefef url(../image/icon/dropdown-bg.png) no-repeat right center;
}
.form-group .bootstrap-select.btn-group .dropdown-menu {
    border-radius: 0;
    padding: 0;
} 
.form-group .bootstrap-select.btn-group .dropdown-menu li,
.right-sidebar .bootstrap-select.btn-group .dropdown-menu.inner li a {
    border: none;
    padding: 0 3px;
    text-transform: none;
    font-size: 14px;
}

/* popup modals css */
.modal-top-fixed {
    padding-right: 0 !important;
}
.modal-top-fixed .modal-dialog {
    margin: 0;
    width: 100%;
}
.modal-top-fixed .modal-content {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
}
.modal-top-fixed .modal-header {
    border: none;
    padding: 0;
}
.modal-top-fixed h3 {
    color: #04ace9;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
}
.modal-top-fixed .modal-body {
    padding: 0;
    padding-bottom: 30px;
}
.modal-top-fixed .form-group a {
    margin-right: 10px;
}
.modal-top-fixed .form-group a:last-child {
    margin-right: 0;
}
.modal-top-fixed .btn-primary {
    padding: 8px 25px;
}
.modal-top-fixed button.close {
    opacity: 0.8;
    position: relative;
    z-index: 8;
}
.modal-top-fixed button.close span {
    font-size: 50px;
    color: #000;
    margin-top: 20px;
    display: block;
    font-weight: 300;
}
.register-page {
    background: transparent;
    padding: 80px 0;
}
.register-form .tab-content h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #219ee6;
}
.register-form .btn-primary {
    margin: 0 auto;
    display: block;
}
.register-form .nav-tabs {
    border: medium none;
    margin-bottom: 20px;
}
.register-form .nav-tabs > li {
    margin-bottom: 0;
    position: relative;
    width: 50%;
}
.register-form .nav-tabs > li.active::before {
    border-bottom: 10px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -20px;
    content: "";
    height: 0;
    left: 40px;
    position: absolute;
    width: 0;
}
.register-form .nav-tabs > li > a {
    border: none;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    outline: medium none;
    padding-bottom: 0;
    padding-top: 0;
}
.register-form .nav-tabs > li.active > a {
    background: none;
    border: none;
    color: #fff;
    margin: 0;
}
.register-form .tab-content {
    background: #fff repeat;
    border-radius: 5px;
    padding: 15px;
}
.register-form .tab-content h2 {
    margin:10px 0 26px;
}
.register-form .nav-tabs > li.active > a:hover, .register-form .nav-tabs > li.active > a:focus, .register-form .nav-tabs > li > a:hover {
    color: #fff;
}
.register-form .nav-tabs > li > a:hover {
    background: none;
}
.register-form .checkbox label {
    margin-left: 0;
    text-transform: none;
}
html {
    min-height: 100%;
}
.login-screen {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#03a9e9+0,43d77c+100 */
background: #03a9e9; /* Old browsers */
background: -moz-linear-gradient(45deg,  #03a9e9 0%, #43d77c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#03a9e9), color-stop(100%,#43d77c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #03a9e9 0%,#43d77c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #03a9e9 0%,#43d77c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #03a9e9 0%,#43d77c 100%); /* IE10+ */
background: linear-gradient(45deg,  #03a9e9 0%,#43d77c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a9e9', endColorstr='#43d77c',GradientType=1 );
position: relative;
min-height: 100%;
}
.login-screen .copyright {
    background: transparent;    
    margin-top: 0;
}
.login-screen .copyright ul li,
.login-screen .copyright ul li a {
    color: #fff;
    font-size: 13px;
}
.login-screen .register-page {
    padding: 40px 0;
}
.page-link {
    margin-top: 20px;
}
.page-link p {
    font-size: 13px;
    margin-bottom: 5px;
}


.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
  display: none;
}
/************************************************
		RESPONSIVE CSS 
*************************************************/
@media(max-width:768px) {
    /********** Common css *************/
    
    .cross{

    position: absolute;  right: 30px; top: 13px; font-size: 22px; color: rgb(204, 204, 204);

}
}
@media(min-width:768px) {
    /********** Common css *************/
    
    .cross{

    position: absolute;  right: 30px; top: 13px; font-size: 22px; color: rgb(204, 204, 204);

}
    h2 {
        font-size: 27px;
    }
    /********** Header and navigation css **********/
    
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .primary-menu .navbar-header {
        width: 100%;
    }
    .primary-menu .navbar-collapse {
        clear: both;
        padding: 0;
    }
    .primary-menu .nav .search-here a {
        padding-top: 16px;
        padding-bottom: 11px;
    }
    .primary-menu .navbar-nav > li > .btn-subscribe {
        margin-top: 11px;
    }
    /********** insurance-slider css **************/
    
    .insurance-slider {
        padding-top: 20px;
    }
    .insurance-slider h1 {
        font-size: 38px;
        margin-bottom: 0;
    }
    .insurance-slider p {
        font-size: 20px;
        margin-bottom: 38px;
    }
    .insurance-slider .main-slider .img-responsive {
        display: inline-block;
    }
    #Stage {
        -webkit-transform: scale(0.74) !important;
        -moz-transform: scale(0.74) !important;
        transform: scale(0.74) !important;
    }
    /********** New Offers **************/
    
    .new-offers {
        padding: 40px 0;
        margin-top: -25px;
    }
    .new-offers h2 {
        font-size: 27px;
    }
    .new-offer-box {
        margin-bottom: 60px;
        padding-bottom: 0;
    }
    .adv-box {
        max-width: 720px;
        margin: 0 auto;
    }
    /********** Informative blog **************/
    
    .informative-blog {
        padding-top: 45px;
        padding-bottom: 35px;
    }
    .informative-blog h2 {
        margin-bottom: 40px;
    }
    .informative-blog-slider .owl-item .item {
        padding-right: 10px;
    }
    .informative-blog-slider .owl-item .item .blog-content {
        padding-right: 20px;
    }
    /******* Important news ********/
    
    .imp-news {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .imp-news-box {
        padding: 10px 10px 10px 168px;
        position: relative;
        overflow: hidden;
        min-height: 176px;
    }
    .imp-news-box figure {
        position: absolute;
        width: 158px;
        height: 100%;
        top: 0;
        left: 0;
    }
    .imp-news-box figure .img-responsive {
        height: 100%;
    }
    .imp-news-box .news-caption {
        padding: 0;
    }
    /********** Footer css **************/
    
    .footer-link-block {
        display: inline-block;
        padding-right: 25px;
        vertical-align: top;
    }
    .footer-link-block:last-child {
        padding-right: ;
        0;
    }
    .copyright {
        margin-top: 45px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .copyright ul li {
        margin-bottom: 0;
    }
    /************* Inner page css **************/
    .inner-page p {
    	font-size: 16px;
    	margin-bottom: 25px;
    }
    .about-contact textarea {
		min-height: 198px;
	}
	/********** Blog page css **************/
	.blog-heading, .blog-desc {
		text-align: left;
	}
    .blog-desc-ad .ad-small{
    	margin-bottom: 20px;
    }
    /********** blog main page css **********/
    .without-border {
        border: none;
    }
    .without-border .container {
        border: none;
    }
    .list-checked li {
        font-size: 16px;
        background-position: left 1px;
        padding: 0 0 5px 30px; 
        margin-bottom: 18px;
    }
    .main-blog-page {
        padding-top: 0;
    }
    .recommended-post h2 {
        margin-bottom: 30p;x
    }
    /********** Find Agent css *************/
    .find-agent-banner {
        padding: 70px 0;
    }
    .find-agent-banner h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .agent-location {
        max-width: 194px;
        float: left;
    }
    .find-agent-banner .form-control {
        padding: 12px 15px;
    }
    .find-agent-banner .agent-location .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-left: 40px;
    }
    .agent-name {
        float: left;
        width: 350px;
    }
    .agent-name .form-control {
        border-radius: 0;
    }
    .form-submit .btn-success {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-size: 18px;
        padding: 9px 25px;
    }
    .inner-page .search-agent p {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .inner-page .search-agent .top-add-box p {
        font-family: "proxima_nova_softbold";
        font-size: 24px;
        margin-bottom: 0;
        padding-top: 26px;
        font-style: normal;
    }
    .popular-agent-list {
        float: left;
        width: 25%;
        min-height: 391px;
        -webkit-filter: grayscale(50%);
        -moz-filter: grayscale(50%);
        -ms-filter: grayscale(50%);
        filter: grayscale(50%);
    }
    .popular-agent-list:hover {
        -webkit-filter:none;
        -moz-filter:none;
        -ms-filter:none;
        filter:none;
        overflow: visible;
    }
    .popular-agent-box {
        width: 100%;
        position: absolute;
        height: 100%;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -ms-transition:all 0.5s ease;
        transition:all 0.5s ease;
        left: 0;
        top: 0;
    }
    .popular-agent-box figure {
        position: absolute;
        right: -80px;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -ms-transition:all 0.5s ease;
        transition:all 0.5s ease;
    }
    .popular-agent-detail {
        opacity: 0;
        z-index: 9;
        position: absolute;
        top: 80px;
        left: 0;
        padding-left: 25px;
        z-index: 8;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -ms-transition:all 0.5s ease;
        transition:all 0.5s ease;
        width: 200px;
    }
    .popular-agent-list:hover .popular-agent-box {
        width: 250px;
        z-index: 1;
        overflow: hidden;
    }
    .popular-agent-list:hover .popular-agent-box figure {
        right: -50px;
    }
    .popular-agent-list:hover .popular-agent-detail {
        opacity: 1;
    }
    .inner-page .popular-agent-detail p {
        margin-bottom: 10px;
    }
    .popular-agent-list:last-child .popular-agent-box {
        left: inherit;
        right: 0;
    }
    .star {
        position: absolute;
        bottom: 4px;
        left: 0;
        padding: 10px;
        text-align: center;
        background: #07aeea;
        opacity: 0;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -ms-transition:all 0.5s ease;
        transition:all 0.5s ease;
    }
    .popular-agent-list:hover .star {
        opacity: 1;
    }
    .login-screen {
        display: table;
        width: 100%;
        height: 100%;
    }
    .register-page {
        display: table-cell;
        vertical-align: middle;
    }
    .login-screen .copyright {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .login-screen .register-form .tab-content {
        padding: 30px;
    }
    html {
        height: 100%;
    }
    .autoheight {
        height: auto;
        min-height: 100%;
    }
}
@media(min-width:992px) {
    /********** Common css *************/
    /********** Header and navigation css **********/
    .primary-menu {
        margin-bottom: 20px;
    }
    .primary-menu .navbar-header {
        width: 100%;
    }
    .primary-menu .navbar-collapse {
        clear: none;
        float: right;
        background: none;
        padding-top: 30px;
    }
    .primary-menu .navbar-nav > li > a,
    .primary-menu .nav .search-here a {
        padding-bottom: 0;
        padding-top: 0;
    }
    .primary-menu .navbar-nav > li > a {
        color: #5c667e;
        padding-left: 10px;
        padding-right: 10px;
    }
    .primary-menu .navbar-nav > .active > a,
    .primary-menu .navbar-nav > .active > a:focus,
    .primary-menu .navbar-nav > .active > a:hover,
    .primary-menu .navbar-nav > li > a:active,
    .primary-menu .navbar-nav > li > a:focus,
    .primary-menu .navbar-nav > li > a:hover {
        background: none;
        color: #219ee6;
    }
    .primary-menu .navbar-nav > li > .btn-subscribe {
        margin-top: -4px;
        margin-left: 0;
    }
    .primary-menu .navbar-nav > li > .btn-subscribe:hover,
    .primary-menu .navbar-nav > li > .btn-subscribe:active,
    .primary-menu .navbar-nav > li > .btn-subscribe:focus {
        color: #fff;
        background: #219ee6;
    }
    .primary-menu .navbar-nav > li > .btn-success:hover,
    .primary-menu .navbar-nav > li > .btn-success:focus,
    .primary-menu .navbar-nav > li > .btn-success:active {
        background: #43d77c;
    }
    /********** SLider css *****************/
    
    .insurance-slider .main-slider .center-wrapper,
    .flow-wrapper {
        height: auto !important;
    }
    #Stage {
        -webkit-transform: scale(0.97) !important;
        -moz-transform: scale(0.97) !important;
        -ms-transform: scale(0.97) !important;
        transform: scale(0.97) !important;
    }
    .new-offers {
        margin-top: -19px;
    }
    /********** Informative blog **************/
    
    .informative-blog-slider .owl-item .item {
        padding-right: 15px;
    }
    .informative-blog-slider .owl-item .item .blog-content {
        padding-right: 30px;
    }
    /******* Important news ********/
    
    .imp-news h2 {
        margin-bottom: 45px;
    }
    /********** Section 1 css **************/
    /********** Footer css **************/
    
    .footer-link-block {
        padding-right: 10px;
        vertical-align: top;
    }
    .subscribe {
        margin-top: 35px;
    }
    .subscribe h4 {
        margin-bottom: 10px;
    }
    .subscribe .form-control {
        padding-top: 6px;
    }
    .subscribe .btn {
        top: 3px;
    }
    .copyright {
        margin-top: 10px;
    }
    /********** Blog page css **************/
    .ad-small {
    	float: right;
    }
    .blog-desc-ad > p {
    	float: left;
    	width: calc(100% - 280px);
    }
    /********** Inner page css **************/
    .inner-page-top-part .container {
        padding-bottom: 15px;
        border-bottom: 1px dashed #e5e5e5;
    }
    .inner-page-top-part .slider {
        text-align: center;
        font-family: 'proxima_nova_softbold';
        text-transform: uppercase;
    }
    .inner-page-top-part .slider li {
        margin:  0 5px;
        padding: 0;
        opacity: 0.65;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -ms-transition:all 0.5s ease;
        transition:all 0.5s ease;
    }
    .inner-page-top-part .slider li a {
        outline: none;
    }
    .inner-page-top-part .slider li a svg {
        display: block;
        max-width: 100%;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -ms-transition:all 0.5s ease;
        transition:all 0.5s ease;
    }
    .inner-page-top-part .slider li:hover {
        opacity: 1;
    }
    .inner-page-top-part .slider li:hover a svg {
        -webkit-transform:scale(1.2);
        -moz-transform:scale(1.2);
        -ms-transform:scale(1.2);
        transform:scale(1.2);
    }
    .inner-page-top-part .slider .active-page:hover a svg {
        transform:none;
    }
    .inner-page-top-part .slider .active-page {
        opacity: 1;
    }
    .inner-page-top-part .slider .active-page a .icon {
        display: inline-block;
    }
    .inner-page-top-part .slider .home, .inner-page-top-part .slider .life {
        max-width: 105px;
    }
    .inner-page-top-part .slider .disability, .inner-page-top-part .slider .health {
        max-width: 95px;
    }
    .inner-page-top-part .slider .liability, .inner-page-top-part .slider .renters {
        max-width: 80px;
    }
    .inner-page-top-part .slider .business, .inner-page-top-part .slider .travel {
        max-width: 68px;
    }
    .inner-page-top-part .slider li a:hover,
    .inner-page-top-part .slider li a:focus,
    .inner-page-top-part .slider li a:active {
        text-decoration: none;
    }
    .blog-top-list h2 {
        margin-top: 8px;
        margin-bottom: 10px;
    }
    /********** blog main page css **********/
    .without-border {
        border: none;
    }
    .without-border .container {
        border: none;
    }
    /********** Find Agent css *************/
    .find-agent-banner {
        padding: 120px 0;
    }
    .filter-count {
        float: left;
        max-width: 350px;
    }
    .filter-count p {
        margin-bottom: 0;
    }
    .filter-by {
        float: right;
    }
    .filter-by ul li {
        margin-bottom: 0;
    }
    .filter-by ul li a span {
        padding-top: 0;
    }
	
	
	
	
	
	
	
	
	
@media(min-width:1000px) {
    /********** Common css *************/
    /********** Header and navigation css *********/
    .primary-menu {
        margin-bottom: 0;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0;
    }
    .primary-menu .navbar-header {
        width: auto;
    }
    .primary-menu .navbar-nav > li > a {
        padding: 0 9px;
    }
    .primary-menu .navbar-nav > li > .btn-subscribe {
        margin-left: 5px;
        padding: 3px;
    }
    /********** .new-offers **************/
    
    .new-offer-box {
        padding: 0 50px;
    }
    /********** Slidercss **************/
    
    #Stage {
        transform: scale(1) !important;
    }
    .new-offers {
        margin-top: -5px;
    }
    /********** Section 1 css **************/
    /********** Footer css **************/
    
    .footer-link-block {
        padding-right: 0;
        width: 25%;
    }
    .footer-link-block:nth-child(2) {
       margin-right: 15px;
    width: 34%;
    }
    .footer-link-block:nth-child(3) {
        width: 22%;
    }
    .footer-link-block:nth-child(4) {
        width: 22%;
    }
    .footer-link-block:last-child {
        width: 37%;
    }

    /********** Inner page css **************/
    .inner-page-top-part .container {
        padding-bottom: 65px;
    }
    .inner-page-top-part .slider li {
        margin: 0 3px;
    }
    .inner-page-top-part .slider li:first-child {
        margin-left: 0;
    }
    .inner-page-top-part .slider li:last-child {
        margin-right: 0;
    }
    .inner-page-top-part .slider .active-page a svg {
        height: 162px;
        width: 162px;
    }
    .inner-page-top-part .slider .active-page a p {
        font-size: 30px;
    }
    .inner-page-top-part .slider .active-page a {
        position: relative;
    }
    .inner-page-top-part .slider .active-page a svg {
        position: relative;
        top: 8px;
    }
    .inner-page-top-part .slider .active-page a p {
        position: absolute;
        bottom: -60px;
        width: 232px;
        text-align: center;
        left: 50%;
        margin-left: -116px;
        white-space: nowrap;
        font-size: 25px;
    }

    /* find agent page */
    .popular-agent-detail,
    .popular-agent-list:hover .popular-agent-box {
       /* width: 300px;*/
    }
    .popular-agent-list:hover .popular-agent-box figure {
        right: 0;
    }
}

	
	
	
	
	
	
	
	
	
	
	
	
	
}
@media(min-width:1200px) {
    /********** Common css *************/
    /********** Header and navigation css **********/
    .primary-menu {
        margin-bottom: 0;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0;
    }
    .primary-menu .navbar-header {
        width: auto;
    }
    .primary-menu .navbar-nav > li > a {
        padding: 0 9px;
    }
    .primary-menu .navbar-nav > li > .btn-subscribe {
        margin-left: 5px;
        padding: 3px;
    }
    /********** .new-offers **************/
    
    .new-offer-box {
        padding: 0 50px;
    }
    /********** Slidercss **************/
    
    #Stage {
        transform: scale(1) !important;
    }
    .new-offers {
        margin-top: -5px;
    }
    /********** Section 1 css **************/
    /********** Footer css **************/
    
    .footer-link-block {
        padding-right: 0;
        width: 25%;
    }
    .footer-link-block:nth-child(2) {
       margin-right: 15px;
    width: 34%;
    }
    .footer-link-block:nth-child(3) {
        width: 22%;
    }
    .footer-link-block:nth-child(4) {
        width: 22%;
    }
    .footer-link-block:last-child {
        width: 37%;
    }

    /********** Inner page css **************/
    .inner-page-top-part .container {
        padding-bottom: 65px;
    }
    .inner-page-top-part .slider li {
        margin: 0 15px;
    }
    .inner-page-top-part .slider li:first-child {
        margin-left: 0;
    }
    .inner-page-top-part .slider li:last-child {
        margin-right: 0;
    }
    .inner-page-top-part .slider .active-page a svg {
        height: 162px;
        width: 162px;
    }
    .inner-page-top-part .slider .active-page a p {
        font-size: 30px;
    }
    .inner-page-top-part .slider .active-page a {
        position: relative;
    }
    .inner-page-top-part .slider .active-page a svg {
        position: relative;
        top: 8px;
    }
    .inner-page-top-part .slider .active-page a p {
        position: absolute;
        bottom: -60px;
        width: 232px;
        text-align: center;
        left: 50%;
        margin-left: -116px;
        white-space: nowrap;
        font-size: 25px;
    }

    /* find agent page */
    .popular-agent-detail,
    .popular-agent-list:hover .popular-agent-box {
       /* width: 300px;*/
    }
    .popular-agent-list:hover .popular-agent-box figure {
        right: 0;
    }
}






.red {
    color:#FF0000 !important;
}
.inline-block{
    display: inline-block;
}
.left{
    float: left;
}
.colored_square{
    background-color: #286090;
    display: inline-block;
    width: 30px;
    height: 30px;
}
.vertical-top{
    vertical-align: top;
}
.limited_description {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    white-space: nowrap;
}
.mutliSelect input[type=checkbox], .mutliSelect label{
    opacity: 1;
    color: #fff !important;
}
.errors {
    color: red;
}
.form-group #error_bottom_subscribe{
    color: #fff;
}

p.cWhite {color: #fff; font-weight: 300; font-size: 14px;}

.center-wrapper {
  height: auto !important;
  width: 100% !important;
}

}

