* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
}

ul {
    list-style: none;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.top_header {
    padding: 15px 0px 10px;
    border-bottom: 1px solid #707070;
}

.top_header ul {
    list-style: none;
    text-align: right;
}

.top_header ul li {
    display: inline-block;
}

.top_header ul li a {
    color: black;
    font-size: 15px;
}

.top_header ul li a b {
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 800;
}

.top_header ul li a span {
    font-weight: 700;
    margin-left: 10px;
}

.main_header {
    border-bottom: 2px solid #D0011B;
}

.main_header .navbar {
    padding: 0;
}

.main_header .navbar-brand {
    padding: 0;
    margin: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1400px;
}

.main_header .navbar-brand img {
    width: 68%;
    margin-top: -20px;
    background: white;
    padding: 5px;
}

.main_header .navbar-nav .nav-link {

    font-weight: 700;
    padding: 18px 27px;
    text-transform: capitalize;
    font-size: 16px;
    color: black;
}

.main_header .navbar-nav .nav-link.active {
    background-color: #D0011B;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
}

.main_header .navbar-nav {
    margin-top: 25px;
    margin-bottom: 0;
    padding: 0;
}

.main_header .btn_login {
    padding: 8px 25px;
    color: white;
    font-weight: 16px;
    font-weight: 600;
    background-color: #D0011B;
}

.main_header .btn_login i {
    font-size: 15px;
    margin-right: 5px;
}

.banner_background {
    background-image: url(../images/banner_background.PNG);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px 60px;
}

.esmart_area_map {
    background-color: white;
    border-top: 15px solid white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-left: 20px solid white;
    border-right: 20px solid white;
    border-bottom: 15px solid white;
    border-radius: 12px;

}

.esmart_area_map h2 {
    text-align: center;
    color: #D0011B;
    position: relative;
    font-weight: 900;
    font-size: 30px;
    line-height: 55px;
    text-transform: uppercase;
    border-bottom: 2px dotted;
}

.all_total_items {
    width: 50%;
    margin-left: auto;
}

.all_total_item_content {
    background-color: #E4E4E4;
    border-radius: 5px;
    padding: 17px 15px;
    margin: 27px 0px;
}

.all_total_item_content h2 {
    font-size: 16px;
    font-weight: 800;
    color: black;
    line-height: 30px;
    margin: 0;
    text-align: right;
}

.all_total_item_content h3 {
    font-size: 20px;
    font-weight: 600;
    color: black;
    line-height: 30px;
    margin: 0;
    text-align: left;
}

.all_total {
    position: relative;
}

.line1 {
    position: absolute;
    top: 25%;
    width: 105%;
    height: 2px;
    content: '';
    border: 1px dotted #D0011B;
    left: -31%;
    transform: rotate3d(1, 1, 1, 324deg);
    z-index: 1;
}

.images1 {
    top: 0;
    position: absolute;
    left: 0;
    width: 50%;
}

.esmart_area_map_content {
    border-radius: 12px;
    background-color: #E4E4E4;
    padding: 20px 25px;
    width: 100%;
    height: 369px;
}

.benefit {
    width: 40%;
    margin-bottom: 25px;
    cursor: pointer;
}

.benefit_section {
    display: table;
    width: 100%;
}

.benefit_section_icon {
    width: 13%;
    float: left;
    background-color: #169ED9;
    height: 69px;
    padding: 15px;
}

.benefit_section_icon img {
    width: 100%;
}

.benefits {
    padding: 60px 0px 60px;
}

.benefit_section_content {
    padding: 8px;
    float: left;
    padding-left: 15px;
    width: 87%;
    background-color: #EDEDED;
}

.benefit_section_content h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.benefit_section_content p {
    margin-bottom: 0;
    font-weight: 500;
}

.benefit_section_content .small,
small {
    font-weight: 700;
}

.date {
    float: right;
    margin-top: 4px;
}

.benefit_section_content:hover {
    background-color: #D0011B;
    color: white;
}

.fixed.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: white;
}

