.txtcolor{color:#ff0000;}
.linkcolor{color:#000000;}
.greentxtcolor{
  color:green;
}
.blacktxtcolor{
  color:black;
}
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url(../img/green_loading.gif) no-repeat center center;
  z-index: 10000;
}
.leftalign
{
   text-align:left;
}

.other_field
{
   margin-left: 237px;
}

.card {
    font-weight: 400;
    border: 0;
    box-shadow: 0 2px 25px 0 rgb(0 0 0 / 16%), 0 2px 20px 0 rgb(0 0 0 / 12%);
    border-radius: 3rem;
}
.btn-skip {
  color: #ffffff;
  background-color: #60b3af;
  border: 1px solid #60b3af;
  padding:0.40rem 1.14rem;
}


.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
.aboutus-title::after {
    background: #ff0000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 150px;
}
.aboutus-text {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 35px;
}

a:hover, a:active {
    color: #ffb901;
    text-decoration: none;
    outline: 0;
}
.aboutus-more {
    border: 1px solid #ff0000;
    border-radius: 25px;
    color: #ff0000;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}

.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

.aboutus-title1 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
.aboutus-title1::after {
    background: #ff0000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 225px;
}
.aboutus-title2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
.aboutus-title2::after {
    background: #ff0000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 186px;
}
.aboutus-title3 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
.aboutus-title3::after {
    background: #ff0000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 240px;
}
.aboutus-title4 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
.aboutus-title4::after {
    background: #ff0000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 317px;
}

#sub_error {
    margin-top: 14px;
    margin-bottom: 1rem;
    margin-left: 136px;
}
 #sub_sucess {
    margin-top: 14px;
    margin-bottom: 1rem;
    margin-left: 184px;
}
.email_error
{
    margin-top: auto;
}

.bootbox-accept
{
  background-color: #ff0000 !important;
  border-color: #ff0000;
}
.bootbox-accept:hover {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}
.bootbox-cancel
{
  background-color: #e9ecef !important;
  border-color: #e9ecef;
  color: black;
}
.bootbox-cancel:hover {
    color: black;
    background-color: #e9ecef;
    border-color: #e9ecef;
}
.img-fluid {
    max-width: 100%;
    max-height: 100%;
}