

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');



 @import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap'); 
 

.banner{
    width:100%;
    height:400px;
     

   
    position:relative;


}
/* contact info sec start */
.contact-section {
    width: 100%;
    height: 100%;
    
}

.contact-section-container {
    width: 100%;
    height: 100%;
}

.contact-section-boxs {
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 5%;
    margin-bottom: 5%;
}

.contact-address {
    width: 70%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: whitesmoke;
    padding: 2%;
   
   
   

}

.contact-address-info {
    width: 48%;
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;

    /* justify-content: space-evenly; */

}

.contact-address-info h2 {
    font-size: 21px;
    font-weight: 600;
    font-family: "dm sans ,sanserif";

    /* color: rgb(44, 42, 42);  */
    color: rgb(44, 42, 42);
}

.contact-address-info p {
    font-size: 16px;
    color: gray;
    font-family: "archivo , sanserif";
   

}

.contact-address-info .loaction {
    width: 75px;

}

.contact-address-info .email {
    width: 50px;
}

.contact-address-info h2 {
    margin-top: 4%;
    /* font-family: 'Roboto', sans-serif; */
}

.contact-info-hour {
    width: 40%;
    display: flex;
    height: auto;
    /* justify-content: space-between; */
    background-color: rgb(44, 42, 42);
   
}

.contact-hour-detail {
    justify-content: space-evenly;
    padding: 8%;

}

.contact-hour-detail h3 {
    font-size: 26px;
    font-weight: 600;
    color: white;
    font-family: "dm sans ,sanserif";
}

.contact-hour-detail p {
    color: white;
    font-size: 20px;
    font-family: "archivo , sanserif";
   
}

.phone {
    font-weight: 600;
}

.sunday {
    color: rgb(104, 137, 209);
    font-weight: 600;
    font-size: 22px;
   
}

.contact-hour-detail .work-us-para {
    font-size: 16px;
    color: white;
}

/* ........vrtical line........ */
.vertical {
    border-left: 2px solid grey;
    height: 400px;
    position: absolute;
    left: 32%;
}
/* ......contact form and location .... */
.contact-map-section {
    width: 100%;
    height: 100%;
    margin-top: 5%;
    margin-top: -20%;
    position: relative;
    z-index: 1;
}

.contact-map-container {
    width: 100%;
    background-color: white;
    height: 100%;
    padding: 2% !important;

}

.contact-map-boxs {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;


}

.contact-map-boxs {
    height: 100%;
}

.contact-map-boxs iframe {
    width: 47% ;
    height: 500px !important;
    margin-bottom: 2%;
}

.contact-bg-image {
    margin-top: 5%;
    position: relative;

}

.contact-bg-image img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    /* position: relative; */
}

.contact-address-info img:hover {
    transform: rotateY(180deg);

}

.contact-address-info img {
    transition: transform 0.5s ease;
    /* Adjust the duration and timing function as needed */
}

.contact-form-valid {
    width: 47%;
    height: auto;
    justify-content: space-evenly;
    padding: 5%;
    /* background-color: #000; */
}

/* ....form css..... */
/* ContactForm.css */


.contact-map-boxs h2 {
    margin-bottom: 3%;
}

.contact-map-boxs h2 span {
    color: var(--color);
}

.contact-map-boxs form {
    width: 47%;
}

.contact-map-boxs form {
    width: 47%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.contact-map-boxs .consultant-mini {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 3%;
}

.contact-map-boxs .consultant-mini input {
    width: 100%;
    height: 40px;
    font-size: 15px;
    color: black;
    padding: 0 15px;
    background: transparent;
    border: 1.2px solid black;
    outline: none;
    border-radius: 10px;
}

.consultant-boxs{
    width: 100%;
}


.consultant-boxs .consultant-mini label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 15px;
    pointer-events: none;
    padding: 0 5px;
    /* color: var(--white); */
    color: black;
    font-weight: 500;
    transition: 0.5s;
}

form .consultant-boxs .consultant-mini input:focus~label,
form .consultant-boxs .consultant-mini input:valid~label {
    top: 0 !important;
    left: 5%;
    border-radius: 2%;
     background-color: whitesmoke;
    font-size: 12px;
     color: var(--color); 
    /* color:black; */
    

}