.p_60 {
    padding: 60px 0px;
}

.heading h1 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
}

.contact_box {
    text-align: right;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 3px, rgb(0 0 0 / 23%) 0px 3px 3px;
    border-radius: 12px;
    padding: 15px;
    width: 83%;
    margin: auto;
    background-color: white;
    margin-bottom: 30px;
}

.contact_box .icon {
    width: 60px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

.contact_box h2 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;

    margin-bottom: 7px;
}

.contact_box h4 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.contact_box .btn {
    margin-top: 30px;
    padding: 10px 40px;
    font-weight: 700;
    font-size: 13px;
    position: relative;
    color: #FFB541;
    transition: 0.4s;
}

.contact_box .btn img {
    width: 18px;

    margin-left: 3px;
    margin-right: -20px;
    z-index: 1;
}

.contact_info {
    padding: 60px 0px;
    position: relative;
}

.contact_info::after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 42%;
    background-size: cover;
    height: 100%;
    content: '';
    background-repeat: no-repeat;
    background-image: url(../images/video-back.png);
}

.contact_box .btn::after {
    width: 29px;
    height: 100%;
    right: 0;
    border: 1px solid #D6D6D6;
    position: absolute;
    content: '';
    top: 0;
    z-index: 1;
    border-radius: 5px;
}

.heading1 h1 {
    font-size: 33px;
    font-weight: 700;
    text-align: left;
}

.heading1 p {
    width: 80%;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
}

.footer {
    background-color: #EDEDED;
    padding: 60px 0px 0px;
}

.footer .logo img {
    width: 180px;
    margin-bottom: 20px;
}

.footer .logo p {

    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
}

.footer h2 {
    font-size: 25px;
    font-weight: 800;
    margin-top: 22px;
    margin-bottom: 15px;
}

.footer .footer_links ul li a {
    color: black;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    display: flex;
    line-height: 34px;
}

.footer .footer_links ul li a i {
    font-size: 12px;
    margin-right: 10px;
    margin-top: 9px;
}

.copy_right {
    padding-top: 30px;
}

.copy_right ul li {
    display: inline-block;
    margin-right: 4px;
}

.copy_right ul li a i {
    width: 43px;
    height: 43px;
    background-color: white;
    text-align: center;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    line-height: 41px;
    font-size: 23px;
}

.copy_right ul li a i.fa-facebook-f {
    color: #3b5998;
}

.copy_right ul li a i.fa-twitter {
    color: #00acee;
}

.copy_right ul li a i.fa-instagram {
    color: #405DE6;
}

.copy_right {
    padding: 50px 0px 15px;
}

.copy_right p {
    margin-bottom: 0;

    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
}

.page_title {
    padding: 25px 0px;
    background: #EDEDED;
}

.page_title h1 {
    font-size: 32px;
    font-weight: 800;
}

.page_title .breadcrumb {
    padding: 0;
    background-color: transparent;
    margin: 0;
    margin-top: 12px;
}

.page_title .breadcrumb-item {
    font-size: 17px;
    font-weight: 700;
}

.page_title .breadcrumb-item a {
    font-weight: 800;
    color: black;
}

.page_title .breadcrumb-item+.breadcrumb-item::before {
    content: "\f105 ";
    font-family: 'FontAwesome';
    font-size: 13px;
    padding-top: 4px;
    color: black;
}

.complaint_form .nav-tabs .nav-link {
    padding: 15px 50px;
    font-size: 20px;
    font-weight: 700;
    color: black;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
}

.complaint_form .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #D0011B;
    color: white;
    border-color: #D0011B;
}

.complaint_form .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #D0011B;
    border-color: #D0011B;
    color: white;
}

