.nav {
   /* display: block !important; */
    padding-left: 2rem !important;
}
button:focus{
    outline: none !important;
}
a {
    text-decoration: none !important;
}
.section0{
    /* min-height: 20vh; */
    min-height: 8em;
}
.contact_us_section{
    /* background-image: url(/assets/img/avatar/hero-background-2.svg); */
    background-size: cover;
    background-attachment: fixed;
    height: fit-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    height: fit-content;
    /* margin:  3rem 0; */
}
.contact_us_section_container{
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.responsive-map-container {
    position: relative;
    position: relative;
    height: 31em;
    top: .6em;
    overflow: hidden;
    box-shadow: 0 0 2px 4px #00000021;
    border-radius: 20px;
    /* padding-bottom: 34em;
    padding-top: 30px;*/
}

.responsive-map-container iframe,   
.responsive-map-container object,  
.responsive-map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.show_map{
    display: block;
}
.hide_map{
    display: none;
}


.flex {
    display: flex;
}
input:focus, textarea:focus, keygen:focus, select:focus {
	outline: none;
}
::-moz-placeholder {
	color: #666;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 300;
}


/* Contact Form Styling */
.container {
	padding: 0 50px 70px;
}
.textcenter {
	text-align: center;
}
.section1 {
	text-align: center;
	display: flex;
    justify-content: center;
    flex-direction: row;
	width: 100%;
    /* padding: 0 6rem; */
    margin-bottom: 3rem;
    min-height: 30vh;
}
.section1 .col1{
    /* width: 48.71%; */
    padding: 0 11rem;
    text-align: left;
    align-content: center;
}
.section1 h1 {
	font-size: 3em;
	color: #00234b;
    font-weight: 700;
    text-align: center;
}
.section1 .icon {
    width: 40px;
    height: 40px;
    margin: 4px 0;
    text-align: center;
    align-content: center;
    border-radius:10px;
    background: #00234b3d;
}
.section1 .icon  i{
    color:  #00234b;
}
.section1 h3 {
	font-size: 18px;
	color: #00234b;
    font-weight: 700;
}
.section1 p {
    font-size: 1.4em;
    color: #575757;
    text-align: center;
    padding: 2rem 4rem;
    font-weight: 500;
}


.section2 {
    /* width: 1200px; */
    /* margin: 25px auto; */
    /* padding: 0 10rem;
    min-height: 70vh; */
    /* width: 90%; */
    /* margin: 25px auto; */
    padding: 0 5rem;
    min-height: 70vh;
    place-self: center;
}
.section2 .col2 {
	width: 48.71%;
}
.section2 .col2.first {
	float: left;
}
.section2 .col2.last {
	float: right;
}
.section2 .col2.column2 {
	/* padding: 0 30px; */
}
.section2 span.collig {
	color: #a2a2a2;
	margin-right: 10px;
	display: inline-block;
}
.section2 .sec2addr {
	display: block;
	line-height: 26px;
}
.section2 .sec2addr p:first-child {
	margin-bottom: 10px;
}
.btn_locations{
    display: grid;
    padding: 0 2rem;
    gap: 14%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: center;
    margin: 2rem 0;
    justify-items: center;
}
.btn_location {
    font-weight: 500;
    text-align: center;
    color: #00234b;
    /* min-width: 10em; */
    padding: .5em 4vw;
    max-width: 35rem;
    border: 1px solid #00234b52;
    border-radius: 5px !important;
    transition: all 0.3s ease;
}
.btn_location:focus-visible {
    border: 1px solid #00234b52 !important;

}
.btn_location:hover:not(.btn_location_active) {
    background-color: #00234b29;
}
.btn_location_active{
    background-color: #00234bf2;

    color: #fff;
    transition: all 0.3s ease;
}
.btn_location:active {
    border: 1px solid#00234b;

}

/******************************************************/
.section3 {
	text-align: center;
    place-content: center;
	width: 100%;
    min-height: 80vh;
    margin: 3rem 0;
}
.section3  .container3{
    background-color: #00234b;
    padding: 4rem 6rem;
    display: flex;
    justify-content: center;
    flex-direction: column  ;
}
.section3 .col1{
    text-align: center;
    align-content: center;
}
.section3  .section-title {
	font-size: 2.5em;
	color: #fff !important; 
    font-weight: 700;
    margin-bottom: 2rem;
    
}
.section3 .col1 .section-description {
	font-size: 1.5em;
	color: #ededed;
    font-weight: 300;
}
.section3 .flex{
    display: flex;
    justify-content: space-between;
    /* gap: 5rem; */
}
.section3 .section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.section3 .location {
    /* border-bottom: .5px solid rgb(255 255 255 / 47%); */
    display: flex;
    justify-content: center;
    margin: 2rem 0;
    width: 22rem;
}
.section3 .location_info{
    /* margin-left: 2rem; */
}
.section3 .icon {
    width: 79px;
    height: 44px;
    margin: 4px 0;
    text-align: center;
    align-content: center;
    border-radius: 25px;
    background: #7c858f91;
}
.section3 .icon_width {
    width: 44px;
}
.section3 .icon_width_2 {
    width: 130px;
}
.section3 .icon  i{
    color:  #fff;
}
.section3 h3 {
    border-bottom: .5px solid rgb(255 255 255 / 47%);
	font-size: 18px;
	color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
    min-width: 22vw;
}
.section3 p {
	font-size: 14px;
	color: #ececec;
}
.two-lines{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Ensures exactly 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 3em; /* Adjust based on line height */
    line-height: 1.5em; /* Adjust this to fit your font */
}

.section3 .col2 {
    width: 48.71%;
    text-align: left;
    align-content: center;
}
.section3 .col2 .row{
    width: 48.71%;
    padding: 0 3rem;
    text-align: left;
}


/******************************************************/

.card {
    padding: 20px 20px;
    /* margin-top: 60px; */
    /* margin-bottom: 60px; */
    border: none !important;
    box-shadow: 0 0 15px 4px #00000016;
    border-radius: 20px !important;
}

.blue-text {
    color: #00BCD4
}

.form-control-label {
    margin-bottom: 0
}
a:hover{
    color: #011832 !important;
}
input,
textarea,
button,
select {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: none;
    background-color: #00234b0a;
    font-size: 16px !important;
    font-weight: 400
}
select {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 18px !important;
    font-weight: 300;
    cursor: pointer;
}

/* input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #00234b3b;
    outline-width: 0;
    font-weight: 400
} */

.btn-block {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer
}

.btn-block:hover {
    color: #fff !important
}

.btn-primary {
    color: #fff;
    background-color: #00234b !important;
    border-color: #013877 !important;
}
button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}
.submit-btn{
    border-radius: 11px !important;
    width: 160px;
    font-size: 15px !important;
    font-weight: 400;
    float: right;
    margin-right: 2rem;
}
.fa-arrow-right {
    margin-left: 6px;
    font-size: 13px;
}

