@import url('https://fonts.googleapis.com/css?family=Open+Sans');
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
body {
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
}
/*Header*/
header {
    background-color: #000000;
    padding: 25px 0;
}
.main-container {

}
.logo-container {
    padding-top: 10px;
}
.contact span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffc80b;
    min-width: 40px;
    display: inline-block;
    margin-right: 10px;
}
.contact a {
    color: #ffffff;
}
/* Start Banner css */
.zycus-dtl-banner {
    background:#333132 url(../images/banner-bg.png) no-repeat right top;
    min-height:450px;
    width:100%;
    /*overflow:hidden;*/
}

.topicBanner {
    padding:64px 0;
}

.topicBanner h1 {
    font-size:31px;
    color:#ffffff;
    line-height:normal;
    margin:0 0 27px 0;
}

.topicBanner h1 span {
    color:#00bdf2;
}

.topicBanner p {
    font-size:21px;
    color:#00c0f3;
}

ul.timing-info {
    margin:20px 0 0 0;
    padding:0;
    list-style-type:none;
}

ul.timing-info li {
    color:#fff;
    font-size:21px;
    display:inline-block;
    width:100%;
    margin-bottom:20px;
}

ul.timing-info li:last-child {
    margin-bottom:0;
}

ul.timing-info li i {
  float: left;
  height: 32px;
  margin-right: 18px;
  margin-top: -5px;
  width: 32px;
}

.assestBanner h1 {
  color: #ffffff;
  font-size: 36px;
  line-height: normal;
  margin: 0 0 27px;
  padding:64px 0 0 0;
}

.zycus-dtl p {
    color:#FFFFFF;
    font-size:21px;
}
.zycus-dtl ul {
  color: #ffffff;
  font-size: 16px;
}
.zycus-dtl p.small {
    font-size:20px;
}

.zycus-dtl img {
  position: relative;
  top: 15px;
  width: 100%;
}
/*Form*/
.form-container {
    max-width: 400px;
    width: 100%;
    position: absolute;
    padding-top: 100px;
    right: 0;
    top: 50px;
}
.form-container .title-img {
    position: absolute;
    top: 5px;
}
.form-sec {
    background-color: #0095DA;
    border-radius: 10px;
    padding: 45px 40px;
}
.form-sec .form-group {
    position: relative;
    margin-bottom: 25px;
}
.form-sec .form-group input, .form-sec .form-group select {
    padding-left: 60px;
    height: 45px;
}
.form-sec .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: top 15px right 10px;
}
.form-sec .form-group span {
    position: absolute;
    width: 45px;
    background-color: #0073AE;
    top: 0;
    left: 0;
    text-align: center;
    height: 100%;
    padding-top: 10px;
}
.btn-download {
    background-color: #FFCB05;
    /*height: 50px;*/
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #000000;
    width: 100%;
    border-radius: 0;
    border: 3px solid #FFCB05;
}
.btn-download:hover {
    border: 3px solid #ffffff;  
}
/*Content*/
.content {
    padding: 20px 0;
}
.content h3 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #58595b;
    margin-bottom: 20px;
}
.content p, .content li {
    font-size: 15px;
    color: #58595b;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
.content li span {
    color: #0095da;
}

.zcs-heading h1 {
    font-size:24px;
    margin:25px 0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
}

.spekr-prfle-list {
    margin-bottom:35px;
    width:100%;
    display:inline-block;
}

.spekr-prfle-list ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

.spekr-prfle-list ul li {
  float: left;
  font-family: "interstateregular";
  font-size: 15px;
  padding-right: 30px;
  width: 50%;
  margin-bottom:10px;
}

.spekr-prfle-list h4 span {
    display:block;
}

.spekr-prfle-list ul li h4 {
    margin:0;
}

.spekr-prfle-list ul li p {
    color:#0073ae;
}

.spekr-prfle-list ul li img {
    width:130px;
    float:left;
}

.spekr-prfle-dtl {
  padding-left: 138px;
}

.zycus-main p {
    color:#58595b;
    font-size:15px;
}

ul.learing-list {
  margin: 16px 0 0 38px;
  padding:0;
  list-style-type:none;
}

ul.learing-list li {
    line-height:normal;
    position: relative;
    padding-left:38px;
    margin-bottom:16px;
}

ul.learing-list li::before {
  background: #58595b;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 8px;
}

/*Footer*/
footer {
    padding: 55px 0;
    background-color: #FDB913;
}
footer p, footer a, footer a:hover {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    color: #000000;
}
footer li:after {
    content: '|';
    margin-left: 20px;
}
footer li:last-child:after {
    content: '';
}
@media (max-width:1200px) {
    .zycus-dtl img {
      top: 74px;
    }
}
@media only screen and (max-width: 991px) {
    .zycus-dtl img {
      top: 1px;
    }
    .form-container {
        position: relative;
        margin: 0 auto;
        top:0;
    }
    .zycus-main-container {
        margin: 100px 0;
    }
  
    .form-container {
            top: 0;
            padding-bottom: 30px;
        }
  
}
@media only screen and (max-width: 767px) {
    .logo-container {
        text-align: center;
    }
    .contact {
        float: none !important;
        padding-top: 10px;
        text-align: center;
    }
    .spekr-prfle-list ul li {
        width:100%;
    }
}
@media only screen and (max-width: 480px) {

  


    footer ul {
        margin-top: 20px;
    }
    footer li {
        display: block;
        width: 100%;
        margin: 0px auto;
    }
    footer li:after {
        content: '';
        margin-left: 0;
    }

  
    }
   
@media only screen and (max-width: 367px) {
.btn-download { 
  font-size: 20px;
}
}