@media (min-width: 768px) {
  .navbar-default {
    background-color: #15549A;
    border-color: #15549A;
    opacity: .9;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .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 .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%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header .form-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}


@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  section.features .device-container {
    margin-bottom: 0;
  }
  section.features .device-container,
  section.features .feature-item {
    max-width: none;
  }

  .screen img { 
  height: 420px;
}
}


@media (max-width:1200px) {
  .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: 992px) {
  .bs-slider{
  overflow: hidden;
  max-height: 430px;
  position: relative;
  background: #000000;
}
  header {
  position: relative;
  width: 100%;
  top: 100px;
  min-height: auto;
  overflow-y: hidden;
  background-attachment: fixed;
  background-clip: border-box, border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box, padding-box;
  background-position: 0 0%, center center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  min-height: 740px;
}
section.features{
  background: #F1F1F1;
  padding-top: 150px;
}
  .navbar-default.has-menu .nav > li > a{
    font-size: 13px;
    padding: 10px 3px;
  }
  .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;
  }
  .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;
  }
  .blog_worp .blog_img .imghover img{
    width: 100%;
  }
  .mar-20t{
    margin-top: 20px;
  }
}

@media (max-width: 792px) {
  #testimonials .testimonials-list .testimonial-left-handle{
    left: -1%;
  }
  #testimonials .testimonials-list .testimonial-right-handle{
    right: -1%;
  }
  section.about 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: 13px;
  }
  #testimonials .section-title{
    font-size: 30px;
  }
  #brand_logo .list-logo li {
    width: 25%;
  }
  section.social_contact h2{
    font-size: 25px;
    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:768px) {
  section{
    padding: 50px 0;
  }
  .navbar-header{
    width: 150px;
    float: left;
  }
  .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{
    
  }
  .social_link .navbar-nav.navbar-right li{
    float: left;
  }
  .social_link .navbar-nav.navbar-right li a{
    
  }
  .social_link .navbar-nav.navbar-right li a i{
    color: #fff;
  }
  section.features .section-heading p{
    padding: 0 10px;
  }
  address{
    text-align: center;
    margin-top: 100px;
  }
  header {
  position: relative;
  width: 100%;
  top: 130px;
  min-height: auto;
  overflow-y: hidden;
  background-attachment: fixed;
  background-clip: border-box, border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box, padding-box;
  background-position: 0 0%, center center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  min-height: 740px;
}
.bs-slider{
  overflow: hidden;
  max-height: 430px;
  position: relative;
  background: #000000;
}
}

@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;
  }

}

@media (max-width:450px) {
  section.features{
  background: #F1F1F1;
  padding-top: 100px;
}
  .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;
  }
  .navbar-default .navbar-header .navbar-brand img{
    height: 43px;
  }
  .social_link{
    float: left;
    padding: 0 15px;
  }
  .social_link .navbar-nav.navbar-right li a{
    padding: 0px 8px 0px 8px;
  }
  .social_link .navbar-nav.navbar-right{
    width: 130px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .social_link .navbar-nav.navbar-right.call_to{
    width: 190px !important;
  }
  header .header-content .header-content-inner h1,
  section.about h2,
  section.features .section-heading h2,
  section.agents h2.section-heading,
  #testimonials .section-title,
  .faq_title,
  #blog .setion-title,
  section.social_contact h2,
  #contact h2{
    font-size: 23px;
  }
  section.features .section-heading {
    margin-bottom: 40px;
  }
  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;
  }

  .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: contents;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 8px;
  clear: both;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
header {
  position: relative;
  width: 100%;
  top: 50px;
  min-height: auto;
  overflow-y: hidden;
  background-attachment: fixed;
  background-clip: border-box, border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box, padding-box;
  background-position: 0 0%, center center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
}
header.home_loan{
  background-image: linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_home.jpg");
  background-image: -webkit-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_home.jpg"); 
  background-image:    -moz-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_home.jpg"); 
  background-image:     -ms-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_home.jpg"); 
  background-image:      -o-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_home.jpg");
  height: 450px;

}
header.imo_loan{
  background-image: linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_edu.jpg");
  background-image: -webkit-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_edu.jpg"); 
  background-image:    -moz-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_edu.jpg"); 
  background-image:     -ms-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_edu.jpg"); 
  background-image:      -o-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_edu.jpg");
  height: 450px;

}

