@media all and (max-width: 1024px) { 
	
    html, body {
        margin: 0;
        height: 100%;
        overflow: visible;
      }
	.about-cont {
    padding-left:30px;
  }

  .contact-cont {
    flex-direction:column;
  }
  .contact-left{
    max-width:100%;
    min-height:400px;
    justify-content: center;
    align-items: center;
  }
  .divider {
    width:50%;
  }
  .contact-right {
    max-width:100%;
    justify-content: center;
    align-items: center;
    min-height:400px;
  }
  .form {
    max-width:570px;
    min-height:400px;
  }
}

/* end of 1024 width */

/*  600 width  strat */

@media all and (max-width: 600px) {
  
  .nav {
    position:static;
  }
  
  .lang {
    display:none;
  }
  .log {
    display:none;
  }
  .nav-btn {
    display:block;
  }

  .mob-nav {
    width:100%;
    min-height:100vh;
    background-color:#fff;
    z-index:100;
    /* display:none; */
    position:absolute;
    top:0;
    padding:20px;
}
.open {
 display:flex;
}

.top-part {
  display:flex;
  justify-content: space-between;
  border-bottom: 1px solid #979797;
  margin-bottom:40px;
}
.logo-mob {
  max-width:125px;
  height:26px;
}
.logo-mob img {
  width:100%;
}
.close-nav {
  width:45px;
  height:45px;
  transform:translateY(-10px);
}
.close-nav::after {
    
  display: inline-block;
  content: "\00d7"; /* This will render the 'X' */
  color:#000;
  font-size:40px;
  font-weight:600;
}

.lang-mob select {
  font-family: 'Raleway', sans-serif;
  font-weight:600;
  font-size:14px;
  color:#696969;
  border:none;
  margin-bottom:10px;
}
.wrap {
  margin-bottom:260px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items: center;
}
.middle-mob {
  display:flex;
  flex-direction:column;
}
.middle-mob a {
  font-family: 'Montserrat', sans-serif;
  font-size:22px;
  font-weight:500;
  color:#000;
  text-decoration:none;
  line-height:28px;
  margin-bottom:1rem;
  
}
.lin {
  width:50px;
  height:1px;
  background-color:#979797;
  margin:15px 0;
}
.log-mob {
  display:flex;
  flex-direction:column;
}
 
.log-mob a {
  font-family: 'Montserrat', sans-serif;
  font-size:22px;
  font-weight:500;
  color:#000;
  text-decoration:none;
  margin-bottom:1rem;
}
.lang-mob {
  display:flex;
  flex-direction:column;
  width:100px;
}
.ang-mob select {
  margin-bottom:10px;
  
}
.open {
  display:block;
 }

 .logo-cb {
   width:240px;
   height:49px;
 }
 .logo-cb img {
   width:100%;
   height:100%;
 }


 .ab-logo-div {
   width:240px;
   height:49px;
 }
 .ab-logo-div img {
   width:100%;
   height:100%;
 }

 .dd h1 {
   font-size:18px;
   line-height:22px;
   width:497px;
 }
 .dd h2 {
   font-size:16px;
   line-height:20px;
   width:497px;
 }
 .top-r {
   position:relative;
 }
 .arr img {
   width:30px;
   height:30px;
 }
 .foot-top {
   flex-direction:column;
   align-items: flex-start;
 }

 .contact-left {
   justify-content: flex-start;
   padding-left:30px;
 }
 .form {
   max-width:470px;
   padding-bottom:10px;
   align-items:center
 }
 .form-group {
   flex-direction:column;
   align-items: center;
   margin-bottom:0;
 }
 .form-group input {
   max-width:100%;
   margin-bottom:20px;
 }
 .header-foot {
   padding:0 5px;
 }
 .foot-top {
   padding:0;
 }

}


/*  600 width  end */
/*  768 width  strat */



@media all and (max-width: 768px) {

  .contact-cont {
    padding-top:100px;
  }
  .contact-left {
    min-height:240px;
    margin-bottom:10px;
  }
  .col-1 h3,.col-2 h3 {
    margin-bottom:0;
    line-height:15px;

  }
  .blue-line {
    margin:7px 0;
  }
  .col-1 .num {
    margin-bottom:0;
  }
  .contact-right {
    min-height:300px;
  }
  .form {
    min-height:300px;
    padding-bottom:15px;
  }
  .form-group {
    margin-bottom:15px;
  }
  .input-div {
    margin-bottom:15px;
  }
  textarea {
    margin-bottom:15px;
  }
}
/*  768 width  end */

/*  425 width  start */

@media all and (max-width: 425px) {
  .dd h1 {
    width:297px;
    font-size:16px;
    margin-bottom:5px;
  }
  .dd h2 {
    width:297px;
    margin-bottom:5px;
    line-height:18px;
  }
  .form {
    padding-bottom:5px;
  }
  .form-group input {
    max-width:300px;
  }
  .input-div {
    width:300px;
  }
  textarea {
    max-width:300px;
    margin-bottom:5px;
  }

  .links {
    padding-right:5px
  }
  .line-dch {
    
    display:block;
  }


  /* privacy page start  */

  .privacy-cont h1 {
    font-size:22px;
    
  }
  .privacy-cont p {
    font-size:13px;

  }
  .privacy-cont h3 {
    font-size:16px;

  }
  .header-cont {
    margin-top:0;
    min-height:75vh;
  }

  .about-cont {
    margin-bottom:0;
    height:79vh;
    padding-top:20px;
  }
  
  .contact-cont {
    padding-top:20px;
    min-height:80vh;
  }
  .ab-logo-div {
    margin-bottom:15px;
  }
  .col-1 h3 {
    max-width:170px;
  }
  .contact-left {
    padding-left:15px;
  }
  .top-1 h4 {
    margin:0;
  }
  .header-foot {
    padding-left:10px;
  }

  /* privacy page end  */
}

/*  425 width  end */


/*  320 width  start */
@media all and (max-width: 320px) {
  .contact-cont {
    padding-top:10px;
  }
  .about {
    min-height:100vh;
    margin-bottom:10px;
    padding-top:0px;
  }
  .about-cont{
    min-height:82vh;
    margin-bottom:10px;
    padding-top:90px;
    padding-left:10px;
  }
}

/*  320 width  end */