@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Quicksand:wght@500;700&display=swap');
/* font-family: 'Montserrat',sans-serif;
font-family: 'Quicksand',sans-serif; */

/*
General
*/

* {
    margin: 0;
    padding: 0;
}

P {
    font-family: 'Montserrat', serif;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    color: #fff;
}

h1,
h2
    {
    font-family: 'Quicksand', serif;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;
    color: #fff;
}

h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', serif;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    color: #fff;
}

a {
    transition: 0.5s;
    text-decoration: none;
    cursor: pointer;
}

h2.title {
    font-size: 36px;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0px;
    color: #fff;
    font-weight: 600;	 
}

h4.sub_title {
    font-family: 'Montserrat', serif;
    font-size: 14px;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    width: 50%;
    margin: 0 auto;
}


/*
Body Area
*/
body {

    background-image: url("../../images/back-big1.jpg");
    color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    line-height: 17px !important;
}

/*
Top Nav Section
*/
.bootbox, .bootbox h4{color:black!important;}
.required{
	color: #ff0000!important;
    font-size: 12px!important;
 }
    
#top_nav {
    border-top: 5px solid #3399cc;
}

#top_nav .col-md-4 {
    padding: 10px;
}

#top_nav ul#nav {
    list-style: none;
    text-align: right;
}

#top_nav ul#nav li {
    display: inline-block;
}

#top_nav ul#nav li a {
    color: #ffffff;
    font-size: 13px;
    font-family: 'Montserrat', serif;
    text-decoration: none;
    display: block;
    padding: 0px 0px 5px 0px;
    position: relative;
    margin: 0 18px;
}

#top_nav ul#nav li a::after {
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 0;
    background-color: #00ffcc;
    width: 0;
   /*  height: 3px; */
   border-top:0!important;
    content: "";
    transition: 0.5s;
}

#top_nav ul#nav li a:hover::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00ffcc;
    width: 100%;
    height: 3px;
    content: "";
    margin-left: 0px;
}

#top_nav ul#nav li a:hover {
    color: #00ffcc;
}

#top_nav h2 {
    color: #ccccff;
    display: block;
    font-size: 18px;
    font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 1px;
}

#top_nav h2 span {
  color:#fff;
  font-family: 'Montserrat', serif;
  white-space:nowrap;
  font-size:12px;
  padding-top: 3px;
  border-top: 2px solid #fff;
}

/*
Featured Section
*/
#fetured_area {
    padding: 20px 0;
    display: inline;
}


#fetured_area .row {
    margin: 10px 10px 0px 5px;
}

#fetured_area .child_feature_area {
    width: 50%;
    float: left;
    overflow: hidden;
}

#fetured_area .left_feature {
    width: 12%;
    float: left;
}

#fetured_area .right_feature {
    width: 87%;
    float: right;
    padding-top: 5px;
    padding-left: 5px;
}

#fetured_area .right_feature h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 6px;
    padding: 0;
    line-height: normal;
}
#fetured_area .right_feature p {
    font-family: 'Montserrat', serif;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    padding: 2px 0;
    margin: 0  !important;
}

.btn-success {
    max-width: 90%;
    margin: 10px auto;
    background-color: #339966;    
    border-radius: 16px;
    display: block;
    justify-content: center;
    align-items: center;    
    padding: 16px;
}

/*
Login Card
*/

#card {
    background-image: url("../../images/productHome/form-back.jpg");
    min-height: 298px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    border: 1px black;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.65);
    margin: 10px auto;
    /* height: 100%; */
    position: relative;
    margin: 10px 20px;
    max-width: 100%;
    padding: 10px 15px;
    z-index:9999;
}

* {
    box-sizing: border-box;
}

.col-4 {
    float: left;
    width: 25%;
}

.col-8 {
    float: left;
    width: 75%;
}



