.p-3 {
    padding-top: 0 !important;
}

.alert1 {
    position: relative;
    padding: 5rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}


.alert-primary {
    color: #ffffff !important;
    background-color:#9bc3e6 !important;
    border-color: #b8daff;
}

.alert-success {
    color: #ffffff;
    background-color: #b7a5d4;
    border-color: #b7a5d4;
}

.alert-success1 {
    color: #ffffff;
    background-color: #dba6bc;
    border-color: #dba6bc;
}






.btn-primary1 {
    color: #fff;
    background-color: #39808d !important;
 color: #39808d !important;
    position: absolute;
    right: 0;
    bottom:0;
}
.alert-dark {
    color: #1b1e21;
    background-color: #ffffff !important;
    border-color: #c6c8ca;	
	  margin-top:20px;
}
.btn-primary {
    color: #fff;
    background-color: #39808d !important;
    border-color: #39808d !important;
}
a {
    color: #39808d;
    text-decoration: underline;
    background-color: transparent;
}
.col-lg-12n{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 40px;
}
.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 15%;}


footer1 {
    position: absolute;
    height: 100px;
    bottom: 0;
    width: 95%;
}
footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 95%;
}
@media (min-width: 375px) {  
.h3, h3 {
    font-size: 23px;
	margin-top:15px;}
}



/* TM font Media Query --------------------------------------------------------------------- */
sup {
vertical-align: text-top !important;
line-height: 5 !important;
}
/*End of  TM font Media Query ------------------------------------------------------------------- */





/* Heading Text Size Media Query --------------------------------------------------------------------- */

@media (min-width: 960px) {
  .heading-text {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .heading-text {
    font-size: 50px;
  }
}

/* End of Heading Text Size Media Query --------------------------------------------------------------------- */






/* H2 Tag Media Query ---------------------------------------------------------------------------- */

 @media (min-width: 375px) {  
.h2, h2 {
    font-size: 23px;
color:#39808d;}
}

@media (min-width: 768px) {  
.h2, h2 {
    font-size: 22px;
color:#39808d;}
}

@media (min-width: 992px) { 
.h2, h2 {font-size: 40px;}
color:#39808d;}

@media (min-width: 1200px) {  
.h2, h2 {font-size: 40px;}
color:#39808d;}

/*---------------- End of H2 Tag Media Query---------------------------------------------- */



