input,
button,
select,
option,
p,
ul {
  font-size: 14px !important;
}

.containerh {
  background: linear-gradient(95.8deg, #5e72e4 36.26%, #825ee4 54.61%), #7f5cc8;
}

.containerh .header {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  min-height: 4rem;
  align-items: center;
}

.containerh .header .common {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.containerh .header .wrapper {
  padding: 0 1rem;
}

.containerh .header .image {
  width: 5rem;
  padding: 8px 0;
}

.containerh .header .image1 {
  width: 12rem;
}

.containerh .header .image2 {
  width: 4rem;
}

.containerh .header .image3 {
  width: 6rem;
}

.containerh .header .image4 {
  width: 6rem;
}

.containerh .header .company {
  color: white;

  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.5;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.button {
  background-color: #25e5e5;
  color: #fff;
  font-size: 16px;
  padding: 15px 25px 15px;
  margin: 2rem;
  cursor: pointer;
  position: relative;
  user-select: none;
  align-items: center;
  display: flex;
  border-radius: 5px;
  transition: 0.5s;
}
.button b{font-weight: 300;}
.button:hover{background-color: #00cfcf;}



.SignOutButton {
  background-color: #e0947b;
  color: black;
  font-size: 16px;
  padding: 15px 25px 15px;
  margin: 2rem;
  cursor: pointer;
  position: relative;
  user-select: none;
  align-items: center;
  display: flex;
  border-radius: 5px;
}

.SignOutButton:focus {
  background-color: #980000;
  color: white;
}

.SignOutButton:hover {
  background-color: #980000;
  color: white;
}

footer {
  position: inherit;
}

/* .topDiv {
  min-height: calc(100vh - 140px);
} */



@media screen and (max-width: 600px) {
  .containerh .header .wrapper {
    padding-bottom: 1rem;
  }

  .containerh .header .common {
    justify-content: center;
  }

  .containerh .header .image {
    width: 5rem !important;
  }
}

.loginCard {
  max-width: 500px;
  margin: 10px auto;
  border: none !important;
  background-color: #d4daff !important;
  border-radius: 20px !important;
  padding: 10px 20px;
}

.loginCard.card a {
  font-size: 14px;
}
/* .phonecenter .wrapper button{background-color: #fe4715; color: #fff;} */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.loginCard .w-auto {
  width: 150px !important;
  margin: auto;
  background-color: #1f72fd;
  transition: 0.07s;
  padding: 0 10px;
  height: 40px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 6px;
}
.loginCard .w-auto svg{color: #fff;}


.form-control {
  transition: none;
}

.loginFooter {
  min-height: calc(100vh - 160px);
}

.text-center {
  text-align: center;
}

.w-45 {
  width: 48%;
}

.p-relative.w-100 {
  background-color: #fff !important;
  font-size: 14px;
  height: 36px;
  border-radius: 3px !important;
  text-transform: capitalize;
}

.dropdown-toggle:focus {
  outline: none !important;
  border: none !important;
}

.dropdown-menu.show {
  font-size: 14px;
}

.mb-3 label {
  font-size: 15px;
  font-weight: 500;
}
.loginCard .mb-3 label{color: #212121;}
.loginCard h3{color: #212121;}
.loginCard a{color: #113168;}
.feedbackSpn {
  text-transform: capitalize;
}

.dropdown-toggle::after {
  position: absolute;
  top: 19px;
  right: 14px;
}

.checks {
  position: absolute;
  top: 36px;
  right: 25px;
}

.newtext {
  padding: 0 30px;
}

.pl-0 {
  padding-left: 0;
}

.position-r {
  position: relative;
}

.fromGroup {
  position: absolute;
  top: 35px;
  right: 17px;
}

.fromGroup .form-control {
  padding-right: 35px;
  text-overflow: ellipsis;
}

.fromGroup button {
  height: 33px;
  width: 30px;
  margin-left: 5px;
  border-radius: 5px;
}

.addlistul button {
  height: 40px;
  padding: 10px;
  width: auto;
  margin-right: 10px;
}

.modal-body .feedbackSpn {
  padding: 10px 20px;
  width: auto !important;
}

.feedbackSpn {
  padding: 4px 14px;
}

.srchOneTp .feedbackSpn {
  position: relative;
  top: 32px;
  width: auto!important;
}

.srchOneRgt {
  float: initial;
}

/* .topDiv {
  min-height: calc(100vh - 40px);
} */

.addlistul {
  border-bottom: 1.5px solid #0060ff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  top: -13px;
}

.textarea.form-control {
  height: auto;
}

.feedbackform .form-control {
  border: 1.3px solid #0060ff;
}

.feedbackform.newact ul {
  padding-left: 0;
}

.modal-body .fromGroup {
  margin-right: 8px;
}

.fromGroup.keyword {
  top: 44px;
  right: -1px;
}



.tablist li a {
  font-weight: 500;
  font-size: 16px;
}

.searchListSec li {
  cursor: pointer;
  transition: 0.6s;
}

.searchListSec li:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.removetext {
  display: flex;
  justify-content: flex-start;
}

.removetext p {
  border-bottom: 1px solid #ccc;
  padding: 8px 10px;
  margin-right: 10px;
}

.removetext p span {
  background-color: #f04;
  color: #fff;
  border-radius: 20px;
  padding: 5px;
}

.fromGroup.keyword {
  top: 44px;
  right: -1px;
}

.text-end.dropdown button {
  min-width: 186px;
}

.btnGroup button {
  margin: 6px 10px;
  min-height: 50px;
  border-radius: 0 5px 5px 0;
}

.feedbackform .form-control.textarea {
  padding-right: 42px;
}


.btnGroup button:nth-child(1n - 1) {
  animation-delay: 0s;
  background-color: #bee1e6;
  border-left: 5px solid #5eadb9;
}

.btnGroup button:nth-child(2n - 2) {
  animation-delay: 4s;
  background-color: #d0f4de;
  border-left: 5px solid #4bb875;
}

.btnGroup button:nth-child(3n - 3) {
  animation-delay: 8s;
  background-color: #a9def9;
  border-left: 5px solid #5ea2c4;
}

.btnGroup button:nth-child(4n - 4) {
  animation-delay: 12s;
  background-color: #e4c1f9;
  border-left: 5px solid #ae74cf;
}

.btnGroup button:nth-child(5n - 5) {
  animation-delay: 16s;
  background-color: #ede7b1;
  border-left: 5px solid #c9bd4d;
}

.btnGroup button:nth-child(6n - 6) {
  animation-delay: 20s;
  background-color: #fde4cf;
  border-left: 5px solid #ecb181;
}

.btnGroup button:nth-child(7n - 7) {
  animation-delay: 24s;
  background-color: #ffcfd2;
  border-left: 5px solid #e07c83;
}

.btnGroup button:nth-child(8n - 8) {
  animation-delay: 28s;
  background-color: #cfbaf0;
  border-left: 5px solid #9a6be5;
}

.btnGroup button:nth-child(9n - 9) {
  animation-delay: 32s;
  background-color: #8eecf5;
  border-left: 5px solid #41dcea;
}

.btnGroup button:nth-child(10n - 10) {
  animation-delay: 36s;
  background-color: #f2d0a9;
  border-left: 5px solid #e3a257;
}

.btnGroup button:nth-child(11n - 11) {
  animation-delay: 40s;
  background-color: #f1e3d3;
  border-left: 5px solid #e5b47d;
}

.btnGroup button:nth-child(12n - 12) {
  animation-delay: 44s;
  background-color: #99c1b9;
  border-left: 5px solid #5edfc5;
}

.btnGroup button:nth-child(13n - 13) {
  animation-delay: 48s;
  background-color: #bdb2ff;
  border-left: 5px solid #7f6bf0;
}

.btnGroup button:nth-child(14n - 14) {
  animation-delay: 52s;
  background-color: #ffcab1;
  border-left: 5px solid #f89e74;
}

.btnGroup button:nth-child(15n - 15) {
  animation-delay: 56s;
  background-color: #9cffb7;
  border-left: 5px solid #56f881;
}

.btnGroup button:nth-child(16n - 16) {
  animation-delay: 60s;
  background-color: #fff1e6;
  border-left: 5px solid #fabe8f;
}

.btnGroup button:nth-child(17n - 17) {
  animation-delay: 64s;
  background-color: #dfe7fd;
  border-left: 5px solid #6f95fb;
}

.btnGroup button:nth-child(18n - 18) {
  animation-delay: 68s;
  background-color: #f8ffe5;
  border-left: 5px solid #e0fd92;
}

.btnGroup button:nth-child(19n - 19) {
  animation-delay: 72s;
  background-color: #9acfff;
  border-left: 5px solid #5eaffc;
}

.btnGroup button:nth-child(20n - 20) {
  animation-delay: 76s;
  background-color: #f4f1bb;
  border-left: 5px solid #faf373;
}

.btnGroup button:nth-child(21n - 21) {
  animation-delay: 80s;
  background-color: #c2c1c2;
  border-left: 5px solid #7f7e7f;
}

.btnGroup button:nth-child(22n - 22) {
  animation-delay: 84s;
  background-color: #c6ffa3;
  border-left: 5px solid #98f95c;
}

.btnGroup button:nth-child(23n - 23) {
  animation-delay: 88s;
  background-color: #f4b3ef;
  border-left: 5px solid #f475ea;
}

.btnGroup button {
  color: #212121;
}

.container-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}

.cardmain {
  /* background-color: #8bc6ec;
  background-image: linear-gradient(135deg, #8bc6ec 0%, #9599e2 100%); */
  text-align: 'center';
  color: 'black' !important;
  font-size: x-large;
  transition: transform .2s;
  width: 15%;
  margin: 10px 20px;
}

.cardmain.redButton {
  background-color: #add9da;
}

.cardmain.yellowButton {
  background-color: #3fd9d7;
}

.cardmain.blueButton {
  background-color: #37c9ee;
}

.cardmain.greenButton {
  background-color: #2b92d5;
}

.cardmain.perpButton {
  background-color: #13548a;
}

.cardmain:hover {
  transform: scale(1.09);
}

.cardmain .card-body {
  padding: 10px
}

.centertext {
  text-align: center;
  color: #212121;
}

h2.centertext {
  font-size: 20px;
  font-weight: bold;
}

p.centertext {
  font-size: 13px;
  font-weight: 600;
}

.dotted-line {
  width: 100%;
  border-bottom: 4px dotted #2973b0;
  margin: 1rem;
  max-width: 993px;
}

.listTitle button {
  background: linear-gradient(180deg, rgb(225, 94, 168) 0%, rgb(99, 115, 226) 100%);
  padding: 25px 20px;
  font-size: 20px !important;
  border-radius: 8px;
  margin: 0 10px;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 68px;
}

.displaytwo {
  display: flex !important;
  justify-content: flex-start !important;
}

.listTitle .physics {
  background: linear-gradient(180deg, rgba(113, 125, 246, 1) 0%, rgba(94, 225, 197, 1) 100%);
}

.listTitle .chemistry {
  background: linear-gradient(180deg, rgba(72, 245, 213, 1) 0%, rgba(176, 185, 27, 1) 100%);
}

.listTitle .biology {
  background: linear-gradient(180deg, rgba(233, 75, 86, 1) 0%, rgba(105, 111, 216, 1) 100%)
}

.listTitle svg {
  background-color: #6f88f1;
  padding: 7px;
  color: #fff;
  border-radius: 100%;
  margin: auto;
  display: block;
}

.listTitle .eng {
  background: linear-gradient(180deg, rgba(35, 196, 191, 1) 0%, rgba(44, 248, 119, 1) 100%);
}

.listTitle .hind {
  background: linear-gradient(180deg, rgba(12, 152, 230, 1) 0%, rgba(126, 207, 200, 1) 100%);
}

.listTitle .tamil {
  background: linear-gradient(180deg, rgba(138, 197, 236, 1) 0%, rgba(96, 119, 228, 1) 100%);
}

.listTitle .telgu {
  background: linear-gradient(180deg, rgba(54, 0, 202, 1) 0%, rgba(91, 106, 226, 1) 100%);
}

.listTitle li {
  list-style: none;
  width: 17%;
  text-align: center;
}

.listTitle h2 {
  font-size: 24px;
  border-bottom: 2px solid #212121;
  padding-bottom: 10px;
}

.list {
  padding-left: 0;
  padding-top: 15px;
}

.selectmenu,
.selectmenu:hover,
.selectmenu:focus {
  background-color: #fff !important;
  color: #212121 !important;
}

.wrapper.signout button {
  background-color: #fe4715 !important;
  color: #fff;
  width: 40px !important;
  height: 36px;
  padding: 8px 6px;
}
.wrapper.delete{text-align: right;}
.wrapper.delete button{  color: #fff; background-color: #f04;}
.mr-0{margin-right: 0px!important;}
.phonecenter .feedbackSpn {
  background-color: #e0947b;
  white-space: nowrap;
}

.srchFrHdng {
  display: flex;
  justify-content: flex-start;
  font-size: 24px;
}

h4 .speekers {
  margin-left: 10px;
}

.paraText {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.paraText svg {
  position: relative;
  top: 4px;
  min-width: 25px;
  padding: 0 4px;
  cursor: pointer;
}

.form-controlhome button {
  height: 49px;
}

.hompageSrch .mainSrchDivIn {
  height: auto;
  padding-left: 15px;
  margin-top: inherit !important;
  position: relative;
}

.hompageSrch .frmSrchIcn {
  top: 11px;
}

.text-end svg {
  width: 24px;
}

.verified {
  position: absolute;
  right: 10px;
}

.srchOneTpIcn {
  width: auto;
}

.verified p {
  border: none;
  padding: 7px;
}

.check {
  position: absolute;
  top: 37px;
  right: 52px;
}

.micLess {
  right: 15px;
}

.w-auto.btn-success {
  background-color: #398439;
}

.w-auto.btn-danger {
  background-color: #c9302c;
}
.w-auto.btn-warning {
  background-color: #ffeb3b;
}
.textarea{font-size: 14px;}
.rs-loader-backdrop{top:48%!important; height: 55%!important;}
.rs-loader .rs-loader-spin::before, .rs-loader .rs-loader-spin::after {
  width: 78px!important;
  height: 78px!important;
}
.rs-loader-vertical .rs-loader-spin + .rs-loader-content {
  margin-left: 56px!important;
}
.rs-loader-center.rs-loader-vertical .rs-loader, .rs-loader-backdrop-wrapper.rs-loader-vertical .rs-loader{margin-top: 70px;}
.keyTitle h2{font-size: 20px; position: relative; text-align: center;}
.keyTitle h2::after{content: ""; background-color: #29cc71; width: 15px; transform: rotate(45deg); height: 15px; position: absolute; top: 45px; left: 0; right: 0; margin: auto;}
.keyTitle h2::before{content: ""; background-color: #e0947b; width: 90px; height: 5px; position: absolute; top: 50px; left: 0; right: 0; margin: auto;}



@media only screen and (min-width:768px) and (max-width:1024px) {

  .buttonmargin,
  .phonecenter.home{
    flex-flow: wrap;
  }
.phonecenter{justify-content: center!important;}
  .buttonmargin button {
    margin: 5px 0;
  }

  .listLogo a:nth-child(1) img,
  .mainLogo a:nth-child(1) img {
    width: 230px;
    order: 1;
  }

  .listLogo a:nth-child(2) img {
    order: 3;
  }

  .listLogo a:nth-child(3) img {
    order: 2;
  }

  .listLogo a:nth-child(1),
  .mainLogo a:nth-child(1) {
    order: 1;
  }

  .listLogo a:nth-child(2),
  .mainLogo a:nth-child(2) {
    order: 3;
  }

  .listLogo a:nth-child(3),
  .mainLogo a:nth-child(3) {
    order: 2;
  }

  .listLogo,
  .mainLogo {
    display: flex;
    flex-wrap: wrap;
  }

  .btnGroup button {
    width: 30% !important;
  }

  .topDivLogin {
    min-height: auto;
  }
  .logoarea{
    width: 100%;
  }
  .loginFooter{display: initial;}
  .searchListSec .align-items-center.mb-4{
    flex-flow: wrap;
  }
  .srchOneTp h5{margin-left: 30px;}
}

@media (max-width:767px) {

  .listLogo a:nth-child(1) img,
  .mainLogo a:nth-child(1) img {
    
    order: 1;
  }
  .listLogo a:nth-child(2) img{width: 130px;}
  .listLogo a:nth-child(3) img{width: 50px; height: 50px;}

 

  

  
  .mainLogo {
    display: block;
    flex-wrap: wrap;
  }

  

  .buttonmargin button {
    font-size: 13px !important;
  }

  .btnGroup button {
    width: 100% !important;
    text-align: left;
  }

  .srchOneRgt {
    float: left;
  }

  .srchOneRgt {
    width: 90%;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
  }

  .hompageSrch .mainSrchDivIn {
    height: auto;
  }

  .hompageSrch .formSrchDiv {
    margin-top: 0;
  }

  .form-controlhome span[style="margin-right: 15px;"] {
    width: 26%;
    margin: 0px 0 !important;
  }
  .formInputTxt{margin: 0 5px;}
  .formInputTxt{max-width: 50%;}
  
  .fromGroup.scheme button {
    width: 33px;
  }

  .feedbackSpn {
    padding: 5px 10px;
  }

  .feedbackSpn {
    margin-bottom: 0px !important;
  }

  .srchOneRgt {
    width: 95% !important;
    float: left;
    margin-left: 15px !important;
  }

  .srchOntBtm p {
    padding-left: 0px !important;
  }
  .mainSrchDivIn{padding:0 0 10px}
  .mainLogo{padding-left: 15px;}
  .text-end.dropdown button{padding-right: 0;}
  .text-end.dropdown button{min-width: 87px;}
  .text-end.dropdown button{right: -16px;}
  .hompageSrch .mainSrchDivIn{padding-left: 0!important;}
  .mainLogo a:nth-child(2)  img{max-width: 130px;}
  .mainLogo a:nth-child(3) img{max-width: 50px; height: 50px;}
  .sbmtBtnDiv{width: 19%;}
  .phonecenter{margin: 5px 0;}
  .slctLang{width: auto;}
  .srchOntBtm h5{padding-left: 15px;}
  .searchListSec .align-items-center.mb-4{display: block!important;}
  h1.categoris{width: auto!important; text-align: end;}
}

.pagination{overflow: auto;}
.searchListSec h1{font-size: 26px; line-height: 30px;}
.abtText{padding: 50px; display: block;}
.textBox{background-color: #eef0ff; box-shadow: 0 0 11px -5px #286bda; padding: 30px; border-radius: 20px; }
.contentarea.home{min-height: 0%;}
.textBox p{font-size: 18px!important; color: #212121;}
.copyrgt {
  width: 100%;
  float: left;
  background: #044193;
  padding: 5px 0;
}
footer {
  width: 100%;
  float: left;
  background: #004aad;
  padding: 15px 0 0;
}
.copyrgt p {
  color: #fff;
  text-align: center;
  margin: 5px;
}
.copyrgt p a{color: #f7941d;}
.ftrLnk1 .ftrLnk1In {
  background: #5e72e4;
}
.ftrTxt {
  width: 80%;
  float: left;
  text-align: left;
  color: #fff;
  padding-left: 8px;
}
.ftrLnk1In {
  width: 100%;
  float: left;
  padding: 25px;
}
.ftrLnk1In ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ftrLnk1In ul li {
  width: 100%;
  float: left;
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
}
.ftrLnk1In ul li i{padding-right: 15px;}
.ftrLnk1In h2 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 35px;
  font-size: 30px;
}
.ftrLnk2 ul li a {
  color: #fff;
}
.ftrLnk2 ul li {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-globe:before {
  content: "\f0ac";
  font-family: FontAwesome;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
}
h1.categoris{font-size: 16px; width: 170px;}
.phonecenter button{margin: 6px 8px; padding:8px 10px;}
.homepara{margin-top: 30px;}
.textBox ul{margin-top: 10px;}
.textBox ul li{padding: 5px 0; color: #212121; font-size: 15px; list-style: circle;}
.ml-4{margin-left: 20px;}
.tableId svg{cursor: pointer;}