@font-face {
    font-family: 'Baloo Chettan 2';
    src: url('BalooChettan2-Bold.woff2') format('woff2'),
        url('BalooChettan2-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo Chettan 2';
    src: url('BalooChettan2-ExtraBold.woff2') format('woff2'),
        url('BalooChettan2-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo Chettan 2';
    src: url('BalooChettan2-Medium.woff2') format('woff2'),
        url('BalooChettan2-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo Chettan 2';
    src: url('BalooChettan2-Regular.woff2') format('woff2'),
        url('BalooChettan2-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo Chettan 2';
    src: url('BalooChettan2-SemiBold.woff2') format('woff2'),
        url('BalooChettan2-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html,body{
    padding: 0px;
    margin: 0px;
    background: url("../img/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#container{
    width: 100%;
    margin-top: 35px;
    margin-bottom: 50px;
    text-align: center;
}

.head-text{
    font-family: 'Baloo Chettan 2';
    font-size: 14pt;
    color: #00528a;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 7%;
    padding-left: 7%;
}

#video-container{
    margin-top: 30px;
    margin-bottom: 10px;
}

.head-text b{
    font-weight: bold;
}

#form-container{
    background: white;
    width: 1000px;
    display: inline-block;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
    position: relative;
    z-index: 10;
}

#form-container .col{
    width: 25%;
    float: left;
    margin-top: 15px;
    padding: 10px;
    box-sizing: border-box;
}

#form-container input{
    background: #fafafa;
    border: 1px solid #9f9f9f;
    height: 60px;
    width: 100%;
    border-radius: 10px;
    font-family: 'Baloo Chettan 2';
    font-size: 12pt;
    color: #00528a;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
}

#calculator{
    max-width: 100%;
    cursor: pointer;
}

#form-container select{
    background: #fafafa;
    border: 1px solid #9f9f9f;
    height: 60px;
    width: 100%;
    border-radius: 10px;
    font-family: 'Baloo Chettan 2';
    font-size: 12pt;
    color: #00528a;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
}

.final-text{
    display: inline-block;
    padding: 50px !important;
    font-size: 14pt;
}

#currency-stage{
    display: none;
}

#incele-click{
    display: block;
}

@media only screen and (max-width: 573px) {
    #logo{
        width: 100% !important;
    }
}

@media only screen and (max-width: 1100px) {
    #form-container{
        width: 94% !important;
        margin-left: 3%;
        margin-right: 3%;
        box-sizing: border-box;
    }
    #form-container .col{
        width: 100%;
    }
}

#full_clicktag{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.navbar{
    position: relative;
    z-index:10;
}

@media only screen and (max-width: 750px) {
    #container{
        margin-top: 30px;
    }

    #video-container video{
        width: 100%;
    }
    #video-container{
        padding-left: 3%;
        padding-right: 3%;
    }
}