﻿@font-face {
    font-family: 'GothamLight';
    src: url('/assets/bi/css/fonts/GothamLight.ttf') format('truetype');
}

@font-face {
    font-family: 'raleway-light';
    src: url('/assets/bi/css/fonts/raleway-light.eot') format('embedded-opentype'), url('/assets/bi/css/fonts/Raleway-Light.otf') format('opentype'), url('/assets/bi/css/fonts/raleway-light.svg') format('svg'), url('/assets/bi/css/fonts/Raleway-Light.ttf') format('truetype'), url('/assets/bi/css/fonts/raleway-light.woff') format('woff');
}

@font-face {
    font-family: 'raleway-bold';
    src: url('/assets/bi/css/fonts/raleway-bold.eot') format('embedded-opentype'), url('/assets/bi/css/fonts/Raleway-Bold.otf') format('opentype'), url('/assets/bi/css/fonts/raleway-bold.svg') format('svg'), url('/assets/bi/css/fonts/Raleway-Bold.ttf') format('truetype'), url('/assets/bi/css/fonts/raleway-bold.woff') format('woff');
}

@font-face {
    font-family: 'Prototype';
    src: url('/assets/bi/css/fonts/Prototype.ttf') format('truetype');
}

@font-face {
    font-family: 'ufonts.com_gotham-black';
    src: url('/assets/bi/css/fonts/ufonts.com_gotham-black.ttf') format('truetype');
}

@font-face {
    font-family: 'raleway-regular';
    src: url('/assets/bi/css/fonts/raleway-regular.eot') format('embedded-opentype'), url('/assets/bi/css/fonts/Raleway-Regular.otf') format('opentype'), url('/assets/bi/css/fonts/Raleway-Regular.ttf') format('truetype'), url('/assets/bi/css/fonts/raleway-regular.woff') format('woff');
}

body {
}

.paddingzero {
    padding: 0;
}

.marginzero {
    padding: 0;
}

.bannerdiv {
    background: url('/assets/bi/images/vd-images/banner.jpg') no-repeat;
    background-size: 100%;
    height: 664px;
}

.formdiv {
    padding: 15px 30px 20px;
    background: #fff;
    width: 300px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.42);
}

.logo {
    border-bottom: 1px solid #ededed;
    background: #20394F;
    width: 300px;
    padding: 15px 0 0;
}

    .logo img {
        margin: 0 0 20px 0;
    }

.details {
    padding: 15px 0 15px;
    color: #f15922;
    font-size: 18.23px;
    font-weight: 300;
    line-height: 22.917px;
    text-align: center;
    transform: scaleY(1.0012);
    font-family: 'raleway-light';
}

html,
body {
    height: 100%;
}

.content-a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
}

.fullscreen.overflow .content-a {
    height: auto;
    min-height: 100%;
}

