.titleLine{

width: 100px;
margin-left: 790px;

}

.indexBtn{
background-color: #363951;
color: white;
border-radius: 200px;
width: 150px;
height: 50px;
font-size: 110%;

}
.indexBtn:hover{
    color: #363951;
}

h1{
    font-size: 50px;
}
p{
    font-size: 20px;
}
.trackingIcon{
    border: solid 2px  #000;
    padding: 10px;
    border-radius: 50%;
}
.trackingBtn{
    font-size: 110%;
}
.trackingBtn:hover{
    color: #363951;
    border-radius: 200px;
}


.contact{
    background-image: url(../img/Rectangle\ 4601.png);
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 60vh;
    position: relative;
    background-repeat: repeat;
}
 .contactLayer{
    width: 100%;
    height: 100%;
    background-color: #0000007d;
 }
 .formDiv{
    width: 70%;
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: #c1c1c1 1px 1px 10px;
    margin-bottom: 70px !important;
 }
.conBtn{
    background-color: #184B71;
    color: #fff;
}

.copyBtn{
    background-color: #A95555;
color: white;
border-radius: 200px;
width: 150px;
height: 50px;
font-size: 110%;
}

.trackStatusTrue{
    font-size: 50px;
    padding: 30px;
    border-radius: 50%;
    color: #fff;
   background-color: #A95555;
   margin-right: 70px;
}
.trackStatus{

     font-size: 50px;
    padding: 30px;
    border-radius: 50%;
    color: #000;
   background-color: #D9D9D9;
     margin-right: 70px;

}
.rightMarg{
   margin-right: 70px;

}
.tracking{
    position: relative;
}

.tracking::before{

content: " ";
position: absolute;
background-color: #000;
right: 90px;
left: 50px;
top:50px;
height: 5px;
z-index: -1;
}
.Submitted{
    position: relative;
}

.Submitted::after{
content: "Submitted ";
position: absolute;
color: #000;
left: 9px;
bottom:-30px;
font-size: 15px;
font-family: 'Courier New', Courier, monospace;
font: weight 1200px;;
}

.InReview{
    position: relative;
}

.InReview::after{
content: "In Review ";
position: absolute;
color: #000;
left: 9px;
bottom:-30px;
font-size: 15px;
font-family: 'Courier New', Courier, monospace;
font: weight 1200px;;
}
.Resolved{
    position: relative;
}

.Resolved::after{
content: "Resolved ";
position: absolute;
color: #000;
left: 9px;
bottom:-30px;
font-size: 15px;
font-family: 'Courier New', Courier, monospace;
font: weight 1200px;;
}
.Rejected{
    position: relative;
}

.Rejected::after{
content: "Rejected ";
position: absolute;
color: #000;
left: 9px;
bottom:-30px;
font-size: 15px;
font-family: 'Courier New', Courier, monospace;
font: weight 1200px;;
}


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

   .trackStatusTrue{
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
   background-color: #A95555;
   margin-right: 15px;
}
.trackStatus{

     font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    color: #000;
   background-color: #D9D9D9;

}
.rightMarg{
   margin-right: 15px;

}
.tracking::before{

content: " ";
position: absolute;
background-color: #000;
right: 15px;
left: 15px;
top:20px;
height: 5px;
z-index: -1;
}

.Rejected::after{
content: "Rejected ";
position: absolute;
color: #000;
left: 0px;
bottom:-30px;
font-size: 10px;
font-family: 'Courier New', Courier, monospace;
font: weight 1200px;;
}
.Resolved::after{
content: "Resolved ";
position: absolute;
color: #000;
left: 0px;
bottom:-30px;
font-size: 10px;
font-family: 'Courier New', Courier, monospace;
font: weight 1200px;;
}
.Submitted::after{
content: "Submitted ";
position: absolute;
color: #000;
left: 0px;
bottom:-30px;
font-size: 10px;
font-family: 'Courier New', Courier, monospace;
font: weight 1200px;;
}
.InReview::after{
content: "InReview ";
position: absolute;
color: #000;
left: 0px;
bottom:-30px;
font-size: 10px;
font-family: 'Courier New', Courier, monospace;
font: weight 1200px;;
}
.ticketStatus{
    font-size: 18px;
}
.AdminComment{
    font-size:14px ;
}
.titleLine{

width: 100px;
margin-left: 250px;

}
}
