.contactus-subtxt,
.txt-center {
    text-align: center;
}
.margintop-0 {
    margin-top: 0 !important;
}
.marginbot-0 {
    margin-bottom: 0 !important;
}
.paddingtop-0 {
    padding-top: 0 !important;
}
#formTemplate .color-black {
    color: red !important;
}
.color-black {
    color: #222 !important;
}

.color-white,
.footer a {
    color: #ffff;
}
.bg-white {
    background-color: #ffff !important;
}
.float-lg-left {
    float: left;
}
.sub-error-height {
    margin-bottom: 12px;
}
.namefield {
    margin-bottom: 8px;
    padding-right: 7px;
}
.messageField:focus {
    box-shadow: 0 0 5px #999 !important;
    background: #fafafa;
    border-color: #999 !important;
    outline: 0;
}
.newsubmitBtn,
.newsubmitBtn:active,
.newsubmitBtn:hover {
    color: #ffff !important;
    background-image: none !important;
    border: none !important;
}
.foot-dsktop div:nth-child(5) p {
    margin-bottom: 0;
}
.color-white{
	color: white; 
	
}
.text-decr-none{
	
	text-decoration: none;
}
.margin-auto{
	margin:auto
}


.footer{
	
	background-color:#121c2d; 
	color: white; 
	padding: 20px 0; 
}
.emailus-footer{
	
	/* color:white; */
	/* margin:auto */
}
.footer-socialmedia-icons{
	
	display: flex;
	font-size: 25px;
	gap: 17px;
	padding: 15px 0px; 
}
.socialmedia-icons-mb{
	
	padding:25px;
	font-size:25px;
	display:flex;
	gap:20px
}
.footer-second-part p{
	
	/* margin-right:27px; */
}
.footer-second-part{
	
	width: 100%;
	text-align:center;
}
.footermb-second-part{
	width: 100%;
	text-align:center
}
.footermb-second-part hr{
	border-width: 0.5px 0 0;
	margin:0 12px 22px
}
.footer-horz-line{
	
	border-width: 0.5px 0 0;
	/*margin:35px 27px 12px 0px;*/
}
.footer p{
	line-height:1.7;
}
.footer-second-part.p-12{
	padding:12px;
}
.footer-second-part a:hover{
	text-decoration: underline !important;
}
.margin-0{
	margin:0
	}
.mb-10{
	margin-bottom:10px !important;
}
.text-center{
	text-align:center
}
#interest:hover {
    background-color: #f3f3f3 !important;
    border-color: #999 !important;
    color: #9898af !important;
}
.contactus-subtxt {
    width: 60%;
    display: table;
    margin: auto;
}
.atags{
	padding: 0 5px; 
	color: black; 
	text-decoration: none;
}
.emailfield {
    margin-bottom: 8px;
    padding-left: 7px;
}
.nameAndmailfield {
    display: flex;
}
.foot-mb {
    display: none;
}
.phone-table {
    border-collapse: collapse;
    width: auto;
}
.phone-label {
    padding-right: 10px;
    min-width: 56px;
    vertical-align: top;
}
.m-0,
.phone-numbers p {
    margin: 0;
}
footer h6,
footer p {
    font-size: 0.9rem;
    /*line-height: 1.7;*/
	line-height: 2.25;
	    margin-bottom: 0;
}
footer h5 {
    font-size: 1.15rem;
    font-family: "segoe UI semibold";
}
.footer-grey-bg {
	background-color: #f8f8f8;
}
.foot-dsktop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
    margin: auto;
    /*max-width: 93rem;*/
	/*padding: 50px 10px 12px;*/
	padding: 50px 2.75rem 12px;
	/*padding: 50px 4.5rem 12px 2.75rem;*/
    
}
.foot-dsktop :nth-child(5) {
    /*margin-left: 30px;*/
}
.newsubmitBtn {
    background-color: #0067b8 !important;
}
.newsubmitBtn:hover {
    background-color: #21468b !important;
}
.newsubmitBtn:active {
    background-color: #365ba1 !important;
}
#msgTxtArea {
    padding-bottom: 10px;
}
span.separator {
    padding: 0 5px;
}
.footer a:hover {
    text-decoration: underline !important;
}

.footer-secondpart-child{
	
	display:flex;
	justify-content:space-between;
}

.foot-dsktop p a{
	
	color:#0067B8;
	font-weight:600;
}

.foot-dsktop p a:hover{
	
	text-decoration:underline;
}

.footer-second-part p{
	
	color:#000;
}
.mt-40 {
    margin-top: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.logo-footer-parent{
	
	display: flex;
    flex-direction: column;
    
}

.font-wt-normal{
	font-weight: normal !important;
}


/**/
  .accordion h5 {
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      border-top: 1px solid #000;
	  
     
    }

    .accordion-icon {
      
      transition: transform 0.3s;
    }

    .accordion-content {
      display: none;
      padding: 0 15px 10px 15px;
    }
	
    .accordion-content p {
      margin: 8px 0;
    }

    .accordion-content a {
      text-decoration: none;
      color: #0067B8;;
    }

    .accordion-content a:hover {
      text-decoration: underline;
    }
	.cursor-pointer {
    cursor: pointer;
}
@media only screen and (max-width: 912px) {
    .foot-dsktop :nth-child(5) {
        margin-left: 15px;
    }
}
/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-width: 992px) {
    .namefield {
        padding-right: 0;
    }
    #formTemplate {
        max-width: unset !important;
    }
    .emailfield {
        margin-bottom: 8px;
        padding-left: 0;
    }
    .nameAndmailfield {
        display: block;
    }
    .foot-mb {
        display: block !important;
        margin: auto;
        width: auto;
        text-align: center;
    }
    .foot-mb > div {
        justify-content: center;
    }
    .foot-dsktop {
        display: none !important;
    }
    .foot-mb p {
        margin: unset;
		padding: 0 12px;
		
    }
	.accordion-content p{
		text-align: left;
	}
	
	span.separator {
		padding: 0 7px;
	}
	.logo-footer-parent {
        padding: 25px 0;
    }
	.accordion{
		    margin: 0 20px;
		}
	.border-bottom-black{
		 border-bottom: 1px solid #000;
	}
	.footer-secondpart-child {
    display: flex;
    flex-direction: column;
	padding:20px 0;
	}	

@media only screen and (max-width: 640px) {
	
	.footer .separator {
        display: none;
    }
	 .footer span {
        display: block;
        
    }
}

@media only screen and (max-width: 480px) {
    .contactform {
        width: 88% !important;
    }
    .contact-container h2 {
        font-size: 40px;
    }
    .contact-option h3 {
        font-size: 1.5rem;
    }
}
