

.fill
{
    position: relative;
    min-height: 0%;
    top: 0px;
}

.fill .pdf select
{
    background: linear-gradient(to right, #fbfbfb, #fff);
    color: #000;
    text-shadow: 0 0 0 #000;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #cccccc;
}

.fill .skiptranslate
{
    margin-bottom: 20px;
    margin-left: 25px;
}

.pdf-sec
{
    position: relative;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
    background: linear-gradient(to top right,#e4f0f6 0%,#b8b8b8 100%);
    background-image: url('../images/index2.png');
    background-size: contain;
    background-repeat: repeat-x;
}

.pdf-sec img
{
    /*width: 100px;*/
}

.sec2
{
    padding-top: 30px;
    padding-bottom: 50px;
}

.sec2-div-wrapper
{
    padding: 20px 10px 20px 0px;
    border-radius: 2px;
    border: 2px solid #f7f7f9;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.sec2-top
{
    padding-left: 25px;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
    font-size: 20px;
    text-transform: capitalize;
}

.sec2-top span
{
    display: block;
    font-weight: lighter;
    font-size: 10px;
    color: #000;
}

.sec2-form
{
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}

.sec2-form select
{
    background: linear-gradient(to right, #fbfbfb, #fff);
    color: #000;
    text-shadow: 0 0 0 #000;
}

.sec2-form .btn
{
    font-weight: bold;
    position: relative;
    margin-top: 30px;
}

.sec2-form .btn:focus, .sec2-form .btn:active
{
    outline: none;
}

.sec2-form i
{
    display: block;
    position: relative;
    margin-top: 15px;
    color: #28b703;
}

.sec2-form i span
{
    padding-left: 5px;
    color: #28b703;
    font-weight: bold;
    font-size: 12px;
}

.sec3
{
    background-color: F5F5F5;
    padding-top: 30px;
    padding-bottom: 50px;
    background: linear-gradient(to bottom,#F5F5F5,#b8b8b8);
}

.sec3-div1
{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sec3-div2
{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sec3-div1 i
{
    color: #1562a9;
    font-size: 15px;
}

.sec3-div1 i span
{
    padding-left: 5px;
}

.sec3-div2 p
{
    position: relative;
    text-align: center;
}

.sec3-div2 p a
{
    color: #1562a9;
    font-weight: bold;
    font-size: 10px;
    text-decoration: underline;
}

.sec3-div2 p a:focus, .sec3-div2 p a:active
{
    outline: none;
}

@media (max-width:483px)
{
    .sec3-div2 p a
    {
        display: block;
    }
    .sec3-div2 p small
    {
        display: none;
    }
}

.sec3-footer-holder
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.sec3-footer-holder small
{
    display: block;
}

.sec3-footer-holder span
{
    font-size: 11px;
    font-weight: bold;
}

.sec3-footer-holder p
{
    font-size: 11px;
    font-weight: lighter;
    margin-bottom: 30px;
}

.currency
{
    position: relative;
    border-top: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

.cur label
{
    position: relative;
    display: block;
}

.cur label small
{
    position: relative;
    top: 3px;
    font-size: 12px;
}

.sec2-form h4
{
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.sec2-form h4 i
{
    position: absolute;
    bottom: 0px;
    left: 120px;
}

.sec2-form h4 span
{
    text-transform: none;
    font-style: italic;
    font-weight: normal;
}

.sec2-form var
{
    padding-right: 5px;
    color: #f10c0c;
}

.others
{
    position: relative;
}

.others input,.others select
{
    border-radius: 0px;
}

.others input:focus,.others select:focus
{
    box-shadow: none;
}

.others small
{
    position: relative;
    font-style: italic;
    font-weight: normal;
}

.others label
{
    position: relative;
    font-size: 12px;
}

.others i
{
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 90px;
}

.cs-tooltip + .tooltip > .tooltip-inner
{
    background-color: #034268;
}

.cs-tooltip + .tooltip > .tooltip-arrow
{
    border-right-color: #034268;
}

.others var
{
    padding-right: 5px;
    color: #f10c0c;
}

.accept
{
    position: relative;
    text-decoration: underline;
}

.end
{
    font-size: 11px;
    padding: 0;
}

#accpted
{
    position: absolute;
    left: 150px;
}
#accpted2{
    position: absolute;
    left: 180px;
}
.welcome{
    position: absolute;
    background: linear-gradient(to bottom,#F5F5F5,#b8b8b8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
}

.pop-div
{
    position: relative;
    background-color: #fff;
    z-index: 5;
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.close-btn
{
    font-size: 25px;
    position: absolute;
    z-index: 6;
    right: 60px;
    top: 10px;
    cursor: pointer;
    color: #047e97;
}

.close-btn:hover
{
    color: #fb0606;
}

#welcome
{
    position: absolute;
    left: 150px;
    bottom: 8px;
    font-size: 20px;
    color: #034268;
}

#accpted5
{
    position: absolute;
    left: 210px;
    z-index: 4;
    bottom: 9px;
    font-size: 20px;
}

.show-term-hide
{
    display: none !important;
}

.swal2-modal .swal2-content
{
    color: #d10c0c;
    font-size: 15px;
    font-weight: bold;
}

.checker
{
    padding: 6px 5px;
    border: 1px solid #ccc;
    color: #fff;
}

.checker span
{
    color: #000;
    font-size: 10px;
}

.checker span img
{
    width: 16px;
    margin-left: 5px;
}

.checker small
{
    color: #000;
    font-size: 10px;
    position: relative;
}

.checker small i
{
    width: 16px;
    margin-left: 18px;
    position: absolute;
    color: #1ba50a;
    font-size: 20px;
    top: -21px;
}

.checker var
{
    font-size: 10px;
}

@media (max-width:767px)
{
    .pdf-sec
    {
        text-align: center;
    }
}