.card_head1 {
    color: #172e40;
    font-family: 'Quicksand', serif;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-align: center;
    line-height: 10px;
    /*border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
    margin-top: 0px;
    padding: 10px 0 10px;
}
a.verify{
    font-size: 11px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 14px;
}
a.verify:hover{
    font-size: 11px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 14px;
}
.login-form label{
    font-size: 14px;
    font-weight: 700;
}
.card_head2 {
    color: #0c3e76;
    font-family: 'Quicksand', serif;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-align: center;
    padding: 5px 0 7px;
    line-height: 14px;
    margin: 10px 0 3px;
    border-top: none;
    background: #ffffff00;
    border-bottom: 1px solid #1f2a60;
}
.cardp {
    color: #6f6f6f;
    font-family: "Montserrat";
    font-weight: 500;
    position: relative;
    /* text-align: center; */
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 12px;
    font-size: 11px;
    /* background: #ccc; */
    padding: 2px 9px 10px 0;
}
.cardp span{
    width: 130px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    color: #2f2f2f;
}
p.cardp:nth-child(2n+1) {
    /* background: #c9e2ec; */
}
.table td, .table th{
    border: none !important;
}
.card_head3 a {
    color: #fb7c0c;
    font-family: 'Montserrat', serif;
    font-size: 10px;
    font-weight: 600;
    position: relative;
    text-align: right;
    padding: 0px 0 0 0;
    line-height: 2;
    text-decoration: none;
}
.card_head3 a:hover {
    color: #fb7c0c;
    text-decoration: none;
}
.btn-register{
    background: rgb(14,80,209);
    background: -moz-linear-gradient(0deg, rgba(14,80,209,1) 0%, rgba(40,166,241,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(14,80,209,1) 0%, rgba(40,166,241,1) 100%);
    background: linear-gradient(0deg, rgba(14,80,209,1) 0%, rgba(40,166,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e50d1",endColorstr="#28a6f1",GradientType=1);
    color: #fff;
    font-family: 'Quicksand', serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 12px 0 !important;
    border: none !important;
    outline: none !important;
}
/*
Ad Container
*/
#dd_container {
    text-align: center;
    display: block;
	padding-bottom: 20px;
}

#dd_container2 {
    align-items: center;
    display: flex;
	padding-bottom: 20px;
}

#dd_container3 {
    padding: 10px;
    color: #666666;
    font-family: 'Montserrat', serif;
    font-size: 14px;
    position: relative;
    text-align: center;
}
.primary-button{
    background: #0c3e76 !important;
    border: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 0px !important;
    border-radius: 2px !important;
    height: 30px !important;
}
/*
Footer
*/
.footer {
    position:fixed;
    width: 100%;
    font-size: 10px;
    background-color: #061d2a;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    bottom: 0;
}
.w-8{
    width: 8% !important;
}
.w-91{
    width: 91% !important;
}
.w-92{
    width: 92% !important;
}
.demo-class{
    font-family: 'Quicksand', serif;
    font-size: 18px;
    font-weight: 600;
    color: #482c76;
}
.mail-class{
    font-family: 'Quicksand', serif;
    font-size: 14px;
    font-weight: 600;
    color: #dd7d00;
}

/*
New Login
*/
.login-content{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding-top: 15px;
}

form{
	width: 100%;
}

/*.login-content img{
     height: 40px; 
}*/
.login-content .row{    
	margin-top: 0px;
	margin-bottom:0px;
}

.login-content h2{
	margin: 15px 0;
	color: #333;
	text-transform: uppercase;
	font-size: 2.9rem;
}

.login-content .input-div{
	position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 15px 0;
    padding: 1px 0;
    border-bottom: 2px solid #d9d9d9;
}

.login-content .input-div.one{
	margin-top: 0;
}

.i{
	color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3996e0;
}

.i i{
	transition: .3s;
}

.input-div > div{
    position: relative;
	height: 30px;
   /*  width: 25px; */
}
.left-20{
    left: 20px !important;
}
.input-div > div > h5{
	position: absolute;
    left: 10px;
    top: -60%;
    transform: translateY(-50%);
    color: #696868;
    font-size: 12px;
    transition: .3s;
    font-weight: 600;
    width: 100px;
    text-align: left;
}

.input-div:before, .input-div:after{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: #9fcbd8;
	transition: .4s;
}

.input-div:before{
	right: 50%;
}

.input-div:after{
	left: 50%;
}

.input-div.focus:before, .input-div.focus:after{
	width: 50%;
}

.input-div.focus > div > h5{
	top: -17px;
	font-size: 10px;
}

.input-div.focus > .i > i{
	color: #d3e8ed;
   /*  background: #5295af; */
    padding: 4px;
}
.input-div > div > input{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 4px 10px;
    font-size: 12px;
    color: #555;
    font-family: 'Montserrat', sans-serif;
}

.input-div.pass{
	margin-bottom: 4px;
}

