/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/packs/application.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*** Amount Slider ***/
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: left;
  margin-left: 5px;
}

.slider.slider-horizontal {
  width: 200px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}

.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider.slider-disabled .slider-handle {
  background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf",endColorstr="#ffbebebe",GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5",endColorstr="#ffe9e9e9",GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5",endColorstr="#fff9f9f9",GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: linear-gradient(to bottom, #e0b500 0, #edc92c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9",endColorstr="#fff5f5f5",GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3a94a5;
  background-image: linear-gradient(to bottom, #15549a 0, #15549a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff149bdf",endColorstr="#ff0480be",GradientType=0);
  filter: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  opacity: 1;
  border: 0 solid transparent;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.valueLabel {
  display: block;
  float: left;
}

.valueLabel .text_span {
  display: none;
}

/**Top Slider**/
.bs-slider {
  overflow: hidden;
  max-height: 740px;
  position: relative;
  background: #000000;
}

.bs-slider:hover {
  cursor: -webkit-grab;
}

.bs-slider:active {
  cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 84, 154, 0.85);
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
  min-height: 260px;
}

/*- Slide effect -*/
.fade {
  opacity: 1;
}

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
  top: auto;
  position: relative;
}

.fade .item.active {
  opacity: 1;
  z-index: 2;
  transition: opacity ease-in-out 1s;
}

/*- LEFT/RIGHT ROUND CONTROL -*/
.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: transparent;
  border-radius: 100px;
}

.control-round:hover .carousel-control {
  opacity: 1;
}

.control-round .carousel-control.left {
  left: 1%;
}

.control-round .carousel-control.right {
  right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(21, 84, 154, 0.9);
  border: 0px transparent;
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.25);
}

.control-round .carousel-control.left > span:nth-child(1) {
  left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
  right: 45%;
}

/*- INDICATORS CONTROL -*/
.indicators-line > .carousel-indicators {
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
}

.indicators-line > .carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgb(255, 255, 255);
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  margin-right: 5px;
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer;
}

.indicators-line > .carousel-indicators li:last-child {
  margin-right: 0;
}

.indicators-line > .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #fff;
  background-color: transparent;
  position: relative;
  transition: box-shadow 0.3s ease;
  transition: background-color 0.3s ease;
}

.indicators-line > .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

/*- SLIDE CAPTION -*/
.slide_style_left {
  text-align: left !important;
}

.slide_style_right {
  text-align: right !important;
}

.slide_style_center {
  text-align: center !important;
}

.slide-text {
  left: 0;
  top: 25%;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px;
}

.slide-text > h1 {
  padding: 0;
  color: #ffffff;
  font-size: 70px;
  font-style: normal;
  line-height: 84px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  display: inline-block;
  animation-delay: 0.7s;
}

.slide-text > p {
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: 1px;
  animation-delay: 1.1s;
}

