* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

#colr {
    color: #1c1852;
}

.navbar3 {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 2rem;
    position: fixed;
}

.cont {
    width: 100%;
    text-align: center;
}

.cont .img_1 {
    width: 25%;
    height: auto;
    padding-top: 60px;
}

.side-r {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    background-color: #bab9d1;
}

.address {
    margin: 6rem 1rem;
    text-transform: capitalize;
}

#highlight {
    color: #1c1852;
    font-weight: bold;
}

.side-r .map {
    margin-top: 15px;

}

.address p {
    font-size: 20px;
    font-style: oblique;
}

.social {
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-image: url(/images/Common/contact-img2.jpg);
    background-size: cover;
    padding-bottom: 40px;
    opacity: 0.;
}

.social h2 {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

#form {
    margin-top: 20px;
}

#form h2 {
    text-transform: uppercase;
    font-family: 'Play', sans-serif;
}

#form label {
    font-size: 18px;
    font-weight: 500;
    color: black;
    font-weight: bold;
    font-style: normal;
    margin-top: 20px;
}

.icons a i {
    font-size: 2rem;
    color: #1c1852;
    margin-right: 10px;
}

#form input {
    width: -webkit-fill-available;
    height: 40px;
    margin-top: 5px;
    background-color: transparent;
    border-radius: 7px;
    margin-bottom: 10px;
    border-color: black;
    padding-left: 10px;
    outline: none;
}

#form textarea {
    border-color: black;
    padding-left: 10px;
    outline: none;
}

#form input::placeholder {
    color: black;
    font-weight: bold;
    font-size: 12px;
    word-spacing: 5px;
}

#form textarea::placeholder {
    color: black;
    font-weight: bold;
}

#form .border12 {
    border-bottom: 4px solid black;
    width: 35%;
    margin-left: 30%;
    border-radius: 10px 10px;
}


#message {
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: oblique;
    font-weight: 400;
    padding-left: 5px;
    padding-top: 10px;
    background-color: transparent;
    border-radius: 7px;
    border: 2px solid #1c1852;
}

#sub {
    margin-left: 40%;
    padding: 5px 20px;
    font-weight: bold;
    border: 2px solid black;
    border-radius: 25px;
    font-size: 15px;
    background-color: #1c1852;
    color: white;
    margin-top: 10px;
    cursor: pointer;
}

#sub:hover {
    background: transparent;
    color: #1c1852;
    border: 2px solid #1c1852;
    font-size: 15px;
    font-weight: bold;
}

.social .icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.img_2 {
    width: 1.5rem;
    height: 2rem;
    margin-right: 10px;
}

.social .icons a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: bold;
    gap: 15px;
    margin-bottom: 2px;
}

#md_l {
    height: 85%;
}

#mdl {
    border: 2px solid #1c1852;
    border-radius: 20px;
    background: rgb(218, 218, 239);
    transition: 0.5s;
}

#md_body {
    padding-top: 20px;
}

#clse {
    color: white;
    background: #1c1852;
    padding: 10px;
}

#clse:hover {
    background: black;
    color: white;
}

.cont#blur.active {
    filter: blur(5px);
}

.modal.active {
    visibility: visible;
    opacity: 1;
}