.complaint_form .tab-content {
    padding: 50px;
    margin-top: 2px;
    box-shadow: rgb(189 189 191 / 26%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 0px 5px 0;
}

.complaint_form .nav-tabs {
    border-bottom: none;
}

.complaint_form .complaint_heading h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
}

.complaint_form .complaint_heading .line {
    width: 240px;
    height: 4px;
    border: 1px solid black;
    border-radius: 35px;
    margin-top: 11px;
}

.complaint_form form {
    margin-top: 40px;
}

.complaint_form form label {
    font-size: 15px;
    color: black;
    font-weight: 700;
}

.complaint_form form label span {
    color: red;
    margin-left: 5px;
}

.complaint_form form .form-control {
    font-size: 13px;
    font-weight: 600;
    height: 40px;
}

.complaint_form form .form-group {
    margin-bottom: 25px;
}

.complaint_form form .form-control::placeholder {
    color: black;
    font-size: 13px;
    font-weight: 600;
}

.complaint_form form textarea {
    width: 100%;
    display: block;
    width: 100%;

    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.complaint_form form .btn_sbmit {
    padding: 6px 30px;
    background-color: #FF9C00;
    border-radius: 5px;
    color: white;
    font-size: 17px;
}

.complaint_form form .search {
    padding: 6px 20px;
    background-color: #D0011B;
    border-radius: 5px;
    color: white;
    font-size: 17px;
    margin-top: 31px;
}

.complaint_form form .form-control:focus {
    box-shadow: none;
    border-color: #D0011B;
}

.complaint_form .card {
    padding: 0px 30px;
    border-radius: 12px;
    border: 2px solid #ddd;
    padding-bottom: 20px;
    margin-top: 30px;
}

.complaint_form .card .card-title {
    font-size: 15px;
    font-weight: 600;
    padding: 6px 40px;
    background-color: #C7E1FB;
    display: inline-block;
    margin-bottom: 21px;
    color: black;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.complaint_form .card h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0px;
}

.complaint_form .card h3 b {
    font-weight: 700;
}

.complaint_form .card_status {
    font-size: 12px;
    width: 130px;
    height: 130px;
    background-color: #FF9C00;
    border-radius: 50%;
    padding: 15px;
    margin: auto;
    margin-top: 22px;
}

.complaint_form .card_status h2 {
    font-size: 17px;
    color: white;
    line-height: 103px;
    text-align: center;
}

.loginmodal .close {
    position: absolute;
    top: 10px;
    right: 11px;
    opacity: 1;
    font-weight: 400;
    color: black;
    background-color: #DEDEDE;
    padding: 0;
    width: 35px;
    height: 35px;
    text-shadow: none;
    z-index: 99999;
    border-radius: 50%;
}

.loginmodal .close:hover {
    opacity: 1 !important;
}

.loginmodal .form {
    padding: 30px;
}

.loginmodal .form h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    color: black;
}

.loginmodal .form label {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px;
}

.loginmodal .form label span {
    color: red;
    margin-left: 5px;
}

.loginmodal .form .form-control {
    border-radius: 0;
    border: none;
    background-color: #ECF2F8;
    border-bottom: 2px solid #B4B4B4;
    height: 43px;
    font-size: 13px;
    font-weight: 600;
}

.loginmodal .form .form-control:focus {
    box-shadow: none;
}

.loginmodal {
    z-index: 9999999;
    top: 74px;
}

.loginmodal .modal-content {
    border-radius: 12px;
}

.loginmodal .form .form-control::placeholder {
    color: black;
    font-size: 13px;
    font-weight: 600;
}

.btn_log {
    text-transform: capitalize;
    background-color: #D0011B;
    padding: 8px 20px;
    color: white;
    border-radius: 5px;
    margin-top: 15px;
}

.btn_log:hover {
    color: white;
}

.loginmodal p {
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0px;
    color: #0098DB;
    text-decoration: underline;
}

.forget_password {
    display: none;
}