﻿
li.nav-item.backHome {
    background: #5cbad5;
    width: 129px;
    font-size: 19px;
    border-radius: 28px;
}

 .Circle {
    background-image: url("../../Images/Ellipse.png");
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 145px;
}

.Circle2 {
    background-image: url("../../Images/P2.png");
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 145px;
}

.LinkClick {
    background: #FF9900 0% 0% no-repeat padding-box;
    border-radius: 7px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
}


.SubBox1 .background2 {
    background-image: url(../../Images/logo_.svg);
    background-position-y: 50px;
}








body {
    font-family: 'Cairo-Regular','sans-serif';
    font-weight: normal;
    font-style: normal;
    background-color: #fff;
    overflow-x: hidden;
    font-size: 22px;
}



/*.Plus-left-left {
    right: 135px !important;
    left: unset !important;
}*/

.pt-3 {
    padding-top: 4rem !important;
}



.center {
    justify-content: center !important;
    display: flex !important;
}



.searchbar {
    border: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.outter_search_box:focus-within {
    width: 600px;
    transition: width 0.4s linear;
    border: 1px solid #ccc;
}

@media (max-width: 1366px) and (min-width: 775px) {
    .MainBox {
        padding: 0 2% 0 0;
        width: 100%;
    }
}