.slide-text > a.btn-default {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.25);
  animation-delay: 2s;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a.btn-primary {
  color: #ffffff;
  background: #15549a;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  border: none;
  animation-delay: 2s;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a:hover,
.slide-text > a:active {
  color: #ffffff;
  background: #fdcc52;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

/*** Section About And Counter ***/
section {
  padding: 100px 0;
}

section h2 {
  font-size: 32px;
  margin-bottom: 25px;
}

section.about {
  position: relative;
}

section.about h2 {
  margin-top: 0;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3c4d6b;
}

section.about .about_p {
  padding: 7px 50px 0px;
  color: #777;
}

section.about hr {
  border-color: rgba(31, 84, 154, 0.9);
  margin-bottom: 50px;
}

/** Counter **/
.main_counter_content .single_counter {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #15549a;
  border-radius: 50%;
  color: #15549a;
  display: block;
  height: 190px;
  margin: 0 auto;
  width: 190px;
  font-weight: 600;
  font-size: 30px;
  padding-top: 28px;
  padding-bottom: 28px;
}

p.counter_icon {
  margin-bottom: 0;
}

p.counter_icon i {
  font-size: 32px;
  position: relative;
  top: -10px;
}

.single_counter.p-y-2 > span {
  font-size: 32px;
  font-weight: 600;
}

/*** Section Features ***/
section.features {
  background: #f1f1f1;
}

section.features .section-heading {
  margin-bottom: 100px;
}

section.features .section-heading h2 {
  color: #3c4d6b;
  font-weight: 600;
  margin-top: 0;
}

section.features .section-heading p {
  margin-bottom: 0;
  padding: 0 80px;
}

section.features .device-container,
section.features .feature-item {
  max-width: 300px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

section.features .container-fluid {
  margin-top: 25px;
}

section.features .feature-item {
  text-align: center;
  margin-bottom: 80px;
}

section.features .feature-item h3 {
  color: #3c4d6b;
  font-size: 26px;
  font-weight: 500;
  margin-top: 30px;
}

section.features .feature-item i {
  font-size: 42px;
  color: #fff;
  background: #15549a;
  padding: 15px;
  border-radius: 15px;
}

/*** Section EMI Calculator ***/
section.loan-calculator {
  background: #f1f1f1;
}

section.loan-calculator h2.section-heading {
  color: #3c4d6b;
  font-weight: 600;
  margin-top: 0;
}

section.loan-calculator hr {
  border-color: rgba(31, 84, 154, 0.9);
  margin-bottom: 50px;
}

section.loan-calculator p.text-muted {
  margin-bottom: 0;
  padding: 0 80px;
}

.single-loan-slider:last-child {
  margin-bottom: 0;
}

.single-loan-slider h4 {
  font-size: 20px;
  color: #232323;
  font-weight: 600;
  margin-bottom: 16px;
}

.single-loan-slider h5 {
  font-size: 17px;
}

.mm-amount {
  font-size: 14px;
  font-weight: 500;
}

.single-loan-slider {
  margin-bottom: 32px;
}

.ui-widget-header {
  position: absolute;
  background: #15549a;
  border-radius: 4px;
  border: 0 !important;
}

.ui-widget-content {
  border-radius: 4px;
  background: #2369af !important;
  border: 0 !important;
  cursor: pointer;
}

.ui-slider-horizontal {
  height: 7px !important;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-top: -2px !important;
  margin-left: -8px !important;
}

.ui-slider .ui-slider-handle {
  width: 20px !important;
  border: 3px solid #054789;
  border-radius: 18px;
  outline: none !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #f1f1f1 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #f1f1f1 !important;
}

.single-loan-slider input {
  color: #aaaaaa;
  font-size: 16px;
  border: 0;
  margin-top: 10px;
}

.loan-emi-box {
  background: #15549a;
  color: #fff;
  padding: 30px;
}

.single-total h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}

.single-total p {
  color: #ccc;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.single-total p.emi-price {
  font-size: 20px;
}

#tbl_la {
  margin-bottom: 0;
}

/** Section Agents **/
#agents {
  background: #15549a;
  min-height: 400px;
}

section.agents h2.section-heading {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}

section.agents p.aagents_p {
  color: #ddd;
  padding: 7px 50px 0;
}

section.agents hr {
  border-color: rgba(245, 198, 28, 0.9);
  margin-bottom: 30px;
}

#agents .parent_circle {
  background: #2369af none repeat scroll 0 0;
  border: 10px solid #054789;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  display: table;
  position: relative;
}

#agents .parent_circle p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}

#agents .parent_circle p.agent-area {
  text-transform: uppercase;
}

#agents .parent_circle .parent_circle_contain {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}

#agents .parent_circle .child_round_circle {
  border: 10px solid #2369af;
  border-radius: 50%;
  height: 120px;
  left: 135px;
  position: absolute;
  top: -30px;
  width: 120px;
}

#agents .parent_circle .child_round_circle_img1 {
  background: url("../img/agents/1.jpg");
  background-size: 100%;
}

