* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'robotoregular';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.inner {
    margin: 0;
    position: relative;
    z-index: 1002;
}

.inner img {
    width: 100%;
    position: relative;
}

.required label::after {
    content: '*';
    position: absolute;
    content: "*";
    color: #eb5965;
    font-size: 20px;
    right: -11px;
}

.msg {
    display: inline;
    margin-bottom: 15px;
    position: relative;
    font-size: 15px;
    font-family: arial;
    color: #242424;
    float: left;
    text-align: left;
    margin-bottom: 10px;
}

.msgstar {
    position: relative;
    content: "*";
    color: #eb5965;
    font-size: 20px;
    float: left;
    right: -5px;
    /* bottom: 2px; */
    display: inline;
}

.formdiv {
    max-width: 1250px;
    margin: 0 auto;
}

.form1 {
    padding: 30px 10px;
    background: #fff url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

.maindiv {
    margin-right: -15px;
    margin-left: -15px;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-group label {
    position: relative;
    font-size: 15px;
    font-family: arial;
    color: #242424;
    float: left;
    text-align: left;
    margin-bottom: 10px;
}

.form-group input {
    background-color: #ebebeb;
    outline: none;
    border-radius: 25px;
    border: none;
    height: 57px;
    padding: 15px;
    font-size: 14px;
    color: #242424;
    width: 100%;
    float: left;
    cursor: text;
    text-align: start;
    writing-mode: horizontal-tb !important;
}

.form-control:focus {
    background-color: #ebebeb;
    color: #242424;
    border: none;
    box-shadow: none;
}

.form-group textarea {
    width: 100%;
    float: left;
    background-color: #ebebeb;
    font-size: 14px;
    color: #242424;
    margin-bottom: 25px;
    border: none;
    height: 206px;
    padding: 20px;
    border-radius: 25px;
    writing-mode: horizontal-tb !important;
    cursor: text;
}

.form-group button {
    background: #0d6ebc;
    width: auto;
    text-align: center;
    margin: 0px;
    border: none;
    float: right;
    color: #fff;
    padding: 8px 40px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 25px;
    margin-bottom: 25px;
}

.bread-crumb-wrap {
    width: 100%;
    padding: 15px;
    background-color: rgba(0, 119, 218, 0.7);
    position: absolute;
    bottom: 0;
}

.container-inerdiv {
    max-width: 1250px;
    margin: 0 auto;
}

.bread-crumb-wrap h2 {
    font-size: 35px;
    color: #fff;
    /* font-weight: bold; */
    text-align: left;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    font-family: 'luxia';
}

ul {
    margin: 0;
    padding: 0;
    display: block;
}

.bread-crumb-wrap ul li {
    padding: 0 5px;
    display: inline;
    font-size: 14px;
    color: #FFF;
    margin-right: 5px;
}

li {
    text-decoration: none;
    outline: none;
    margin: 0;
    list-style: none;
}

.bread-crumb-wrap .col-md-7 ul li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #9499be;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    left: -11px;
}

.bread-crumb-wrap ul li a {
    color: #fff;
    position: relative;
}

a {
    text-decoration: none;
    outline: none;
}

.sharing {
    float: right;
    margin-top: 5%;
}

.bread-crumb-wrap .sharing ul li {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
}

.bread-crumb-wrap .sharing ul li .media {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0px 7px;
    align-items: center;
}

.bread-crumb-wrap .sharing ul li .media a {
    color: #fff;
}

.bread-crumb-wrap .sharing ul li .media a i.fa-envelope {
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 22px;
}

.bread-crumb-wrap .sharing ul li .media a i.fa-share-alt {
    content: "\f1e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 22px;
}

.dropdown-content {
    line-height: 12px;
    border: 1px solid #CCC;
    vertical-align: baseline;
    overflow: hidden;
    color: #000;
    width: 300px;
    display: none;
    position: absolute;
    min-width: 200px;
    z-index: 995;
    border-radius: 6px;
    direction: ltr;
    font: 16px sans-serif-light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
    background-color: #fff;
    right: 0;
}

.drop .dropdown-content a {
    color: #0166FF;
    text-decoration: none;
    font: 16px sans-serif-light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
    height: auto;
    outline: 0;
    display: block;
    float: left;
    border: 1px solid #FFF;
    line-height: 24px;
    padding: 6px 8px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 132px;
}

.drop .dropdown-content a:hover {
    color: #2A2A2A;
    border-color: #EEE;
    border-style: solid;
    background-color: #EEE;
    text-decoration: none;
}

.bread-crumb-wrap .sharing ul .drop:hover .dropdown-content {
    display: block;
}

button {
    margin-bottom: 25px;
}

.dropdown-hover a i {
    font-size: 25px;
}

.fa-facebook-square {
    color: #3b5998;
}

.fa-twitter-square {
    color: #00acee;
}

.fa-whatsapp-square {
    color: #25D366;
}

.fa-linkedin {
    color: #0e76a8;
}

.fa-pinterest-square {
    color: #c8232c;
}

.fa-telegram {
    color: #229ED9;
}

.fa-facebook-messenger {
    color: #006AFF;
}

@media (max-width: 980px) {
    .share {
        display: none;
    }
    .bread-crumb-wrap {
        padding: 5px;
    }
    .bread-crumb-wrap h2 {
        font-size: 20px;
    }
    .bread-crumb-wrap .container-inerdiv .row .col-md-7 {
        top: 7px;
    }
}

@media (max-width: 1263px) {
    .bread-crumb-wrap {
        padding: 5px;
    }
    section {
        margin-left: 26px;
        margin-right: 26px;
    }
}

@media (max-width: 1036px) {
    .bread-crumb-wrap {
        top: -9px;
    }
    .inner {
        top: 2px;
    }
}