body {
    font-family: 'Roboto', sans-serif;
    color: #373a3c;
}

.nav-item {
    font-weight: 600;
}

h5.tb {
    color: #620f53;
    font-weight: bold;
    font-size: 1.4em;
  }

  .uni-wrapper {
    border: 1px #ccc solid !important;
    margin-bottom: 20px;
  }

  ul.myl li {
    font-size: 1.2em;
    margin-bottom: 5px;
  }


  .whatsapp-wrapper {
          position: fixed;
          right: -1px;
          bottom: 11px;
          z-index: 999;
          background: #1ebea5;
          padding: 4px 28px 4px 18px;
      }

      .whatsapp-wrapper a {
          color: #fff;
      }


li.nav-item a.nav-link {
    color: #45536b;
}

li.nav-item a.nav-link:hover {
    color: #0037c3;
}

.header-cta {
    font-size: 16px;
    font-weight: 600;
    color: #45536b;
}

.banner-section2 {
    background-image: url(../img/ielts-writing-session-20122021/reading-banner.jpg);
    background-size: cover;
    min-height: 750px;
}

a.header-cta-left {
    background-color: #fff;
    color: #0037c3;
    border: 1px #0037c3 solid;
    border-radius: 20px;
    padding: 9px 13px;
}

a.header-cta-right {
    background-color: #0037c3;
    color: #fff;
    border-radius: 40px;
    padding: 9px 13px;
}

a.header-cta-left:hover {
    border: 1px #0037c3 solid;
    color: #0037c3;
}

a.header-cta-right:hover {
    background-color: #0037c3;
    color: #fff;
}

a.header-cta-left2 {
    background-color: #fff;
    color: #e31938;
    border: 1px #e31938 solid;
    border-radius: 20px;
    padding: 9px 13px;
}

a.header-cta-right2 {
    background-color: #e31938;
    color: #fff;
    border-radius: 40px;
    padding: 9px 13px;
}

a.header-cta-left2:hover {
    border: 1px #e31938 solid;
    color: #e31938;
}

a.header-cta-right2:hover {
    background-color: #e31938;
    color: #fff;
}

.banner-content h1 {
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 20px;
}


.text-white {color:#fff;}

.form-content {background-color: #fff;
    border-radius: 12px;
    box-shadow: 5px 5px 20px #ebebeb;}

.form-control {background-image: none;
    background-color: #f9f9f9;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    outline: none;
    padding-left: 12px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 9%);
    border: none;
    transition: all .15s cubic-bezier(.25, 0, .25, 1.75), opacity .1s linear;}

    h2.perks-title {    color: #000;
        text-transform: uppercase;
        font-weight: 800;
    }

    p.about-cnt {    font-size: 2em;
        font-weight: 300;}
       p.about-cnt2 {    font-size: 1.5em;
        font-weight: bold;
        color: #000;} 

       h2.register-title {    color: #000;
        font-weight: 400;
        margin-bottom: 14px;
    }

  
   .perks-wrapper h4 {color:#000;} 
    .btn-submit {background-color: #e31938;
        width: 100%;
        font-weight: bold;}

        .box {background-color: #fff;
            box-shadow: 5px 5px 25px #efefef;
            padding: 30px;
            border-radius: 14px;   
          } 

       .box-s {background-color: #fff;
        box-shadow: 5px 5px 25px #efefef;
        padding: 30px;
        border-radius: 14px;   
        min-height: 270px;} 

        .box-s:hover {background-color: #fff;
            box-shadow:none;
            padding: 30px;
            border-radius: 14px;   
            min-height: 270px;} 

.perks-wrapper img {max-width:100px;text-align:right;}



@media only screen and (max-width:500px){

      .perks-wrapper img {
        margin-left: -27px;
    }
    .item-box {margin-bottom:-30px;}
    .form-wrapper {margin-top: -70px;}

    .banner-content h1 {font-size: 2em;
        font-weight: 400;margin-top:60px;}

        .banner-section2 {min-height:400px;background-color: #151a1d !important;background-size: contain;
            background-repeat: no-repeat;} 

            p.about-cnt {
                font-size: 1em;
                font-weight: 300;
            }

            p.about-cnt2 {
                font-size: 1em;
                font-weight: bold;
                color: #000;
                padding: 0px !important;
            }
}

