.main-banner
{
    width: 100%;
    height: 655px;
    
}
.main-banner .top
{
    width: 100%;
}
.brand-name
{
    width: 215px;
    height: 80px;
    padding-bottom: 10px;
    
}
.main-header
{
   padding:10px 7% 10px 7%;
   transition: .2s ease-out; 
   background-color:rgba(0,0,0,0.2);
   
}
.main-header-fixed {
  position: fixed;
  top: 0;
  background:rgba(0,0,0,0.5);
  transition: .5s ease-out; 
}
.top-mob-nav-fixed
{
  position: fixed;
  top: 0;
  background:rgba(0,0,0,0.5);
  transition: .5s ease-out;   
 
}
.top .top-nav
{
    color: #fff;
    list-style-type: none;
    text-decoration: none;
   
}
.top-nav-other
{
     color: #343434;
     list-style-type: none;
    text-decoration: none;
}

.top .top-nav li ,.top .top-nav-other li
{
    float: right;
    margin:0px 5px;
}
.top .top-nav a 
{
     color: #fff;
     text-decoration: none;
     font-family: 'Roboto',sans-serif!important;
}
.top .top-nav-other a
{
     color: #343434;
     text-decoration: none;
     font-family: 'Roboto',sans-serif!important;
}
.top .top-mob-nav 
{
  background: rgba(0,0,0,0.5);  
  padding: 15px;
  margin-top: 15px;
  overflow: hidden;
  
}
.top .top-mob-nav a
{
    font-size: 16px;
  font-weight: normal;
  font-family: 'Roboto',sans-serif!important;
  color: #fff;
}
.main-banner .middle
{
    width: 100%;
    text-align: center;
}
.middle .caption
{
    width: 80%;
    
    font-size: 3.125em;
    font-weight: 500;
    line-height: 60px;
    font-family: 'Raleway',sans-serif!important;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #1f2a1f;
    margin: 300px auto auto;
    letter-spacing: 1px;
}
.main-banner .bottom{
    width: 100%;
    text-align: center;
}

.main-banner .search-box
{
    text-align: center;
    width: 80%;
    background: rgba(0,0,0,0.5);
    border-radius: 3px;
    color: #fff!important;
    margin: 30px auto;
    padding: 25px;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto',sans-serif!important;
    
   
}

