@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
html{
  font: 62.5%;
  scroll-behavior: smooth;
}

ul,li{
  list-style: none;
}
a{
  text-decoration: none;
}
img{
  max-width: 100%;
  height: auto;
}
.wrapper{
  width: 90%;
  margin: 0 auto;
}
section{
  padding: 50px 0;
}
/********************Header******************/


/********************End Header******************/

/********************Hero Section******************/
.logo{
  margin-top: -38px;
  width: 25%;
}
.bannerLeft h1{
  font-size: 38px;
  font-weight: 600;
}
.bannerLeft p{
  font-size: 16px;
  font-weight: 500;
}
.ratingBox{
  margin-top: 20px;
}
.ratingBox img{
  width: 150px;
}
.heroSection{
  background: url('../images/banner-bg.webp') no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  /* height:80vh; */
}
.bannerHolder{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.bannerLeft{
  width: 47%;
}
.bannerRight{
  width: 35%;
}
#iah_order_form{
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
}
.formHolder {
  background: #f16126;
  padding: 20px 18px !important;
  border-radius: 30px !important;
}
.formHolder h3 {
  color: #ffffff !important;
  font-size: 26px !important;
}
.inputBox span img{
  margin-top: 8px;
  display: inline-block;
}
#change-image{
  margin-top: 2px;
    display: inline-block;
}
/********************End Hero Section******************/

/********************University Logo******************/
.uniLogoHolder{
  /* background-color:#fff9f1 ; */
}
.uniLogoBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uniLogo img{
  width: 90%;
}
/********************End University Logo******************/