.content-b {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

input[type="text"] {
    font-size: 12px;
    font-family: 'Roboto-Regular', Arial, Helvetica;
    margin: 0px 0px 10px 0px !important;
    border-radius: 0px;
    padding: 8px;
    color: #5F5F5F !important;
    box-shadow: none !important;
    border: 1px solid #eaeaea !important;
    height: 34px;
    background-color: #fff;
    box-shadow: none;
}

select {
    font-size: 13px !important;
    font-family: 'Roboto-Regular', Arial, Helvetica !important;
    margin: 0px 0px 10px 0px !important;
    border-radius: 0px !important;
    padding: 4px !important;
    color: #ccc !important;
    height: 34px !important;
    background-color: #fff !important;
    box-shadow: none;
    box-shadow: none !important;
    border: 1px solid #eaeaea !important;
}

    select option {
        color:#5f5f5f;
        background:#fff;
    }

.otpbtn {
    width: 45%;
    float: left;
}

.otpbtndiv {
    width: 51%;
    float: left;
    margin-left: 10px;
    color: rgb(255, 140, 34);
    border-radius: 0;
    height: 35px;
    background: rgba(255, 255, 255, 0.08) !important;
}

    .otpbtndiv:hover {
        background: #B32120;
        color: rgb(255, 140, 34);
    }

.submit {
    width: 95px;
    font-family: 'raleway-light';
    font-weight: bold;
    background: #000;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    height: 34px;
}

::-webkit-input-placeholder {
    color: #ccc !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc !important;
}

:-ms-input-placeholder {
    color: #ccc !important;
}

.btndiv {
    display: table;
    width: 100%;
    margin: 20px 0 0 0;
}

h2 {
    font-family: 'GothamLight';
    color: #ffffff;
    font-size: 29px;
    font-weight: 300;
    line-height: 38.891px;
    text-align: center;
    text-transform: uppercase;
    padding: 24% 10% 22% 2.1%;
}

    h2 strong {
        font-family: 'ufonts.com_gotham-black';
        position: relative;
    }

        h2 strong:before {
            background-image: url(/assets/bi/images/vd-images/image.png);
            background-size: 98% 5px;
            background-repeat: no-repeat;
            display: inline-block;
            width: 324px;
            height: 5px;
            content: "";
            position: absolute;
            top: -6px;
            left: 9px;
        }

h3 {
    font-family: 'raleway-light';
    color: #f15922;
    font-size: 28.41px;
    font-weight: 300;
    line-height: 37.065px;
    text-align: center;
    margin: 0;
    padding: 9% 0;
}

    h3 strong {
        font-family: 'raleway-bold';
    }

.padbtm {
    padding-bottom: 9%;
}

    .padbtm p {
        width: 680px;
        margin: -16px auto 0;
        padding: 30px;
        font-family: 'raleway-light';
        color: #6b6b6b;
        font-size: 17px;
        font-weight: 500;
        line-height: 35.083px;
        text-align: center;
        border: 3px solid #6b6b6b;
    }

    .padbtm h4 {
        font-family: 'raleway-light';
        color: #000000;
        font-size: 24.33px;
        font-weight: 700;
        line-height: 22.917px;
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        padding: 0;
        background: #fff;
    }

        .padbtm h4:before,
        .padbtm h4:after {
            content: "";
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background-color: #f15922;
            display: inline-block;
            vertical-align: 5px;
        }

        .padbtm h4:before {
            margin-right: 15px;
        }

        .padbtm h4:after {
            margin-left: 15px;
        }

.maindiv {
    width: 980px;
    margin: 0 auto;
}

.bgdiv {
    padding-bottom: 7%;
    background: url('/assets/bi/images/vd-images/curve.jpg'), -webkit-linear-gradient(-18deg, #E22C45 19%, #f15922 81%);
    background: url('/assets/bi/images/vd-images/curve.jpg'), -moz-linear-gradient(-18deg, #E22C45 19%, #f15922 81%);
    background: url('/assets/bi/images/vd-images/curve.jpg'), -o-linear-gradient(-18deg, #E22C45 19%, #f15922 81%);
    background: url('/assets/bi/images/vd-images/curve.jpg'), -ms-linear-gradient(-18deg, #E22C45 19%, #f15922 81%);
    background: url('/assets/bi/images/vd-images/curve.jpg'), linear-gradient(108deg, #E22C45 19%, #f15922 81%);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

    .bgdiv h4 {
        font-family: 'raleway-light';
        color: #ffffff;
        font-size: 21.17px;
        font-weight: 400;
        line-height: 39.583px;
        text-align: center;
        margin: 45px 0;
    }

    .bgdiv p {
        font-family: 'raleway-light';
        color: #ffffff;
        font-size: 14.83px;
        font-weight: 300;
        line-height: 26.5px;
        text-align: center;
        margin: 25px 0 0 0;
    }

        .bgdiv p strong {
            font-family: 'raleway-bold';
        }

.textdiv {
    padding: 0 17%;
}

    .textdiv h5 {
        font-family: 'raleway-light';
        color: #000000;
        font-size: 22.17px;
        font-weight: bold;
        line-height: 39.583px;
        text-align: center;
        padding: 45px 0 30px 0;
        margin: 0;
    }

    .textdiv p {
        color: #000000;
        font-family: 'raleway-regular';
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        margin: 0 0 15px 0;
        font-weight: bold;
    }

    .textdiv span {
        font-family: 'raleway-light';
        color: #f15922;
        font-size: 14.67px;
        font-weight: 600;
        line-height: 25px;
        text-align: center;
        display: block;
        margin: 15px 0 0 0;
    }

.textinnerdiv {
    padding: 50px 15% 60px;
    display: flex;
}

.countdiv {
    background: #f3f3f3;
    padding: 75px 0;
}

.countinnerdiv {
    border: 2px solid #fff;
    background: #f3f3f3;
}

    .countinnerdiv span {
        display: block;
        padding: 15px 0;
        text-align: center;
        background: #fff;
        color: #434343;
        font-size: 44.67px;
        font-weight: bold;
        line-height: 77.083px;
        font-family: 'Prototype';
        letter-spacing: 2px;
    }

    .countinnerdiv .bg1 {
        background: #dedede;
        margin: 15px 15px 0 15px;
        height: 20px;
    }

    .countinnerdiv .bg2 {
        background: #dedede;
        margin: 0px 15px 15px 15px;
        padding: 30px 0;
        font-family: Raleway;
        color: #434343;
        font-size: 14.83px;
        font-weight: 700;
        line-height: 19px;
        text-align: center;
        min-height: 98px;
    }

.countdiv .list-inline > li {
    display: inline-block !important;
    padding: 0 30px !important;
    width: 284px !important;
}

.partnerdiv {
    background: #fff;
    padding: 70px 0;
}

    .partnerdiv h5 {
        font-family: 'raleway-light';
        color: #000000;
        font-size: 21.17px;
        font-weight: 500;
        line-height: 39.583px;
        text-align: center;
        margin: 0 0 70px 0;
    }

    .partnerdiv .list-inline > li:first-child {
        border-left: 0px solid #bfbfbf;
    }

    .partnerdiv .list-inline > li {
        display: inline-block;
        border-left: 1px solid #bfbfbf;
        padding: 5px 35px;
    }

footer p {
    font-family: 'raleway-light';
    color: #bdbdbd;
    font-size: 11.67px;
    font-weight: 300;
    text-align: left;
    margin: 15px 0 0px;
}

footer .text {
    font-family: 'raleway-light';
    color: #777777;
    font-size: 11.67px;
    font-weight: 400;
    line-height: 18.083px;
    text-align: left;
    margin: 0 0 0px;
}

footer .list-inline {
    margin: 73px 0 0 0;
}

    footer .list-inline > li {
        display: inline-block;
        padding-right: 1px;
        padding-left: 1px;
    }

.otpbtn1 {
    background: #d4d4d4 !important;
    font-size: 12px !important;
    height: 34px !important;
    width: 50% !important;
    margin: 0 0 0 10px !important;
}

.regular-chkbox {
    display: none;
}

    .regular-chkbox + label {
        padding: 4px 5px 5px 30px;
        margin: 0;
        font-size: 8px;
        display: inline-block;
        position: relative;
    }

        .regular-chkbox + label:after {
            content: '';
            font-size: 12px;
            position: absolute;
            top: 0px;
            left: 1px;
            border: 0px solid #c5c5c5;
            color: #fff;
            background: #d4d4d4;
            padding: 1px 5px;
            height: 19px;
            border-radius: 2px;
            width: 21px;
        }

    .regular-chkbox:checked + label:after {
        content: '\2714';
        font-size: 12px;
        position: absolute;
        top: 0px;
        left: 1px;
        border: 0px solid #c5c5c5;
        color: #fff;
        background: #d4d4d4;
        padding: 1px 5px;
    }

.pull-left {
    float: left !important;
    margin: 6px 0 0 0;
}

.none {
    display: none;
}

.submit:hover, .submit:active, .submit:visited {
    color: #fff !important;
}

.thankdiv {
    font-family: 'raleway-light';
    font-size: 38px;
    color: #f15922;
    margin: 75px 0 40px;
}

p.thank {
    font-family: 'raleway-light';
    padding: 0 40px 97px;
    font-weight: 400;
}

#frmDetails label.error {
    display: none !important;
}

#frmDetails .error {
    border: 1px solid red !important;
}

.textcolor {
    color:#5f5f5f !important;
}
#frmDetails .otplabel{
    color: red;
    font-weight:normal;
    font-size:12px;
}
/*@media (max-width: 1900px) and (min-width: 1368px) {
    .container-fluid {
        width: 1348px !important;
    }
}*/
@media (max-width: 1340px) and (min-width: 1200px) {
    h2 {
        font-size: 25px;
    }

        h2 strong:before {
            background-size: 84% 5px !important;
        }
}

@media (max-width: 1199px) and (min-width: 1170px) {
    h2 {
        font-size: 25px;
    }

        h2 strong:before {
            background-size: 84% 5px !important;
        }
}

@media (max-width: 1169px) and (min-width: 1082px) {
    h2 {
        font-size: 23px;
    }

        h2 strong:before {
            background-size: 77% 5px !important;
        }

    .bannerdiv {
        height: 523px;
    }
}

@media (max-width: 1080px) and (min-width: 991px) {
    h2 {
        font-size: 21px;
    }

        h2 strong:before {
            background-size: 70% 5px !important;
        }

    .bannerdiv {
        height: 530px;
    }
}

@media only screen and (max-width: 991px) {
    .maindiv {
        width: 100%;
    }

    h2 {
        font-size: 24px;
        padding: 30px;
    }

        h2 strong:before {
            background-size: 81% 5px !important;
        }

    .formdiv, .logo {
        width: 455px;
        margin: 0 auto;
        padding: 10px 30px 10px;
    }
}

@media only screen and (max-width: 776px) {
    .none {
        display: block;
    }

    h2 {
        font-size: 29px;
        line-height: 50px;
    }

        h2 strong:before {
            background-size: 98% 5px !important;
        }

    .padbtm p {
        width: 100%;
    }

    .innerbox {
        margin-bottom: 30px;
    }

        .innerbox img {
            width: 80px;
        }

    .textinnerdiv {
        padding: 50px 5% 60px;
        display: inline-flex;
    }

    .textdiv {
        padding: 0 8%;
    }

    footer .col-sm-8,
    footer .col-sm-4,
    footer .text,
    footer p {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    h2 {
        font-size: 23px;
        line-height: 40px;
        margin: 0;
        padding: 30px 0;
        text-align: center;
    }

        h2 strong:before {
            background-size: 79% 5px !important;
        }

    .none {
        display: block;
    }

    .formdiv, .logo {
        width: 98%;
        margin: 0 auto;
    }

    h3 {
        font-size: 20.41px;
    }

    .textinnerdiv {
        padding: 50px 5% 60px;
        display: block;
    }

        .textinnerdiv .col-sm-4 {
            margin: 0 0 30px;
        }

    .partnerdiv .list-inline > li {
        width: 48%;
        border: 0;
    }
}

@media only screen and (max-width: 440px) {
    .otpbtn,
    .otpbtndiv {
        width: 100% !important;
    }

    .otpbtndiv {
        margin-left: 0 !important;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 18px;
        line-height: 35px;
        margin: 0;
        padding: 0px 0 30px;
    }

        h2 strong:before {
            background-size: 60% 5px !important;
        }

    .otpbtn1 {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }

    .submit {
        width: 100% !important;
        display: block;
    }

    .pull-left {
        margin: 0 0 10px 0 !important;
    }

    .pull-right {
        float: none !important;
    }

    .formdiv, .logo {
        width: 100%;
    }
}

@media (max-width: 1940px) and (min-width: 1368px) {

    .bannerdiv {
        background: url(/assets/bi/images/vd-images/banner.jpg) no-repeat;
        background-size: 100%;
        height: 946px;
    }



    h2 {
        font-family: 'GothamLight';
        color: #ffffff;
        font-size: 42px;
        font-weight: 300;
        line-height: 54.891px;
        text-align: center;
        text-transform: uppercase;
        padding: 16% 7% 22.5% 4%;
    }

    .logo {
        width: 399px;
    }



    .formdiv {
        padding: 35px 45px 35px;
        background: #fff;
        width: 399px;
    }



    .details {
        padding: 23px 0 23px;
        color: #f15922;
        font-size: 25.23px;
        font-weight: 300;
        line-height: 22.917px;
        text-align: left;
        transform: scaleY(1.0012);
        font-family: 'raleway-light';
    }



    input[type="text"] {
        font-size: 12px;
        font-family: 'Roboto-Regular', Arial, Helvetica;
        margin: 0px 0px 14px 0px !important;
        border-radius: 0px;
        padding: 8px;
        color: #5F5F5F !important;
        border: 1px solid #eaeaea;
        height: 40px;
        background-color: #fff;
    }

    select {
        height: 40px !important;
        box-shadow: none !important;
        border: 1px solid #eaeaea !important;
    }


    .otpbtn1 {
        background: #d4d4d4 !important;
        font-size: 12px !important;
        height: 39px !important;
        width: 50% !important;
        margin: 0 0 0 10px !important;
    }



    .btndiv {
        display: table;
        width: 100%;
        margin-top: 25px;
    }



    .submit {
        height: 39px !important;
    }

    h2 strong:before {
        background-size: 100% 5px;
        width: 462px;
        height: 6px;
    }

    .thankdiv {
        font-family: 'raleway-light';
        font-size: 55px;
        color: #f15922;
        margin: 100px 0 55px;
    }




    p.thank {
        font-family: 'raleway-light';
        padding: 0 70px 95px;
        font-weight: 400;
        font-size: 17px;
    }

    .textdiv {
        padding: 0 11%;
    }
}

.triangle-theme .pika-label:after {
    content: " \25be";
}