form .consultant-boxs .consultant-mini input:focus {
    border-color: var(--color);
     filter: drop-shadow(0 0 3px var(--color)); 
}

form .consultant-min {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
    position: relative;
}

.consultant-min-1 select {
    width: 25%;
    height: 40px;
    font-size: 15px;
    color: var(--color);
    padding: 0 15px;
    background: transparent;
    border: 1.2px solid black;
    outline: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: none;
}

@media screen and (max-width:1024px) {
    .contact-map-boxs form{
        width: 100%;
    }
}


form .consultant-min-1 input {
    width: 70%;
    height: 40px;
    font-size: 15px;
    /* color: var(--white); */
    color: black;
    padding: 0 15px;
    background: transparent;
    border: 1.2px solid black;
    border-radius: 0 !important;
    outline: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

    border-left: none !important;

}



form .consultant-min input {
    width: 100%;
    height: 40px;
    font-size: 15px;
    /* color: var(--white); */
    color: black;
    padding: 0 15px;
    background: transparent;
    border: 1.2px solid black;
    outline: none;
    border-radius: 10px;
}


form .consultant-min label {
    position: absolute;
    top: 50% !important;
    left: 5px;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 300;
    pointer-events: none;
    padding: 0 5px;
    transition: 0.5s;
    /* color: var(--white); */
    color: black;
}

form .consultant-min input:focus~label {
    top: 0 !important;
    background-color: whitesmoke;
    font-size: 12px;
    left: 5%;
    color: var(--color);
}


form .consultant-min input:valid~label {
    top: 0 !important;
    background-color: white;
    font-size: 12px;
    color: var(--color);
}

form input:valid {
     filter: drop-shadow(0 0 3px var(--color)); 

}

form textarea:valid {
     filter: drop-shadow(0 0 3px var(--color)); 

}

form .consultant-min input:focus {
    border-color: var(--color);
    filter: drop-shadow(0 0 3px var(--color));
}


form .consultant-min textarea {
    width: 100%;
    font-size: 15px;
    color: var(--white);
    padding: 20px 15px;
    background: transparent;
    border: 1.2px solid black;
    outline: none;
    border-radius: 10px;
    height: 300px;
}

form .consultant-min textarea:focus {
    border-color: var(--color);
    filter: drop-shadow(0 0 3px var(--color));
}

form .consultant-min textarea:focus~label {
    top: 0 !important;
    left: 5%;
    background-color: white;
    font-size: 12px;
    color: var(--color)
}


form .consultant-min textarea:valid~label {
    top: 0 !important;
    background-color: white;
    font-size: 12px;
    color: black;
}


form .btn {
    width: 50%;
    font-weight: 400;
    background-color: rgb(22, 22, 104);
    color:white;
}

form .btn:hover {
    background-color: black;
    color: white;
}

.contact-form-head {
    font-weight: 600;
    padding-bottom: 10px;
}