/********************Popular Category******************/
.heading{
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.heading h2{
  font-weight: 600;
  font-size: 33px;
}
.heading p{
  font-size: 16px;
  color:#f16126 ;
  text-transform: uppercase;
}
.PopularCateHolder{
  display: flex;
  justify-content: space-between;
}
.PopularBox{
  width: 16%;
  box-shadow: 0 0 15px #eeeeee;
  text-align: center;
  margin-top: 10px;
  padding: 40px 30px;
  border-radius: 5px;
}
.PopularBox img{
  width: 100px;
}
.PopularBox h4{
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 5px;
}
.PopularBox p{
  font-size: 18px;
}
.browserBtn{
  text-align: center;
}
.browserBtn a{
  background: #f16126;
  display: inline-block;
  padding: 15px 30px;
  font-size: 25px;
  border-radius: 15px;
  color: #fff;
  font-weight: 600;
  margin-top: 40px;
}

/********************End Popular Category******************/

/********************Feature******************/
.FeatureBox{
  background: url('../images/triangle.webp') no-repeat;
  padding-bottom: 0px;
}
.FeatureHolder{
  display: flex;
  justify-content: space-between;
}
.FeatureLeft{
  width: 35%;
}
.FeatureRight{
  width: 50%;
}
.FeatureLeft img{
  margin-bottom: -7px;
}
.FeatureRight{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.featureRgtBox{
  display: flex;
  width: 47%;
  align-items: center;
}
.featureRgtBox img{
  width: 70px;
  margin-right: 10px;
}
.fName p{
  font-size: 18px;
  font-weight: 500;
}
.fIcon{
  width: 20%;
  margin-right: 10px;
}
.fName{
  width: 80%;
}
/********************End Feature******************/

.writters{
  background: #fff9f1;
}
.writterHolder{
  display: flex;
  justify-content: space-between;
}
.writterBox{
  padding: 20px 0 0;
  background: #fff;
  width: 23%;
  text-align: center;
  box-shadow: 0 0 10px #eee;
  border-radius: 10px;
}
.writterBox .writterImg{
  width: 150px;
  border-radius: 50%;
  height: 150px;
  margin-bottom: 20px;
}
.userBox{
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
    align-items: center;
    font-size: 14px;
}
.writterBox span img{
  width: 15px;
  margin-top: 8px;
} 

footer {
  background-color: #f16227;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}
.policyLinks ul {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  border-bottom: solid 2px #ff7a41;
  padding: 10px 0 22px;
}
.policyLinks ul li {
  list-style: none;
  display: inline-block;
  padding: 0 12px;
}

.policyLinks ul li a {
  color: #fff;
}
/*********************Testimonials***************/
.mb-50{
  margin-bottom: -50px;
}
.testimonials-section {
  /* background: #fff; */
  height: 390px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 10px 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
  animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__nav:checked:nth-of-type(5) ~ .slider__inner {
  left: -400%;
}
.slider__inner {
  position: absolute;
  top: 80px;
  left: 0;
  width: 500%;
  height: auto;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider__caption {
  font-size: 14px;
  color: #111;
  opacity: .5;
  /* font-family: 'Roboto'; */
  font-weight: bold;
}
.slider__txt {
  font-size: 17px;
    font-weight: 500;
    /* font-family: 'Roboto'; */
    line-height: 1.7;
    color: #111;
    margin-top: -20px;
    margin-bottom: 20px;
    max-width: 780px;
    font-style: italic;

}
quote {
  font-family: 'Arial';
  font-weight: bold;
  font-size: 100px;
  color: #ec2027;
  margin-bottom: 0;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}


/******************************FAQ's*******************/

:root {
  --primary: #227093;
  --secondary: #ff5252;
  --background: #eee;
  --highlight: #ffda79;
  /* Theme color */
  --theme: var(--primary);
}
.tab {
  position: relative;
  margin-bottom: 3px;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 10rem;
}

/* Visual styles */
.accordion {
  color: #333;
  /* border: 2px solid;
  border-radius: 0.5rem; */
  overflow: hidden;
}
.tab__label,
.tab__close {
  display: flex;
  color: white;
  background: #F16227;
  cursor: pointer;
}
.tab__label {
  justify-content: space-between;
  padding: 1rem;
  border-radius: 5px;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab__content p {
  margin: 0;
  padding: 1rem;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}

.accordionHolder{
  display: flex;
  justify-content: space-between;
}
.accordionLeft{
  width: 70%;
}
.accordionRight{
  width: 23%;
}


.stuImg {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

.uniLogo {
  padding: 50px 0;
  background: rgb(240 240 240);
  /* background: linear-gradient(166deg, rgba(77, 170, 211, 1) 0%, rgba(0, 89, 179, 1) 100%); */
}
.uniLogo img {
  border: 1px solid #a9a7a7;
  padding: 0 10px;
  box-shadow: 0 0 10px #c1c1c1;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 10px;
}
.uniLogoHolder{
  display: flex;
  justify-content: space-between;
}
.uniLogoBox{
  width:16%
}
.mobBlock{
  display: none;
}
.mb-70{
  margin-bottom: 70px;
}
/*****************************Responsive***********************/
@media (min-width:300px) and (max-width:767.98px){
.bannerHolder {
  flex-wrap: wrap;
}
.bannerLeft {
  width: 100%;
}
.bannerRight {
  width: 100%;
}
.PopularCateHolder {
  flex-wrap: wrap;
}
.PopularBox {
  width: 49%;
}
.FeatureHolder {
  flex-wrap: wrap;
}
.FeatureLeft {
  width: 100%;
  display:none
}
.FeatureRight {
  width: 100%;
}
.FeatureBox {
  background: transparent;
}
.mb-70{
  margin-bottom: 30px;
}
.writterHolder {
  flex-wrap: wrap;
}
.writterBox {
  width: 100%;
  margin-bottom: 20px;
}
.accordionHolder {
  flex-wrap: wrap;
}
.accordionLeft {
  width: 100%;
}
.accordionRight {
  width: 100%;
}
.featureRgtBox {
  width: 100%;
  margin-top: 20px;
}
.logo {
  width: 80%;
}
.bannerHolder {
  margin-top: 10px;
  flex-direction: column-reverse;
}
.bannerLeft h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
}
.formHolder h3 {
  font-size: 20px !important;
}
.formHolder{
  margin-bottom: 20px;
}
.uniLogoBox {
  flex-wrap: wrap;
  text-align: center;
}
.uniLogo img {
  width: 95%;
}
.uniLogoBox {
  width: 33%;
}
.uniLogoHolder {
  flex-wrap: wrap;
}.uniLogo {
  padding: 20px 0;
}
.heading h2 {
  font-weight: 600;
  font-size: 25px;
}
.browserBtn a {
  padding: 15px 25px;
  font-size: 24px;
}
.testimonials-section {
  height: 500px;
}
#iah_order_form {
  padding: 15px;
}
.mobNone{
  display: none;
}
.mobBlock{
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
}
.slider__txt {
  font-size: 16px;
  font-weight: 400;
}
.accordionRight{
  display: none;
}
.tab__content p {
  padding: 1rem 10px;
  font-size: 14px;
}
}

@media (min-width:768px) and (max-width:991.98px){

  .bannerRight {
    width: 50%;
}
.bannerLeft {
  width: 50%;
}
.bannerLeft h1 {
  font-size: 23px;
  font-weight: 600;
}
.PopularCateHolder {
  flex-wrap: wrap;
}
.PopularBox {
  width: 32%;
}
.featureRgtBox img {
  border: 1px solid #fff;
  border-radius: 50%;
}
.FeatureLeft {
  display: none;
}
.FeatureRight {
  width: 100%;
}
.writterHolder {
  flex-wrap: wrap;
}
.writterBox {
  width: 48%;
  margin-bottom: 20px;
}
}