#agents .parent_circle .child_round_circle_img2 {
  background: transparent url("../img/agents/2.jpg") repeat scroll 0 -11px/100% auto;
  background-position: top;
}

#agents .parent_circle .child_round_circle_img3 {
  background: url("../img/agents/3.jpg");
  background-size: 100%;
}

#agents .parent_circle .child_round_circle_img4 {
  background: url("../img/agents/4.jpg");
  background-size: 100%;
}

#agents .parent_circle .child_round_circle_img5 {
  background: url("../img/agents/5.jpg");
  background-size: 100%;
}

#agents .parent_circle .child_round_circle_img6 {
  background: url("../img/agents/6.jpg");
  background-size: 100%;
}

.padtop30 {
  padding-top: 30px;
}

.media-carousel {
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}

.media-carousel .carousel-control.left {
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #054789;
  border: 4px solid #ffffff;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin-top: 30px;
}

.media-carousel .carousel-control.right {
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #054789;
  border: 4px solid #ffffff;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin-top: 30px;
}

.media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

.media-carousel .carousel-indicators li {
  background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
  background: #333333;
}

.media-carousel img {
  width: 250px;
  height: 100px;
}

/*** Section Agent Details ***/
section.agent-details {
  background: #f1f1f1;
}

.ad-left-wrap {
  background: #fff;
  padding: 30px;
  text-align: center;
}

.ad-left-wrap img {
  max-width: 260px;
  width: 100%;
  border-radius: 50%;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
}

.ad-left-wrap h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}

.ad-left-wrap p {
  color: #555;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.ad-left-wrap ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.ad-left-wrap ul li {
  display: inline-block;
}

.ad-left-wrap ul a {
  color: #15549a;
  padding: 8px 10px;
  text-decoration: none;
  border-radius: 4px;
}

.ad-left-wrap ul a:hover {
  background: #f1f1f1;
}

.ad-right-wrap {
  background: #fff;
  padding: 30px;
}

.ad-right-wrap h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
}

.ad-right-wrap p.agent-location {
  display: flex;
  align-items: center;
  color: #666;
  margin-bottom: 24px;
}

.ad-right-wrap p.agent-location i {
  margin-right: 8px;
}

.ad-right-wrap .agent-contact-box {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.ad-right-wrap .agent-contact-box .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  border-radius: 4px;
  font-size: 24px;
  color: #15549a;
}

.ad-right-wrap .agent-contact-box .contact-info p {
  margin-bottom: 0;
  font-weight: 500;
}

/*** Section Social ***/
section.social_contact {
  text-align: center;
}

section.social_contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #3c4d6b;
  font-weight: 600;
}

section.social_contact h2 i {
  color: #15549a;
}

.subscribe-panel .btn.btn-info.btn-lg {
  background: transparent;
  border: 3px solid #15549a;
  color: #15549a;
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px; /* For Safari 3.1 to 6.0 */
  transition: 0.5s;
}

.subscribe-panel .btn.btn-info.btn-lg:hover {
  background: #15549a;
  color: #fff;
}

.subscribe-panel i {
  color: #15549a;
}

.subscribe-panel > p {
  font-weight: 600;
  color: #777;
}

section.social_contact ul.list-social {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 20px;
}

section.social_contact ul.list-social li a {
  border-radius: 100%;
  color: white;
  display: block;
  font-size: 28px;
  height: 57px;
  line-height: 59px;
  width: 57px;
}

section.social_contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.social_contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.social_contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.social_contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.social_contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.social_contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

/*** Section Testimonial ***/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#testimonials {
  background-color: #f1f1f1;
}

#testimonials .section-title {
  margin-top: 0px;
  padding-top: 10px;
  color: #3c4d6b;
  font-weight: 600;
}

#testimonials .testimonials-list {
  margin-top: 50px;
  margin-bottom: 30px;
}

