/* CSS Document */

/******************************
[Table of Contents]

1. Media 1199
2. Media 991
3. Media 768
4. Media 640
5. Media 567
6. Media 479
******************************/

@media (min-width:1560px) {	
	.form-container .box-wrap > ul > li:first-child > h5 br.roseBreak1{display: none;}
}



@media (max-width:1399px) {	
	.form-container .box-wrap > ul > li > .btm-wrap > p:last-of-type br{display: none;}
	.form-container .eAuth-wrapper > ul > li:first-child > h6 br.roseBreak{display: none;}
}

@media (max-width:1300px) {	
	footer img{max-width: 45%;}
}

@media (max-width:1199px) {	
	.stellarnav > ul > li > a{padding: 5px;}
	.stellarnav.desktop li.has-sub a{padding-right:2px;}
	.stellarnav li.has-sub > a:after{margin-left: 4px;}	
	.form-container .eAuth-wrapper > ul > li:first-child {width: 38%;}
	.form-container .eAuth-wrapper > ul > li:last-child {width: 60%;}
}

@media (max-width:991px) {
	.stellarnav > ul > li > a{padding: 2px;}
	.stellarnav li.has-sub > a:after{margin-left: 0px;}
	.stellarnav li a{font-size: 14px;}
	
	/*h3{font-size:30px; }
	h5{font-size:18px;}*/
	.form-container .box-wrap > ul{flex-direction: column;}
	.form-container .box-wrap > ul > li{width: 100% !important; margin-bottom: 40px;}
	br{display: none;}
	.form-container .box-wrap > ul > li > .top-strip{min-height: auto;}
	.form-container .topHead > ul.resource > li > ul > li > p br{display: none;}
	.form-container .topHead > ul.resource{width: 100%;}
	.form-container .eAuth-wrapper > ul > li:first-child, .form-container .eAuth-wrapper > ul > li:last-child{width: 100%;}
	.form-container .eAuth-wrapper > ul{flex-direction: column;}
	.form-container .eAuth-wrapper > ul > li:first-child{margin-bottom: 30px;}

	
}

@media (max-width:768px) {
	
	footer h5{margin-top:30px;}
	footer{padding-top:50px; }
	footer img{max-width: 100%;}
	/*h3{font-size:24px; }*/
	.form-container .authentication-wrap .col-md-5{text-align: left !important;}
	.form-container .authentication-wrap button.glb-btn{margin-top: 20px;}
	.form-container .eAuth-wrapper > ul > li > .btm-wrap .input-group-wrap input[type="text"]{width: 8%;}
	
}

@media (max-width:640px) {
	.form-container .topHead > ul.resource{flex-direction: column;}
	.form-container .topHead > ul.resource > li{width: 100%; margin-right: 0px;}
	.form-container .eAuth-wrapper > ul > li > .btm-wrap .input-group-wrap input[type="text"]{width: 10%;}
	.form-container .box-wrap > ul > li > .btm-wrap > p:last-of-type br{display: block;}
	
}
@media (max-width:567px) {
	
	
}

@media (max-width:480px) {
	.top-menu > ul > li{padding:10px; }
	
	.form-container .eAuth-wrapper > ul > li > .btm-wrap .input-group-wrap input[type="text"]{width: 14%;}
	.form-container .box-wrap > ul > li > .btm-wrap > p:last-of-type br{display: none;}

}
@media (max-width:375px) {

	.form-container .box-wrap > ul > li > .btm-wrap > p:last-of-type br{display: block;}
}

@media (max-width:320px) {

}
/* Added Started by Pura Ram on dated 20Mar2024 Contact Pages - Responsive Design Adjustments(Incident_207168)*/
@media (max-width:991px) {
    .secure-contact .communication-wrap > ul {
        flex-direction: column;
    }

        .secure-contact .communication-wrap > ul > li:nth-child(2) {
            width: 100%;
            padding-top: 10px;
        }

        .secure-contact .communication-wrap > ul > li:last-child {
            text-align: center;
        }

    .pageBanner > h1 {
        font-size: 60px;
    }

    .pageBanner.contact-us1 > h1 br {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .pageBanner > h1 {
        font-size: 48px;
    }

    .pageBanner {
        min-height: 250px;
    }
}

@media (max-width: 480px) {
    .pageBanner > h1 {
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    .pageBanner.contact-us1 > h1 {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .pageBanner.contact-us1 > h1 {
        font-size: 28px;
    }
}

@media (max-width: 375px) {
    .pageBanner.contact-us1 > h1 {
        font-size: 20px;
    }
}
/* Added Ended by Pura Ram on dated 20Mar2024 Contact Pages - Responsive Design Adjustments(Incident_207168)*/