/*Visa section content*/

h2.content{

    color: #005179;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;

}

h2.content2{

    color: #005179;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 18px;

}

h2.action{

    color: #A333C8;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;

}

p.visa{

    font-size: 16px;
    line-height:1.5;
    color: #808080;
    text-align: justify;

}

p.visa span{

    font-weight: bold;

}

ol.visa{

    font-size: 16px;
    line-height:1.5;
    color: #808080;
    text-align: justify;

}

p.alert{

    background-color:#f6a976;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 10px;

}	
.linkimportant {
	font-weight: bold;
	font-size: 16px;
}
	


/*Visa section content end/

/*Services section content*/

table{
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-collapse: collapse;
}

th{
    background-color: #005179;
    color: white;
    text-align: center;
    line-height: 2em;
}

td{
    border-bottom: 1px solid #005179;
}

/*Services section content*/
