	
.header1{
padding:10px;
}
.logo1 img{
width:80%;
}
.first2{
background: #dc5e1b;
padding: 30px;
}
.text2{
color: #dc5e1b;
}
.right{
margin-top:88px;
}
.right img{
width:120%;
}
.text3{
	font-size: 45px;
    color: white;
    margin-bottom: 20px;
}
.grow{
	font-size: 60px;
}
.btn2 .btn{
color: #fff;
    background-color: #007bff;
    border-color: #007bff;
	font-weight: bold;
	padding:10px 30px;
  font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*formpage*/
.card .card-body{
	padding:14px;
	font-size: 13px;
}
.right2{
	margin-left: 70px;
    position: absolute;
    margin-top: 34px;
}
.right2 img{
width:120%;

}
/*popup page*/
.modal-body{
	color:white;
    z-index: 1050;
    width:40%;
    top:30%;
    margin:auto;
    border: 2px solid white;
    background-color:  #245da8;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
 	border-radius: 6px;
    opacity: 1;
    margin-top: 250px;
    padding: 40px;
    text-align: center;
}

.modal-body h4{
margin-top:20px;
font-weight: 700;
line-height: 1.5;
font-size: 25px;
margin-bottom: 25px;
}
.overlay {
 position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0, 0, 0, 0.56);
  transition: opacity 500ms;
 opacity:1;
}

.overlay .close {
  position: absolute;
    top: 270px;
    right: 420px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.overlay .close:hover {
  color: #222;
}
.overlay:target {
visibility: hidden;
opacity: 0;
display:none
}

/*thankyou page*/
.linkstyle{
	color:white;
	text-decoration: none;
}

.right3 img{
	width:91.6%;
}

@media (max-width:768px){
.modal-body {
    color: white;
    z-index: 1050;
    width: 60%;
    top: 30%;
    margin: auto;
    background-color: #dc5e1b;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 6px;
    opacity: 1;
    border: 2px solid white;
    margin-top: 180px;
    padding: 25px 12px;
    text-align: center;
}
.overlay .close {
    position: absolute;
    top: 195px;
    right: 170px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
 }

@media (max-width:568px){
.overlay .close {
    position: absolute;
    top: 60px;
    right: 100px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
.modal-body {
    color: white;
    z-index: 1050;
    width: 69%;
    top: 0%;
    margin: auto;
    background-color: #dc5e1b;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 6px;
    opacity: 1;
    border: 2px solid white;
    margin-top: 50px;
    padding: 20px 8px;
    text-align: center;
}
.modal-body h4 {
    margin-top: 20px;
    font-weight: 700;
    line-height: 1.5;
    font-size: 21px;
    margin-bottom: 25px;
}
}
@media (max-width:480px){
  .modal-body {
    color: white;
    z-index: 1050;
    width: 65%;
    top: 30%;
    margin: auto;
    background-color: #dc5e1b;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 6px;
    opacity: 1;
    border: 2px solid white;
    margin-top: 60px;
    padding: 15px 10px;
    text-align: center;
}
.btn2 .btn {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    font-weight: bold;
    padding: 6px 20px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modal-body h4 {
    margin-top: 20px;
    font-weight: 700;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 25px;
}
.overlay .close {
    position: absolute;
   top: 70px;
    right: 90px;
  }
}

@media (max-width: 414px){
.modal-body {
    color: white;
    z-index: 1050;
    width: 65%;
    top: 30%;
    margin: auto;
    background-color: #dc5e1b;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 6px;
    opacity: 1;
    border: 2px solid white;
    margin-top: 200px;
    padding: 15px 10px;
    text-align: center;
}
.modal-body h4 {
    margin-top: 20px;
    font-weight: 700;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 25px;
}
.overlay .close {
    position: absolute;
    top: 205px;
    right: 74px;
    font-size: 25px;
}
}
@media (max-width:375px){
  .modal-body {
    color: white;
    z-index: 1050;
    width: 65%;
    top: 30%;
    margin: auto;
    background-color: #dc5e1b;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 6px;
    opacity: 1;
    border: 2px solid white;
    margin-top: 130px;
    padding: 15px 10px;
    text-align: center;
}
.btn2 .btn {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    font-weight: bold;
    padding: 6px 20px;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modal-body h4 {
    margin-top: 20px;
    font-weight: 700;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 25px;
}
.overlay .close {
    position: absolute;
    top: 145px;
    right: 65px;
    font-size: 25px;
  }
}