* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Sora", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.city_modal {
    background: #fff;
}
.city_modal .modal-dialog {
    margin: 0;
    max-width: 100%;
}
.city_modal .modal-dialog .modal-content {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    height: 100vh;
}

.city_modal .modal-dialog .modal-content .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #f00;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.city_modal .modal-dialog .modal-content .btn-close i {
    color: #fff;
}

/* Header Sec */

.header_sec {
    padding: 60px 0;
}
.header_sec .logo {
    display: block;
    width: 24%;
    margin: auto;
}

.header_sec .logo img {
    width: 100%;
}

.city_bank_content {
    text-align: center;
    margin-bottom: 240px;
}

.city_bank_content .title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px;
}
.city_bank_content .service_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    margin-bottom: 20px;
}
.city_bank_content .service_list li {
    color: #143866;
    font-size: 18px;
    font-weight: 600;
    margin: 0 18px;
}

.city_bank_content .des {
    color: #143866;
    margin: 20px 0 40px;
    font-weight: 400;
    line-height: 1.8;
}

.city_bank_content .call_btn {
    box-shadow: 0px 3px 10px rgba(10,94,205, 0.5);
    background: #0a5ecd;
    color: #fff;
    text-decoration: none;
    padding: 20px 40px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
}

/* Footer Sec */
.footer_sec .container {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #0a5ecd;
    padding: 0;
    padding-top: 40px;
}

.footer_sec .social_sec {
    display: flex;
    justify-content: end;
}

.footer_sec .social_sec a {
    width: 25px;
    flex: 0 0 25px;
    float: left;
    margin-left: 40px;
}

.footer_sec .social_sec a svg {
    width: 100%;
    fill: #0a5ecd;
}

.footer_sec .des {
    margin: 0;
    color: #0a5ecd;
    font-size: 20px;
}
/* Footer Sec */
@media only screen and (max-width: 1400px) {
   
    .city_bank_content {
        margin-bottom: 300px;
    }
}

@media only screen and (min-width: 1366px) {
  
}
@media only screen and (max-width: 1200px) {
    
}
@media only screen and (min-width: 1024px) {
   
}
@media only screen and (max-width: 991px) {
    
    .header_sec .logo {
        width: 34%;
    }
    .city_bank_content {
        margin-bottom: 260px;
    }
    .city_bank_content .title {
        font-size: 30px;
    }
    
}
@media only screen and (max-width: 767px) {

    .header_sec .logo {
        width: 50%;
    }
    .city_bank_content {
        margin-bottom: 100px;
    }
    .city_bank_content .title {
        font-size: 26px;
    }

    .footer_sec .container {
        padding: 30px 20px;
    }

}


@media only screen and (max-width:480px) {
   
    .header_sec {
        padding: 30px 20px;
    }
    .city_bank_content .title {
        font-size: 24px;
    }
    .city_bank_content .service_list li {
        font-size: 15px;
    }
    .city_bank_content .des {
        font-size: 15px;
    }

    .city_bank_content .call_btn {
        padding: 19px 35px;
    }

    .footer_sec .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer_sec .des {
        margin: 0 0 20px;
    }
    .footer_sec .social_sec a {
        margin: 0 11px;
    }
}