@media  (min-width: 1920px) {
  .inpage {
    max-width: 1600px;
  }
}

@media  (max-width:1441px) {
  
}

@media screen and (min-width: 1366px) and (max-width: 1440px) {

  .vd-row h6 {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 14px;
  }

  .vd-row p {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
  }

  .welcome-left-section {
    width: 70%;
  }

  .body-text {
    height: 88vh;
  }

  .form-con {
    max-height: 75%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 75%;
  }

  .vd-thumb {
    width: 35%;
    margin: 2px 15px 0px 0px;
  }

  .form-label,
  .form-check-label {
    font-size: 12px;
  }

  .icon-img p {
    position: relative;
    font-size: 17px ;
    font-weight: 600;
    margin-top: .8rem;
  }
  .recruit_txt {
    padding: 1.2rem 1.5rem;
    min-height: 422px;
  }
  .bt-box .recruit_txt {
    min-height: 370px;
  }
}

@media screen and (min-width: 1025px) and (max-width:1365px) {

  .vd-row {
    flex-direction: column;
  }

  .vd-thumb {
    width: 100%;
    margin: 2px 15px 5px 0px;
  }

  .vdtxt {
    width: 100%;
  }

  h4 {
    font-size: 18px;
  }

  .chs-pro {
    width: 620px;
    margin: 0 auto
  }

}




