body {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav_text .Register span {
    font-size: 13px;
    font-weight: 500;
}

.nav_text {
    margin: 0px !important;

}

.last {
    border-right: 1px solid #707070;
    display: flex;
    align-items: center;
}



.Register {
    display: flex;
    align-items: center;
}

.Register a {
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    background-color: #D0011B;
    color: #ffffff !important;
    padding: 5px 10px;
    margin-bottom: 2px;
    border-radius: 5px;
}


.text_zones p {
    font-size: 28px;
    padding: 10px 0px 0px;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: center;
    color: #37239c;
}

.text_zones span {
    font-size: 15px;
    font-weight: 700;
    color: #37239c;
}

.nav_text p {
    margin-bottom: 0px;
}

.border_line {
    /* border-bottom: 1px solid #707070; */
    opacity: 1;
    height: 50px !important;
}

.img_logo img {
    width: 72px;
    height: auto;
    background-color: #ffffff;
    padding: 7px;
    margin-left: 20px;


}



.sec_logo img {
    width: 120px;
}

.Register span {
    color: #141414;
}

.Register p {
    color: #141414;
    font-size: 13px;
}

.navbar-text {
    padding-top: 18px !important;
    padding-bottom: 0px !important;
}

.head {
    position: relative;
    height: auto;

}

.nav_text_btn {
    display: flex;
    align-items: center;
    margin-top: 15px;
}


.mcd_nav li .active {
    background-image: linear-gradient(to bottom, #D0011B, #E36978) !important;
    padding: 5px 25px 0px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 500;
    width: 100% !important;
    height: auto !important;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.mcd_nav a {
    font-weight: 500;
}

.mcd_nav {
    margin-left: 30px;
}


.nav_loc li {
    margin: 0px 20px;

}

.track_id .line {
    width: 200px !important;
}

.nav_loc {
    margin: 1px 10px 0px !important;
}

.nav_loc a {
    font-size: 20px;
    color: #000000 !important;
    font-weight: 500;
    padding: 0;

}

.log_in_bttn {
    padding: 5px 20px;
    border: none;
    background: #D0011B;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 8px;
}

.log_in_bttn i {
    font-weight: 700;
}

section {
    flex-grow: 1;
}

.bg_img {
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("images/jack-b-9pP7Erx8cGg-unsplash.png");
    width: 100%;
    background-size: 100% 400px;
    background-repeat: no-repeat;
    /* opacity: 0.5 !important; */
}

.bg_text {
    padding: 35px;
}

.bg_text h1 {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 700;
}

.bg_text p {
    color: #FFFCFCD1;
    font-size: 17px;
    font-weight: 500;
}


.bg_text span {
    font-size: 40px;
    color: #48C7FF;
    font-weight: 700;
}

.img_box_circle {

    background-color: #1414143b;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    margin-top: 15px;
    padding-left: 25px;




}

.img_box_circle img {
    width: 200px;
    height: 200px;
    padding: 10px;

    transform: translate(-12px, 17px);
}

.north_img img {
    width: 200px;
    height: 175px !important;
    transform: translate(-5px, 25px) !important;
}

.south_img img {
    width: 200px;
    height: 175px !important;

    transform: translate(-10px, 35px) !important;

}

.bulb_img {

    position: absolute;
    top: 35%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.bulb_img img {

    width: 100%;
    height: 30px;

}

.bulb_img p {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    margin-top: -10px;
}

.card_box {
    border-right: 1px solid #ffffff;
    justify-content: center;

}

.bor_der {
    border-right: none !important;
}


.dot {
    width: 25px;
    height: 25px;
    background-color: #DC4457;
    border-radius: 50px;
    margin: 25px 12px 12px 12px;
}

.bg_color {
    background-color: #76caef;
    border-radius: 60px;
    padding: 5px;
}

.card_box_text {
    padding: 5px 0px 5px 20px;
    color: #ffffff;
}

.card_box_text h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;

}

.card_box_text p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #37239c;
}



.card_box_2 {
    border-right: 2px solid #44B1E0;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
}

.last_crd {
    border-right: none !important;

}


.footer_text a {
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.sec_box {
    /* position: relative; */
    margin-top: -10px;
    padding-bottom: 0px;
    /* transform: translateY(50%); */
}

.first_sec {
    /* position: absolute;
    top: 0%;
    left: 50%; */
    transform: translateY(50%);
    padding: 0px 180px;
}

.card_box_2 img {
    width: 35px;
    border-radius: 50px;
    background-color: #ffffff;
    padding: 5px;
    margin: 30px;
}

.sec_bg {
    padding: 55px 0px 5px 0px;
    margin: 0px 220px !important;
    border-radius: 15px;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #FFFFFF;
}

.text_mcd {
    padding-top: 20px;
}

.text_mcd h3 {
    font-size: 25px;
    font-weight: 600;
    color: #37239c;

}

.text_mcd p {
    font-size: 13px;
    font-weight: 500;

    color: #ffffff;

}

.icons_box {
    padding: 5px 50px 5px;
}

.icons {
    padding: 0px 10px;
    border-radius: 50px;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    box-shadow: 0px 3px 6px #00000029;


}



.footer_text {
    text-align: end;
    padding: 10px 50px 0px;
    font-size: 16px;
    font-weight: 600;
}

.footer_text p {
    margin-bottom: 0px !important;
}

footer {
    background-color: #F0F0F0;


}

.texts {
    padding: 30px 30px;
}

.texts h1 {
    font-size: 28px;
    font-weight: 700;
}

.complaint_card {
    width: 240px;
    height: auto;
    box-shadow: 0px 0px 40px #00000014;
    background-color: #FFFFFF;
    padding: 25px 10px 20px 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.complaint_card img {
    padding-bottom: 20px;
    width: 50px;
}

.complaint_card p {
    padding-top: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #FFB541;

}

.complaint_card h5 {
    font-size: 18px;
    color: #210D0D;
    font-weight: 500;
}

.complaint_card h6 {
    font-size: 16px;
    font-weight: 400;
    color: #3C3C3C;
}

.complaint_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.click button {
    border: none;
    background: none;
    color: #FFB541;
    font-size: 15px;
    font-weight: 600;
}

.top_line {
    border-top: 1px solid #E26574;
}

.click a {
    border: none;
    background: none;
    color: #FFB541;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.online_sec {
    background-color: #EDEDED;
    padding: 5px 0px !important;

}

.online_head h1 {
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0px;
}

.online_head p {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0px !important;
}

.online_head span {
    font-size: 17px;
    color: #000000;
    font-weight: 700;
}

.complaint_reg button {
    border-radius: none !important;
}

.normal_text {
    font-size: 18px !important;
    width: 400px;
    height: 40px;
    font-weight: 600 !important;
    color: #000000 !important;

}



.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ffffff !important;
    background-color: #D0011B !important;
    padding: 5px 50px;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.nav-pills .nav-link {
    border-radius: 0px !important;
}

textarea {
    resize: vertical;
    width: 100%;
}

.head_text_form {
    margin-bottom: 40px;
}

.head_text_form h3 {
    font-size: 23px;
    font-weight: 800;
}

.head_text_form .line {
    width: 265px;
    height: 4px;

    background: #FFFFFF;
    border: 1px solid #1E1E1E;
    border-radius: 35px;
    border: 1px solid #1E1E1E;

}

.form_boxs {
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    font-size: 16px;
    color: #313131;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-control {
    height: 40px !important;
}

.form-group input::placeholder {
    font-weight: 500;
    color: #313131;
    font-size: 13px;
}

.form-group textarea::placeholder {
    font-weight: 500;
    color: #313131;
    font-size: 13px;
}

.form-group span {
    color: #FF0000;
}

.point_input textarea {
    height: 40px !important;

}

.form-control option {
    font-weight: 500 !important;
    font-size: 15px !important;
}

.last_textarea textarea {
    border: 1px solid #dee2e6;
    border-radius: 5px;

}

.last_textarea textarea::placeholder {
    padding: 10px;

}

.bttn_sbmit {
    background-color: #FF9C00 !important;
    font-size: 20px !important;
    border: none;
    color: #FFFFFF;
    width: 215px;
    height: 50px;
    border-radius: 5px;
}

.btn_search {
    padding: 7px 20px;
    background-color: #D0011B;
    border-radius: 5px;
    color: white;
    font-size: 17px;
    margin-top: 30px;
    border: none;
}

.circle_status {
    width: 150px;
    height: 150px;
    background-color: #FF9C00;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.circle_status p {
    font-size: 22px;
    margin-bottom: 0px;
    color: #FFFFFF;
    font-weight: 500;
}

.status_box {
    border: 3px solid #DCDCDC;
    padding: 20px;
    border-radius: 10px;
}

.number h5 {
    margin-bottom: 0px;
}

.number {
    background-color: #C7E1FB;
    width: 50%;
    text-align: center;
    padding: 5px 0px 5px;
    margin-top: -20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.details {
    padding-top: 30px;
}

.details h6 {
    font-size: 20px;
    font-weight: 700;
}

.details span {
    font-size: 20px;
    font-weight: 500;
}