@font-face {
    font-family: helvaticabold;
    src: url(../fonts/Helvetica-Bold-Font.ttf) format('truetype')
}

@font-face {
    font-family: poppinsreg;
    src: url(../fonts/Poppins-Regular.ttf) format('truetype')
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url('../fonts/glyphicons-halflings-regular.ttf');
}

@font-face {
    font-family: FontAwesome;
    src: url('../fonts/FontAwesome.otf');
}

body,
ul {
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
}

body,
p,
a {
    font-family: poppinsreg;
    font-size: 14px
}

body {
    background-color: #f7f8f9 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: helvaticabold !important;
}

h1,
h2 {
    color: #173652;
    position: relative
}

h4 {
    margin-bottom: 0
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

img {
    max-width: 100%
}

p {
    line-height: 20px;
    font-size: 14px;
    position: relative
}


/*===============header css=========*/

header {
    background-color: rgb(239, 240, 241);
    padding: 20px 0;
    z-index: 9;
    position: relative;
}

header .info-row ul {
    float: right;
    margin: 0 0px 0 9px;
}

header .info-row ul li {
    display: inline-block;
    margin: 0 0px 0 7px;
}

header .info-row ul li a {
    color: #5a4c4b;
}

header .info-row ul li i {
    font-size: 16px;
    border: solid 1.5px;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 23px;
}

header .info-row ul li i:hover {
    background-color: #333;
    color: #fff;
    border: solid 1.5px transparent;
}

header .info-row .border-left {
    border-left: solid 2px #9d9798 !important;
    padding: 0 0px 0 5px;
    margin: 0 0 0 12px;
}

header .info-row .mt-1,
header .info-row .my-1 {
    margin-top: .10rem !important;
}

.site-logo img {
    width: 188px;
}

header .navbar,
header .nav-link {
    padding-bottom: 0;
    padding-right: 0;
}

header .navbar-light .navbar-nav .nav-link {
    color: #5a4c4b;
    padding-left: 1.3rem;
}


/*========================banner css==========*/

.banner {
    height: 100vh;
    position: relative;
    top: -105px;
    margin-bottom: -105px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(49, 60, 83, 0.6);
}

.banner .banner-text-row {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.banner .banner-text-row h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 4vw;
}

.banner .form-container {
    max-width: 670px;
    width: 100%;
    margin: 30px auto 0;
}

.banner .form-container input,
.banner .form-container select {
    width: 100%;
    background-color: #fff;
    padding: 12px 15px;
    border-radius: 0;
    border: 0;
}

.banner .form-container input[type="submit"] {
    background: #ed2227 url(../images/footer-submit-bg.png) no-repeat;
    width: 100%;
    color: #000;
    background-position: center center;
    cursor: pointer;
    text-indent: 62px;
    padding: 12px 0;
    overflow: hidden;
}

.orange-bg {
    background-color: #ed2227;
}

.btn-style {
    color: #fff;
    padding: 7px 30px;
    border-radius: 6px;
    border: solid 1.5px #ed2227;
    cursor: pointer;
}

.btn-style:hover {
    background-color: #ed2227;
    color: #fff;
    text-decoration: none;
}

.banner .form-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: top 19px right 12px;
    background-size: 11px;
}


/*===============popular-cat-container css========*/

.popular-cat-container {
    max-width: 921px;
    width: 100%;
    margin: auto;
    background-color: #5a4c4b;
    padding: 25px;
    position: relative;
    top: -60px;
    margin-bottom: -60px;
    color: #fff;
    box-shadow: 0 11px 11px -7px black;
}

.popular-cat-container h2 {
    color: #fff;
}

.popular-cat-container .col-md-3 {
    margin: 30px 0 0 0;
}

.popular-cat-container .cat-icon {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 8px;
}

.popular-cat-container .cat-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section {
    padding: 70px 0 0 0;
}


/*===============featured css========*/