.contact-form-valid {
    background-color: whitesmoke;
}
@media screen and (max-width:320px) {
    /* contact info sec start */
    .contact-section {
        width: 100%;
        height: 100%;
    }

    .contact-section-container {
        width: 100%;
        height: 100%;
    }

    .contact-section-boxs {
        width: 100%;
        height: 100%;
        /* display: flex; */
        flex-direction: column;
    }

    .contact-address {
        width: 100%;
        height: auto;
        /* display: flex; */
        flex-direction: column;
        flex-wrap: wrap;
        /* justify-content: space-evenly; */
        background-color: whitesmoke;
        padding: 2%;
        justify-content: center;

    }

    .contact-address-info {
        width: 90%;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        /* font-size: 20px; */
        padding-top: 10%;
        display: flex;
        /* -ms-text-combine-horizontal: digits; */
        /* justify-content: space-evenly; */

    }
    

    .contact-address-info h2 {
        font-size: 23px;
        font-weight: 600;

        /* color: rgb(44, 42, 42);  */
        color: rgb(44, 42, 42);
    }

    .contact-address-info p {
        font-size: 15px;
        color: gray;

    }

    .contact-address-info .loaction {
        width: 75px;

    }

    .contact-address-info .email {
        width: 50px;
    }

    .contact-address-info h2 {
        margin-top: 4%;
        /* font-family: 'Roboto', sans-serif; */
    }

    .contact-info-hour {
        width: 100%;
        display: flex;
        height: auto;
        /* justify-content: space-between; */
        background-color: rgb(44, 42, 42);
    }

    .contact-hour-detail {
        justify-content: space-evenly;
        padding: 8%;

    }

    .contact-hour-detail h3 {
        font-size: 28px;
        font-weight: 600;
        color: white;
        font-family: 'Saira Condensed', sans-serif;

    }

    .contact-hour-detail p {
        color: white;
        font-size: 18px;
        font-family: 'Saira Condensed', sans-serif;
        /* font-weight: 300; */
    }

    .phone {
        font-weight: 600;
    }

    .sunday {
        color: orangered;
        font-weight: 600;
        font-size: 25px;
        font-family: 'Saira Condensed', sans-serif;
    }

    .contact-hour-detail .work-us-para {
        font-size: 16px;
        color: white;
    }

    .vertical {
        border-left: none;
        height: 400px;
        position: absolute;
        left: 32%;
    }
    /* ......contact form and location .... */
    .contact-bg-image img {
        display: none;
    }

    .contact-map-section {
        width: 100%;
        height: 100%;
        margin-top: 5%;
        /* position: absolute; */
        /* top:10px;  */
    }

    .contact-map-container {
        width: 100%;
        height: 100%;

    }

    .contact-map-boxs {
        width: 100%;
        height: 100%;
        /* display: flex; */
        flex-direction: column;



    }

    .contact-map-boxs {
        width: 100%;
        height: 100%;
    }

    .contact-map-boxs iframe {
        width: 100%;
        height: 600px;
    }

    .contact-bg-image {
        margin-top: 5%;
        position: relative;

    }

    .contact-bg-image img {
        width: 100%;
        overflow: hidden;
        object-fit: cover;
        /* position: relative; */
    }

    .contact-address-info img:hover {
        transform: rotateY(180deg);

    }

    .contact-address-info img {
        transition: transform 0.5s ease;
        object-fit: contain;
        /* Adjust the duration and timing function as needed */
    }

    .contact-form-valid {
        width: 100%;
        height: auto;
        justify-content: space-evenly;
        padding: 5%;
    }
}
@media screen and (min-width:321px) and (max-width:425px) {
    /* contact info sec start */
    .contact-section {
        width: 100%;
        height: 100%;
    }

    .contact-section-container {
        width: 100%;
        height: 100%;
    }

    .contact-section-boxs {
        width: 100%;
        height: 100%;
        /* display: flex; */
        flex-direction: column;
    }

    .contact-address {
        width: 100%;
        height: auto;
        /* display: flex; */
        flex-direction: column;
        flex-wrap: wrap;
        /* justify-content: space-evenly; */
        background-color: whitesmoke;
        padding: 2%;
        justify-content: center;

    }

    .contact-address-info {
        width: 90%;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        /* font-size: 20px; */
        padding-top: 10%;
        display: flex;


        /* -ms-text-combine-horizontal: digits; */
        /* justify-content: space-evenly; */

    }

    .contact-address-info h2 {
        font-size: 23px;
        font-weight: 600;

        /* color: rgb(44, 42, 42);  */
        color: rgb(44, 42, 42);
    }

    .contact-address-info p {
        font-size: 15px;
        color: gray;

    }

    .contact-address-info .loaction {
        width: 75px;

    }

    .contact-address-info .email {
        width: 50px;
    }

    .contact-address-info h2 {
        margin-top: 4%;
        /* font-family: 'Roboto', sans-serif; */
    }

    .contact-info-hour {
        width: 100%;
        display: flex;
        height: auto;
        /* justify-content: space-between; */
        background-color: rgb(44, 42, 42);
    }

    .contact-hour-detail {
        justify-content: space-evenly;
        padding: 8%;

    }

    .contact-hour-detail h3 {
        font-size: 28px;
        font-weight: 600;
        color: white;
        font-family: 'Saira Condensed', sans-serif;

    }

    .contact-hour-detail p {
        color: white;
        font-size: 18px;
        font-family: 'Saira Condensed', sans-serif;
        /* font-weight: 300; */
    }

    .phone {
        font-weight: 600;
    }

    .sunday {
        color: orangered;
        font-weight: 600;
        font-size: 25px;
        font-family: 'Saira Condensed', sans-serif;
    }

    .contact-hour-detail .work-us-para {
        font-size: 16px;
        color: white;
    }

    
    .vertical {
        border-left: none;
        height: 400px;
        position: absolute;
        left: 32%;
    }
    /* ......contact form and location .... */
    .contact-bg-image img {
        display: none;
    }

    .contact-map-section {
        width: 100%;
        height: 100%;
        margin-top: 5%;
        /* position: absolute; */
        /* top:10px;  */
    }

    .contact-map-container {
        width: 100%;
        height: 100%;

    }

    .contact-map-boxs {
        width: 100%;
        height: 100%;
        /* display: flex; */
        flex-direction: column;


    }

    .contact-map-boxs {
        width: 100%;
        height: 100%;
    }

    .contact-map-boxs iframe {
        width: 100%;
        height: 600px;
    }

    .contact-bg-image {
        margin-top: 5%;
        position: relative;

    }

    .contact-bg-image img {
        width: 100%;
        overflow: hidden;
        object-fit: cover;
        /* position: relative; */
    }

    .contact-address-info img:hover {
        transform: rotateY(180deg);

    }

    .contact-address-info img {
        transition: transform 0.5s ease;
        object-fit: contain;
        /* Adjust the duration and timing function as needed */
    }

    .contact-form-valid {
        width: 100%;
        height: auto;
        justify-content: space-evenly;
        padding: 5%;
    }

    .vertical {
        border-left: none;
        height: 400px;
        position: absolute;
        left: 32%;
    }


}
@media screen and (min-width:426px) and (max-width:600px) {
    /* contact info sec start */
    .contact-section {
        width: 100%;
        height: 100%;
    }

    .contact-section-container {
        width: 100%;
        height: 100%;
    }

    .contact-section-boxs {
        width: 100%;
        height: 100%;
        /* display: flex; */
        flex-direction: column;
    }

    .contact-address {
        width: 100%;
        height: auto;
        /* display: flex; */
        flex-direction: column;
        flex-wrap: wrap;
        /* justify-content: space-evenly; */
        background-color: whitesmoke;
        padding: 2%;
        justify-content: center;

    }

    .contact-address-info {
        width: 90%;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        display: flex;
        /* font-size: 20px; */
        padding-top: 10%;
        /* -ms-text-combine-horizontal: digits; */
        /* justify-content: space-evenly; */

    }

    .contact-address-info h2 {
        font-size: 23px;
        font-weight: 600;

        /* color: rgb(44, 42, 42);  */
        color: rgb(44, 42, 42);
    }

    .contact-address-info p {
        font-size: 15px;
        color: gray;

    }

    .contact-address-info .loaction {
        width: 75px;

    }

    .contact-address-info .email {
        width: 50px;
    }

    .contact-address-info h2 {
        margin-top: 4%;
        /* font-family: 'Roboto', sans-serif; */
    }

    .contact-info-hour {
        width: 100%;
        display: flex;
        height: auto;
        /* justify-content: space-between; */
        background-color: rgb(44, 42, 42);
    }

    .contact-hour-detail {
        justify-content: space-evenly;
        padding: 8%;

    }

    .contact-hour-detail h3 {
        font-size: 28px;
        font-weight: 600;
        color: white;
        font-family: 'Saira Condensed', sans-serif;

    }

    .contact-hour-detail p {
        color: white;
        font-size: 18px;
        font-family: 'Saira Condensed', sans-serif;
        /* font-weight: 300; */
    }

    .phone {
        font-weight: 600;
    }

    .sunday {
        color: orangered;
        font-weight: 600;
        font-size: 25px;
        font-family: 'Saira Condensed', sans-serif;
    }

    .contact-hour-detail .work-us-para {
        font-size: 16px;
        color: white;
    }

    .vertical {
        border-left: none;
        height: 400px;
        position: absolute;
        left: 32%;
    }
    /* ......contact form and location .... */
    .contact-bg-image img {
        display: none;
    }

    .contact-map-section {
        width: 100%;
        height: 100%;
        margin-top: 5%;
        /* position: absolute; */
        /* top:10px;  */
    }

    .contact-map-container {
        width: 100%;
        height: 100%;

    }

    .contact-map-boxs {
        width: 100%;
        height: 100%;
        /* display: flex; */
        flex-direction: column;


    }

    .contact-map-boxs {
        width: 100%;
        height: 100%;
    }

    .contact-map-boxs iframe {
        width: 100%;
        height: 600px;
    }

    .contact-bg-image {
        margin-top: 5%;
        position: relative;

    }

    .contact-bg-image img {
        width: 100%;
        overflow: hidden;
        object-fit: cover;
        /* position: relative; */
    }

    .contact-address-info img:hover {
        transform: rotateY(180deg);

    }

    .contact-address-info img {
        transition: transform 0.5s ease;
        object-fit: contain;
        /* Adjust the duration and timing function as needed */
    }

    .contact-form-valid {
        width: 100%;
        height: auto;
        justify-content: space-evenly;
        padding: 5%;
    }


}
@media screen and (min-width:601px) and (max-width:768px) {
    /* contact info sec start */
    .contact-section {
        width: 100%;
        height: 100%;
    }

    .contact-section-container {
        width: 100%;
        height: 100%;
    }

    .contact-section-boxs {
        width: 100%;
        height: 100%;
        /* display: flex; */
        flex-direction: column;
    }

    .contact-address {
        width: 100%;
        height: auto;
        /* display: flex; */
        flex-direction: column;
        flex-wrap: wrap;
        /* justify-content: space-evenly; */
        background-color: whitesmoke;
        padding: 2%;
        justify-content: center;

    }

    .contact-address-info {
        width: 90%;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        display: flex;
        /* font-size: 20px; */
        padding-top: 10%;
        /* -ms-text-combine-horizontal: digits; */
        /* justify-content: space-evenly; */

    }

    .contact-address-info h2 {
        font-size: 23px;
        font-weight: 600;

        /* color: rgb(44, 42, 42);  */
        color: rgb(44, 42, 42);
    }

    .contact-address-info p {
        font-size: 15px;
        color: gray;

    }

    .contact-address-info .loaction {
        width: 75px;

    }

    .contact-address-info .email {
        width: 50px;
    }

    .contact-address-info h2 {
        margin-top: 4%;
        /* font-family: 'Roboto', sans-serif; */
    }

    .contact-info-hour {
        width: 100%;
        display: flex;
        height: auto;
        /* justify-content: space-between; */
        background-color: rgb(44, 42, 42);
    }

    .contact-hour-detail {
        justify-content: space-evenly;
        padding: 8%;

    }

    .contact-hour-detail h3 {
        font-size: 28px;
        font-weight: 600;
        color: white;
        font-family: 'Saira Condensed', sans-serif;

    }

    .contact-hour-detail p {
        color: white;
        font-size: 18px;
        font-family: 'Saira Condensed', sans-serif;
        /* font-weight: 300; */
    }

    .phone {
        font-weight: 600;
    }

    .sunday {
        color: orangered;
        font-weight: 600;
        font-size: 25px;
        font-family: 'Saira Condensed', sans-serif;
    }

    .contact-hour-detail .work-us-para {
        font-size: 16px;
        color: white;
    }

    .vertical {
        border-left: none;
        height: 400px;
        position: absolute;
        left: 32%;
    }
     /*                       ......contact form and location .... */
     .contact-bg-image img {
        display: none;
    }

    .contact-map-section {
        width: 100%;
        height: 100%;
        margin-top: 5%;
        /* position: absolute; */
        /* top:10px;  */
    }

    .contact-map-container {
        width: 100%;
        height: 100%;

    }

    .contact-map-boxs {
        width: 100%;
        height: 100%;
        /* display: flex; */
        flex-direction: column;


    }

    .contact-map-boxs {
        width: 100%;
        height: 100%;
    }

    .contact-map-boxs iframe {
        width: 100%;
        height: 600px;
    }

    .contact-bg-image {
        margin-top: 5%;
        position: relative;

    }

    .contact-bg-image img {
        width: 100%;
        overflow: hidden;
        object-fit: cover;
        /* position: relative; */
    }

    .contact-address-info img:hover {
        transform: rotateY(180deg);

    }

    .contact-address-info img {
        transition: transform 0.5s ease;
        object-fit: contain;
        /* Adjust the duration and timing function as needed */
    }

    .contact-form-valid {
        width: 100%;
        height: auto;
        justify-content: space-evenly;
        padding: 5%;
    }
}
@media screen and (min-width:769px) and (max-width:900px) {
     /* contact info sec start */
     .contact-section {
        width: 100%;
        height: 100%;
    }

    .contact-section-container {
        width: 100%;
        height: 100%;
    }

    .contact-section-boxs {
        width: 100%;
        height: 100%;
        /* display: flex; */
        flex-direction: column;
    }

    .contact-address {
        width: 100%;
        height: auto;
        /* display: flex; */
        flex-direction: column;
        flex-wrap: wrap;
        /* justify-content: space-evenly; */
        background-color: whitesmoke;
        padding: 2%;
        justify-content: center;

    }

    .contact-address-info {
        width: 90%;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        /* text-align: center; */
        /* font-size: 20px; */
        padding-top: 10%;
        
        /* -ms-text-combine-horizontal: digits; */
        /* justify-content: space-evenly; */

    }

    .contact-address-info h2 {
        font-size: 23px;
        font-weight: 600;

        /* color: rgb(44, 42, 42);  */
        color: rgb(44, 42, 42);
    }

    .contact-address-info p {
        font-size: 15px;
        color: gray;

    }

    .contact-address-info .loaction {
        width: 75px;

    }

    .contact-address-info .email {
        width: 50px;
    }

    .contact-address-info h2 {
        margin-top: 4%;
        /* font-family: 'Roboto', sans-serif; */
    }

    .contact-info-hour {
        width: 100%;
        display: flex;
        height: auto;
        /* justify-content: space-between; */
        background-color: rgb(44, 42, 42);
    }

    .contact-hour-detail {
        justify-content: space-evenly;
        padding: 8%;

    }

    .contact-hour-detail h3 {
        font-size: 28px;
        font-weight: 600;
        color: white;
        font-family: 'Saira Condensed', sans-serif;

    }

    .contact-hour-detail p {
        color: white;
        font-size: 18px;
        font-family: 'Saira Condensed', sans-serif;
        /* font-weight: 300; */
    }

    .phone {
        font-weight: 600;
    }

    .sunday {
        color: orangered;
        font-weight: 600;
        font-size: 25px;
        font-family: 'Saira Condensed', sans-serif;
    }

    .contact-hour-detail .work-us-para {
        font-size: 16px;
        color: white;
    }

    .vertical {
        border-left: none;
        height: 400px;
        position: absolute;
        left: 32%;
    }
    /* ......contact form and location .... */
    .contact-bg-image img {
        display: none;
    }

    .contact-map-section {
        width: 100%;
        height: 100%;
        margin-top: 5%;
        /* position: absolute; */
        /* top:10px;  */
    }

    .contact-map-container {
        width: 100%;
        height: 100%;

    }

    .contact-map-boxs {
        width: 100%;
        height: 100%;
        /* display: flex; */
        flex-direction: column;


    }

    .contact-map-boxs {
        width: 100%;
        height: 100%;
    }

    .contact-map-boxs iframe {
        width: 100%;
        height: 600px;
    }

    .contact-bg-image {
        margin-top: 5%;
        position: relative;

    }

    .contact-bg-image img {
        width: 100%;
        overflow: hidden;
        object-fit: cover;
        /* position: relative; */
    }

    .contact-address-info img:hover {
        transform: rotateY(180deg);

    }

    .contact-address-info img {
        transition: transform 0.5s ease;
        /* Adjust the duration and timing function as needed */
    }

    .contact-form-valid {
        width: 100%;
        height: auto;
        justify-content: space-evenly;
        padding: 5%;
    }



}
@media screen and (min-width:901px) and (max-width:991px) {
    /* contact info sec start */
    .contact-section {
        width: 100%;
        height: 100%;
    }

    .contact-section-container {
        width: 100%;
        height: 100%;
    }

    .contact-section-boxs {
        width: 100%;
        height: 100%;
        /* display: flex; */
        flex-direction: column;
    }

    .contact-address {
        width: 100%;
        height: auto;
        /* display: flex; */
        flex-direction: column;
        flex-wrap: wrap;
        /* justify-content: space-evenly; */
        background-color: whitesmoke;
        padding: 2%;
        justify-content: center;

    }

    .contact-address-info {
        width: 90%;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        /* text-align: center; */
        /* font-size: 20px; */
        padding-top: 10%;
        
        /* -ms-text-combine-horizontal: digits; */
        /* justify-content: space-evenly; */

    }

    .contact-address-info h2 {
        font-size: 23px;
        font-weight: 600;

        /* color: rgb(44, 42, 42);  */
        color: rgb(44, 42, 42);
    }

    .contact-address-info p {
        font-size: 15px;
        color: gray;

    }

    .contact-address-info .loaction {
        width: 75px;

    }

    .contact-address-info .email {
        width: 50px;
    }

    .contact-address-info h2 {
        margin-top: 4%;
        /* font-family: 'Roboto', sans-serif; */
    }

    .contact-info-hour {
        width: 100%;
        display: flex;
        height: auto;
        /* justify-content: space-between; */
        background-color: rgb(44, 42, 42);
    }

    .contact-hour-detail {
        justify-content: space-evenly;
        padding: 8%;

    }

    .contact-hour-detail h3 {
        font-size: 28px;
        font-weight: 600;
        color: white;
        font-family: 'Saira Condensed', sans-serif;

    }

    .contact-hour-detail p {
        color: white;
        font-size: 18px;
        font-family: 'Saira Condensed', sans-serif;
        /* font-weight: 300; */
    }

    .phone {
        font-weight: 600;
    }

    .sunday {
        color: orangered;
        font-weight: 600;
        font-size: 25px;
        font-family: 'Saira Condensed', sans-serif;
    }

    .contact-hour-detail .work-us-para {
        font-size: 16px;
        color: white;
    }

    .vertical {
        border-left: none;
        height: 400px;
        position: absolute;
        left: 32%;
    }
    /* ......contact form and location .... */
    .contact-bg-image img {
        display: none;
    }

    .contact-map-section {
        width: 100%;
        height: 100%;
        margin-top: 5%;
        /* position: absolute; */
        /* top:10px;  */
    }

    .contact-map-container {
        width: 100%;
        height: 100%;

    }

    .contact-map-boxs {
        width: 100%;
        height: 100%;
        /* display: flex; */
        flex-direction: column;


    }

    .contact-map-boxs {
        width: 100%;
        height: 100%;
    }

    .contact-map-boxs iframe {
        width: 100%;
        height: 600px;
    }

    .contact-bg-image {
        margin-top: 5%;
        position: relative;

    }

    .contact-bg-image img {
        width: 100%;
        overflow: hidden;
        object-fit: cover;
        /* position: relative; */
    }

    .contact-address-info img:hover {
        transform: rotateY(180deg);

    }

    .contact-address-info img {
        transition: transform 0.5s ease;
        /* Adjust the duration and timing function as needed */
    }

    .contact-form-valid {
        width: 100%;
        height: auto;
        justify-content: space-evenly;
        padding: 5%;
    }


}
@media screen and (min-width:992px) and (max-width:1024px) {
    
  /* contact info sec start */
  .contact-section {
    width: 100%;
    height: 100%;
}

.contact-section-container {
    width: 100%;
    height: 100%;
}

.contact-section-boxs {
    width: 100%;
    height: 100%;
    /* display: flex; */
    flex-direction: column;
}

.contact-address {
    width: 100%;
    height: auto;
    /* display: flex; */
    flex-direction: column;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
    background-color: whitesmoke;
    padding: 2%;
    justify-content: center;

}

.contact-address-info {
    width: 90%;
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;
    /* text-align: center; */
    /* font-size: 20px; */
    padding-top: 10%;
    
    /* -ms-text-combine-horizontal: digits; */
    /* justify-content: space-evenly; */

}

.contact-address-info h2 {
    font-size: 23px;
    font-weight: 600;

    /* color: rgb(44, 42, 42);  */
    color: rgb(44, 42, 42);
}

.contact-address-info p {
    font-size: 15px;
    color: gray;

}

.contact-address-info .loaction {
    width: 75px;

}

.contact-address-info .email {
    width: 50px;
}

.contact-address-info h2 {
    margin-top: 4%;
    /* font-family: 'Roboto', sans-serif; */
}

.contact-info-hour {
    width: 100%;
    display: flex;
    height: auto;
    /* justify-content: space-between; */
    background-color: rgb(44, 42, 42);
}

.contact-hour-detail {
    justify-content: space-evenly;
    padding: 8%;

}

.contact-hour-detail h3 {
    font-size: 28px;
    font-weight: 600;
    color: white;
    font-family: 'Saira Condensed', sans-serif;

}

.contact-hour-detail p {
    color: white;
    font-size: 18px;
    font-family: 'Saira Condensed', sans-serif;
    /* font-weight: 300; */
}

.phone {
    font-weight: 600;
}

.sunday {
    color: orangered;
    font-weight: 600;
    font-size: 25px;
    font-family: 'Saira Condensed', sans-serif;
}

.contact-hour-detail .work-us-para {
    font-size: 16px;
    color: white;
}

.vertical {
    border-left: none;
    height: 400px;
    position: absolute;
    left: 32%;
}
/* ......contact form and location .... */

.contact-map-section {
    width: 100%;
    height: 100%;
    margin-top: 5%;
    /* position: absolute; */
    /* top:10px;  */
}

.contact-map-container {
    width: 100%;
    height: 100%;

}

.contact-map-boxs {
    width: 100%;
    height: 100%;
    /* display: flex; */
    flex-direction: column;


}

.contact-map-boxs {
    width: 100%;
    height: 100%;
}

.contact-map-boxs iframe {
    width: 100%;
    height: 600px;
}

.contact-bg-image {
    margin-top: 5%;
    position: relative;

}

.contact-bg-image img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    /* position: relative; */
}