@keyframes enter-animation {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.sidebar2 ul li:nth-child(4) a .fa {
    background-color: #5B636A;
}

.sidebar2 ul li a .fa {
    color: white;
    padding: 15px 12px;
    margin-right: 8px;
    border-radius: 5px;

}

@media (prefers-reduced-motion: no-preference) {
    .textbox-animation {
        animation: enter-animation 1.5s 1;
    }
}

@media screen and (max-width: 990px) {
    .cont .img_1 {
        width: 30%;
    }

    .side-r {
        flex-direction: column;
        align-items: center;
    }

    #form .border12 {
        border-bottom: 4px solid black;
        width: 20%;
        margin-left: 20%;
        border-radius: 10px 10px;
    }

    .address p {
        margin-bottom: 0rem !important;
    }

    .address {
        text-align: justify;
        margin: 2rem 1rem;
    }

    @media screen and (max-width:800px) {

        .icons {
            margin: 50px 0;
        }

        .cont .side-r .address p,
        h2 {
            width: 100%;
        }

        .cont .side-r .map {
            margin-bottom: 20px;
        }

        iframe {
            width: 550px;
        }

        #form {
            width: 100%;
        }

        #form input {
            width: 59%;
            height: 40px;
            margin-top: 5px;
            margin-bottom: 10px;
        }

        #form textarea {
            width: 59%;
        }

        .icons {
            align-self: center;
            text-align: left;
        }

        .social {
            width: 100%;
            text-align: center;
            flex-direction: column;
        }

        .msg {
            text-align: center;
            width: 57%;
        }

        .name {
            text-align: center;
            width: 57%;
        }

        .numb {
            text-align: center;
            width: 57%;
        }

        .mail {
            text-align: center;
            width: 57%;
        }

        #form label {
            text-align: left;
        }

        .cont .social #form h2 {
            margin-left: -7rem;
        }

        .cont .social .icons {
            flex-direction: row;
            margin-top: 40px;
        }

        #form .border12 {
            border-bottom: 4px solid black;
            width: 20%;
            margin-left: 19%;
            border-radius: 10px 10px;
        }

        #sub {
            margin-left: 0%;
        }

        .cont .img_1 {
            width: 35%;
        }
    }

    @media screen and (max-width: 690px) {
        .cont .img_1 {
            width: 40%;
        }

        iframe {
            width: 400px;
        }

        .cont .social .icons {
            flex-direction: column;
        }

        .cont .social #form h2 {
            margin-left: -2rem;
        }

        #form {
            width: 100%;
        }

        #form input {
            width: 59%;
            height: 40px;
            margin-top: 5px;
            margin-bottom: 10px;
        }

        #form textarea {
            width: 59%;
        }

        .icons {
            align-self: center;
            text-align: left;
        }

        .social {
            width: 100%;
            text-align: center;
            flex-direction: column;
        }

        .msg {
            text-align: center;
            width: 57%;
        }

        .name {
            text-align: center;
            width: 57%;
        }

        .numb {
            text-align: center;
            width: 57%;
        }

        .mail {
            text-align: center;
            width: 57%;
        }

        #form label {
            text-align: left;
        }

    }

    @media screen and (max-width:580px) {
        #form .border12 {
            border-bottom: 4px solid black;
            width: 25%;
            margin-left: 15%;
            border-radius: 10px 10px;
        }

        .cont .img_1 {
            width: 45%;

        }
    }

    @media screen and (max-width:480px) {
        #form input {
            width: 70%;
            height: 40px;
            margin-top: 5px;
            margin-bottom: 10px;
        }

        .msg {
            text-align: center;
            width: 68%;
        }

        .name {
            text-align: center;
            width: 68%;
        }

        .numb {
            text-align: center;
            width: 68%;
        }

        .mail {
            text-align: center;
            width: 68%;
        }

        #form textarea {
            width: 70%;
        }

        .cont .img_1 {
            width: 50%;
        }

        iframe {
            width: 300px;
        }

        #form .border12 {
            border-bottom: 4px solid black;
            width: 25%;
            margin-left: 28%;
            border-radius: 10px 10px;
        }
    }
    @media(max-width:350px){
        .address p {
            font-size: 16px;
            font-style: oblique;
        }
        #form label {
           
            font-size: 14px;
        }
    }

    @media screen and (max-width:348px) {

        #form .border12 {
            border-bottom: 4px solid black;
            width: 15%;
            margin-left: 28%;
            border-radius: 10px 10px;
        }

        .cont .img_1 {
            width: 60%;

        }

    }

    @media screen and (max-width: 321px) {

        iframe {
            width: 200px;
            height: 300px;
        }

        .cont .side-r .address {
            text-align: center;
            width: 100%;
        }

        #form h2 {
            font-size: 15px;
            font-weight: bold;
        }
    }
}