@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
body {
    padding: 0;
    margin: 0;
   font-family: 'Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif; 
   background: rgb(244, 246, 249);
}img {    max-width: 100%;    height: auto;}
img2 {
	max-width: 140px;	max-height: 172.2px;	height: auto !important;	overflow: hidden;	object-fit: contain;	object-position: center center;	filter: drop-shadow(rgba(0, 0, 0, 0.14) 0px 2px 2px) drop-shadow(rgba(0, 0, 0, 0.12) 0px -2px 2px) drop-shadow(rgba(0, 0, 0, 0.2) 0px 1px 5px);
}

footer{
    height: auto;
    width: 100vw;
    padding-top: 40px;
    color: #b7b3ae;
}

/*section header css*/
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-right: 15px;
    padding: 15px 0px;
    border-bottom: solid 3px #fff0;
}
.my-account-sec ul .dropdown-menu.show {
    display: block;
    right: 0 !important;
    min-width: 200px;
    transform: unset !important;
    left: auto;
    padding: 0;
}

.my-account-sec ul li.nav-item.dropdown {
    position: static;
}

.my-account-sec ul .dropdown-menu li a {
    color: #000;
    border-bottom: solid 1px #cfcfcf;
    padding: 10px 15px
}
.my-account-sec ul .dropdown-menu li {
    padding: 0 !important;
}
.my-account-sec ul .dropdown-menu li:last-child {
    border-bottom: 0;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
}
.navbar-light .navbar-nav .nav-link:hover {
    border-bottom-color: #00afd7;
    color: #00afd7 !important;
}
.my-account-sec ul {
    display: flex;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;    
    align-items: center;
}
.my-account-sec ul li.nav-item.dropdown svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.my-account-sec ul li.nav-item.dropdown a span {
    padding-left: 5px;
}
.my-account-sec ul li {
    padding: 0px 5px;
}
.my-account-sec ul .dropdown-menu {
    display: none;
}
.bottom_header .container-fluid {
    padding: 0 60px;
}
.top_bar {
    height: 2px;
    background: linear-gradient(90deg, #000000 22%, #6f1414 22% 40%, #6f1414 40%);
}
.top-header  .container-fluid {
    display: flex;
    align-items: center;
}
.top-header {
    padding: 10px 0;
    background: #fff;
}
.bottom_header {
    border-bottom: solid 1px #fff;
    position: absolute;
    width: 100%;
    z-index: 111;
}
.my-account-sec ul li a {
    padding: 0;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.my-account-sec ul li a:after {
    content: ' | ';
    position: relative;
    left: 5px;
    z-index: 999;
    top: 0px;
}
.my-account-sec ul li a:hover {
    color: #00afd7;
}
.my-account-sec ul li.nav-item.dropdown a::after {
    content:'' 
}

/*Banner Section CSS */
.banner_sec {
    background-image: url(../img/bg.jpg);
    padding: 200px 0;
    position: relative;
}
.banner_sec:after {
    content: "";
    background: linear-gradient(206.57deg, #9d837dc4 0%, #753015 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
section.banner_sec .container {
    position: relative;
    z-index: 111;
}
section.banner_sec h3 {
    font-size: 1.875rem;
    font-weight: 500;
    text-align: center;
    line-height: 2rem;
    color: #fff;
    letter-spacing: 0.8px;
    margin-bottom: 35px;
}
.input-group {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
select.form-control {
    border-radius: 10px 0 0 10px;
    padding: 15px 15px;
    border: solid 1px #d9d9d9;
    border-right: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    height: 55px;
    background: #f3f3f3;
    appearance: none !important;
    background-image: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-down-b-48.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: calc(100% - 10px) 20px;
    min-width: 190px;
    color: #c48000;
    max-width: 180px;
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    background-color: #f3f3f3 !important;
}
input.form-control {
    width: 100%;
    border-radius: 0 10px 10px 0;
    border: solid 1px #d9d9d9;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 0 10px;
  padding-right: 100px;
}
.form-group {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.on_btn {
    display: flex;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 111;
}
.on_btn button {
    padding: 0;
    border: 0;
    height: 35px;
    width: 35px;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.on_btn button img {
    max-width: 20px;
}
.remove_btn {
    margin-right: 10px;
}
.search_btn svg {
    fill: #a51c30;
    height: 22px;
    width: 22px;
}

/* Blog Section CSS */
.main_blog_bg {
    top: -115px;
    padding: 20px;
    background-color: rgb(244, 246, 249);
    border-radius: 12px;
    position: relative;
    z-index: 1;
}
.inner_box_shadow {
    position: absolute;
    height: 300px;
    width: 100%;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) -10px -18px 20px -2px, rgba(0, 0, 0, 0.1) 10px -18px 20px -2px;
    border-radius: 12px;
    z-index: -1;
    left: 0;
}
.blg-img img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blg-img {
    max-height: 230px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
span.tag {
    position: absolute;
    bottom: 10px;
    background: rgba(43, 43, 43, 0.765);
    z-index: 1111;
    left: 10px;
    padding: 7px 20px;
    border-radius: 6px;
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}
.blg-cont h5 {
    margin: 15px 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}
.blg-cont p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
}
.primary_btn {
    color: #fff;
    background-color: #1074C3;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    line-height: 1;
    padding: 12px 15px;
    font-weight: 500;
    border-radius: 7px;
}
.header-search {
    padding-left: 150px;
}
.bottom_header.inner_bottom_header {
    background-image: url(../img/bg.jpg);
    position: relative;
}
.bottom_header.inner_bottom_header:after {
    content: "";
    background: linear-gradient(206.57deg, #6f1414c4 0%, #6f1414 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.bottom_header.inner_bottom_header .container-fluid {
    position: relative;
    z-index: 111;
}
.my-account-sec ul li.nav-item.dropdown a:hover, .my-account-sec ul li.nav-item.dropdown a:focus {
    color: #ffff !important;
}
.my-account-sec ul li.nav-item.dropdown .dropdown-menu a:hover {
    color: #000 !important;
}
.list-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 4px rgb(0 0 0 / 15%);
    margin-bottom: 20px;
}
.list-inner-box {
    display: flex;
}

.list-wrap {
    margin: 40px 0;
}

.list-img {
    flex: 0 0 180px;
    margin-right: 30px;
}

.list-img img {
    overflow: hidden;
    border-radius: 10px;		max-width: 140px;	max-height: 172.2px;	height: auto !important;	overflow: hidden;	object-fit: contain;	object-position: center center;	filter: drop-shadow(rgba(0, 0, 0, 0.14) 0px 2px 2px) drop-shadow(rgba(0, 0, 0, 0.12) 0px -2px 2px) drop-shadow(rgba(0, 0, 0, 0.2) 0px 1px 5px);
}

.list-main-cls {
    max-width: 850px;
    margin: 0 auto;
}

.list-cont a {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.list-cont p {
    margin-bottom: 5px;
    font-size: 15px;
}
.list-cont-contact {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: solid 1px #f1f1f1;
    margin-top: 20px;
}

.list-cont-contact p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}