@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");
body {
  background-color: #f3f4ef;
}

.herobanner {
  background-image: url(https://your.westminster.ac.uk/content/image/5171);
  background-size: cover;
  background-repeat: no-repeat;
  height: 38rem;
}

.heroBannerTitle {
  font-size: 7vmax;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}

.form-row {
  width: 55%;
}

.form-heading {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 2em;
}

.form-heading-1 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
.accordion-body{
     font-family: "Nunito Sans", sans-serif;
}

.accordion-button::after {
    background-image: url('https://www.atlasuniversity.edu.in/openday/assets/folder/openDay/asset/images/arrow2.png') !important;
   
}

.blue-strap {
  background-color: #3CA7B6;
}

.fieldTitle {
  font-family: "Nunito Sans", sans-serif;
  color: #33312d;
}

.main-box-field {
  padding: 1.2em 1em;
  display: block;
  position: relative;
  text-align: center;
  text-overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #eae9e4;
  color: #33312d;
  letter-spacing: 1px;
  transition: 0.5s;
  background-size: 1.5rem;
  font-family: "Nunito Sans", sans-serif;
  background-repeat: no-repeat;
  font-size: 0.8rem;
  border: 1px solid #33312d;
}

.main-box-field::after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
}

.main-box-field:after {
  background-image: url("../images/downarrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  right: 0.3em;
  margin-top: -11px;
}

.main-box-field:hover {
  background-color: #33312d;
  color: #fff;
  outline: 3px solid #4e4eff !important;
  outline-offset: 0;
}

.form-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 800;
  font-size: 0.8rem;
  min-height: 100%;
  height: 3em;
  max-height: 100%;
  opacity: 0;
}

.selectedOption {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

.form-control {
  border-radius: 0 !important;
  background-color: #eae9e4;
  padding: 14px 0 15px 18px !important;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  color: #33312d;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: #eae9e4 !important;
  background-color: var(--bs-body-bg);
  border-color: #4e4eff !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #4e4eff;
}

.button-design {
      background-image: linear-gradient(to right, #ffbd01 , #ffe000);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  padding: 0.5rem 1.3rem;
  box-shadow: 4px 4px rgb(155 21 106 / 57%);
  font-size:1.5rem;
  transition: 0.5s;
}

.button-design a{
     color: #352c86;
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
}

.button-design:hover {
  background-color: #3CA7B6;
  box-shadow: 4px 4px rgb(157 20 108);
  margin-left: 5px;
}

.homerowsection1 {
  width: 65rem;
}

.scheduletimetabepara {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

.scheduletimetabeparaheading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.3rem;
}

.icon-design-one {
  font-size: 2rem;
  color: #ff006a;
}

.homesection2title {
  font-size: 3vmax;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  font-weight: 900;
  color: #33312d;
}

.homesection2para {
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  color: #33312d;
}

.section2paraheading {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

.section2para {
  font-family: "Nunito Sans", sans-serif;
}

.accordion-button {
  background-color: #dfe0db !important;
  border: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #33312d;
  padding: 1.5rem 1rem;
}

.accordion-item {
  margin-bottom: 1rem;
  border: none;
}

.accordion-collapse {
  background-color: #f3f4ef;
  margin-bottom: 1rem;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
  color: #fff;
      background-image:linear-gradient(to right, #ff0059 , #fd4c46) !important;
  text-decoration: none;
}

.accordion-button:focus {
  z-index: 3;
  border-color: rgba(255, 255, 255, 0) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
}
.onlyformobile{
     display:none;
}

.centerclass{
    margin: 0 auto !important;
    width: 55%;
}
.expect{
    width:80%
}
@media (min-width: 1366px) {
    .desktopclasscontrolresponsive{
            margin: 0 auto;
    width: 1366px;
    }
    
}

@media (max-width: 576px) {
   
    .centerclass {
    margin: inherit;
    width: inherit;
}
    .onlyfordesktop{
        display:none;
    }
    .onlyformobile{
     display:block;
}

  .form-row {
    width: 100%;
  }
  .homerowsection1 {
    width: 19rem;
  }
  .wrapper iframe {
    width: 100%;
    height: 255px;
  }
    .accordion-button {

 white-space: inherit;
}
.expect{
    width:100%;
}
.wrapper iframe {
    width: 100%;
    height: 170px;
}
}
@media (max-width: 360px) {
  .herobanner {
    height: 10rem;
  }
  
}


@media (max-width: 320px) {
  .herobanner {
    height: 9rem;
  }



}