#testimonials .testimonials-list .single-testimonial {
  -webkit-transition: all 0.25s;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: white;
  margin: 15px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder {
  padding: 25px 15px;
  padding-bottom: 0px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-content {
  font-size: 18px;
  text-align: center;
  position: relative;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-content .testimonial-caret {
  position: absolute;
  bottom: -46px;
  font-size: 32px;
  color: white;
  left: 40px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user {
  margin-top: 20px;
  clear: both;
  background-color: #15549a;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 40px;
  text-align: center;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-image {
  float: left;
  min-width: 50px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-image img {
  height: 50px;
  border-radius: 100%;
  border: 2px solid white;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-name {
  float: left;
  font-weight: bold;
  color: white;
  margin-left: 15px;
  text-align: left;
  font-size: 18px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-name a {
  color: #fff;
  font-size: 14px;
}

#testimonials .testimonials-list .testimonial-left-handle {
  position: absolute;
  z-index: 100;
  top: 40%;
  left: -10%;
  cursor: pointer;
  color: #15549a;
}

#testimonials .testimonials-list .testimonial-left-handle:hover {
  color: #e0b500;
}

#testimonials .testimonials-list .testimonial-right-handle {
  position: absolute;
  z-index: 100;
  top: 40%;
  right: -10%;
  cursor: pointer;
  color: #15549a;
}

#testimonials .testimonials-list .testimonial-right-handle:hover {
  color: #e0b500;
}

#testimonials .testimonials-list .slick-dots {
  bottom: -40px;
  text-align: center;
}

#testimonials .testimonials-list .slick-dots li {
  list-style-type: none;
  display: inline-block;
}

#testimonials .testimonials-list .slick-dots li button {
  background-color: #15549a;
  border-radius: 50%;
  color: #15549a;
  height: 24px;
  width: 24px;
  border: 0;
  outline: none;
  margin: 0px 3px;
}

#testimonials .testimonials-list .slick-dots li.slick-active button {
  background-color: white;
  color: white;
  border: 3px solid #15549a;
}

/*** Section FAQ ***/
.faq_title {
  color: #3c4d6b;
  font-size: 26px;
  font-weight: 500;
}

.faq_icon {
  font-size: 60px;
  color: #15549a;
}

#accordion .panel-default > .panel-heading {
  background: #f1f1f1;
  padding: 0 15px;
}

#accordion .panel-default > .panel-heading a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: #454444;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#accordion .panel-default > .panel-heading a:hover {
  text-decoration: none;
  color: #e7bf18;
}

.panel-heading [data-toggle=collapse]:after {
  font-family: "simple-line-icons";
  content: "\e606";
  color: #fdc949;
  font-size: 18px;
  line-height: 22px;
  /* rotate "play" icon from > (right arrow) to down arrow */
  transform: rotate(-90deg);
}

.panel-heading [data-toggle=collapse].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  transform: rotate(90deg);
  color: #15549a;
}

.faq .btn.btn-primary.page-scroll {
  font-weight: 600;
  padding: 15px;
  background: transparent;
  color: #15549a;
  border: 2px solid #15549a; /* For Safari 3.1 to 6.0 */
  transition: 0.5s;
}

.faq .btn.btn-primary.page-scroll:hover {
  background: #15549a;
  color: #fff;
}

/*** Section Blog ***/
#blog .setion-title {
  color: #3c4d6b;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 0;
}

.blog_worp {
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 25px;
  transition: all 0.5s ease 0s;
}

.blog_worp:hover {
  box-shadow: 0 4px 26px 3px rgba(75, 75, 75, 0.25);
  margin-top: -5px;
}

.blog_worp .blog_content {
  padding: 20px 20px 30px 20px;
}

.blog_worp .blog_content > h4 {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #15549a;
  font-weight: bold;
}

.blog_content a {
  font-weight: 500;
}

.blog_worp .blog_content h2 {
  margin-top: 0;
  margin-bottom: 5px;
}

