
    ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgb(255 255 255 / 50%);
    }
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    input::placeholder
    {
        color: #b2bbc3;
    }
    header {
        background-color: #fff;
        padding-top: 50px;
        padding-bottom: 160px;
    }
    body{
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px !important;
        line-height: 1.42857143;
        color: #333;
        background: #42436b;
        background-image: url(images/sayagata-bg-400px.gif);
    }
    .logo-top {
        position: absolute;
        top: -50px;
        left: 15px;
    }
    .arrow-down {
        position: absolute;
        z-index: 1000;
        top: -54px;
        right: 20px;
        background-image: url(images/arrow-down.png);
        width: 60px;
        height: 82px;
    }
    *{
        font-family: 'Hind Guntur',sans-serif;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: all 0.2s ease-in-out;
    }
    .animated {
       
        animation-duration: 1s !important;
        animation-fill-mode: both !important;
    }
    .bounceInDown {
      
        animation-name: bounceInDown !important;
    }
    .animated.infinite {
       
        animation-iteration-count: infinite !important;
    }
    .pulse {
        
        animation-name: pulse !important;
    }
    .col-sm-12
    {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
       

    header .col-sm-12 
        {
            position: relative;
            max-width: 1000px;
            margin: 0 auto;
            float: none;
            display: block;
        }
        
    header h1 {
        font-size: 45px;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 36px;
    }
    header h2 {
        color: #7a858f;
        font-weight: 300;
        font-size: 21px;
        padding-top: 0;
        margin-top: 10px;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    #wrap {
        margin-top: -130px;
        position: relative;
    }
    .select-style {
        padding: 0;
        margin: 0;
        border: 2px solid #dae1e8;
        width: 100%;
        border-radius: 4px;
        overflow: hidden;
        background-color: #fff;
        background: #fff url(images/input-downarrow.png) no-repeat 92% 50%;
        margin-top: 14px;
    }
    .select-style select {
        padding: 14px 14px 10px 14px;
        width: 130%;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    button, select {
        text-transform: none;
    }
    .select-style select:invalid {
        color: #b2bbc3;
        font-weight: 600;
    }

    form {
        padding: 10px 36px;
    }
        
     .form-header {
        background: #42436b;
        font-size: 21px;
        color: #e9f4f9;
        display: block;
        text-align: center;
        padding: 14px 0 8px 0;
        font-weight: 600;
    }
    .form-container {
        background: #fff;
        box-shadow: 0px 0px 24px rgb(0 0 0 / 25%);
        width: 352px;
        position: absolute;
        top: 0;
        right: 0;
        border-bottom-right-radius: 14px;
    }
     .form-disclaimer {
        font-size: 11px;
        margin-top: 12px;
        color: #7f868c;
    }   
    .img-hero {
        border-radius: 50px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive,
     .thumbnail a>img, .thumbnail>img {
        display: block;
        max-width: 100%;
        height: auto;
    } 

    .btn {
        font-weight: 600 !important;
        background-color: #db4729 !important; 
        border: 0 !important;
        color: #fff !important;
        padding: 14px 0 10px 0 !important;
        font-size: 19px !important;
        margin-top: 14px !important;
        margin-bottom: 20px !important;
        width: 100% !important;
    }
    
    label {
    display: inline-block;
    margin-bottom: 0!important; 
    }
    
    label.error {
        color: #ff0000;
   
    display: block;
  

    }
    a:active, a:hover {
    outline: 0;
    }
    a:visited
    {
        text-decoration:underline !important;
    }
    footer a:hover,footer a:active,footer a:focus
    {
        color:#fff !important;
        text-decoration:underline !important;
    }
    a {
        color: #337ab7 !important;
        text-decoration: none;
    }
    footer {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
        display: block;
    }
    footer ul li {
        display: inline-block;
        margin-right: 30px;
    }
    ol, ul {
        margin-top: 0;
        margin-bottom: 10px;
    }
    footer ul {
        list-style-type: none;
        vertical-align: middle;
        padding: 0;
    }
    footer a {
        color: #aaabc9 !important;
        font-size: 13px !important;
    }
    input, select {
        -webkit-appearance: none;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    footer img {
        width: 100%;
        max-width: 11rem;
        padding-bottom: 3px;
    }
    b, strong {
        font-weight: 700;
    } 
    img {
        border: 0;
    }
    img {
    transition: filter 0.3s;
    }
    img {
        vertical-align: middle;
    }
    .input-style {
        padding: 0;
        margin: 0;
        border: 2px solid #dae1e8 !important;
        width: 100%;
        border-radius: 4px;
        overflow: hidden;
        background-color: #fff;
        margin-top: 10px;
        padding: 10px 10px 10px 10px;
        font-weight: 600;
        /*color: #b2bbc3 !important;*/
    }
    .btn:hover,.btn:active,.btn:focus
    {
        background-color:#d73919 !important;
        border:0 !important;
    }

    .btn i {
        color: #FFF !important;
    }
    .fa {
        display: inline-block;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    /*button, input, optgroup, select, textarea {
        margin: 0;
        font: inherit;
        color: inherit;
    }*/
     @media (max-width: 767px)
        { 
            header h1 {
            font-size: 28px;
            line-height: 29px;
            }
        }
    @media (max-width: 767px)
        {
            .form-header, .arrow-down, .img-hero {
            display: none;
            }
        }
     @media (max-width: 990px)
     {
        .logo-top {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 10px;
        }
    }
    @media (max-width: 767px)
    {
        .logo-top {
            max-width: 150px;
            height: auto;
        }
    }
    @media (max-width: 767px)
    {
        header h2 {
            font-size: 14px;
                margin-top: 3px;
        }
    }
    @media (max-width: 767px)
    {
        footer ul li {
            display: block;
            margin: 0;
            margin-bottom: 6px;
        }
    }
    @media (max-width: 767px)
    {
        .form-container {
            position: relative !important;
            width: 100% !important;
            border-radius: 0;
            margin-top: 99px;
        }
    }
    @media (max-width: 767px)
    {
        form {
            padding: 4px 18px !important;
        }
    }
    @media (max-width: 767px)
    {
        .select-style, .input-style, .toggle-radio-style, .btn {
            margin-top: 9px;
        }
    }
    @media (min-width: 1200px)
        {
        .container {
            width: 1170px;
        }
    }
    @media (min-width: 992px)
    {
        .container {
            width: 970px !important;
        }
    }
    @media (min-width: 768px)
    {
        .container {
            width: 720px;
        }
    }
     @media (min-width: 768px)    
    {
        .col-sm-12 {
            width: 100%;
        }
    }
     @media (max-width: 767px){
        header {
            padding-top: 4px;
            padding-bottom: 0;
        }
    }
    @media (min-width: 768px)
    {
        .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 
        {
            float: left;
        }
    }
    @media (max-width: 767px){
        .select-style, .input-style, .toggle-radio-style, .btn {
            margin-top: 9px;
        }
    }
    @media (max-width: 767px){
        .btn {
            padding: 14px 0 10px 0;
        }
    }
   