.nav-btns .active {
    color: #eb6e65;
}

.index-common-title p {
    font-family: "Manrope-Regular";
    font-size: 15px;
}

.cricle-coner {
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}

.cricle-coner::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background-color: rgba(235, 110, 101, 18%);
    bottom: -1%;
    right: -4%;
    border-radius: 150px;
    z-index: -1;
}

.contact-serach-btn {
    column-gap: 10px;
    background-color: #E9372B;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.contact-serach-btn button {
    font-family: "Manrope-SemiBold";
    font-size: 12px;
    border: none;
    border-radius: 50px;
    background-color: #eb6e65;
    color: #fff;
    padding: 7px 15px;
}

.contact-serach-btn button:hover {
    opacity: 0.8;
}

/* hero section gallery */

.index-hero-content-box {
    left: 5% !important;
}

/*  hero section gallery*/


.contantus-intro {
    margin: 40px 0px;
}

.contantushero {
    position: relative;
}

.contantushero::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background-color: rgba(235, 110, 101, 18%);
    bottom: -16%;
    right: -4%;
    border-radius: 150px;
    z-index: -1;
}

/*  */


/*  */

.contactusform-div {
    background-color: #F3F4F4;
    padding: 30px 0px;
    margin-bottom: 100px;
    position: relative;
}

.map-div {
    position: absolute;
    width: 95%;
    bottom: -40%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    overflow: hidden;
}

.splice-the-contactus {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.content-contantus {
    padding: 20px;
}

.content-contantus h1 {
    font-family: "Manrope-Bold";
    margin-bottom: 30px;
}

.content-contantus p {
    font-family: "Manrope-Regular";
    font-size: 12px;
}

.content-contantus .icon-contact-us {
    display: flex;
    gap: 20px;
    font-size: 13px;
    font-family: "Manrope-Regular";
    margin-top: 15px;
    align-items: center;
}

.content-contantus .icon-contact-us i {
    background-color: #E9372B;
    color: #fff;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50px;
}

.content-contantus hr {
    margin-top: 30px;
}

.content-contantus text {
    font-family: "Manrope-SemiBold";
    color: #1e1e1e;
}

.content-contantus text span {
    color: #eb6e65;
}

.contantus-form {
    padding: 30px;
    padding-top: 0px;
    z-index: 22;
}

.form-div {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 30px;
    gap: 20px;
    border-radius: 20px;
}

.inputbox-css {
    flex-grow: 1;
}

.form-div h2 {
    font-family: "Manrope-SemiBold";
    font-size: 23px;
}

.input-size {
    border: none;
    background-color: #F3F4F4;
    padding: 10px;
    border-radius: 10px;
    font-family: "Manrope-Regular";
    color: #757575;
    width: 100%;
}

.input-size::placeholder {
    font-family: "Manrope-Regular";
}

.input-size option {
    font-family: "Manrope-Regular";
}

.btn-sumbit-form {
    text-align: right !important;
}

.btn-submit-form_contact button {
    background-color: #E9372B;
    border: none;
    padding: 7px 30px;
    border-radius: 50px;
    font-family: "Manrope-SemiBold";
    color: #fff;
}

.icons-follow {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.icons-follow div {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    
}

.icons-follow div i {
    font-size: 18px;
     color: #fff !important;
}

.icons-follow .linkedin {
    background-color: #0077B5;
    color: #fff;
}

.icons-follow .instagram {
    background: linear-gradient(-125deg, #9B4DE1, #F8335C, #FF5C1D, #FFB800);
    color: #fff;
}

.icons-follow .twitter-x {
    background-color: #000000;
    color: #fff !important;
}

.icons-follow .facebook {
    background-color: #1877F2;
    color: #fff;
}

.icons-follow .youtube{
    background-color: #ff0033;
    color: #fff;
}


/*  */

/*  */


.Branch-box-section {
    padding-top: 40px;
    position: relative;
}

.Branch-box-section::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-color: rgba(235, 110, 101, 18%);
    top: -4%;
    left: -6%;
    border-radius: 150px;
    z-index: -1;
}

.splice-branch-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 100px;
    margin: 70px 0px;
}

.branch-box-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.branch-imges-box img {
    width: 100%;
    object-position: center;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;

}

.branch-imges-box {
    position: relative;
}

.branch-imges-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(233, 55, 43, 100%);
    border-radius: 10px;
    top: -25px;
    left: -25px;
    z-index: -1;
}

.content-branch {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
}

.content-branch h2 {
    font-family: "Manrope-SemiBold";
    font-size: 25px;
    color: #1e1e1e;
}

.content-branch p {
    font-family: "Manrope-Regular";
    font-size: 13px;
    color: #757575;
}

.content-branch button {
    border: none;
    background-color: #1e1e1e;
    color: #fff;
    font-family: "Manrope-Regular";
    padding: 5px 20px;
    font-size: 13px;
    border-radius: 50px;
    margin-bottom: 20px;

}

.content-branch button i {
    color: #eb6e65;
    margin-left: 10px;
}

.btn-aligment-branch {
    display: flex;
    flex-grow: 1;
    align-items: end;
}


.notes-contant{
    color: #000000 !important;
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .imgbox img{
        height: 200px;
        object-fit: cover;
        background-position: center;
    }
    .index-hero-content-box h1{
        font-size: 23px !important;
    }
    .index-hero-content-box p{
        font-size: 14px !important;
    }
    .index-hero-content-box {
        left: 5% !important;
        top: 7% !important;
    }
    .contact-serach-btn button{
        display: none !important;
    }
    .splice-the-contactus {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .content-contantus .icon-contact-us .bi-geo-alt-fill {
        width: 60px !important;
    }
    .map-div {
        position: absolute;
        width: 80%;
        bottom: -24%;
    }
    .Branch-box-section::after{
        display: none;
    }
    .splice-branch-box {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-row-gap: 50px;
    }
    .branch-imges-box::after {
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        background-color: rgba(235, 110, 101, 50%);
        border-radius: 142px;
        top: -25px;
        left: -5px;
        z-index: -1;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .splice-the-contactus {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .splice-the-contactus {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .map-div {
        position: absolute;
        width: 80%;
        bottom: -24%;
    }
}