.blog_worp .blog_content h2 a.title {
  font-size: 24px;
  color: #3c4d6b;
  font-weight: 500;
  text-decoration: none;
}

.blog_worp .blog_content p {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.blog_worp .blog_content a.btn-link {
  font-size: 16px;
  color: #15549a;
  font-weight: 600;
  border-bottom: 2px solid #15549a;
  padding-bottom: 4px;
  text-decoration: none;
}

.blog_worp .blog_content a.btn-link:hover {
  color: #fdc63e;
  border-color: #fdc63e;
}

/*** Section Blog Details***/
section.blog-details {
  background: #f1f1f1;
}

section.blog-details .blog-details-wrap {
  background: #ffffff;
  margin-bottom: 25px;
}

section.blog-details .blog-details-wrap img {
  width: 100%;
}

section.blog-details .blog-details-wrap .post-content {
  padding: 30px;
}

section.blog-details .blog-details-wrap .post-content .post-details {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #15549a;
  margin-bottom: 25px;
}

section.blog-details .blog-details-wrap .post-content .post-details i {
  margin-right: 4px;
}

section.blog-details .blog-details-wrap .post-content .post-details p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}

section.blog-details .blog-details-wrap .post-content .post-details .posted-by {
  margin-right: 25px;
}

section.blog-details .blog-details-wrap .post-content h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 500;
}

section.blog-details .blog-details-wrap .post-content p {
  text-align: justify;
}

section.blog-details .blog-details-wrap .post-content p:last-of-type {
  margin-bottom: 0;
}

section.blog-details .blog-details-wrap .post-content h3 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 500;
}

section.blog-details .blog-details-wrap .related-tag {
  padding: 0 30px 30px 30px;
}

.blog-post-tag h3 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 25px;
}

.blog-post-tag a {
  display: inline-block;
  font-size: 15px;
  padding: 7px 18px;
  color: #15549a;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  margin-right: 12px;
  margin-bottom: 12px;
  text-decoration: none;
  text-transform: capitalize;
}

.blog-post-tag a:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

.blog-post-tag a:hover {
  background: #fdcc52;
  border: 1px solid #fdcc52;
}

.post-tags {
  padding: 30px;
  background: #fff;
  margin-bottom: 0;
}

.popular-post {
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}

.popular-post h3 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 25px;
}

.popular-post .popular-post-list .ppl-box {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #f1f1f1;
}

.popular-post .popular-post-list .ppl-box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.popular-post .popular-post-list .ppl-box img {
  width: 72px;
  margin-right: 16px;
  border-radius: 4px;
}

.popular-post .popular-post-list .ppl-box .ppl-details h4 {
  font-weight: 600;
  margin-top: 0;
}

.popular-post .popular-post-list .ppl-box .ppl-details h4 a {
  color: #333;
  text-decoration: none;
}

.popular-post .popular-post-list .ppl-box .ppl-details h4:hover a {
  color: #fdcc52;
}

.popular-post .popular-post-list .ppl-box .ppl-details p {
  margin-bottom: 0;
  font-weight: 500;
  color: #15549a;
  display: flex;
  align-items: baseline;
}

.popular-post .popular-post-list .ppl-box .ppl-details p i {
  margin-right: 10px;
}

.post-category {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.post-category h3 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 25px;
}

.post-category ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.post-category ul li {
  margin-bottom: 12px;
}

.post-category ul li:last-of-type {
  margin-bottom: 0;
}

.post-category ul li a {
  text-decoration: none;
  display: block;
  padding: 8px 16px;
  color: #333;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}

.post-category ul li a:hover {
  color: #fdcc52;
}

/*** Section Blog Post***/
section.blog-post {
  background: #f1f1f1;
}

section.blog-post nav {
  margin-top: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
}

section.blog-post nav .pagination {
  margin-top: 0;
  margin-bottom: 0;
}

section.blog-post nav .pagination li a {
  border-radius: 0 !important;
  padding: 9px !important;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15549a;
  border: 1px solid #f1f1f1;
}

section.blog-post nav .pagination li.active a {
  background: #15549a;
  color: #fff;
}

/*** Section Brand Logo ***/
#brand_logo .setion-title {
  color: #3c4d6b;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 0;
}

