﻿body {
}
@font-face {
    font-family: 'Open Sans';
    src: url('../font/OpenSans-Regular.eot') format('embedded-opentype'), url('../font/OpenSans-Regular.ttf') format('truetype');
}
.hoverbounce:hover {
    transform: translateX(10px);
}

#heading{
    width:100%;
    padding:100px 0;
}

#headingdiv {
    height: 100%;
    width: 95%;
    max-width: 85%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    font-family: AvenirLTStd-Black;
    font-size: 48px;
    color: #164071;
}

#selection {
    width: 100%;
    background-color: #eaecf0;
}

#selectiondiv {
    height: 100%;
    width: 95%;
    max-width: 85%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    padding:30px 0;
}

#text {
    width: 34%;
    display: inline-block;
    vertical-align:middle;
}

#textdiv {
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
   
}

#button {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
}

#buttondiv {
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    
}

#btmpanel{
    width:100%;
    margin:60px 0;
}

#btm{
    margin-right:2.6%;
}

#proceedbtn {
    background-image: linear-gradient(to right, #22b1b8 0%, #407fc6 25%,#945783 50%,#407fc6 75%,#22b1b8 100%);
    background-size: 200% auto;
    border-radius: 40px;
    box-sizing: border-box;
    box-shadow: 0 8px 30px rgba(15,46,83, 0.3 );
    height: 60px;
    width: 300px;
    text-align: center;
    font-family: AvenirLTStd-Black;
    font-size:14px;
    color:white;
    padding:20.5px 0;
    display:block;
    margin-left:auto;
}

#proceedbtn:hover {
    background-position: right center;
}

#arw {
    margin-left:30px;
}

#selectionhead {
    font-family: AvenirLTStd-Black;
    font-size: 24px;
    line-height: 36px;
    color: #113a6b;
    word-spacing:1px
}

.selectiontxt {
    font-family: AvenirLTStd-Medium;
    font-size: 23px;
    line-height: 36px;
}

.language {
    display: inline-block;
    width: 100%;
    height: 200px;
    font-family: AvenirLTStd-Black;
    font-size: 25px;
    line-height: 36px;
    border: none;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 5px 27px rgba(0,0,0, 0.15);
    position: relative;
}


#chinese {
    font-family:'MS UI Gothic';
    font-weight:bold;
}

#tamil {
    font-family: 'Nirmala UI';
    font-weight: bold;
}

.sbtn{
    display:inline-block;
    width:47%;
    margin:1%;
    position:relative;
    vertical-align:top;
}

#bmt{
    width:100%;
}

.chk{
    width:21px;
}

.checklogo {
    display: none;
    width: 30px;
    height: 30px;
    background-color: #fcc72f;
    border-radius: 50px;
    position: absolute;
    transform: translateX(-50%);
    right: 10px;
    top: 20px;
}

.language.selectl {
    border: solid 5px #fcc72f;
}

    .language.selectl .checklogo {
        display: block;
    }


    .language:focus{
        outline:none;
    }

.language:hover {
    border: solid 5px #fcc72f;
}


.language:hover .checklogo {
    display: block;
}

.textsection{
    width:100%;
}

.textsection-wrapper {
    width:85%;
    margin:0 auto;
    font-family: 'Open Sans';
    font-size:16px;
    padding-bottom:50px;
}

.boldtext{
    font-weight:800;
}

@media screen and (max-width: 1023px) {
    #proceedbtn {
        margin: auto;
    }

    #text,
    #button
    {
        display:block;
        width:100%;
    }

    #heading{
        padding:50px 0;
    }
}

@media screen and (max-width: 440px) {
    #headingdiv{
        font-size:40px;
    }

    #selectionhead{
        font-size:20px;
    }

    .selectiontxt{
        font-size:18px;
    }


}