.min-container {
    max-width: 921px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.featured-sec .car-image {
    height: 200px;
    width: 100%;
}

.featured-sec .car-image img {
    height: 100%;
    width: 100%;
}

.bottom-line:after {
    content: "";
    border: solid #c0c7cb;
    height: 5px;
    display: block;
    width: 15%;
    border-radius: 20px;
    margin: 12px auto;
}

.featured-sec p {
    margin: 0;
    padding: 0;
}

.featured-sec .col-md-4 {
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.featured-sec .col-md-4+.col-md-4 {
    border-right: 1px solid #dee2e6;
}

.after-bg {
    position: relative;
}

.after-bg:before {
    content: "";
    position: absolute;
    background: #eee url(../images/two-sec-bg.jpg);
    top: 0;
    height: 100%;
    top: 0px;
    z-index: -1;
    opacity: 0.02;
    left: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50% - 9px) !important;
}

.featured-sec .right-arrow {
    position: absolute;
    right: 19px;
    top: 18px;
    font-size: 24px;
}


/*===============featured showrooms css========*/

.grey-bg {
    background-color: #eee;
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    right: -60px;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
    color: #333;
    opacity: 1;
}

.carousel-control-prev-icon {
    background: #fff url(../images/slider-left-arrow.png);
}

.carousel-control-next-icon {
    background: #fff url(../images/slider-right-arrow.png);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-size: 100% 100%;
}


/*===============featured showrooms css========*/

.place {
    height: 400px;
    width: 100%;
    background-image: url(../images/place-bg.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
}

.place h1,
.place p {
    color: #fff;
}

.place p {
    margin-bottom: 0;
}


/*===============dealer css========*/

.map-bg {
    background: #f7f8f9 url(../images/map-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 353px -110px;
}

.dealers .col-md-6 {
    max-width: 49.4%;
    padding: 0;
}

.dealers .col-md-6+.col-md-6 {
    margin-left: 1%;
}

.dealers .col-md-6:nth-child(2n+1) {
    margin-left: 0;
}


/*===============footer css========*/

footer {
    background-color: #191f23;
    padding: 60px 0 0;
    color: #fff;
}

footer p,
footer a,
footer i {
    color: #878b8e;
}

footer h6 {
    margin-bottom: 25px;
}

footer p {
    margin-bottom: 10px;
}

footer i {
    margin: 0 10px 0 0;
}

footer a:hover {
    color: #fff;
}

footer ul li {
    margin-bottom: 7px;
    display: flex;
}

footer ul li:before {
    content: '>';
    margin: 0px 5px 0 0;
    color: #878b8e;
    position: relative;
    top: -2px;
}

footer .social-links {
    background-color: #171919;
    padding: 6px;
    margin-bottom: 20px;
}

footer .social-links i {
    background-color: #353838;
    color: #fff;
    padding: 7px 10px;
    margin: 0;
    border-radius: 4px;
}

footer .social-links a {
    display: inline-block;
    margin: 0 4px 0 0;
}

footer .google-store a {
    display: block;
    width: 100%;
    margin: 5px 0 5px 0;
}

footer .copy-right {
    background-color: #414141;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    margin: 35px 0 0 0;
}

footer .copy-right P {
    margin-bottom: 4px;
}


/*=============dashborad css=========*/

.hide-phone {
    display: none;
}

.show-phone-no {
    display: block;
}

.hide-dealer {
    display: none;
}

.show-dealer {
    display: flex;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgb(255, 255, 255);
}

.table-striped thead th {
    background-color: rgb(255, 255, 255);
}

.login-part .input-group-prepend span {
    width: 136px;
    text-align: center;
}


/*============car listing css===============*/

.car-listing .car-title h5 {
    float: left;
    color: #243f86;
}

.car-listing .car-title a {
    float: right;
    color: #fff;
    margin: 0 0 0 4px;
    border: 0;
    padding: 7px 15px;
}

.yellow-bg {
    background-color: #ed2227;
}

.dark-grey-bg {
    background-color: #808184;
}

.car-listing .car-info li {
    display: inline-block;
    margin: 0 10px 0 0px;
    font-weight: bold;
}

.easyPaginateNav {
    text-align: center;
    margin: 43px 0;
}

.easyPaginateNav .page {
    color: #333;
    background-color: #fff;
    margin: 0 3px 0;
    border-radius: 50%;
    border: solid 1px #808184;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 27px;
    display: inline-block;
}

.easyPaginateNav .page.current {
    background-color: #ed2227;
    color: #fff;
    border: solid transparent;
}

.car-listing .card-header {
    padding: 5px;
    text-transform: uppercase;
    background-color: #eee;
}

.car-listing button {
    width: 100%;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    cursor: pointer;
}

.yellow-bg:hover {
    /*background-color: black;*/
    color: white;
}

.filter-btn:hover {
    background-color: #927621;
    color: white;
}

.car-listing .card-body p {
    margin-bottom: 4px;
}

.car-listing input[type="checkbox"] {
    float: left;
    margin: 4px 5px 0 0;
}


/*=============car detail page css==========*/

h5 {
    color: #243f86;
}

.blue {
    color: #243f86;
}

.car-detail .carousel-control-next {
    right: 16px;
}

.car-detail .carousel-control-prev {
    left: 16px;
}

.car-detail .carousel-thumbnails .carousel-indicators {
    margin-bottom: -7rem;
    margin-left: 0;
    margin-right: 0;
}

.car-detail .carousel-indicators li {
    width: 33.3%;
    height: 92px;
}

.car-detail .carousel-indicators li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.car-detail .carousel-thumbnails {
    margin-bottom: 7rem;
    height: 500px;
}

.car-detail .carousel-inner {
    height: 100%;
}

.car-detail .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overview-col img {
    width: 43px;
    margin: auto;
    margin-bottom: 9px;
}

.overview-col p {
    margin-bottom: 0;
}

.overview-col .col-md-3 {
    max-width: 24.2%;
    margin-bottom: 8px;
    line-height: 49px;
    word-break: break-word;
}

.overview-col .col-md-3+.col-md-3 {
    margin-left: 1%;
}

.standard-features img {
    width: 10px;
    float: left;
    margin: 7px 6px 0 0;
    align-items: center;
    height: 10px;
}

.standard-features .col-md-4 {
    margin-bottom: 13px;
    display: flex;
}

.seller-comments p {
    margin-bottom: 0;
}

.no-msg .btn-style {
    padding: 7px 7px;
    display: inline-block;
}

.no-msg a:hover {
    color: #fff !important;
}

.no-msg {
    padding: 15px 9px;
}

.grey {
    color: #5a4c4b;
}

.yellow {
    color: #bf9510;
}


/*==============post ad css=========*/

.post-ads .form-control {
    font-size: 13px;
}

textarea {
    resize: none;
}

.photos-info ul li {
    margin-bottom: 10px;
    position: relative;
    background-image: url(../images/list-tick.png);
    background-repeat: no-repeat;
    padding: 2px 0 0 23px;
    background-size: 19px;
}

.upload-box {
    border: solid 4px #ed2227;
    border-style: dashed;
    text-align: center;
    padding: 15px;
}

.upload-box .file {
    position: relative;
    overflow: hidden;
    background-color: #ed2227;
    color: #fff;
    cursor: pointer;
    margin: 16px 0 0 0;
    display: inline-block;
    border-radius: 118px;
    clear: both;
    padding: 7px 14px;
}

.upload-box .file input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
    background-color: #ed2227 !important;
}

.page-bg {
    background-image: url(../images/page-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.social-sharing li {
    display: inline-block;
    margin: 0 10px 0 0;
    border-bottom: 0;
}

.social-sharing li i {
    font-size: 22px;
}

.social-sharing .fa-facebook {
    color: #3B5998;
}

.social-sharing .fa-twitter {
    color: #55ACEE;
}

.social-sharing .fa-google-plus {
    color: #CC3333;
}

.social-sharing .fa-linkedin {
    color: #0077B5;
}

.social-sharing .fa-whatsapp {
    color: #4FCE5D;
}

.social-sharing .fa-envelope-o {
    color: #55ACEE;
}


/*=============showroom detail css=====*/

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.star-rating s,
.star-rating-rtl s {
    padding: 2px;
}

.star-rating s,
.star-rating-rtl s {
    color: #ccc;
    text-decoration: none;
    cursor: not-allowed;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.star-rating-disabled {
    opacity: 0.65;
}

.star-rating-active s,
.star-rating-rtl-active s {
    cursor: default;
}

.star-rating-active s:hover:before,
.star-rating s.rated:before {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    content: "\e006";
    color: #fde16d;
}

.star-rating s:before {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    content: "\e007";
}

.star-rating-rtl-active s:hover:after,
.star-rating-rtl s.rated:after {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    content: "\e006";
    color: #fde16d;
}

.star-rating-rtl s:after {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    content: "\e007";
}

.star-rating-active s:hover:before,
.star-rating-rtl-active s:hover:after {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    color: #8a6d3b;
}

.rating-xl {
    font-size: 50px;
    line-height: 32px;
}

.rating-lg {
    font-size: 40px;
    line-height: 26px;
}

.rating-md {
    font-size: 32px;
    line-height: 21px;
}

.rating-sm {
    font-size: 26px;
    line-height: 17px;
}

.rating-xs {
    font-size: 21px;
    line-height: 14px;
}

.star-rating .clear-rating,
.star-rating-rtl .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 70%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.star-rating .clear-rating {
    padding-right: 5px;
}

.star-rating-rtl .clear-rating {
    padding-left: 5px;
}

.rating-xl .clear-rating {
    padding-bottom: 20px;
}

.rating-lg .clear-rating {
    padding-bottom: 17px;
}

.rating-md .clear-rating {
    padding-bottom: 15px;
}

.rating-sm .clear-rating {
    padding-bottom: 12px;
}

.rating-xs .clear-rating {
    padding-bottom: 10px;
}

.star-rating .caption,
.star-rating-rtl .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
}

.rating-xl .caption {
    font-size: 24px;
    padding-bottom: 25px;
}

.rating-lg .caption {
    font-size: 20px;
    padding-bottom: 22px;
}

.rating-md .caption {
    font-size: 18px;
    padding-bottom: 20px;
}

.rating-sm .caption {
    font-size: 16px;
    padding-bottom: 17px;
}

.rating-xs .caption {
    font-size: 14px;
    padding-bottom: 12px;
}


/*============car dealer css=========*/

.car-dealer-logo img {
    object-fit: cover;
    /*height: 100%;*/
}

.car-dealers-association p {
    line-height: 25px;
}

#showrooms-associated-slider .featured-img,
#importers-associated-slider .featured-img,
#expoters-associated-slider .featured-img,
#workshop-slider .featured-img {
    height: 141px;
}

a.carousel-control-prev {
    bottom: 57px;
}

a.carousel-control-next {
    bottom: 57px;
}

button.close-button {
    float: right !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 17px !important;
    border: solid !important;
    color: black !important;
}


/*[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}*/

input::-webkit-calendar-picker-indicator {
    display: none;
}

.go-btn {
    margin-top: 16px;
    width: 23%;
    height: 32px;
}

.custom-image-view img {
    margin: 0 7px 20px 5px;
    height: 70px;
    width: 70px;
}

span.invalid-feedback {
    display: block;
    color: red;
}

.text-white-cross {
    position: absolute;
    right: 5px;
    /* top: 0; */
    bottom: auto;
    border: solid 2px #ddd;
    border-radius: 50%;
    width: 25px;
    color: black;
    background-color: white;
    height: 25px;
    text-align: center;
}

.text-white-cross i {
    font-size: 16px;
}

.index-icons {
    color: white;
}

.filter-btn {
    background-color: #ed2227;
    border: none;
}

.filter-btn:hover {
    background-color: black;
}

.a-link {
    text-decoration: none !important;
    color: white;
}

.a-link:hover {
    color: wheat;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.load-more-btn {
    width: 30% !important;
    margin-left: 238px;
    height: 50px;
    background-color: #ed2227;
    margin-top: 80px;
}

.load-more-btn:hover {
    background-color: #9a7d21;
    color: white;
}

.modal-body {
    max-height: calc(80vh - 220px);
    overflow-y: auto;
}

.modal-footer .btn-secondary {
    height: 43px;
    width: auto;
}


/*==============communty page css============*/

.forum-style {
    background-color: #333;
    color: #fff;
    padding: 15px 15px 10px;
}

.new-topic a {
    color: #000 !important;
    font-size: 16px;
    background-color: #fff;
    padding: 7px;
    border-radius: 5px;
    display: inline-block;
}

.forum-row {
    background-color: #fff;
    color: #333;
    padding: 20px 15px 20px;
    margin: 10px 0 0 0;
    border: solid 1px #ddd;
}

.avater-pic .fa-user {
    font-size: 23px;
    border-radius: 50%;
    background-color: #eee;
    color: #575961;
    border: solid 1px #ddd;
    width: 41px;
    height: 41px;
    padding: 5px 0 0 0;
    float: none;
}

.forum-row h5,
.forum-style h4,
.forum-row p {
    margin-bottom: 0;
    word-break: break-all;
}

.forum-row i {
    float: left;
    width: 35px;
    margin: 2px 15px 0 0;
    padding: 5px 0;
    color: #03a9f4;
    border: 1px solid #03a9f4;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.forum-row ul li {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0 20px;
}

.forum-row ul li span {
    font-weight: normal;
    display: block;
}

.forum-style h4 .anchor-link {
    font-size: 1.5rem;
    color: #fff !important;
}

.modal-footer .btn-secondary {
    height: 43px;
    width: auto;
}

.insurance-company .easyPaginateNav {
    text-align: center;
    margin: 43px 0;
    /* border: solid; */
    display: inline-block;
}

a#adcontactNumber {
    color: black;
}

.share-links span {
    font-size: 25px;
    margin: 0px;
}

.share-links .fa-facebook-official {
    color: #3B5998;
}

ul.float-left.social-sharing {
    margin-bottom: 0;
}

.share-links .fa-twitter {
    color: #55ACEE;
}

.share-links .fa-google-plus {
    color: #CC3333;
}

.share-links .fa-linkedin {
    color: #0077B5;
}

.share-links .fa-whatsapp {
    color: #4FCE5D;
}

.share-links {
    border-bottom: solid 1px #eee;
}

.inc-image {
    height: 100px;
}

.inc-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

select::-ms-expand {
    display: none;
}

h6.border-bottom.pt-3.pb-3.mb-4.grey {
    background-color: #ed2227;
    color: #fff;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.g-recaptcha iframe {
    width: 100%;
}

.rc-anchor-logo-portrait {
    margin: 10px 0 0 -50px;
}

.rc-anchor-normal-footer {
    right: 56px;
    position: relative;
}

i.fa.fa-check {
    color: #f8f8fb;
    border-radius: 50%;
    background: blue;
    margin-left: 5px;
}


/*=============inspection page css==========*/

.product-col-widget .img {
    height: 70px;
    margin-bottom: 30px;
}

.product-col-widget .img img {
    max-width: 100px;
    max-height: 100%;
}


/* .card-header {
    width: 544px;
} */

div#forgot {
    position: absolute;
    width: 100%;
    top: 34px;
}

i.fa.fa-times.mr-10 {
    position: absolute;
    left: 102px;
    top: 53px;
    border: solid;
    border-radius: 50%;
    /* color: black; */
    border-color: #ded8d8;
    color: black;
    background-color: white;
}

.email-verification-general {
    margin-top: 10px;
    margin-left: -137px;
}

.text-white.custom-bnt-yellow {
    background-color: #ed2227;
}

.text-white.custom-bnt-yellow:hover {
    background-color: #ed2227;
}

#numbermodel .modal-header {
    background: #ed2227;
    color: #fff;
    padding: 13px 15px;
}

