/* ============== techcherryAbout ============== */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@1,300&display=swap');

body{font-family: 'Ubuntu';}
  
#techcherryAbout {
  position: relative;
  z-index: 1;
  margin: 0;
  background-image: url('../images/b.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.homeport2 {
  text-align: center;
}

p { margin: 0; }

.homeport2 h1 {
  color: white;
  font-weight: 700;
  line-height: 47px;
}

.homeport2 p {
  color: white;
  font-size: 20px;
}

.frmbox {
  background: white;
  border-radius: 10px;
  margin-bottom: 10px;
  font-family: 'Ubuntu';
  margin-top: 40px;
  height: 580px;
  overflow: auto;
}
.frmbox{box-shadow: rgba(19,46,112,0.1) 0 1rem 4rem 0;}

.frm {
  padding: 18px;
}

label {
  position: relative;
  top: -0.5rem;
  cursor: pointer;
  margin-right: 6rem;
  font-size: 1.4rem;
  line-height: 1.76rem;
  color: #61738e;
  font-weight: 100;
}

input[type='radio'] {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
}

.form-check {
  display: inline;
}

.form-cont {
  border-bottom: #eaeff4 0.1rem solid;
}

.mb-3 {
  margin-top: 10px;
  position: relative;
}

#name, 
#graduation,
#college,
#company,
#jobtitle {
  width: 100%;
  padding: 20px 10px;
}

#myInput,#myInput1 {
  /* width: 25%; */
  width: 100%;
  /* font-size: 18px; */
  padding: 20px 31px;
  text-align: center;
  cursor: pointer;
}

#number,#number1 {
  width: 100%;
  /* width: 74%; */
  padding: 20px 10px;
}
#daro,#daro1 {
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  color: gray;
  top: 16%;
  /* top: 27%; */
  left: 86px;
  transition: .2s;
  cursor: pointer;
}

#ullist,#ullist1 {

  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  height: 300px;
  overflow: auto;
  width: 24%;
  top: 42px;
  z-index: 1;

}

#myUL,#myUL1 {
  padding: 0;
}

#ullist ul li a img,#ullist1 ul li a img {
  width: 20px;
}

#imgbox img,#indiacode img,#imgbox1 img {
  width: 23px;
}

#imgbox,#imgbox1 {
  position: absolute;
  top: 13px;
  left: 11px;
}
#indiacode,#indiacode1 {
  display: none;
  position: absolute;
  bottom: -7px;
  left: 0;
  background: #bac5d7;
  padding: 7px;
  width: 24%;
  border-radius: 4px;
}
#ullist ul li,#ullist1 ul li {
  cursor: pointer;
  background: white;
  padding: 7px;
}

#ullist ul,#ullist1 ul {
  border-left: 2px solid gray;
}

#ullist ul li:hover,#ullist1 ul li:hover {
  background: #afbccf;
}

.btn-primary{
  margin-top: 30px;
  font-size: 16px;
  padding: 9px 39px;
}

.m-label {
  color: #61738e;
  position: relative;
  left: 1rem;
  top: -4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  pointer-events: none;
}

.inputfocus:focus {
  border: 0.1rem solid #0080ff;
}

.inputfocus:focus~.m-label {
  top: -6rem;
  color: #0080ff;
  background-color: #ffffff;
  transition: top 0.1s ease 0s;
  cursor: text;
}
.validlab:valid~.m-label {
  top: -6rem;
  background-color: #ffffff;
}
.showhide{display: none;}

/*=============-------------- Start login -------------==============*/ 

  #myInput1:focus,#number1:focus{border: 2px solid blue;}
  .btn-pri{
    background-color: #ff506c;
    color: #ffffff;
    border: 0.1rem solid #ff506c;
    margin-top: 30px;
    font-size: 16px;
    transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
    box-shadow: 0 0.5rem 2.3rem 0 rgba(255,80,108,0.5);
    font-weight: 600;
    padding: 1rem 3rem;
    border-radius: 4px;
    cursor: pointer;
  }
  .logfrm{margin-top: 40px;}
  .m-3{margin-top: 0;position: relative;}
  .lb1{
    margin-top: 25px;
    color: black;
    font-weight: 600;
  }
  .btn-pri:hover{
    background-color: #ff8397;
    box-shadow: 0 0.5rem 2.3rem 0 rgba(255,80,108,0.5);
  }
  #indiacode1{bottom:-30px}

  /* lightbox  */
  .lightbox{
    position: fixed;
    width: 100%;
    background: rgba(1,1,1,0.5);
    top: 0;
    right: -100%;
    z-index: 9;
    display: flex;
    flex-direction: row-reverse;
    transition: .3s;
    height: 100%;
  }
  .logbox {
    border-radius: 0;
    margin-top: 0;
    height: 100%;
  }
  .material-symbols-outlined{
    font-size: 28px;
    position: absolute;
    right: 27px;
    top: 10px;
    font-weight: 600;
    cursor: pointer;
  }
  .boder{
    position: relative;
    width: 100%;
    margin: 4rem 0;
    text-align: center;
  }
  .boder span{
    position: relative;
    background-color: #ffffff;
    padding: 0 1rem;
    z-index: 1;
  }
  .boder::before{
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 0.1rem);
    height: 0.2rem;
    width: 100%;
    background-color: #e2e2e2;
}
/*==============-------------- End login --------------==============*/