/* @media querries */
.row {
    flex-direction: row !important;
    padding: 4px 0px;
}
@media only screen and (max-width: 1266px) {

}
@media only screen and (max-width: 960px) {
    .nav {
        display: block !important;
         padding-left: 2rem !important;
     }

	.container {
		padding: 0 30px 70px;
	}
	.section2 .col2 {
		width: 100%;
		display: block;
	}
	.section2 .col2.first {
		margin-bottom: 70px;
	}
    .sec2contactform {
		margin-bottom: 80px;
	}
	.section2 .col2.column2 {
		padding: 0;
	}
	body .sec2map {
		height: 250px !important;
	}
    .submit-btn{
        float: unset;
        margin-right: unset;
    }
}
@media only screen and (max-width: 768px) {

     .section1 {
        text-align: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0rem 0rem;
        /* padding-top: 8rem; */
        /* margin-top: 4rem; */
        justify-content: center;
    }
    .section1 .col1 {
        width: fit-content;
        padding: 0 2rem;
        text-align: left;
    }
    .section1 .col2 {
         /* width: unset; */
        /* padding: 2rem 0.75rem;
        text-align: left;
        align-content: center; */
        width: 100%;
        padding: 14px;
        text-align: left;
        align-content: center;
    }
    .section1 p{
        padding: 2rem 0rem;
        font-size: 1.2em;
    }
    .flex {
        align-items: center;
    }

    /********************************************/
    .section2 {
        /* width: 100%; */
        padding: 0 20px;
    }
	.section2 .sec2addr {
		font-size: 14px;
	}
    .container-fluid{
        padding: unset !important;
    }
    .btn_location{
        padding: .5em 7vw;
    }

    /********************************************/
    .section3 .container3 {
        text-align: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 3rem 0rem;
        /* padding-top: 8rem; */
        /* margin-top: 4rem; */
        justify-content: center;
        align-items: center;
    }
    .section3 .section {
        flex-direction: column;
    }
    .section3 .flex{
        flex-direction: column;
        gap: 0;
    }
    .section3 .col1 {
        width: fit-content;
        padding: 0 2rem;
        text-align: left;
    }
    .section3 .col2 {
         width: unset;
        /* padding: 2rem 0.75rem; */
        text-align: left;
        align-content: center;
    }
    .section3 .col1 .section-title {
        font-size: 2em;
        text-align: center;
        color: #fff;
        font-weight: 700;
    }
    .section3 .col1 .section-description {
        font-size: 1.2em;
        color: #dbdbdb;
        font-weight: 300;
        text-align: center;

    }
}
@media only screen and (max-width: 420px) {
	.section1 h1 {
		font-size: 28px;
	}	
}
@media only screen and (max-width: 639px) {
    .contact_us_section_container {
        flex-direction: column-reverse;
    }
}