:root {
    --primary: #db1e36;
    --secondary: #273485;
    --black: #000;
}

body {
    color: var(--black)
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

a {
    text-decoration: unset;
}

p {
    margin-bottom: unset;
}

/*HEADER START*/
.top-header {
    /*padding: 5px 7px;*/
    background: #f7f5f5;
}

.form-select:focus,
.form-control:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.logo a img {
    width: 90%;
    margin: 3px 0px;
    max-width: 485px;
}

a.get-connected {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.social-connect a i {
    font-size: 25px;
    margin: 2px;
    color: #615a56;
}

.contact-num i {
    color: #fff;
}

select.form-select.search-by {
    max-width: 180px;
    padding-right: 10px;
    background-color: #c9c9c9;
    color: #000;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.search-element #dir_search {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.search-dealers-border {
    border: 1px solid #7b616194;
}

.top-header a {
    color: #615a56;
    text-decoration: none;
}

.social-connect {
    margin: 4px 0px;
}

nav {
    padding: 0px 0px !important;
    background: var(--secondary);
    border-top: 4px solid var(--primary);
}

ul.navbar-nav li a {
    color: #fff !important;
    font-weight: 500;
    margin: 0px 15px;
    font-size: 15px;
}

ul.dropdown-menu li a {
    color: #000 !important;
}

/*.dropdown-item:focus, .dropdown-item:hover {
      color: #1e2125;
      background-color: #e9ecef;
      width: 150px;
  }*/
.contact-num {
    margin-top: 4px;
}

.social-connect p {
    font-weight: 700;
    margin: 0px;
    color: #984c1b;
    font-size: 17px;
}

i.fab.fa-facebook-square {
    color: #4867aa;
}

i.fab.fa-twitter-square {
    color: #5da9dd;
}

i.fab.fa-linkedin {
    color: #0077b5;
}

li.nav-item.active {
    background: var(--primary);
}

.contact-num p {
    margin-bottom: 0px;
}

.contact-num p a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.contact-details {
    /*box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 45%);*/
    /*margin-bottom: 5px;*/
    background: var(--primary);
}

.just-click-search p {
    margin: 7px 0px;
    font-size: 16px;
    color: #8a1717;
    text-align: center;
    font-weight: 700;
}

/*.just-click-search select.search-by {
      max-width: 185px;
  }*/
/*.just-click-search {
      text-align: center;
  }*/
/* li.nav-item:hover {
    background: var(--primary);
} */


li.nav-item:hover {
    background-color: var(--hover-color);
}


ul.dropdown-menu li:hover {
    background: #eae6e6;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: unset;
}

.login-and-search a {
    color: #ffff;
    text-decoration: none;
    margin: 0px 7px;
    font-size: 15px;
    /* padding: 8px 0px; */
    line-height: 35px;
}

.swiper-pointer-events,
.swiper-container {
    overflow: hidden;
}

.swiper-wrapper img {
    width: 100%;
}

.swiper-button-next.swiper-button-white {
    top: -20px;
    background: var(--primary);
    padding: 4px;
    width: 30px;
    height: 31px;
}

.swiper-button-prev.swiper-button-white {
    top: -29px;
    background: var(--primary);
    padding: 4px;
    width: 30px;
    height: 31px;
    /*margin-right: 34px;*/
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 20px !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 20px !important;
}

/*.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
      right: 10px !important;
      left: auto !important;
  }*/

.swiper-button-next,
.swiper-button-prev {
    position: relative !important;
    color: #fff !important;
}

.swiper-button-next {
    right: -35px !important;
}

.swiper-rtl .swiper-button-prev {
    right: 10px !important;
}

/*HOME PAGE 2*/
.home-side-adv1 img {
    width: 305px;
    height: 154px;
    padding-bottom: 6px;
}

/*.home-side-adv1 {
    padding: 10px;
  }*/
.home-side-adv1 img {
    width: 100%;
    height: 224px;
    padding-bottom: 7px;
}

section.banner-and-search1 {
    padding: 10px 0px;
}

img.home2-banner {
    width: 100%;
    height: 440px;
}

.col-lg-9.banner-column {
    padding: unset;
}

/*HEADER END*/


/*BREADCRUM START*/
nav.bread_crumb {
    background: #ecf8f9;
    border-top: unset;
}

ol.breadcrumb {
    /*padding: 6px 0;*/
    margin: 0px;
}

section.breadcrumb1 {
    padding: 20px 0;
    background-color: #ecf8f9;
    min-height: 40px;
    /* margin-top: 102px; */
}

li.breadcrumb-item a {
    text-decoration: unset;
    color: #994f20;
}

/*BREADCRUM END*/


/*HOME PAGE START*/
/*swiper*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

/*.swiper-container {
    width: 100%;
    height: 100%;
  }*/

.swiper-slide1 {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*swiper end*/

/*.banner-and-search {
      padding: 10px 15px;
  }*/
.search-dealers p {
    margin-top: 35px;
    font-size: 20px;
    font-weight: 700;
}

span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #de1d1d;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}

.home-side-adv {
    /*padding: 14px 0px !important;*/
    background: #f3f1f1;
    padding: 20px;
}

.about-title.text-center h5 {
    background: var(--primary);
    /*background: #964918;*/
    color: #fff;
    padding: 6px 5px;
    border-radius: 30px;
}

.about-para p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 10px;
}

.about-para h3,
.about-para h5 {
    font-size: 16px;
}

.president-msg img {
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 1px 1px 7px 5px #eaeaea;
    max-width: 69%;
}

.president-msg p {
    margin-top: 1px;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 16px;
    margin-bottom: unset;
}

.home-side-adv.text-center img {
    padding: 16px 14px;
    width: 100%;
}

.president-msg {
    margin: 20px 0px;
}

.president-msg h5 {
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

p.president-p2 {
    margin-bottom: 0px;
    font-size: 14px;
}

section.adv_and_about_home {
    padding: 30px 0px;
}

.about-title {
    margin: 0px 0px 18px 0px;
}


/*--------------------------------------------------------------
  # Values
  --------------------------------------------------------------*/
.values .card {
    border: 0;
    /*padding: 160px 20px 20px 20px;*/
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.values .card-body {
    z-index: 9;
    background: rgba(255, 255, 255, 0.9);
    padding: 47px 82px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}

.values .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.values .card-title a {
    color: #473d3a;
}

.values .card-text {
    color: #4b4949;
}

.values .read-more a {
    color: #656262;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.4s;
}

.values .read-more a:hover {
    text-decoration: underline;
}

.values .card:hover .card-body {
    background: #ff5821;
}

.values .card:hover .read-more a,
.values .card:hover .card-title,
.values .card:hover .card-title a,
.values .card:hover .card-text {
    color: #fff;
}

/*END*/


section#values {
    background: #f3f1f1;
    margin: 20px 0px;
    padding: 39px 0px;
}

section.swiper-ads {
    padding: 18px 0px;
    margin: 35px 0px;
}

section.swiper-ads h5 {
    background: #f3f1f1;
    padding: 9px;
    margin: 10px 0px;
    box-shadow: 0px 0px 2px 2px #ddd;
}

.read-more p a {
    text-decoration: none;
    color: red;
    font-weight: 700;
    font-size: 14px;
}


/* COUNTER START */

/*.counter_up_wrapper{
    padding-top: 120px;
  }*/
/*.all_items{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
  }*/
.single_counter_item1 {
    text-align: center;
}

.single_counter_item h4 {
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
}

/*.single_counter_item1 h4{
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
  }*/
.single_counter_item h3 {
    color: #000;
    font-size: 36px;
    line-height: 46px;
}

.single_counter_item1 h3 {
    color: #000;
    font-size: 36px;
    line-height: 46px;
}

section.counter {
    background: #f3f1f1;
    padding: 55px 0px;
}

.single_counter_item1 {
    text-align: center;
    background: #a07a7a;
    padding: 10px;
}

.single_counter_item {
    background: #f5dbdb;
    padding: 10px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
}

/*--------------------------------------------------------------
  # Counts
  --------------------------------------------------------------*/
.counts {
    background: #f1f7fd;
    padding: 70px 0 60px;
}

.counts .count-box {
    padding: 35px 30px 35px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    height: 232px;
    background: #fff;
    margin-top: 15px;
}

.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    background: var(--primary);
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #082744;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}

/* COUNTER END */

.col-lg-9.banner {
    padding: 0px;
}

section.covid-awareness {
    background: var(--primary);
    padding: 30px 0px;
}

section.covid-awareness h4 {
    color: #fff;
}

section.covid-awareness p {
    color: #fff;
}

section.covid-awareness a {
    text-decoration: none;
    color: #fff;
    padding: 8px 22px;
    background: #231515;
    border-radius: 20px;
}

.count-box1 {
    padding: 30px 30px 30px 30px;
    width: 100%;
    position: relative;
    background: #fff;
    margin-top: 15px;
    height: 305px;
}

.count-box1 h4 {
    text-align: center;
    margin-bottom: 18px;
    color: var(--primary);
}

i.far.fa-arrow-alt-circle-right {
    color: #000;
}

i.far.fa-newspaper {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    background: var(--primary);
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.count-box1 p {
    margin-bottom: 4px;
}

/*HOME PAGE END*/


/*FOOTER START*/
.footer-list a {
    color: #fff !important;
    text-decoration: none;
}

.footer-list ul {
    padding: unset;
}

section.main-footer {
    padding: 50px 0px;
}

.footer-title h6 {
    color: #ddd;
    font-size: 17px;
    font-weight: 700;
}

.footer-list ul li {
    margin: 10px 0px;
}

.social-connect-footer a i {
    font-size: 25px;
    margin: 2px;
    color: #fff;
}

.footer-list p,
i {
    color: #fff;
}

.footer-list li {
    display: flex;
}

.footer-list ul li i {
    margin: 6px 0px;
}

footer.copy-right {
    border-top: 2px solid var(--primary);
    padding: 20px 0px !important;
}

/*FOOTER END*/

/*MEDIA AND NEWS START*/
.gallery {
    margin: 50px 0px;
}

.gallery-images img {
    width: 240px;
}

.gallery-frame {
    text-align: center;
    padding: 5px;
    border: 1px solid #ddd;
}

.gallery-frame a {
    text-decoration: unset;
}

.gallery-content p {
    color: #000;
    font-size: 14px;
    text-align: justify;
    padding: 0px 10px;
    margin: 8px 0px 8px;
}

/*MEDIA AND NEWS END*/

/*SCROLL BAR START*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #7a7a7a;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*SCROLL BAR END*/

/*JOURNAL PAGE START*/
.journal {
    padding: 30px;
}

.journal-img img {
    width: 190px;
}

.journal-card {
    text-align: center;
    box-shadow: 1px 1px 8px 2px #ddd;
    border-radius: 6px;
    padding: 5px;
}

.journal-name p {
    padding: 4px 0px;
    background: #212529;
    color: #fff;
    border: 1px solid var(--primary);
    border-radius: 26px;
    margin: 5px;
}

.journal-date {
    display: flex;
    text-align: center;
    padding: 10px;
}

.journal-date {
    width: 190px;
    margin: auto;
}

.journal-date img {
    margin: 0px 9px;
}

/*JOURNAL PAGE START*/

/*COMMITTEE START*/
section.management-committee {
    margin: 50px 0px;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--primary);
}

.accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

button:focus:not(:focus-visible) {
    outline: 0;
    border-color: #ddd;
}

/*COMMITTEE END*/

/*HOLIDAYS START*/
.holiday-inner {
    border: 1px solid #ccc;
    display: table;
    width: 100%;
}

.holiday-inner a {
    padding: 10px;
    /* background: linear-gradient(to left, #4B79A1 , #283E51 ); */
    background: linear-gradient(to left, #e35d5b, #e53935);
    display: block;
    color: #FFF;
}

.holiday-inner a span {
    margin: 0;
    font-weight: 700;
    font-family: 'Merriweather', serif;
    font-size: 0.9em;
    color: #FFF;
    margin: 1em 0;
    padding-bottom: 0.2em;
}

.jan {
    height: 15em;
    /* border: 1px solid #294053; */
    margin: 1em 0;
    background: #f1f1f1;
}

/*HOLIDAYS END*/




/* ---------------------- Website Header Search CSS start ---------------------- */
.adv_search_result {
    position: absolute;
    top: 40px;
    right: 0px;
    /* background: #ddd; */
    width: 67%;
    max-height: 300px;
    overflow-y: scroll;
    z-index: 9999;
    border: 1px solid #bebbbb;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.18);
    border-top: none;
    text-align: left;
}

.adv_search_result .option_title {
    font-weight: bold;
    padding: 5px 10px;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.adv_search_result .option {
    font-size: 15px;
    padding: 3px 10px;
    padding-right: 10px;
    padding-left: 17px;
    cursor: pointer;
    background-color: #fff;
    /* border-bottom: 1px solid #d4d4d4; */
}

p.new_member_form a {
    color: #fff;
    font-weight: 700;
}

.gallery_ads img {
    object-fit: contain;
    height: 400px;
}

.gallery_ads {
    width: 100%;
    text-align: center;
    /*    height: 422px;*/
    padding: 12px;
    margin: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

p.new_member_form {
    background: #db1e36;
    width: 304px;
    padding: 13px;
    border-radius: 9px;
    margin: 14px 0px;
}

.adv_search_result .option:hover,
.adv_search_result .option:active,
.adv_search_result .option:focus,
.adv_search_result .option:visited {
    outline: none;
    background-color: #e9e9e9;
}

/* New search code */
.sb-wrap {
    flex: 1;
    margin: 0 0px
}

.sb {
    background: #fff;
    border-radius: 35px;
    height: 42px;
    line-height: 42px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.s-select {
    padding: 0 12px;
    font-size: 13px;
    border-right: 1px solid #ddd;
    background: #fffeed;
    border-radius: 35px 0 0 35px
}

.s-select select {
    background: none;
    border: none;
    height: 100%;
    font-weight: 500;
}

.sb .sinput {
    flex: 1
}

.sb input {
    border: none;
    width: 100%;
    padding: 0px 15px;
    font-size: 14px;
    background: none
}

.sbutton {
    border-radius: 0 35px 35px 0;
    overflow: hidden;
    background: var(--primary)
}

.sbutton i {
    margin: 0 3px 0 0;
    line-height: 1px;
    vertical-align: middle;
}

.sbutton button {
    border: none;
    padding: 0 14px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    background-color: var(--primary);
}

.tlinks {
    display: flex;
    align-items: center;
}

#suggesstion-box {
    max-height: 345px;
    overflow: hidden;
    position: absolute;
    top: 42px;
    left: 0px;
    z-index: 4;
    width: 100%;
    text-align: left;
}

#suggesstion-box #country-list {
    max-height: 345px;
    border: 1px solid #ccc;
    background: #fff;
    overflow: auto;
    padding-left: 0px;
}

#suggesstion-box #country-list a {
    display: block;
    color: black
}

#suggesstion-box #country-list li {
    padding: 0px 12px;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

#suggesstion-box #country-list li:hover {
    background: #eee;
}

.sb .sinput {
    position: relative;
}

#suggesstion-box ::-webkit-scrollbar {
    display: block;
    width: 4px;
    border-radius: 3px;
}

#suggesstion-box ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#suggesstion-box ::-webkit-scrollbar-thumb {
    background: #ccc;
}

#suggesstion-box ::-webkit-scrollbar-thumb:hover {
    background: #999;
}

#suggesstion-box #country-list ::-webkit-scrollbar {
    display: block;
    width: 4px;
    border-radius: 3px;
}

#suggesstion-box #country-list ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#suggesstion-box #country-list ::-webkit-scrollbar-thumb {
    background: #ccc;
}

#suggesstion-box #country-list ::-webkit-scrollbar-thumb:hover {
    background: #999;
}

#search_details .option {
    font-size: 15px;
    padding: 3px 10px;
    padding-right: 10px;
    padding-left: 17px;
    cursor: pointer;
    background-color: #fff;
    line-height: 34px;

    padding: 0px 12px;
    display: block;
    border-bottom: 1px solid #ddd;
    /* border-bottom: 1px solid #d4d4d4; */
}

#search_details .option:hover,
#search_details .option:active,
#search_details .option:focus,
#search_details .option:visited {
    outline: none;
    background-color: #e9e9e9;
}

input:focus-visible,
select:focus-visible {
    outline: none;
}

@media(max-width: 991px) {
    .sb-wrap {
        margin: 10px 0px
    }
}

/* ---------------------- Website Header Search CSS end ---------------------- */



.navbar-color-dynamic {
    background-color: var(--dynamic-color);
}