/*==============-------------- Techchery Academy --------------==============*/
.section{
  margin: 5rem 0;
  background-color: #ffffff;
  padding: 50px 0;
}
.live-class-banner>.sr-container {
  max-width: 140rem;
}
.sr-container {
  /* max-width: 120rem; */
  padding: 0 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.live-class-banner__container {
  display: flex;
  background: #ffffff;
  border: 0.1rem solid #d6dee5;
  -webkit-box-shadow: 0.2rem 0.4rem 2.4rem rgba(0,0,0,0.04);
  box-shadow: 0.2rem 0.4rem 2.4rem rgba(0,0,0,0.04);
  border-radius: 0.8rem;
  min-height: 21.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.live-class-banner__details {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  margin-right: 5rem;
}
.live-class-banner__masterclass-img {
  margin-bottom: 0.8rem;
  width: 10.5rem;
}
.live-class-banner__code-img-two {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.live-class-banner__title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #005ab3;
  margin-bottom: 2rem;
}
.live-class-banner__explore-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 3.2rem;
  color: #ffffff;
  max-width: 26.6rem;
  min-height: 4.8rem;
  background: #e22d4c;
  gap: 0.6rem;
  border-radius: 0.8rem;
}
.tbal{display:inline-table;width:75%;}
.codetable{ display:inline-table;width:24% }
.live-class-banner__scaler-h2 {
  text-align: right;  
  font-weight: 700;
  padding: 0 10px;
}
/*==============-------------- Techchery Academy --------------==============*/

/*==============-------------- Why Us --------------==============*/

.faq {
  padding: 0;
  margin-top: 0;
}
.sr-container {
  max-width: 127.6rem;
}
.sr-container {
  max-width: 120rem;
}
.faq__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq__title {
  font-size: 4.8rem;
  /* font-family: */
  text-align: center;
  color: #1a2c47;
  margin: 5rem 0;
}
.highlight {
  font-weight: 600;
  background: linear-gradient(360deg, #ffeba8 40%, rgba(255,255,255,0) 0%);
  background-position-y: -0.5rem;
}
.faq__content {
  border: 0.1rem solid #d6dee5;
  border-radius: 0.8rem;
  width: 100%;
  margin-bottom: 2rem;
}
.faq__content:hover {  
  -webkit-box-shadow: 0 0 0 0.2rem #1a2c47;
  box-shadow: 0 0 0 0.2rem #1a2c47;
}
.faq__outer-heading {
  display: flex;
  color: #4d607d;
  border-radius: 0.8rem;
  border: none;
  background-color: inherit;
  padding: 2.4rem 2.4rem 1.4rem 1.8rem;
  width: 100%;
  margin-bottom: 1rem;
  cursor: text;
}
.faq__question-wrapper{width: 90%;}
.faq__question-wrapper img{width: 100%; transition: 1s;}
.faq__question-wrapper img:hover{transform: scale(1.1);}
.faq__question {
  font-size: 2.4rem;
  word-break: break-word;
  margin-right: 2rem;
  text-align: left;
}

/*==============-------------- Why Us --------------==============*/

@media (max-width:769px){
  .live-class-banner__scaler-h2{display: none;}
  #techcherryAbout{    height: 192%;}
  #mpnil{padding-left: 30;}
  .form-check {display: block;}
  #imgbox img, #indiacode img, #imgbox1 img {width: 18px;}
  #daro, #daro1 { top: 15%; left: 79px; }
  #ullist, #ullist1 { width: 35%; }
  #indiacode, #indiacode1{width:34%;}
  .codetable{width: 33%;}
  .tbal { width: 65%; }
  #imgbox, #imgbox1 { top: 15px; }
  .frm{padding:15px 0}
  .logbox { margin-top: 84px; height: 87%; width: 100%;}
  .navbar-fixed-top-{display: none;}
  a.navbar-brand { height: 51px; padding: 0 15px; }
  .homeport2 h1{font-size: 34px;}
  .section {
    margin: 3rem 0;
  }
  .live-class-banner__code-img-two{display: none;}
  .live-class-banner__container {
    justify-content: flex-start;
    min-height: 20.45rem;
  }
  .live-class-banner__code-img-one { width: 25%; }
  .live-class-banner__details {
    z-index: 1;
    margin-right: 1.9rem;
  }
  .live-class-banner__masterclass-img {
    margin-bottom: 0.86rem;
  }
  .live-class-banner__title {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.82rem;
  }
  .live-class-banner__explore-btn {
    font-size: 1.6rem;
    line-height: 3.29rem;
    min-width: 19.2rem;
    border-radius: 0.45rem;
    padding: 0 0.86rem;
  
  }
  .faq__title {
    font-size: 2.8rem;
  }

  @media (max-width:500px){
    #techcherryAbout{    height: 163%;}
  }
}