@media (min-width: 1200px)
				.container
				{
					max-width: 1200px !important;
				}
				.des h3
				{
					font-size: 23px !important;
					text-shadow: 0 0 1px #eee;
					color: maroon;
				}
				.section-header::before
				{
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					opacity: .9;
					background-image: linear-gradient(0deg , #2C745B 
        25.00%,  #92AD6F 
      67.19%);
          }
					z-index: 1;
				}
				.contact-number
				{
					width: 465px !important;
					height: 90px !important;

				}
				.contact-number h3 
				{
					color: #fff !important;
					font-weight: 800;
					font-size: 20px;
					text-align: right;
					margin-top: 10px;
				}
				.contact-number h3 a
				{
					color: #fff !important;
				}
				@media screen and (max-width:768px) 
				{
					.contact-number
					{
						width: 100% !important;
						height: 90px !important;

					}

					.contact-number h3 
					{
						color: #fff !important;
						font-weight: 800;
						font-size: 15px;
						text-align: center;
						margin-top: 10px;
						margin-bottom: 30px !important;
						padding-bottom: 30px !important;
					}
					.mt-margin
					{
						padding-top: 30px;
					}
				}
				#AllenFAQ .card-header
				{
					margin-bottom: 0;
					padding: 0px !important;
					border-bottom: .0625rem solid rgba(0, 0, 0, .05);
					background-color: #f6f9fc;
				}
				#AllenFAQ .card
				{
					margin-bottom: 10px;
					border: 1px solid #eee;
					border-radius: 6px;
				}
				#AllenFAQ .card .card-header
				{
					background:#fafafa;
					border-bottom: 2px solid #003175;
				}
				a:not([href]):not([tabindex])
				{
					text-decoration: none;
					color: inherit;
					text-align: left !important;
				}
				
				
				
				@media screen and (max-width:500px) 
				{
					#hid{
						display:none !important;
					}
					#wt{
						font-weight:700;
					}
					#sld{
					    height:250px;
					    
					}
					#pdl{
					    padding-left:1% !important;
					}
				}