.main-banner .search-box .text
{
    width: 100%;
    text-align: left;
    color: #fff;
    margin: 0 8px 8px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto',sans-serif!important;
}
.search-box .form-control
{
    width: 90%;
    border: none!important;
    padding: 0px 5px;
    font-size: 16px;
    border-radius: 4px;
    
}
.search-box .age .form-control
{
    width: 42%; 
}
.search-box .btn
{
    margin-top: 26px;
    height: 40px;
    width: 90%;
    font-size: 18px;
}
.steps-container{
    margin-top: 30px;
}
.steps-image-1
{
    height: 135px;
    width: 145px;
    background: url(../images/matrimony/steps.png) no-repeat;
    opacity: 1;
    background-size: 630px 285px;
    background-position: 0px 0px;
    transition: all .5s ease-in-out 0s;
    display: inline-block;  
}
.steps-image-2
{
   height: 135px;
    width: 145px;
    background: url(../images/matrimony/steps.png) no-repeat;
    opacity: 1;
    background-size: 630px 285px;
    background-position: -162px 0px;
    transition: all .5s ease-in-out 0s;
    display: inline-block;  
}
.steps-image-3
{
    height: 135px;
    width: 145px;
    background: url(../images/matrimony/steps.png) no-repeat;
    opacity: 1;
    background-size: 630px 285px;
    background-position: -324px 0px;
    transition: all .5s ease-in-out 0s;
    display: inline-block;  
}
.steps-image-4
{
    height: 135px;
    width: 145px;
    background: url(../images/matrimony/steps.png) no-repeat;
    opacity: 1;
    background-size: 630px 285px;
    background-position: -486px 0px;
    transition: all .5s ease-in-out 0s;
    display: inline-block;  
}
.steps-image-1:hover
{
    
    background: url(../images/matrimony/steps.png) no-repeat;
    background-size: 630px 285px;
    background-position: 0px -150px;
    
}
.steps-image-2:hover
{
    background: url(../images/matrimony/steps.png) no-repeat;
   background-size: 630px 285px;
    background-position: -162px -150px;
    
}
.steps-image-3:hover
{
    background: url(../images/matrimony/steps.png) no-repeat;
    background-size: 630px 285px;
    background-position: -324px -150px;
    
}
.steps-image-4:hover
{
    background: url(../images/matrimony/steps.png) no-repeat;
    background-size: 630px 285px;
    background-position: -486px -150px;
    
}
.steps-text p
{
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto',sans-serif!important;  
}
.home-registration-banner
{
    background:  url(../images/matrimony/banner.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    background-color: none;
    color: #fff;
    
}

.home-registration-form-container{
    
    
    width: 80%;
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
    color: #fff!important;
    margin: 0px auto 30px auto;
    padding:30px 0px 30px 40px;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto',sans-serif!important;
    box-sizing: border-box;
    height: 570px;
    
}
.home-registration-form-container .text
{
    width: 100%;
    text-align: left;
    color: #fff;
    margin: 10 0px 8px;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Roboto',sans-serif!important;
}
.home-registration-form-container .form-control
{
    width: 95%;
    border: none!important;
    padding: 0px 5px;
    font-size: 15px;
    border-radius: 3px;
    height: 35px;
    
    
}
.home-registration-form-container .name .form-control
{
    width: 90%; 
}
.home-registration-form-container .dob .form-control
{
    width: 50%; 
}
.home-registration-form-container .btn
{
    margin-top: 25px;
    height: 40px;
    width: 87%;
    font-size: 18px;
    margin-right: 20px;
}
.home-registration-form-container .alerts
{
    margin-top: 44px;
}

.home-registration-form-container .terms
{
    margin-top: 25px;
    margin-right: 10px;
    font-size: 12px;
    
    
}
.home-registration-form-container .terms a
{
    text-decoration: none;
    color: #000;
}
.home-about-container
{
    height: 570px;
    text-align: left;
    background: rgba(0,0,0,0.3);
    margin: 0px auto 30px auto;
    width: 80%;
    padding: 30px 30px;
}
.home-about-container h3
{
    margin: 0px;
    
    font-weight: bold;
}
.home-about-container span
{
    font-size: 22px;
    color: #c43235;
    margin-right: 5px;
    font-weight: bold;
}
.home-about-container p
{
    font-size: 16px;
    font-family: 'Roboto',sans-serif!important;
}

#home-profile-row
{
    
    width:100%;
    opacity: 1;
    transition: all 4s ease-out;
    
}
.home-profile-container {
    background-color: #fff;
    border: 1px solid #fff;
    width: 155px;
    height: 260px;
    margin: 10px 5px;
    display: inline-block;
    box-shadow: 0 5px 10px 1px #e0e0e0;
    transition: .3s ease-in-out;
    vertical-align: top;
    overflow: hidden;
    font-family: 'Roboto',sans-serif!important;
   
}


.home-profile-image {
    background-size: 100% 100%;
    margin: 0 0 8px;
    width: 100%;
    height: 205px;
}

.home-profile-details {
    margin: 0;
    text-transform: capitalize;
}
.home-profile-details h5
{
    font-size: 15px;
    margin:  5px auto 0px auto;
    color: #c43235;
}
.home-profile-details p
{
    font-size: 15px;
    margin:  2px auto 0px auto;
    color: #777;
}

.home-profile-container:hover {
    border: 1px solid #c43235;
    box-shadow: 2px 3px 6px 1px #ccc;
}

.home-feature-banner
{
    background:  url(../images/matrimony/banner2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: none;
    color: #fff;
    
    
}
.home-feature-container
{
        background: rgba(108, 0, 0, 0.46);
        font-size: 20px;  
        border: 1px solid #fff;
        font-family: 'Roboto',sans-serif!important;
        padding: 50px 10px;
        min-height: 270px;
        max-height: 270px;
        overflow: hidden;
      
        
}



.home-feature-container .icon-profile
{
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/matrimony/features.png) no-repeat;
    background-size: 460px 100px;
    background-position: 0px 0px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.home-feature-container .icon-premium
{
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/matrimony/features.png) no-repeat;
    background-size: 460px 100px;
    background-position: -115px 0px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.home-feature-container .icon-support
{
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/matrimony/features.png) no-repeat;
    background-size: 460px 100px;
    background-position: -233px 0px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.home-feature-container .icon-couples
{
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/matrimony/features.png) no-repeat;
    background-size: 460px 100px;
    background-position: -360px 0px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.home-success img
{
  width: 350px;
  height: 250px;  
}
.home-success p
{
  font-size: 15px;
  font-family: 'Roboto',sans-serif!important;
}
.home-success .btn
{
    margin-top: 25px;
    
    width: auto;
    font-size: 18px;
    padding: 10px;
    display: inline-block;
}

.home-support-banner
{
    background:  url(../images/matrimony/banner3.jpg) no-repeat center center;
    background-size: cover;
    min-height: 300px;
    margin-top: 30px;
    
}
.home-support-banner h4
{ 
  font-size: 32px; 
  color: #c43235;
  margin-top: 10px;
  
}
.home-support-banner h3{
    margin-top: 80px;
    margin-bottom: 20px;
}

.footer

{
    background-color: #eee;
    text-align: center;
    padding-top: 20px;
}
.footer h5
{
    color:#343434; 
    font-size: 18px;
    font-weight: bold;
    
}
.footer a
{
    font-size: 14px;
    color: #777;
    font-family: 'Roboto',sans-serif!important;
    display: block;
    margin-top: 2px;
}
.footer .social a
{
    display: inline-block;
}
.footer span
{
   
   font-size: 14px;
   font-family: 'Roboto',sans-serif!important;
   display: inline-block;
   
}
.footer p
{
   display: inline-block;
   margin: 0px;
   font-size: 14px;
   font-family: 'Roboto',sans-serif!important;
   color: #777;
   vertical-align: top;
   padding-top: 5px;
}
.footer .phone
{
    background: url(../images/matrimony/footer-icons.png) no-repeat;
    height: 25px;
    background-size: 205px 26px;
    background-position: 0px 0px;
    display: inline-block;
    padding-left: 30px;
}
.footer .mail
{
    background: url(../images/matrimony/footer-icons.png) no-repeat;
    height: 25px;
    background-size: 208px 26px;
    background-position: -30px 0px;
    display: inline-block;
    padding-left: 30px;
}
.footer .whatsup
{
    background: url(../images/matrimony/footer-icons.png) no-repeat;
    height: 25px;
    background-size: 208px 26px;
    background-position: -60px 0px;
    display: inline-block;
    padding-left: 30px;
}
.footer .facebook
{
    background: url(../images/matrimony/footer-icons.png) no-repeat;
    height: 30px;
    background-size: 215px 30px;
    background-position: -92px 0px;
    display: inline-block;
    padding-left: 32px;
}
.footer .google
{
    background: url(../images/matrimony/footer-icons.png) no-repeat;
    height: 30px;
    background-size: 215px 30px;
    background-position: -122px 0px;
    display: inline-block;
    padding-left: 32px;
}
.footer .twitter
{
    background: url(../images/matrimony/footer-icons.png) no-repeat;
    height: 30px;
    background-size: 215px 30px;
    background-position: -153px 0px;
    display: inline-block;
    padding-left: 32px;
}
.footer .instagram
{
    background: url(../images/matrimony/footer-icons.png) no-repeat;
    height: 30px;
    background-size: 215px 30px;
    background-position: -184px 0px;
    display: inline-block;
    padding-left: 32px;
}
.footer-bottom
{
    padding: 20px 0px;
    background-color: #343434;
    color: #aaa;
    font-size: 12px;
    font-family: 'Roboto',sans-serif!important;
    text-align: center;
    
}
.footer-bottom a
{
    color: #ccc;
}

@media (max-width:1920px) {
    
}
@media (max-width:1280px) {
    
  .main-banner .search-box
{
   width: 100%;
   padding: 25px 0;
}
.middle .caption {
    width: 100%;
    font-size: 2.5em;
}
.search-box .btn {
   width: 90%;
}
.home-registration-form-container,.home-about-container{
    
    
    width: 100%;
}

}
@media (max-width:1000px) {
    .middle .caption {
    margin-top: 250px;
    }
    .main-banner .search-box
{
  
   padding: 25px;
}
.main-banner .search-box .text {
    width: 100%;
    text-align: left;
    color: #fff;
    margin-top: 8px;
}
    .search-box .col-12 .col-6
    {
        min-width: 100%;
    }
    .search-box .col-12 .col-6 .col-6
    {
        min-width: 49%;
    }
    .search-box .btn
    {
        margin-top: 34px;
    }
    .steps-image-1
{
    height: 90px;
    width: 100px;
    background-size: 490px 98px;
    
    
}
.steps-image-2
{
    height: 90px;
    width: 100px;
    background-size: 470px 93px;
    background-position: -123px 0px;
    
}
.steps-image-3
{
   height: 90px;
    width: 100px;
    background-size: 470px 90px;
    background-position: -247px 0px;
    
}
.steps-image-4
{
   height: 90px;
    width: 100px;
    background-size: 470px 90px;
    background-position: -375px 0px;
    
}
.steps-image-1:hover
{
    
   
    background-size: 490px 98px;
    
}
.steps-image-2:hover
{
    
   background-size: 470px 93px;
    background-position: -123px 0px;
    
}
.steps-image-3:hover
{
    
    background-size: 470px 90px;
    background-position: -247px 0px;
    
}
.steps-image-4:hover
{
    
    background-size: 470px 90px;
    background-position: -375px 0px;
    
}
.steps-text h4
{
    font-size: 22px;
   
    
}
.steps-text p
{
    font-size: 12px;
    
}
.home-registration-form-container{
    
    
 padding-left: 30px;
}
.home-feature-container {
    
    font-size: 16px;
}

.home-support-banner h4
{ 
  font-size: 25px; 
 
  margin-top: 10px;
  
}
.home-support-banner h3{
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 25px;
}


}

@media (max-width:720px) {
    .middle .caption {
    width: 100%;
    font-size: 2em;
    margin-top: 200px;
}
}
@media (max-width:580px) {
    
  .main-banner .top
  {
      text-align: center;
      float: right;
  }
  .middle .caption {
   
    font-size: 1.5em;
}
.main-banner .bottom
{
    margin-top: 150px;
}
.main-banner .search-box
{
    text-align: center;
    width: 80%;
    background: rgba(0,0,0,0.5);
    border-radius: 3px;
    color: #fff!important;
    margin: 30px auto;
    padding: 25px;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto',sans-serif!important;
    
   
}
.search-box .col-12 .col-6 .col-6
    {
        min-width: 100%;
    }
    .search-box .age .form-control
{
    width: 41%; 
}

.main-banner .search-box .text
{
    width: 100%;
    text-align: left;
    color: #fff;
    margin: 8px 15px 8px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto',sans-serif!important;
}


  
}
@media (max-width:480px) {
    
    .search-box .age .form-control
{
    width: 40%; 
}
    
}
@media (max-width:450px) {
    
    .search-box .age .form-control
{
    width: 39%; 
}
.main-banner .search-box .text
{
    margin: 8px 12px 8px;
    
}
    
}
@media (max-width:320px) {
    
}