/*mobile view*/

@media(max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 45px;
  }
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  h2.big {
    font-size: 28px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h3.small-heading {
    font-size: 22px;
    line-height: 22px;
  }
  h4 {
    font-size: 20px;
	line-height: 28px;
  }
  h5 {
    font-size: 15px;
    line-height: 20px;
  }
  p {
    font-size: 18px;
    line-height: 26px;
    word-break: break-word;
  }
  li{
    word-break: break-word;
  }
  .font-24 {
    font-size: 16px;
  }
  .font-19 {
      font-size: 12px;
  }
  .brand-logo{
       max-width: 150px !important;
  }
  .main-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main-padding-top {
    padding-top: 40px;
  }
  .padding-top {
    padding-top: 40px;
  }
  .padding-bottom {
    padding-bottom: 40px;
  }
  .font-27{
    font-size: 17px;
  }
  .font-20 {
    font-size: 14px;
  }
  .font-50 {
    font-size: 18px;
  }
  .navbar {
    padding: 10px 0;
  }
  .heading {
    text-align: center;
  }
  .btn{
        font-size: 17px;
  }
  .btn-arrow {
		padding: 8px 15px 9px 15px;
		font-size: 1.125rem;
  
}
.btn-arrow:after{
  border-width: 23px 0 23px 16px;
}
.banner-right .btn {
    width: 80%;
    max-width: 260px;
}
  .heading:after {
    right: 0;
    margin: 0 auto;
  }
  .mobile-list {
    max-width: 300px;
    text-align: left;
    margin: 0 auto;
  }
  .small-img {
    max-width: 350px;
    max-height: 350px;
    margin: 0 auto;
  }

  .row-icons img {
    
    height: 80px;
    margin: 0 auto 30px;
}
.bx-wrapper .bx-controls-direction a {
    bottom: -60px;
}
  .navbar-collapse {
    border: none;
    padding: 0 10px;
  }
  .navbar-expand .navbar-collapse {
    display: block !important;
    text-align: center;
  }
  .right-text {
    padding: 10px;
  }
  .banner-wrapper {
    padding: 30px 0;
    text-align: center;
        margin-top: 65px;
            background: #ffffff;
  }
  .banner-wrapper .text-white{
        color: #484848 !important;
  }
   .banner-wrapper .icon-arrow-icon-heading.text-white{
        color: #46729B !important;
  }
  i.large-icon {
    font-size: 19px;
}
i.medium-icon {
    font-size: 17px;
}
  .inner-banner .box{
    padding: 30px 0;
    text-align: center;
  }
  .banner-wrapper i.large-icon {
    font-size: 19px;
  }
  .banner-icon {
    margin-bottom: 30px;
  }
  .bottom-logo {
    width: 70px;
    height: 70px;
  }
  .slider-custom .bx-wrapper .bx-pager {
    bottom: -60px;
    text-align: center;
        left: 0;
    right: 0;
  }
  .blue-box {
    padding: 20px;
  }
  .icon-row img {
    max-width: 50px;
  }
  .video-box {
    margin: 20px auto;
  }
  .stepwizard-row {
    justify-content: center;
    flex-wrap: wrap;
  }
  .bottom-logo.right {
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 70px;
    height: 70px;
  }
  .navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
  }
  .logo-wrapper {
    flex-wrap: wrap;
    justify-content: center !important;
    padding: 0;
  }
  .logo-wrapper>div,
  .partner-wrapper>div {
    padding-bottom: 15px !important;
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .top-logo-wrapper>div:first-child {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .logo-section {
    padding: 15px;
    text-align: center;
  }
  .nav-left p {
    line-height: 1.3;
    letter-spacing: 0;
    font-size: 13px;
  }
  .form-wrapper {
    max-width: 100%;
  }
  .top-logo-wrapper>div img {
    max-height: 20px;
    max-width: 100%;
    height: auto;
  }
  .full-height-col {
    display: block;
  }
  .logo-wrapper>div img, .logo-wrapper.grey-logo>div>img {
    
    max-height: 50px;
    max-width: 100%;
  }
  footer h2 {
    font-size: 35px;
    line-height: 45px;
  }
  footer p {
    font-size: 16px;
    line-height: 22px;
  }
  p br,
  h2 br,
  h3 br,
  li br,
  .middle-left-hdots, .no-sm-arrow:after, .mobile-slider p {
    display: none;
  }

  .text-nowrap {
    white-space: normal !important;
  }
  .bx-wrapper .bx-next{
    right: 0;
  }
  .bx-wrapper .bx-prev{
    left: 0;
  }
  .middle-banner {
    height: 400px;
    padding: 30px 30px 0;
}
}


/*small device*/

@media(max-width: 480px) {
  .small-img {
    max-width: 250px;
    max-height: 300px;
  }
}


/*tablet view*/

@media(min-width: 768px) and (max-width: 1366px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
  h2.big {
    font-size: 30px;
    line-height: 38px;
  }
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
  h3.small-heading {
    font-size: 25px;
    line-height: 25px;
  }
  h4 {
    font-size: 22px;
    line-height: 26px;
  }
    i.large-icon {
    font-size: 20px;
}
i.medium-icon {
    font-size: 20px;
}
  footer h2 {
    font-size: 35px;
    line-height: 45px;
  }
  p {
    font-size: 20px;
    line-height: 27px;
  }
  .font-24 {
    font-size: 18px;
}
.font-19 {
    font-size: 14px;
}
.font-20{
  font-size: 15px;
}
.font-27 {
  font-size: 22px;
}
.btn-lg .font-27 {
  font-size: 26px;
    position: relative;
    top: 2px;
}
  .navbar {
    padding: 10px 0;
  }
  .main-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-padding-top {
    padding-top: 50px;
  }
  .padding-top {
    padding-top: 50px;
  }
  .padding-bottom {
    padding-bottom: 50px;
  }
  .slider-custom .bx-wrapper .bx-pager {
    bottom: -50px;

  }
  .top-nav-collapse .btn.btn-arrow:after {

    border-width: 22px 0 22px 12px;

}
.navbar .btn{
      font-size: 16px;
    line-height: 20px;
  padding: 11px 16px 12px 16px;
}
.navbar .btn.btn-arrow:after {
    border-width: 22px 0 22px 12px;    right: -13px;
    top: 0px;
}
  .middle-banner {

    height: 400px;
    padding: 30px 60px 0;
}
  .nav-right {
    font-size: 18px;
  }
  .brand-logo  {
    max-width: 180px !important;
  }
  .small-img {
    max-height: 400px;
  }
  .banner-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
        margin-top: 74px;
  }
  .inner-banner .box{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blue-box {
    padding: 30px;
  }
  .icon-row img {
    max-height: 70px;
  }
  .form-container {
    padding: 20px;
  }
  .banner-wrapper i.large-icon {
    font-size: 20px;
  }
  .list li {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .logo-wrapper {
    flex-wrap: wrap;
  }
  .logo-wrapper>div img {
    max-height: 20px;
  }
  .form-img {
    max-width: 100%;
  }
    .row-icons img {
    height: 100px;
}
}
@media (min-width: 768px) and (max-width: 991px){
  .banner-right p br{
    display: none;
  }
}
@media (min-width: 768px){
  .bx-wrapper .bx-prev {
    left: auto;
    right: 75px;
}
.bx-wrapper .bx-controls-direction a{
        top: auto;
    bottom: -50px;
}
}

@media (min-width: 992px) {
  .text-md-nowrap {
    white-space: nowrap!important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1210px;
  }
  .navbar .container {
    max-width: 1180px;
  }
  .container-large{
    max-width: 1510px;
  }
}

@media (min-width: 1400px) {
  .large-section .container {
    max-width: 1344px;
  }
}