.modal-fullscreen 
{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1000000;
}

.modal-dialog-fullscreen {
  position: initial;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.modal-header-fullscreen 
{
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-content-fullscreen 
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0px solid #3c7dcf;
  border-radius: 0;
  box-shadow: none;
}

.modal-title-fullscreen {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}

.modal-body-fullscreen {
  position: absolute;
  top: 180px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}



.h4-fullscreen
{
  /*color: #3a3a3c;*/
  color:#fff;
  font-family: 'Roboto-Regular';
  font-size: 40px;
  margin-bottom: -20px;
}

.h2-fullscreen
{
    /*color: #3a3a3c;*/
    color:#fff;
    font-family: 'Roboto-Regular';
    font-size: 70px;
    font-weight: 600;
}

.h3-fullscreen
{
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 30px;
    margin-bottom: -1px;

}

.strong-fullscreen
{
  color: #fff;
  font-size: 50px;
}

.strong-fullscreen-1
{
  color: #fff60c;
  font-size: 50px;
}

.strong-fullscreen-2
{
  font-size: 20px;
}

.strong-fullscreen-3
{
  font-size: 20px;
  background-color:#fff60c;
  color:#c1272d;
  border-radius:25px;
  padding:5px 10px 5px 10px;
}

.p-fullscreen-1
{
  margin-top: -10px;
  color: #fff;
  font-size: 15px;
}

.p-fullscreen-2
{
    color: #fff;
    font-size: 15px;
}

.p-fullscreen-3
{
    color: #fff;
    padding-top: 10px;
}

.wecome-content-trail .a-fullscreen 
{
    display: inline-block;
    padding: 15px 50px;
    border-radius: 25px;
    /*margin: 20px 0px 0 0px;*/
    margin: 330px 0px 0 0px;
    font-weight: 600;

}


.modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px; */
  padding: 10px;
  background: transparent;
  border: 0px solid #fff;
}

.close-fullscreen 
{
    float: right;
    font-weight: bold;
    line-height: 1;
    color: #3a3a3c;
    opacity: 1;
    font-size: 25px;
    background-color: #fff;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    border: 1px solid #c1272d;
}

.modal-footer-fullscreen 
{
    height: 0px;
}

@media(max-width:767px){
.modal-fullscreen 
{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1000000;
  width:100% !important;
}

.h2-fullscreen
{
    font-size: 40px;
}

.h3-fullscreen 
{

    margin-top: 20px;
}

.h4-fullscreen 
{
    font-size: 25px;
}

.wecome-content-trail .a-fullscreen 
{
    margin: 20px 0px 0 0px;
}



}

@media(max-width:736px){
.modal-body-fullscreen 
{
    position: absolute;
    top: 70px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: initial;
}

.wecome-content-trail .a-fullscreen 
{

    margin: 5px 0px 0 0px;
}

.h3-fullscreen 
{

    margin-top: -10px;
}

}

@media(max-width:414px){
.modal-body-fullscreen 
{
    position: absolute;
    top: 150px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
}

.wecome-content-trail .a-fullscreen 
{
   /* margin: 20px 0px 0 0px;*/
      margin: 230px 0px 0 0px;
}

.h3-fullscreen 
{
    margin-top: 20px;
}


}