#numbermodel button.btn.btn-secondary {
    background: #ed2227;
    border: 0;
}

.form-control {
    height: auto;
    word-break: break-all;
}

table.table.table-striped.border tbody tr td:first-child,
table.table.table-striped.border tbody tr td:nth-child(3) {
    font-weight: bold;
}


/* .input-group.g-recaptcha > div {
    width: 100% !important;
}

.rc-anchor-normal {
    width: 100% !important;
}
.rc-anchor-normal-footer {
    float: right;
    margin-right: 8px !important;
}
.rc-anchor-logo-portrait {
    margin: 10px 0 0 6px !important;
}
#rc-anchor-container,
.rc-anchor-light.rc-anchor-normal {
    width: 100% !important;
    box-sizing: border-box;
} */

.featureImage {
    height: 100px;
    overflow: hidden;
}

.featureImage a {
    height: 100%;
}

.featureImage img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.pagination {
    display: inherit !important;
    vertical-align: top;
    margin: 40px 0px;
    text-align: center;
}

ul.pagination li {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 1px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #ed2227 !important;
    border-color: #ed2227 !important;
}


/* #cityModal {
    position: relative;
} */


/* .modal-dialog {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 10px;
} */

i.fa.fa-mobile-phone {
    font-size: 24px;
}

.modal-backdrop.show{
    opacity: 0 !important;
}

.dropdown.bootstrap-select.form-control {
    border: 1px solid rgba(0,0,0,.125);
}