@media screen and (min-width: 1200px) {
	.custom-container {
		padding: 0rem 7rem !important;
	}
}


@media screen and (min-width: 992px) and (max-width: 1199px) {

	.custom-container {
		padding: 0rem 3rem !important;
	}

	.navbar-nav.ml-auto {

		width: 97%;
	}


}

@media screen and (min-width: 1200px) and (max-width: 1366px) {

	.custom-container {
		padding: 0rem 2rem !important;
	}
    

}


@media screen and (min-width: 1367px) and (max-width: 1600px) {

	.custom-container {
		padding: 0rem 2rem !important;
	}

}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
	.custom-container {
		padding: 0rem 2rem !important;
	}
}

@media screen and (min-width:280px) and (max-width:680px) {
	.head {
		font-size: 2.2rem;
		font-weight: 600;
	}

	.mrg_top {
		margin-top: 4rem;
	}
    .re_jus{
       
        text-align: center;
    }
    .pd_b{
        padding-top: 3rem;
    }
     .row_jus {
        margin: auto;
        justify-content: center;
        text-align: center;
    }
   .mb-ht {
    margin-top: 4rem !important;
}
}


@media screen and (min-width:577px) and (max-width:991px) {
 .row_jus {
        margin: auto;
        justify-content: center;
        text-align: center;
    }
    .mb-ht {
    margin-top: 4rem !important;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .row_jus {
        margin: auto;
        justify-content: center;
        text-align: center;
    }
     .btm_pad {
        padding-bottom: 32px;
    }
    
 
}

@media screen and (min-width: 768px) and (max-width: 991px) {
     .btm_pad {
        padding-bottom: 32px;
    }
        .mb_btm {
        border-bottom: 2px dashed #b5b4b4;
    }
        .top {
        padding-top: 3rem;
    }

}

@media screen and (max-width: 767px) {
    .com_border {
        border-bottom: 2px dashed #b5b4b4;
        padding: 20px;
    }
  .mb-ht {
    margin-top: 2rem;
}
.announcement_head {
    padding: 5px 16px 3px 5px;
    gap: 1px;
     font-size: 0.8rem;
   
}

}

@media screen and (max-width: 991px) {
    .mrf_left {
        margin-left: 0rem;
    }
    .btn_sign{
    align-items: center !important;
    justify-content: center;
    margin: auto;
    text-align: center;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mb_right {
        border-right: 2px dashed #b5b4b4;
    }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .btm_pad {
        padding-bottom: 32px;
    }
      .btm_pad {
        padding-bottom: 32px;
    }
        .mb_btm {
        border-bottom: 2px dashed #b5b4b4;
    }
        .top {
        padding-top: 3rem;
    }
     .mb_right {
        border-right: 2px dashed #b5b4b4;
    }
}