header.vacc_loan{
  background-image: linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_edu.jpg");
  background-image: -webkit-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_edu.jpg"); 
  background-image:    -moz-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_edu.jpg"); 
  background-image:     -ms-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_edu.jpg"); 
  background-image:      -o-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_edu.jpg");
  height: 450px;

}

#contact .gmap_canvas { width: 340px; }
#contact .mapouter { width: 340px; }

header.auto_loan{
  background-image: linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_auto.jpg");
  background-image: -webkit-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_auto.jpg"); 
  background-image:    -moz-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_auto.jpg"); 
  background-image:     -ms-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_auto.jpg"); 
  background-image:      -o-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_auto.jpg"); 
  height: 450px;
}

header.fast_loan{
  background-image: linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_urg.jpg");
  background-image: -webkit-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_urg.jpg"); 
  background-image:    -moz-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_urg.jpg"); 
  background-image:     -ms-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_urg.jpg"); 
  background-image:      -o-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_urg.jpg"); 
  height: 450px;
}

header.contact_loan{
  background-image: linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_contact.jpg");
  background-image: -webkit-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_contact.jpg"); 
  background-image:    -moz-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_contact.jpg"); 
  background-image:     -ms-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_contact.jpg"); 
  background-image:      -o-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_contact.jpg"); 
  height: 450px;
}


header.weding_loan{
  background-image: linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_wedin.jpg");
  background-image: -webkit-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_wedin.jpg"); 
  background-image:    -moz-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_wedin.jpg"); 
  background-image:     -ms-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_wedin.jpg"); 
  background-image:      -o-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_wedin.jpg"); 
  height: 450px;
}
header.form_loan{
  background-image: linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_form.jpg");
  background-image: -webkit-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_form.jpg"); 
  background-image:    -moz-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_form.jpg"); 
  background-image:     -ms-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_form.jpg"); 
  background-image:      -o-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_form.jpg"); 
  height: 450px;
}

header.about_loan{
  background-image: linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_about.jpg");
  background-image: -webkit-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_about.jpg"); 
  background-image:    -moz-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_about.jpg"); 
  background-image:     -ms-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_about.jpg"); 
  background-image:      -o-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header_about.jpg"); 
  height: 450px;
}

header.insur_loan{
  background-image: linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header-ins.jpg");
  background-image: -webkit-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header-ins.jpg"); 
  background-image:    -moz-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header-ins.jpg"); 
  background-image:     -ms-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header-ins.jpg"); 
  background-image:      -o-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header-ins.jpg"); 
  height: 450px;
}

header.motor_loan{
  background-image: linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header-moto.jpg");
  background-image: -webkit-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header-moto.jpg"); 
  background-image:    -moz-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header-moto.jpg"); 
  background-image:     -ms-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header-moto.jpg"); 
  background-image:      -o-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header-moto.jpg"); 
  height: 450px;
}

header.tra_loan{
  background-image: linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header-wor.jpg");
  background-image: -webkit-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header-wor.jpg"); 
  background-image:    -moz-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header-wor.jpg"); 
  background-image:     -ms-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header-wor.jpg"); 
  background-image:      -o-linear-gradient(rgb(21 84 154 / 35%), rgb(21 84 154 / 35%)), url("../img/header-wor.jpg"); 
  height: 450px;
}

.screen img { 
  height: auto;
}
}


@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;
  }
  .media-carousel .carousel-control.left{
    margin-top: 290px;
  }
  .media-carousel .carousel-control.right{
    margin-top: 290px;
  }

  .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: contents;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 8px;
  clear: both;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
section.features{
  background: #F1F1F1;
  padding-top: 100px;
}
}
