@font-face {
    font-family: "sem_bold_bot";
    font-display: auto;
    src: url('../fonts/OpenSans-Semibold.ttf'), url('../fonts/OpenSans-Semibold.eot'), url('../fonts/OpenSans-Semibold.otf'), url('../fonts/OpenSans-Semibold.woff'), url('../fonts/OpenSans-Semibold.svg');
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@font-face {
    font-family: "ex_reg_txt";
    font-display: auto;
    src: url('../fonts/OpenSans-Regular.ttf'), url('../fonts/opensans-regular-webfont.eot'), url('../fonts/OpenSans-Regular-webfont.otf'), url('../fonts/OpenSans-Regular-webfont.woff'), url('../fonts/OpenSans-Regular-webfont.svg');
}

@font-face {
    font-family: "OpenSans-Light";
    font-display: auto;
    src: url('../fonts/OpenSans-Light.ttf'), url('../fonts/OpenSans-Light.eot'), url('../fonts/OpenSans-Light.otf'), url('../fonts/OpenSans-Light.woff'), url('../fonts/OpenSans-Light.svg');
}

@font-face {
    font-family: "ex_bold_txt";
    font-display: auto;
    src: url('../fonts/OpenSans-Semibold.ttf')url('../fonts/OpenSans-Semibold.eot'), url('../fonts/OpenSans-Semibold.otf'), url('../fonts/OpenSans-Semibold.woff'), url('../fonts/OpenSans-Semibold.svg');
}

@font-face {
    font-family: "ex_bold_txt";
    font-display: auto;
    src: url("../fonts/OpenSans-Semibold.ttf");
}

@font-face {
    font-family: "rob_reg_txt";
    font-display: auto;
    src: url('../fonts/RobotoCondensed-Regular.ttf'), url('../fonts/RobotoCondensed-Regular.eot');
}

@font-face {
    font-family: "op_txt";
    font-display: auto;
    src: url(../fonts/OpenSans-Regular.ttf);
}

.media5 h2 {
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin: 0 auto;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    text-align: justify;
    margin-top: 26px;
}

.media_new_1 {
    position: relative;
    float: none;
}

.main_feet1 {
    color: #ccc;
    text-align: center;
    background-color: #f0f0f0!important;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 7px
}

.main_feet1 img {
    width: 50px
}

.new_section1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.element1 {
    font-size: 13px;
    line-height: 24px;
    color: #111;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}

.meansbus {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.meansbus h3 {
    position: relative;
    margin: 20px 0 10px 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.meansbus p {
    text-align: justify;
    font-size: 14px;
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 15px;
    font-weight: 600
}

h4 {
    position: relative;
    margin: 20px 0 20px 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.pickupdate input[type="url"],
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"],
select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cacaca;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #4b4b4b;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
    padding: 2px 5px 2px 10px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.err_msg {
    font-size: 18px;
    font-family: "ex_reg_txt";
    color: #C30;
    font-weight: 600;
}

.button {
    background-color: #000;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 5px 16px;
    text-transform: none;
    margin: 20px 0px 20px 5px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.button:hover {
    background-color: #333;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cacaca;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #4b4b4b;
    font-size: 14px;
    height: 46px;
    line-height: 20px;
    padding: 2px 5px 2px 10px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    margin-bottom: 0px;
    font-family: "ex_reg_txt";
    width: 100%;
}

.pt1 {
    padding-top: 1px;
}