#brand_logo .list-logo {
  margin-left: 0;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

#brand_logo .list-logo li {
  width: 12.5%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
  float: left;
}

#brand_logo .list-logo li a {
  display: block;
  overflow: hidden;
}

#brand_logo .list-logo li a img {
  width: 100%;
  border: 1px solid #fff; /* For Safari 3.1 to 6.0 */
  transition: 1s;
}

#brand_logo .list-logo li a img:hover {
  border: 1px solid #b7b6b6;
}

/*** Section Contact Us ***/
#contact {
  background: #15549a;
}
#contact .wpcf7-acceptance span {
  color: #fff;
}

#contact h2 {
  margin-top: 0;
  margin-bottom: 35px;
  color: #fff;
  font-weight: 600;
}

#contact form .form-group {
  overflow: hidden;
}

#contact form .form-control {
  background: #15549a;
  border: 2px solid #fff;
  height: 45px;
  color: #fff;
  border-radius: 4px 0 0 4px;
}

#contact form .form-control::-moz-placeholder {
  color: #c3c3c3;
}

#contact form .form-control::placeholder {
  color: #c3c3c3;
}

#contact form .form-control::-moz-placeholder {
  color: #c3c3c3;
}

#contact form textarea.form-control {
  height: auto !important;
}

#contact form span.input-group-addon {
  background: #15549a;
  color: #fff;
  padding: 6px 18px;
  border: 2px solid #fff;
  border-left: none;
  border-radius: 0 4px 4px 0;
  position: relative;
}

#contact form span.input-group-addon .form-control-feedback {
  top: 2px;
  right: 1px;
}

#contact form .btn {
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  border: 2px solid; /* For Safari 3.1 to 6.0 */
  transition: 0.5s;
  width: 100%;
}

#contact form .btn:hover {
  background: #fdcc52;
  border-color: #fdcc52;
}

#contact address {
  color: #fff;
  font-weight: 500;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}

.address_icon i {
  color: #fff;
  font-size: 65px;
}

address p {
  margin-bottom: 5px;
}

address .lead i {
  margin-right: 6px;
}

/*** Footer ***/
footer {
  background-color: #07498c;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-top: 1px solid #2c5f8f;
}

footer p {
  font-size: 13px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}

/** Common CSS **/
.mr_top_10 {
  margin-top: 10px;
}

.big {
  font-size: 30px;
}

.bigger {
  font-size: 68px;
}

.super {
  font-size: 72px;
}

.hyper {
  font-size: 96px;
}

