/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

html{
    height: 100%;
}
body{
    background-color: white;
    padding: 0px!important;
}
.loader{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999999999999999999;
    display: none!important;
}
.disabled{
    cursor: not-allowed!important;
}
.logo_img
{
    max-width: 30%;
    position: absolute;
    top: 40px;
    left: 40px;
}
#carousal_images{
    height: 100%;
}
/******************INPUT START******************/


  main {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    height: 90%;
    max-width: 600px;
  }
  .container {
    margin: 0 auto;
  }
  
  h2 {
    color: #666;
    margin-bottom: .75em;
    text-align: center;
  }
  .input-group {
    margin-bottom: 1.25em;
  }
  input[type="email"],
  input[type="text"],
  input[type="password"] {
    -webkit-appearance: none;
    border-radius: 1px;
    box-sizing: border-box;
    font-size: 1.25em;
    height: auto;
    padding: .5em;
  
  }
  /* suppress IE >= 10 native functionality that can show password */
  input[type="password"]::-ms-reveal {
    display: none;
  }
  .btn {
    margin-top: 1.75em;
  }
  .input-group {
    position: relative;
    width: 100%;
  }
  .toggle {
    background: none;
    border: none;
    color: #333333;
    /*display: none;*/
    /*font-size: .9em;*/
    font-weight: 400;
    /*padding: .5em;*/
    right: .75em;
    top: 2.25em;
    z-index: 9;
    margin-left: -50px;
  }
  
  
  
  
  
  .fa {
    font-size: 1.5rem;
  }

/******************INPUT END******************/


#carousal_images .img-area img{
    height: 100vh !important;
}

#carousal_images{
    position: relative;
    overflow: hidden;
}

.dots_img img {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

.right-content{
    display: inline-block;
    
    padding: 15px;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sub_heading{
    font-size: 20px;
    font-family: 'OpenSans' , sans-serif;
    color: rgba(0, 25, 41, 0.6);
    line-height: 1.6;
    text-align: left;
    margin: 40px 0 40px 0;
    padding: 0;
    max-width: 600px;
}

.heading{
    font-size: 30px;
    font-weight: 900;
    font-family: 'OpenSans' , sans-serif;
    color: #f26a5a;
    line-height: 1.6;
    text-align: left;
    margin: 40px 0 40px 0;
    padding: 0;
}

.icons{
    margin-top: 50px;
}


/******************SOCIAL ICONS******************/

ul.icons li {
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    margin-right: 15px;
}

ul.icons li:hover {
    -webkit-animation: 0.8s spin;
    animation: 0.8s spin;
}

ul.icons li i.fa-facebook-f{
    color: #3B5998;
}

ul.icons li i.fa-twitter{
    color: #00acee;
}

ul.icons li i.fa-linkedin-in{
    color: #0e76a8;
}

ul.icons li i.fa-instagram{
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/******************NOTIFY BUTTON AND FIELD*************/
.btn {
    padding: 12px 40px 12px 40px;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
    color: rgb(255, 255, 255) !important;
    font-weight: bold !important;
    border-radius: 100px !important;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    border: 1px solid transparent;
    -webkit-transition: 0.5s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(39,117,255)), color-stop(51%, rgb(114,2,187)), to(rgb(39,117,255)));
    background-image: -o-linear-gradient(left, rgb(39,117,255) 0%, rgb(114,2,187) 51%, rgb(39,117,255) 100%);
    background-image: linear-gradient(to right, rgb(39,117,255) 0%, rgb(114,2,187) 51%, rgb(39,117,255) 100%);

}

.btn:hover{
    background-position: right center;
}

.input-group-append {
    margin-left: -50px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.input-group>.form-control:focus {
    z-index: 1;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.display-error{
    margin-bottom: 10px;
}


/*******************MEDIA QUERIES****************/

@media (min-width:769px) and (max-width:991px) {

    body{
        background-color: white;
        padding: 0px!important;
    }

    .img-area{
        margin-top:50px;
    }


    .right-content {
        z-index: 11;
    }
    .logo_img{
       max-width: 50%;
       position: inherit;
    }
    .sub_heading{
        text-align: center;
        font-size: 17px;
    }

    .heading{
        font-size: 24px;
        text-align: center;
        
    }

    .icons{
        text-align: center;
    }
    .input-group-append {
        margin-left: auto;
        width: 100%;
    }
    .btn{
        margin-top: 20px;
    }
}

@media screen and (max-width:768px){

    body{
        background-color: white;
        padding: 0px!important;
    }

    .img-area{
        margin-top:50px;
    }

    .dots_img img {
        width: 50%;
    }
    #carousal_images .img-area img {
        height: 60vh !important;
    }
    .logo_img{
        position: absolute;
        max-width: 40%;
    }
    .sub_heading{
        text-align: center;
        font-size: 17px;
    }
    .heading{
        font-size: 20px;
        text-align: center;
        
    }

    .icons{
        text-align: center;
    }
    .input-group-append {
        margin-left: auto;
        width: 100%;
    }
    .btn{
        margin-top: 10px;
    }
    .right-content {
        z-index: 11;
    }
    .logo_img img {
        max-width: 80%;
        height: auto;
    }
}