a{
	display: block;
	text-align: right;
	text-decoration: none;
	color: #999;
	font-size: 0.9rem;
	transition: .3s;
}

a:hover{
	color: #38d39f;
}

.btn1{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	outline: none;
	border: none;
	background-image: linear-gradient(to right, #32be8f, #38d39f, #32be8f);
	background-size: 100%;
	font-size: 1.2rem;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 1rem 0;
	cursor: pointer;
	transition: .5s;
}
.btn1:hover{
	background-position: right;
}
label.form-check-label {

    color: #fb7c0c;
    font-family: 'Montserrat', serif;
    font-size: 10px;
    font-weight: 600;
}


/* Media Query */
@media screen and (min-width: 1024px) and (max-width: 1150px) {
    .w-8{
        width: 11%;
    }
    .w-91{
        width: 89%;
    }
}
@media screen and (max-width: 991px) {
.footer {
    position:initial ;
    width: 100%;
    font-size: 10px;
    background-color: #061d2a;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    bottom: 0;
}
.input-div > div > input{
    width: auto;
    height: 100%;
    }
}

.messageClass{font-size:13px;  /* animation: opacity 1s ease-in-out infinite; */}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }

  50% {
    opacity: 1
  }
75% {
    opacity: 0.5
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 991px) {
	  #toast-award-container{
		transform: scale(0.6);
	    left: -105px;
    	bottom: -65px;
	}
	#toast-award-container .row .col-md-3{
	    display: flex;
	    float: left;
	    width: 25%;
	}
	.navbar-fixed-top{
	position:relative;
	}
    .card_head3 a {
        text-align: center;
    }
   .contactInfo  > tbody > tr > td{
   display: inline-block;
   }
   .cardp span{
    display: block;
   }
   .input-div > div {
    width:unset;
    }
 .linkClass1{
     top: 0; 
    position:relative!important;
    }
    .linkClass2{
    /* top: -59px; */
    position:relative!important;
    }
    .login_Section{overflow:hidden;}
    #top_nav ul#nav li a {
        color: #ffffff;
        font-size: 13px;
        font-family: 'Montserrat', serif;
        text-decoration: none;
        display: block;
        padding: 6px 9px 6px 3px;
        position: relative;
        margin: 0 18px;
        border-bottom: 1px solid #3a4680;
        background: #3493df;
    }
    #top_nav h2 {
        color: #ccccff;
        display: flow-root;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5em;
        margin-bottom: 1px;
        position: relative;
        width: 200px;
        margin-left: 0;
    }
    .navbar-light .navbar-toggler-icon{
        background: url(../../images/productHome/menu.png) !important;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
    }
}

@media only screen and (max-width : 768px) {
    #recaptcha_challenge_image{
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    #recaptcha_response_field
    {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable .recaptcha_r1_c1, 
    .recaptchatable .recaptcha_r3_c1, 
    .recaptchatable .recaptcha_r3_c2, 
    .recaptchatable .recaptcha_r7_c1, 
    .recaptchatable .recaptcha_r8_c1, 
    .recaptchatable .recaptcha_r3_c3, 
    .recaptchatable .recaptcha_r2_c1, 
    .recaptchatable .recaptcha_r4_c1, 
    .recaptchatable .recaptcha_r4_c2, 
    .recaptchatable .recaptcha_r4_c4, 
    .recaptchatable .recaptcha_image_cell {

    margin: 0 !important;
    width: 100% !important;
    background: none !important;
    height: auto !important;
    }
}
.modal-content{top:150px!important;}

@media screen and (max-width: 600px) {

    .col-25, .col-75, input[type=submit] {width: 100%; margin-top: 0;}
    .top_nav { float: none; width: 100%; }
}
@media screen and (max-width: 500px) {

    #fetured_area .right_feature {
        width: 80%;
        float: right;
        padding-top: 5px;
        padding-left: 5px;
    }
}

@media  screen and (min-width:320px)  { 
    body {
        background-image: url(../../images/productHome/back-mob.jpg);
    }
.col-25, .col-75, input[type=submit] {width: 100%; margin-top: 0;}
 .top_nav { float: none; width: 100%; }
}
@media (min-width:480px)  { }
@media (min-width:600px)  { }
@media (min-width:801px)  { }
@media (min-width:1025px) { }
@media (min-width:1281px) { }




