
@font-face {
    font-family: Montserrat-Light;
    src: url(../fonts/Montserrat-Light.otf);
}
@font-face {
    font-family: Montserrat-ExtraLight;
    src: url(../fonts/Montserrat-ExtraLight.otf);
}
@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../fonts/Montserrat-SemiBold.otf);
}
@font-face {
    font-family: Montserrat-Medium;
    src: url(../fonts/Montserrat-Medium.otf);
}
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratthin';
    src: url('../fonts/montserrat-thin-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



.logostyle{
    width: 35%;
    float: left;
    position: relative;

}
.logotag {
    position: absolute;
    top: 4px;
}
body {

    font-family:montserratregular;
}
a
{
    text-decoration: none;
}
.copydiv {
    color: #81818c;
    //position: fixed;
    left: 37% !important;
    bottom: 10px;
    font-size: 0.78em;
    font-family: 'montserratlight';
}

.outer
{
    width: 100%;
    margin: 0;
    padding: 0;
}
.outer_1
{
    padding: 0 4%;
    width: 100%;
    margin: 0;
}

ul.ul-menu li {
    display: inline;
    padding: 5% 4% 5% 4%;
    font-size: 13px;
    position: relative;
}
ul.ul-menu li a {
    font-size: 13px;
    color:#5c727e;
}
ul.ul-menu li a:active {

    font-size: 13px;
    color:#3d4b52;
}
ul.ul-menu li.active:after {
    width: 10px;
    height: 10px;
    top: 17px;
}
ul.ul-menu li:after {
    display: none;
    content: "";
    position: absolute;
    top: 29.5px;
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: #009ae7;
    border-radius: 50%;
    transition: all 0.3s;
}

ul.ul-menu {
    float: left;
    width: 94%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu
{
    float: right;
    width: 52%;
    position: relative;
}
ul.ul-menu li.icon {display: none;}

@media screen and (max-width:768px) {
    /*ul.ul-menu li:not(:first-child) {display: none;}*/
    ul.ul-menu li {display: none;}
    ul.ul-menu li.icon {
        float: right;
        display: inline-block;
        vertical-align: top;
        padding-top: 0;
        padding-bottom: 0;
    }
    ul.ul-menu li a {
        font-size: 13px;
        color: #ffffff;
    }
    ul.ul-menu li.icon a{
        color: #000000;
        cursor: pointer;
    }
    ul.ul-menu li.icon a:hover{
        cursor: pointer;
    }
    ul.ul-menu li a:hover {

        cursor: pointer;
    }

}

@media screen and (max-width:768px) {
    ul.ul-menu.responsive {
        position: absolute;
        background: #47bbf5;
        width: 30%;
        float: right;
        right: 0;

    }
    ul.ul-menu.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    ul.ul-menu.responsive li {
        float: none;
        display: inline;
    }
    ul.ul-menu.responsive li a {
        display: block;
        text-align: left;
    }
}
.banner {
    width: 100%;
}
.develop {
    width: 55%;
    //display: inline-block;
    float: left;
}
.develop h1 {
    padding-left: 5%;
    font-size: 2.2em;
    font-family: 'montserratbold';
    color: #4b5761;
    padding-top: 7%;
}
.img_banner {
    width: 100%;
    padding: 2%;
}
.req_form_div {
    width: 42%;
    float: right;
    margin-top: 7%;
}
.reg_form {
    width: 60%;
    padding: 4% 6%;
    border: 1px solid #9E9E9E;
}
input[type=text], select {
    width: 100%;
    padding: 10px 20px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Montserrat-Light;
}
.reg_form h3 {
    color: #009ae7;
    text-align: center;
}
input[type=submit] {
    width: 100%;
    background-color: #009ae7;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #1e83b5;
}

input[type=button] {
    width: 100%;
    background-color: #009ae7;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=button]:hover {
    background-color: #1e83b5;
}

h2.customer_h2 {
    text-align: center;
    font-size: 1.45em;
    font-family: Montserrat-Light;
    color: #5c646a;
    padding: 3%;
    font-weight: 100;
}
#content
{
    width: 100%;
}
.content-section
{
    width: 100%;
    display: block;
    padding: 2%;
}
.content-sec-1 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    //border: 1px solid;
}
.content-sec-2 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    //border: 1px solid;
}
.content-sec-3 {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    padding-left: 2%;
}
.dealer-tag p {
    margin: 0;
    padding-left: 6%;
    font-size: 0.85em;
}
.mithra p {
    margin: 0;
    padding-left: 6%;
    font-size: 0.85em;
}
.dealer-tag img {
    width: 74%;
}
.mithra img
{
    margin-left: -3%;
}
ul.tag-ul-1 li {
    display: inline;
    position: relative;
    padding: 2% 3%;
    padding-right: 4%;
    font-family: Montserrat-Light;
    font-size: 0.8em;
    color: #2b343b;
}
ul.tag-ul-2 li {
    display: inline;
    position: relative;
    padding: 2% 3%;
    padding-right: 4%;
    font-family: Montserrat-Light;
    font-size: 0.8em;
    color: #2b343b;
}
ul.tag-ul-1 li:after {

    content: "";
    position: absolute;
    top: 8.7px;
    left: -8px;
    width: 10px;
    height: 10px;
    background-color: #009ae7;
    border-radius: 50%;
    transition: all 0.3s;
}
ul.tag-ul-2 li:after {

    content: "";
    position: absolute;
    top: 8.7px;
    left: -8px;
    width: 10px;
    height: 10px;
    background-color: #009ae7;
    border-radius: 50%;
    transition: all 0.3s;
}
ul.tag-ul-1 li:first-child
{

}
.content-sec-3 img {
    width: 100%;
}
.dealer-tag
{
    width: 100%;
    display: block;
}
.mithra {
    width: 100%;
    display: block;
    padding-top: 25px;
}
p.mithra_p {
    margin: 12px;
    font-size: 0.82em;
    font-family: Montserrat-Light;
    color: #2b343b;
}
.dealer-mesh p {
    margin: 0;
    padding-left: 10%;
    font-size: 0.85em;
}
ul.mesh-ul {
    list-style-type: none;
}
i.tick {
    padding-right: 1%;
    color: #03a7dc;
}
ul.mesh-ul li {
    font-family: Montserrat-Light;
    font-size: 0.8em;
    font-weight: 100;
    padding-top: 6px;
    color: #2b343b;
}
.web-desking p {
    margin: 0;
    padding-left: 10%;
    font-size: 0.85em;
}
ul.desk-ul {
    list-style-type: none;
}
ul.desk-ul li {
    font-family: Montserrat-Light;
    font-size: 0.8em;
    font-weight: 100;
    padding-top: 6px;
    color: #2b343b;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.features p {
    color: #2b343b;
    font-size: 0.85em;
    font-family: Montserrat-Light;
    text-align: center;
}
.features h3 {
    text-align: center;
    font-size: 1.5em;
    font-family: Montserrat-Light;
    font-weight: 200;
    color: #2b343b;
    padding-top: 4%;
}

