.text-left{text-align: left!important}
.mainmenues {
    color: #000;
    padding: 10px;
    width: 100%;
    text-align: right;
}

.mainmenues ul li {
    font-weight: 600;
    margin: auto;
}

.mainmenues ul li a {
    color: #000;
    padding: 3px 10px
}

.mainmenues ul li a:hover {
    color: #ec661d
}


.dataherosd {
    background-color: #f6faff;
}

.hero-arera {
 min-height: 45px;
  padding-bottom: 0px;
  margin-top: 0px;
  background-color: #f6faff;
  padding-top: 10px;
}

#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top:6px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    } 
    .search-query:focus + button {
        z-index: 3;   
    } 
        .sltcourses a {
            margin-top: 6px;
            font-size: 12px;
            color: #868686;
            font-weight: 400;
            padding: 0 12px;
            line-height: 26px;
            background-color: #f9f9f9;
            border-radius: 15px;
            margin-right: 6px;
            display: inline-block;
            cursor: pointer;
        }
        .interest {
            background-color: #f9f9f9;
            border-radius: 4px;
            padding: 0 30px;
            min-height: 86px;
            line-height: 56px;
        }

        .interest button {
            margin-top: 25px;
            margin-right: 18px;
            background-color: #fff;
            border: 1px solid #d6d5d5;
            color: #6d6d6d;
            box-shadow: none; 
            top: 0;
            line-height: 34px;
            padding: 0 18px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        .interest button:hover{ 
            background-color: #e84e1d;
            border: 1px solid #ccc;
            color: #000; 
        }


        .cardandrbox {
            box-shadow: 0 2px 4px #00000026;
            border: solid 1px #f2f2f2;
            border-radius: 10px;
            min-height: 200px;
            word-wrap: break-word;
        }

        .cardandrbox:hover {
            box-shadow: 2px 5px 5px #00000026;
        }

        .cardandrbox .cardandrating {
            background-color: #fff;
            padding: 20px 30px 0 20px;
            height: 150px;
            word-wrap: break-word;

        }

        .cardandrbox .cardandrating h3 {
            color: #000;
        }

        .cardandrbox .cardandrating .btnclk {
            position: absolute;
            width: 24px;
            height: 43px;
            top: 10px;
            left: inherit;
            right: 0;
            bottom: 4px;
        }

        .cardandrbox .cardandrating p {
            margin-bottom: 5px;
            font-size: 16px;
            font-weight: normal;
            color: #000;
            line-height: 20px;
        }

        .cardandrbox .cardandtimes {
            box-shadow: 0px 20px 40px rgba(24, 44, 74, 0.05);
            background-color: #fdf1e8;
            height: 50px !important;
            padding: 12px 10px 0px 10px;
            word-wrap: break-word;
            color: #000;
        }

        .cardandrbox .cardandtimes .duration {
            color: #e84d1d;
            font-weight: 600
        }

        .cardandrbox .cardandtimes .fa {
            color: #e84d1d;
            font-weight: 600
        } 
.crosbtns {
  border-radius: 50%;
  color: #fff;
  background-color: #000;
  text-align: center;
  width: 29px;
  height: 30px;
  line-height: 30px;
}
@import url('https://fonts.googleapis.com/css?family=Lobster|Righteous|Titillium+Web&display=swap');

.modalX {
  background: transparent;
  top: 100px!important;
  bottom: 0;
  left: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  right: 0;
  z-index: 9000;
  transition: background 1s;
  font-size: 16px;
}

.modal-contentX {
  background: #124191;
  color: #fff;
  min-width: 310px;
  max-width: 500px;
  border-radius: .2em;
  position: relative;
  max-height: calc(100vh - 150px);
  line-height: 1.4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.modal-body h1 {
	 font-weight: 900;
	 font-size: 2.3em;
	 text-transform: uppercase;
}
 .modal-body a.pre-order-btn {
	 color: #000;
	 background-color: gold;
	 border-radius: 1em;
	 padding: 1em;
	 display: block;
	 margin: 2em auto;
	 width: 50%;
	 font-size: 1.25em;
   text-align: center;
	 font-weight: 6600;
}
 .modal-body a.pre-order-btn:hover {
	 background-color: #000;
	 text-decoration: none;
	 color: gold;
}
 

.modal-headerX{
    background: #013972; color: #fff;border-radius: 0;padding: 15px;border-radius: 3px;
  }

span.headerX{font-size: 20px;font-family: 'Lobster', sans-serif;}
button.closeX{background: #fff; color: #124191;padding: 6px;padding-left: 13px; padding-right: 13px;border: 1px;right: 0;position: absolute;margin-right: 20px;margin-top: -6px;font-weight: bold;border-radius: 5px;}

button.closeX:hover{background: tomato; color: #fff;padding: 6px;padding-left: 13px; padding-right: 13px;border: 1px;right: 0;position: absolute;margin-right: 20px;margin-top: -6px;font-weight: bold;border-radius: 5px;}

.modal-footerX{ background: #013972; color: #fff;padding: 10px;}

.modal-bodyX{
  padding: 20px;
  overflow: auto;
  max-height: 450px;
  background: #124191;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;letter-spacing: 0.6px;
}
.btnX{border: 0px;padding: 5px;padding-right: 10px;padding-left: 10px;border-radius: 3px;color: #124191;font-weight: bold;}
.wiacd-profimg{border-radius:50%!important;width:50px;height:50px!important;margin-right:10px;border:1px solid #ccc}

@media (min-width: 320px) and (max-width: 640px) {
    .mainmenues {
        display: none;
    }
}