/*mobile view*/

@media(max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 45px;
  }
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
  h3 {
    font-size: 16px;
    line-height: 28px;
  }
  h4 {
    font-size: 17px;
    line-height: 22px;
  }
  h5 {
    font-size: 15px;
    line-height: 20px;
  }
  .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-20 {
    font-size: 14px;
  }
  .font-50 {
    font-size: 18px;
  }
  .heading {
    text-align: center;
  }
  .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;
  }
  .btn {
    padding: 5px 25px 6px 25px;
    font-size: 15px;
    line-height: 38px;
  }
  .btn-link{
    padding: 0;
  }
  .navbar-collapse {
    border: none;
    padding: 0 10px;
  }
  .navbar-expand .navbar-collapse {
    display: block !important;
    text-align: center;
  }
  .nav-left img {
      max-width: 80%;
  }
  .offer-img {
      width: 100px;
      height: 107px;
      right:30px;
  }
  .banner-wrapper {
    padding: 30px 0;
    height: auto;
    background-image: url('../images/mobile-banner.png');
    position: relative;
  }
  .banner-wrapper-female {
    padding: 30px 0;
    height: auto;
    background-image: url('../images/mobile-banner-female.png');
    position: relative;
  }
  .banner-wrapper:after, .banner-wrapper-female:after {
    content: '';
    position: absolute;
    background: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
  }
  .banner-right {
    padding: 50px 25px 25px;
    margin: 0;
  }
  .banner-right .list{
    margin-left: auto;
    margin-right: auto;
  }

  .pagination li span {
    width: 15px;
    height: 15px;
  }
  .pagination li {
    padding: 0 5px;
  }
  .pagination li .prev img,
  .pagination li .next img {
    width: 15px;
    position: relative;
    top: -4px;
  }
  .p-mobile-0 {
    padding: 0;
  }
  .navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
  }
  .logo-wrapper {
    flex-wrap: wrap;
    justify-content: center !important;
    padding: 0;
  }
  .logo-wrapper>div{
    padding: 0 0 15px;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .logo-section {
    padding: 15px;
    text-align: center;
  }
  .arrow-wrapper,
  .logo-section.right .arrow-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .list li {
    font-size: 16px;
    line-height: 28px;
}
.list li:before {
    width: 18px;
    height: 18px;
    top: 7px;
}
.radio-list{
      flex-direction: column;
    justify-content: center;
}
.radio-container{
      width: 100%;
    height: 100px;
    flex-direction: row;
    padding: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.radio-list li{
  padding: 0;
}
.radio-container .radio-icon {
    height: 35px;
    margin-bottom: 0;
    margin-right: 10px;
}
.radio-container .title{
  height: auto;
}
.radio-icon svg {
    width: 30px;
}
.white-box{
  padding: 30px;
}
.content-img, .about-img, .form-img{
    max-width: 100%;
    margin: 20px auto;
    max-height: 350px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.form-row-wrapper h4{
  margin-left: 0;
}
.margin-bottom {
    margin-bottom: 20px;
}
.step-progress {
    top: -45px;
    left: 15px;
    right: 15px;
    max-width: 100%;
}
  .form-wrapper {
    max-width: 100%;
  }
  .modal-wrapper .inner-modal-content {
    max-height: 350px;
  }
  .tab-content .tab-panel {
    text-align: center;
  }
  .form-control {
    font-size: 14px;
    line-height: 37px;
  }
  #faq .card .card-header .btn-header-link, #faq .card .card-header .btn-header-link.collapsed {
    padding: 15px 15px 15px;
    font-size: 15px;
    white-space: pre-wrap;
    line-height: 1.5;
}
#faq .card .collapse .card-body, #faq .card .card-header+div .card-body {
    padding: 5px 15px 15px 15px;
}
  footer h2 {
    font-size: 35px;
    line-height: 45px;
  }

  p br,
  h2 br,
  h3 br,
  li br,
  #faq .card .card-header .btn-header-link:after{
    display: none;
  }
  
  .text-nowrap {
    white-space: normal !important;
  }
  
}


/*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: 25px;
    line-height: 32px;
  }
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  footer h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .main-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-padding-top {
    padding-top: 50px;
  }
  .padding-top {
    padding-top: 50px;
  }
  .padding-bottom {
    padding-bottom: 50px;
  }
  .small-img {
    max-height: 400px;
  }
  .form-container {
    padding: 20px;
  }
  .btn {
    font-size: 16px;
  }
  .offer-img {
      width: 120px;
      height: 128px;
      right:60px;
  }
  .logo-wrapper {
    flex-wrap: wrap;
  }
  
  .white-box{
    padding: 30px;
  }
  .step-progress {
    top: -40px;
  }
  
}
@media (min-width: 768px) and (max-width: 991px){
  .content-img, .form-img, .about-img {
    max-width: 100%;
  }
  .form-img, .about-img {
    width: 400px;
  }
}

@media (max-width: 1366px) and (min-width: 1200px) {
  .form-img {
    bottom: -55px;
  }
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 970px;
  }
}

@media (max-width: 650px){
  .offer-img {
     right:0;
  }
}
@media (max-width: 590px){
  .offer-img {
     right:-18px;
  }
}