@media screen and (min-width: 992px) and (max-width:1024px) {

  .logo {
    position: relative;
  }

  .login-outer {
    flex-direction: column;
  }

  .left-section {
    width: 100%;
    padding: 1rem 0
  }

  .right-section {
    width: 100%;
    height: auto;
  }

  .bdtxt {
    margin: 3rem 0 0 0;
  }

  .bdtxt p {
    padding-right: 20px;
  }

  h1 {
    font-size: 40px;
  }

  .right-section h2 {
    font-size: 40px;
  }

  .login-outer {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .copytxt {
    display: none
  }

  .copytxt-m {
    display: block;
    text-align: left;
    padding: .5rem 0;
    color: #fff;
  }

  .welcome-outer {
    flex-direction: column;
  }

  .welcome-left-section {
    width: 100%;
    padding: 1rem 0
  }

  .welcome-bdtxt {
    margin: 3rem 0 0 0;
  }

  .welcome-bdtxt p {
    padding-right: 20px;
  }

  .welcome-outer {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .body-text {
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
    margin-bottom: 50px
  }

  .form-con {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .ftr-dsk {
    display: none;
  }

  .ftr-mb {
    display: block;
    position: fixed;
  }

  .left-sec {
    width: 100%;
    padding: 1rem 1rem 1rem 1.5rem;
    background: #61A43D url(../images/left-bg-mb.png) no-repeat 100% 100%;
  }

  .left-sec ul {
    display: inline;
  }

  .left-sec ul li {
    display: inline-block;
    border-left: 0px;
    padding: 0px 2rem 0 1rem;
    font-size: 12px;
  }

  .right-sec {
    margin-left: 0px;
    margin-top: 20px;
    min-height: 79vh;
  }

  .left-sec ul li::before,
  .left-sec ul li.active::before {
    left: -10px;
    top: -5px;
  }

  .card br {
    display: none;
  }

  .fancybox-wrap {
    width: 600px !important
  }

  .vd-row p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
  }

  .chek-box .form-check-inline {
    min-width: 125px
  }

  .chek-box1 .form-check-inline {
    min-width: 79px
  }


  .recruit_txt {
    padding: 1.2rem 1.5rem;
    min-height: 530px;
  }
  
  .bt-box .recruit_txt {
    min-height: 422px;
  }
  
  
  
  .conct-txt h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
  }
  
  .usaddres h6, .indaddres h6, .emailaddres h6 {
    font-size: 16px;
    line-height: 1.2em;
  }
  
  p{font-size: 16px;}
  
  .usaddres p, .indaddres p, .emailaddres p {
    font-weight: 400;
    font-size: 16px;
  }
  
  .msg_form {
    background: #55555D;
    max-width: 100%;
    height: 100%;
    padding: 50px 40px;
  }
  
  .msg_form h3 {
    padding: 7px 0 15px 0px;
    font-weight: bold;
    color: white;
    font-size: 20px;
  }
  
  h2 {
    font-size: 36px;
    font-weight: 600;
  }
  
  h3 {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width:991px) {
  .logo {
    position: relative;
  }

  .login-outer {
    flex-direction: column;
  }

  .left-section {
    width: 100%;
    padding: 1rem 0
  }

  .right-section {
    width: 100%;
    height: auto;
  }

  .bdtxt {
    margin: 3rem 0 0 0;
  }

  .bdtxt p {
    padding-right: 20px;
  }

  h1 {
    font-size: 40px;
  }

  .right-section h2 {
    font-size: 40px;
  }

  .login-outer {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .copytxt {
    display: none
  }

  .copytxt-m {
    display: block;
    text-align: left;
    padding: .5rem 0;
    color: #fff;
  }

  .welcome-outer {
    flex-direction: column;
  }

  .welcome-left-section {
    width: 100%;
    padding: 1rem 0
  }

  .welcome-bdtxt {
    margin: 3rem 0 0 0;
  }

  .welcome-bdtxt p {
    padding-right: 20px;
  }

  .welcome-outer {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .body-text {
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
    margin-bottom: 50px
  }

  .form-con {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .ftr-dsk {
    display: none;
  }

  .ftr-mb {
    display: block;
    position: fixed;
  }

  .left-sec {
    width: 100%;
    padding: 1rem 1rem 1rem 1.5rem;
    background: #61A43D url(../images/left-bg-mb.png) no-repeat 100% 100%;
  }

  .left-sec ul {
    display: inline;
  }

  .left-sec ul li {
    display: inline-block;
    border-left: 0px;
    padding: 0px 2rem 0 1rem;
    font-size: 12px;
  }

  .right-sec {
    margin-left: 0px;
    margin-top: 20px;
    min-height: 79vh;
  }

  .left-sec ul li::before,
  .left-sec ul li.active::before {
    left: -10px;
    top: -5px;
  }

  .card br {
    display: none;
  }

  .fancybox-wrap {
    width: 600px !important
  }

  .vd-row p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
  }

  .chs-pro {
    width: 620px;
    margin: 0 auto
  }

  .note {
    font-style: italic;
    font-size: 12px;
    color: #8f8f8f;
    padding-top: 0rem;
  }

  .nav-item {
    padding-top: 4px;
    margin: .5rem 0rem .5rem 0rem;
  }

  .cntact-btn {
    display: flex;
    margin-left: 0rem ;
    margin: .5rem 0rem .5rem 0rem;
    
}

.about_img {
  padding: 18px 0 0 0;
  position: relative;
}

.recruit_txt {
  padding: 1.2rem 1.5rem;
  min-height: auto;
}

.bt-box .recruit_txt {
  min-height: auto;
}



.conct-txt h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}

.usaddres h6, .indaddres h6, .emailaddres h6 {
  font-size: 16px;
  line-height: 1.2em;
}

p{font-size: 16px;}

.usaddres p, .indaddres p, .emailaddres p {
  font-weight: 400;
  font-size: 16px;
}

.msg_form {
  background: #55555D;
  max-width: 100%;
  height: 100%;
  padding: 50px 40px;
}

.msg_form h3 {
  padding: 7px 0 15px 0px;
  font-weight: bold;
  color: white;
  font-size: 20px;
}

h2 {
  font-size: 36px;
  font-weight: 600;
}

h3 {
  font-size: 28px;
}

.main-txt {
  height: 480px;
}

.main_page{height: 480px;}


.recruit_img img {
  max-width: 100%;
  width: 100%;
}
.para1 ul li {
  margin: 1rem 0;
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  position: relative;
}

.para1 ul li::before {
  content: '';
  left: 0px;
  position: absolute;
  width: 9px;
  height: 16px;
  top: 8px;
  background: url(../images/arrow.png) no-repeat;
    background-size: auto;
  background-size: 7px 12px;
}

.ftr-txt {
  position: relative; bottom: 0px; padding:40px 0px 40px 0px;
}
.mb-ftr{display: block;}
#desk{display: none;}

}

@media  (max-width: 767px) {
  .container {
    max-width: 95%;
  }

  .logo {
    position: relative;
    width: 90%;
  }

  .login-outer {
    flex-direction: column;
  }

  .left-section {
    width: 100%;
    padding: 1rem 0
  }

  .right-section {
    width: 100%;
    height: auto;
  }

  .bdtxt {
    margin: 3rem 0 0 0;
  }

  .bdtxt p {
    padding-right: 20px;
  }

  h1 {
    font-size: 40px;
  }

  .right-section h2 {
    font-size: 40px;
  }

  .login-outer {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .copytxt {
    display: none
  }

  .copytxt-m {
    display: block;
    text-align: left;
    padding: .5rem 0;
    color: #fff;
  }



  .welcoome-outer {
    flex-direction: column;
  }

  .welcome-left-section {
    width: 100%;
    padding: 1rem 0
  }

  .welcome-bdtxt {
    margin: 3rem 0 0 0;
  }

  .welcome-bdtxt p {
    padding-right: 20px;
  }

  .welcome-outer {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .body-text {
    flex-direction: column;
    overflow-y: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .form-con {
    max-height: auto;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .ftr-dsk {
    display: none;
  }

  .ftr-mb {
    display: block;
    position: fixed;
    text-align: center;
    padding-left: 0;
  }

  .left-sec {
    width: 100%;
    padding: 1rem 1rem 1rem 1.5rem;
    background: #61A43D url(../images/left-bg-mb.png) no-repeat 100% 100%;
  }

  .left-sec ul {
    display: inline;
  }

  .left-sec ul li {
    display: inline-block;
    border-left: 0px;
    padding: .5rem 1rem .5rem .5rem;
    font-size: 12px;
    min-width: 30%;
  }

  .left-sec ul li:last-child {
    padding: .5rem 1rem .5rem .5rem;
  }

  .right-sec {
    margin-left: 0px;
    margin-top: 20px;
    height: auto;
    margin-bottom: 25px;
  }

  .left-sec ul li::before,
  .left-sec ul li.active::before {
    left: -10px;
    top: 8px;
    width: 12px;
    height: 12px;
  }

  .fancybox-wrap {
    width: 560px !important
  }

  iframe.video1 {
    width: 100% !important;
    height: 380px !important;
  }

  .vd-row h6 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .vd-row p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .chs-pro {
    width: 350px;
    margin: 0 auto
  }

  .note {
    font-style: italic;
    font-size: 12px;
    color: #8f8f8f;
    padding-top: 0rem;
  }

  .flex-end {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-end button {
    margin-top: 20px;
  }

  .nav-item {
    padding-top: 4px;
    margin: .5rem 0rem .5rem 0rem;
    text-align: center;
  }

  .cntact-btn {
    display: flex;
    margin-left: 0rem ;
    margin: .5rem 0rem .5rem 0rem;
    justify-content: center;
    
}
.recruit_txt {
  padding: 1.2rem 1.5rem;
  min-height: auto;
}



.bt-box .recruit_txt {

    min-height: auto;

}

h1 {
  font-size: 32px;
}

.main-txt {
  height: 400px;
}

.main_page{height: 400px;}

.ftr-txt {
  position: relative; bottom: 0px; padding:40px 0px 40px 0px;
}

.recruit_img img {
  max-width: 100%;
  width: 100%;
}
.mb-ftr{display: block;}
#desk{display: none;}

}

@media  (max-width: 600px) {

  .right-section {
    padding: 2rem 2rem;
  }

  h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .right-section h2 {
    font-size: 36px;
  }

  .bdtxt p {
    padding-right: 0px;
  }

  .welcome-bdtxt p {
    padding-right: 0px;
  }

  .fancybox-wrap {
    width: 86% !important
  }

  iframe.video1 {
    width: 100% !important;
    height: 260px !important;
  }

  .ftr-txt p {
    font-size: 13px;
    color: white;
  }

  .navkmg {
    padding: 12px 16px;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
  }
  .about_img {
    padding: 0px 0 0 0;
    position: relative;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h2 {
    font-size: 32px;
    font-weight: 600;
  }
  .conct-txt h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
  } 

  p{font-size: 16px;}

}

@media  (max-width: 480px) {
  .left-sec ul li {
    min-width: 48%;
    font-size: 14px;
    padding: .5rem 1rem .5rem 1rem;
  }

  .left-sec ul li:last-child {
    padding: .5rem 1rem .5rem 1rem;
  }

  .left-sec ul li::before,
  .left-sec ul li.active::before {
    left: -10px;
    top: 8px;
    width: 15px;
    height: 15px;
  }

  h4 {
    font-size: 18px;
  }

  .vd-thumb img {
    max-width: 100%;
    border-radius: 4px;
    margin-bottom: 5px;
  }

  .vd-row h6 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .vd-row p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 0px;
  }

  .chs-pro {
    width: 100%;
    margin: 0 auto
  }
  .msg_form {
    background: #55555D;
    max-width: 100%;
    height: 100%;
    padding: 25px 25px; margin: 20px 0px 0px 0px;
  }
  
}

@media (max-width: 380px) {
  p {
    font-size: 14px;
  }

  .right-section {
    padding: 1rem 1rem;
  }

}