.swiper-container {
    width: 100%;
    height: 100%;

}
.swiper-slide {
    text-align: center;
    font-size: 0.8em;
    background: #fff;
    font-family: Montserrat-Light;
    font-weight: 100;
    line-height: 1.5;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.forbes {
    width: 25%;
    margin: 0 auto;
    font-family: Montserrat-Light;
    padding-top: 2%;
    padding-bottom: 2%;
}
.quotes, .swipe-img
{
    display: block;
    width: 100%;;
}
.forbes img {
    padding-left: 18%;
}
.description {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-family: Montserrat-Light;
    padding-top: 25px;
    padding-bottom: 25px;
}
p.desc_1 {
    font-size: 1em;
    color: #2b343b;
    padding-bottom: 50px;
}
p.desc_2 {
    font-size: 1.25em;
    color: #63696e;
}
p.desc_3 {
    font-family: 'montserratbold';
    font-size: 1.2em;
    color: #009ae7;
}
.footer {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
p.contact {
    color: #63696e;
    font-size: 0.85em;
    font-family: Montserrat-Light;
    padding-top: 25px;
}
span.fb img {
    padding-right: 2%;
}


@media screen and (max-width:1130px) {

    .dealer-mesh p, .mithra p, .dealer-tag p, .web-desking p {
        font-size: 0.80em;
    }
    ul.desk-ul li {
        font-size: 0.78em;
    }
}
@media screen and (max-width:1080px) {
    ul.ul-menu {
        float: left;
        width: 100%;
    }
    .reg_form {
        width: 72%;
    }
    .content-sec-3 {
        width: 38%;
    }

}
@media screen and (max-width:1016px) {
    .menu {
        width: 55%;
    }
    .reg_form {
        float: right;
    }
    .develop h1 {
        font-size: 2.0em;
    }
    .dealer-mesh p, .mithra p, .dealer-tag p, .web-desking p {
        font-size: 0.75em;
    }
}
@media screen and (max-width:961px) {
    .menu {
        width: 61%;
    }
    .develop h1 {
        font-size: 1.8em;
    }
    .dealer-mesh img {
        width: 88%;
    }
    .mithra img {
        width: 85%;
    }
    .web-desking img {
        width: 100%;
        margin-top: 20px;
    }
    .dealer-mesh p, .mithra p, .dealer-tag p, .web-desking p {
        font-size: 0.7em;
    }
    .forbes {
        margin: 0 37%;
    }
    .forbes img {
        padding-left: 4%;
    }
    p.desc_1 {
        font-size: 0.95em;
    }
    h2.customer_h2 {
        font-size: 1.35em;
    }
}
@media screen and (max-width:868px) {
    .menu {
        width: 69%;
    }
    .develop h1 {
        font-size: 1.65em;
    }
    .img_banner img {
        width: 95%;
    }
    .req_form_div {
        width: 45%;
    }
    .reg_form {
        width: 75%;
    }
    .reg_form h3 {
        font-size: 1.15em;
    }
    ul.tag-ul-1 li {
        padding: 2% 3%;
        font-size: 0.7em;
    }
    ul.tag-ul-2 li {
        padding: 2% 3%;
        font-size: 0.7em;
    }
    ul.tag-ul-1 li:after {
        content: "";
        position: absolute;
        top: 7.7px;
        left: -7px;
        width: 7px;
        height: 7px;
        background-color: #009ae7;
        border-radius: 50%;
        transition: all 0.3s;
    }
    ul.tag-ul-2 li:after {
        content: "";
        position: absolute;
        top: 7.7px;
        left: -7px;
        width: 7px;
        height: 7px;
        background-color: #009ae7;
        border-radius: 50%;
        transition: all 0.3s;
    }
    .dealer-mesh p, .mithra p, .dealer-tag p, .web-desking p {
        font-size: 0.63em;
    }
    ul.desk-ul li {
        font-size: 0.63em;
        padding-top: 2px;
    }
    ul.mesh-ul li {
        font-size: 0.74em;
        padding-top: 4px;
    }
    .web-desking img {
        margin-top: 45px;
    }
    .swiper-slide {
        text-align: center;
        font-size: 0.7em;
    }
    p.desc_1 {
        font-size: 0.85em;
    }
    .footer {
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width:661px) {
    .develop h1 {
        font-size: 1.25em;
    }
    .reg_form h3 {
        font-size: 1em;
    }
    .reg_form {
        width: 95%;
        padding: 2% 4%;
    }
    input[type=text], select {
        width: 100%;
        padding: 7px 20px;
        margin: 4px 0;
    }
    .content-sec-3 {
        width: 85%;
        margin: 0 6%;
    }
    .content-sec-1, .content-sec-2 {
        width: 49%;
    }
    .forbes img {
        padding-left: 0%;
        margin-left: -17%;
    }
    p.desc_1 {
        font-size: 0.75em;
    }
    p.desc_2 {
        font-size: 1.12em;
    }
    .footer {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    h2.customer_h2 {
        font-size: 1.15em;
    }
}
@media screen and (max-width:505px) {
    h2.customer_h2 {
        font-size: 1em;
    }
    .develop h1 {
        font-size: 1.1em;
    }
    .reg_form h3 {
        font-size: 0.8em;
    }
    input[type=text], select {
        width: 100%;
        padding: 5px 20px;
        margin: 3px 0;
        font-size: 0.7em;
    }
    .outer_1 {
        padding: 0 0;
    }
    input[type=submit] {
        width: 78%;
        background-color: #009ae7;
        color: white;
        padding: 10px 20px;
        margin: 6px 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .description {
        width: 75%;
    }
    p.desc_2 {
        font-size: 1em;
        color: #63696e;
    }
}
@media screen and (max-width:430px) {
    .develop {
        width: 100%;
        float: left;
    }
    .req_form_div {
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    h2.customer_h2 {
        font-size: 0.75em;
    }
    .content-sec-1, .content-sec-2 {
        width: 100%;
    }
    .dealer-tag img {
        width: 80%;
        margin-left: 9%;
    }
    .dealer-tag p {
        padding-left: 18%;
    }
    .mithra img {
        width: 85%;
        margin-left: 11%;
    }
    .mithra p {
        padding-left: 23%;
        font-size: 0.85em;
    }
}

input[type=date]::-webkit-outer-spin-button,
        input[type=date]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            -moz-appearance: textfield;
            margin: 0;
        }

        input[type=date] {
            -moz-appearance: textfield;
        }