.contact-address-info img:hover {
    transform: rotateY(180deg);

}

.contact-address-info img {
    transition: transform 0.5s ease;
    /* Adjust the duration and timing function as needed */
}

.contact-form-valid {
    width: 100%;
    height: auto;
    justify-content: space-evenly;
    padding: 5%;
}

/* ....form css..... */
}
@media screen and (min-width:1025px) and (max-width:1140px) {
    





 





 

 .contact-section {
    width: 100%;
    height: 100%;
}

.contact-section-container {
    width: 100%;
    height: 100%;
}

.contact-section-boxs {
    width: 100%;
    height: 100%;
    display: flex;
}

.contact-address {
    width: 70%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: whitesmoke;
    padding: 2%;

}

.contact-address-info {
    width: 48%;
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;

    /* justify-content: space-evenly; */

}

.contact-address-info h2 {
    font-size: 25px;
    font-weight: 600;

    /* color: rgb(44, 42, 42);  */
    color: rgb(44, 42, 42);
}

.contact-address-info p {
    font-size: 18px;
    color: gray;

}

.contact-address-info .loaction {
    width: 75px;

}

.contact-address-info .email {
    width: 50px;
}

.contact-address-info h2 {
    margin-top: 4%;
    /* font-family: 'Roboto', sans-serif; */
}

.contact-info-hour {
    width: 40%;
    display: flex;
    height: auto;
    /* justify-content: space-between; */
    background-color: rgb(44, 42, 42);
}

.contact-hour-detail {
    justify-content: space-evenly;
    padding: 8%;

}

.contact-hour-detail h3 {
    font-size: 28px;
    font-weight: 600;
    color: white;
    font-family: 'Saira Condensed', sans-serif;

}

.contact-hour-detail p {
    color: white;
    font-size: 21px;
    font-family: 'Saira Condensed', sans-serif;
    /* font-weight: 300; */
}

.phone {
    font-weight: 600;
}

.sunday {
    color: orangered;
    font-weight: 600;
    font-size: 25px;
    font-family: 'Saira Condensed', sans-serif;
}

.contact-hour-detail .work-us-para {
    font-size: 16px;
    color: white;
}
.contact-map-section {
    width: 100%;
    height: 100%;
    margin-top: 5%;
    margin-top: -20%;
    position: relative;
    z-index: 1;

    /* position: absolute; */
    /* top:10px;  */
}

.contact-map-container {
    width: 100%;
    height: 100%;

}

.contact-map-boxs {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;


}

.contact-map-boxs {
    width: 47%;
    height: 100%;
}

.contact-map-boxs iframe {
    width: 100%;
    height: 600px;
}

.contact-bg-image {
    margin-top: 5%;
    position: relative;

}

.contact-bg-image img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    /* position: relative; */
}

.contact-address-info img:hover {
    transform: rotateY(180deg);

}

.contact-address-info img {
    transition: transform 0.5s ease;
    /* Adjust the duration and timing function as needed */
}

.contact-form-valid {
    width: 47%;
    height: auto;
    justify-content: space-evenly;
    padding: 5%;
}

   
}
