@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.container {
    width: 100%;
}

.yb-logo-1 {
    width: auto;
    height: 400px;
    padding-left: 30%;
}

.nav-header-div {
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 4367px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
}
.nav-div-img{
    position: absolute;
    width: 100%;
    height: 70px;
    top: 0%;
    background: url('assets/images/customerimgs/crd2.jpg') 0% 0% no-repeat padding-box;
    background-repeat: no-repeat;
    background-size: cover;
}
/* contact page styling start */
.contact-page-title {
    position: relative;
    padding: 70px 0px 90px;
    background-size: cover;
    background-position: center center;
  }
  
  .contact-page-title h1 {
    position: relative;
    color: #ffffff;
    line-height: 1.1em;
    font-weight: 700;
    font-size: 60px;
  }
  .socialmedia-page-section{
    height: 400px;
  }
  .auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
  }
  .social-links-styling{
    list-style: none;
    display: inline-flex;
    padding-top: 20px;
    font-size: 50px;
  }


  
/* Footer Div styling */
.section2{
    padding-top: 20px;
    padding-bottom: 20px;
}
.color-w{
    color: #FFFFFF;
}
.color-w a{
    color: #FFFFFF;
}
.color-w a:hover{
  color: rgb(55, 52, 241);
  text-decoration: none;
}
.social-links-li{
    list-style: none;
    display: inline-flex;
}
.icon-div{
    padding: 5px 10px;
    background: #FFFFFF;
    border-radius: 16px;
}
.icon-div-2{
    padding: 5px 8px;
    background: #FFFFFF;
    border-radius: 16px;
}
.header-widget a{
    cursor: pointer;
}