.black {
  color: #000;
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.regular {
  font-weight: 500;
}

.light {
  font-weight: 400;
}

.hairline {
  font-weight: 300;
}

.text-caps {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-italic {
  font-style: italic;
}

.normal {
  font-style: normal;
}

.bg-yellow {
  background: #fdcc52;
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

body {
  webkit-tap-highlight-color: #222222;
}

/* End of Custom CSS */
.c-section-images {
  padding-top: 0;
}

.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #f37920;
  border-color: #f37920;
}

.btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
}

.btn-xl {
  padding: 15px 45px;
  font-size: 13px;
}

.btn-primary.focus,
.btn-primary:focus {
  border-color: #f37920;
}

.quote_btn {
  display: block;
  text-align: center;
  width: 100%;
  background: #f37920;
  color: #fff;
  font-size: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 3px solid #f37920;
  border-radius: 4px !important;
  font-weight: 700;
  letter-spacing: 1px !important; /* For Safari 3.1 to 6.0 */
  transition: 0.5s;
}

.quote_btn:hover {
  background: #f37920;
  color: #fff;
  border-color: #f37920;
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: #15549a;
    border-color: #15549a;
    opacity: 0.9;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #fff;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: #15549a;
    border-color: rgba(21, 84, 154, 0.1);
    opacity: 1;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #222222;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #fdcc52;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #fff;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #fdcc52;
  }
  header {
    min-height: 740px;
  }
  header .header-content {
    text-align: left;
    padding: 0;
    min-height: 740px;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header .form-container {
    max-width: none;
    margin: 0;
    display: block;
    height: 100vh;
    max-height: 740px;
    position: relative;
  }
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  header .header-content {
    height: 100vh;
  }
  section.features .device-container {
    margin-bottom: 0;
  }
  section.features .device-container,
  section.features .feature-item {
    max-width: none;
  }
}
@media (max-width: 1400px) {
  .form-mockup {
    top: 19%;
  }
}
@media (max-width: 1280px) {
  .form-mockup {
    top: 16%;
  }
}
@media (max-width: 1199.98px) {
  .btn.btn-default.btn_amount {
    width: 88px;
  }
  .slider.slider-horizontal {
    width: 130px;
  }
  address {
    margin-top: 10px;
  }
  section.features .feature-item {
    margin-bottom: 50px;
  }
}
@media (max-width: 1140px) {
  #testimonials .testimonials-list .testimonial-left-handle {
    left: -4%;
  }
  #testimonials .testimonials-list .testimonial-right-handle {
    right: -4%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #testimonials .testimonials-list .testimonial-left-handle {
    left: -2%;
  }
  #testimonials .testimonials-list .testimonial-right-handle {
    right: -2%;
  }
}
@media (max-width: 991.98px) {
  .navbar-default.has-menu .nav > li > a {
    font-size: 14px;
    padding: 10px 8px;
  }
  .main_counter_content .single_counter {
    margin-bottom: 15px;
  }
  .form-mockup h2 {
    font-size: 16px;
    margin-top: 0;
  }
  .form-mockup h4 {
    font-size: 14px;
  }
  .quote_btn {
    font-size: 20px;
  }
  .btn.btn-default.btn_amount {
    display: none;
  }
  .btn_group {
    width: 100%;
  }
  .btn.btn-default.btn_slider {
    width: 100%;
    border-radius: 4px !important;
    border: 3px solid #ddd;
  }
  .ad-left-wrap {
    margin-bottom: 30px;
  }
  .slider.slider-horizontal {
    width: 80%;
  }
  .valueLabel .text_span {
    display: block;
    float: left;
    font-weight: 600;
  }
  .slide-text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .slide-text > p {
    font-size: 18px;
  }
  #agents .parent_circle {
    margin: 0 auto;
  }
  .blog_worp .blog_img .imghover img {
    width: 100%;
  }
  section.blog-post nav {
    margin-bottom: 30px;
  }
  .mar-20t {
    margin-top: 20px;
  }
  .mb-25b {
    margin-bottom: 25px;
  }
}
@media (max-width: 792px) {
  section.about h2,
  section.agents h2.section-heading,
  header.single-page-header h1.title-heading,
  section.blog-details .blog-details-wrap .post-content h2,
  .ad-right-wrap h2 {
    font-size: 30px;
  }
  section.about .about_p {
    padding: 7px 5px 25px;
  }
  section.features .section-heading h2 {
    font-size: 30px;
  }
  section.features .section-heading p {
    font-size: 16px;
  }
  #testimonials .section-title {
    font-size: 30px;
  }
  #testimonials .testimonials-list .testimonial-left-handle {
    left: -1%;
  }
  #testimonials .testimonials-list .testimonial-right-handle {
    right: -1%;
  }
  #brand_logo .list-logo li {
    width: 25%;
  }
  section.social_contact h2 {
    font-size: 30px;
    font-weight: 600;
  }
  section.social_contact ul.list-social li a {
    font-size: 30px;
    height: 60px;
    line-height: 64px;
    width: 60px;
  }
  #blog .setion-title,
  #brand_logo .setion-title,
  #contact h2 {
    font-size: 30px;
  }
  .faq_title {
    font-size: 22px;
  }
  section.features .feature-item.last-one {
    margin-bottom: 0;
  }
  section.features .feature-item h3 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  section {
    padding: 50px 0;
  }
  .navbar-default .nav > li > a {
    font-size: 18px;
  }
  .navbar-brand {
    height: 75px;
    padding: 15px 0;
  }
  .navbar-header {
    width: 150px;
    float: left;
  }
  .form-mockup {
    margin: 0;
    padding: 30px;
    position: relative;
  }
  .has-menu .navbar-header {
    width: 100%;
    float: none;
  }
  .slide-text {
    padding: 10px 50px;
  }
  .slide-text h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .slide-text > p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .control-round .carousel-control {
    display: none;
  }
  .social_link {
    float: right;
  }
  .social_link .navbar-nav.navbar-right li {
    float: left;
  }
  .social_link .navbar-nav.navbar-right li a i {
    color: #fff;
  }
  section.features .section-heading p {
    padding: 0 10px;
  }
  #contact address {
    text-align: center;
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .slide-text {
    padding: 10px 30px;
  }
  .slide-text h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .slide-text > p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .slide-text > a.btn-default,
  .slide-text > a.btn-primary {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px;
  }
  .indicators-line > .carousel-indicators {
    display: none;
  }
  #agents .parent_circle {
    margin: inherit;
  }
  .media-carousel .carousel-control.left {
    margin-top: 290px;
  }
  .media-carousel .carousel-control.right {
    margin-top: 290px;
  }
}
@media (max-width: 450px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-default.has-menu .navbar-header .navbar-brand {
    float: left;
    padding: 8px 15px 15px;
  }
  .navbar-default .navbar-header .navbar-brand {
    width: 172px;
    margin: 0 auto;
    display: block;
    float: none;
    padding: 0 15px 15px 15px;
  }
  .social_link {
    width: 100%;
  }
  .social_link .navbar-nav.navbar-right li a {
    padding: 6px 7px;
  }
  .social_link .navbar-nav.navbar-right {
    width: 122px;
    margin: 0 auto;
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .social_link .navbar-nav.navbar-right.call_to {
    width: 200px !important;
  }
  .social_link .navbar-nav.navbar-right.call_to li {
    width: 100%;
    text-align: center;
  }
  header .header-content .header-content-inner h1,
  header.single-page-header h1.title-heading,
  section.blog-details .blog-details-wrap .post-content h2,
  section.about h2,
  section.features .section-heading h2,
  section.agents h2.section-heading,
  .ad-right-wrap h2,
  #testimonials .section-title,
  .faq_title,
  #blog .setion-title,
  #brand_logo .setion-title,
  section.social_contact h2,
  #contact h2 {
    font-size: 26px;
  }
  header.single-page-header {
    min-height: 320px;
    padding: 180px 0 50px 0;
  }
  section.features .feature-item h3 {
    font-size: 22px;
  }
  #testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-content {
    font-size: 14px;
  }
  #testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user {
    padding: 20px;
  }
  #testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-name {
    font-size: 14px;
  }
  .blog_worp .blog_content h2 a.title,
  section.blog-details .blog-details-wrap .post-content h3,
  .blog-post-tag h3,
  .popular-post h3,
  .post-category h3,
  .blog-post-tag h3,
  .ad-left-wrap h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 360px) {
  #agents .parent_circle .child_round_circle {
    border: 10px solid #2369af;
    border-radius: 50%;
    height: 100px;
    left: 115px;
    position: absolute;
    top: -30px;
    width: 100px;
  }
}
/* End of Responsive CSS */
form p {
  margin: 0;
}
form label {
  font-weight: 400;
  margin: 0;
  color: #3c4d6b;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
}

/*# sourceMappingURL=application.css.map*/