/* Custom styles for fullscreen mobile menu */
h1,h2{ font-size: 34px !important; line-height: 40px !important;
    font-weight: 300 !important; font-family: 'Raleway-Light'; }

img{ max-width:100%; }

button.common-btn {
    background-color: #FF9933;
    padding: 8px 30px;
    border-radius: 24px;
    color: #162C53 !important;
    font-family: 'Raleway-SemiBold';
    border:none !important;
    font-size: 16px;
    line-height: 25px;
}

button.common-btn.long-btn{ padding: 6px 35px; }

button.common-btn:hover{ background-color: #D66B00; color:#FFFFFF !important; }

.colored-p{ font-size: 13px !important; line-height: 23px !important;
    margin-bottom: 0; font-family: 'Raleway-SemiBold' !important;
    font-weight: 700 !important; text-transform: uppercase; }

.colored-p.orange-p{ color:#FF9933 !important; }

.pl-5{ padding-left: 50px !important; }


/* Header Section */
.main-menu.navbar { background-color: #162C53; padding: 0 0px; }

.main-menu .navbar-nav { text-align:center; background-color: #162C53; align-items:center; }

.main-menu .navbar-nav li.nav-item { margin: 0 15px;; }

.main-menu .navbar-nav .nav-link {
    padding: 1rem 1.5rem;
    font-weight: 400;
    transition: all 0.3s ease;
    color: white !important;
    position: relative;
    padding-top: 36px;
    padding-bottom: 36px;
    font-size: 14px !important;
    line-height: 25px !important;
    font-family: 'Raleway-Regular';
}

.main-menu .navbar-nav .nav-link:hover,
.main-menu .navbar-nav .nav-link.active {
    color:#FF9933 !important;
}

.main-menu .navbar-nav .nav-link:before{
    content:""; background-color: #FF9933; position: absolute;
    top:-8px; left:0; width:0; height:17px; border-radius: 15px;
}

.main-menu .navbar-nav .nav-link:hover:before,
.main-menu .navbar-nav .nav-link.active:before{ width:100%; }

.main-menu .navbar-toggler { border: none; padding: 0; padding-left: 20px; }

.main-menu .navbar-toggler:focus { box-shadow: none; }

.main-menu.navbar .navbar-brand img{ max-width:220px; }

.main-menu.navbar .mobile-head-btn{ display: none; }


/*------- Home page css -----------*/
/* Home Banner Section */
.home-banner{
    background-image: url('../../images/Home_banner_image.jpeg');
    background-size: 80% 100%;
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: 95px;
    position: relative;
}

.home-banner:after{ 
    content:""; position: absolute; bottom: -210px; left:0;
    background-image: url('../../images/Background-Element-02.png');
    height: 100%; width: 100%; background-repeat: no-repeat; background-size: contain; }

.home-banner .container-fluid{
    background-image: linear-gradient(90deg, #162c53 35%, #F2295B00 35%);
    padding: 200px 0 200px;
}

.home-banner .container{ z-index: 2; position: relative; }

.home-banner h1{ color:#fff; }

.home-banner h1 span{ color:#FF9933;
    font-family: 'Raleway-Medium'; font-weight: 500 !important; }

.home-banner .banner-form{ margin-top: 25px; }

.banner-form select, 
.banner-form input {
    border-radius: 24px !important;
    color: #162C53 !important;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 19px !important;
    font-family: 'Raleway-Medium';
    border: none !important;
}

select.form-control{
    background-image: url('../../images/SCA-Directory-Icon-03.svg');
    background-position: calc(100% - 15px);
    background-size: 12px;
    background-repeat: no-repeat; 
    padding-right: 35px !important;
}

.form-control:focus{ box-shadow: none !important; }

.banner-form input::placeholder{
    color: #162C53 !important;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Raleway-SemiBold';
    font-weight: 700 !important;
}

.home-banner .banner-form button.common-btn{ margin-top: 30px; }

.show-tablet{ display: none; }


/* Advertise section */
.advertise-section-large{ margin:60px 0 0; z-index: 2; position: relative; }

.advertise-div{ background-color: #6E6560; padding:60px; text-align: center; }


/* explore Nework Section */
.explore-nework{ margin: 100px 0; }

.explore-nework p.colored-blue{
    color: #0099CC !important;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Raleway-SemiBold';
    font-weight: 700;
    margin: 0;
}

.explore-nework h2{ font-family: 'Raleway-SemiBold'; margin:15px 0 20px; font-weight:700; }

.explore-nework button.common-btn span{ color:#fff !important; padding-left:20px; font-size:12px; }

.explore-nework .explore-network-head{ width:657px !important; }

.category-listing{
    border:1px solid #C2DDE6;
    padding: 16px !important;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 145px;
    min-width: 142px !important;
    margin-left: 11px;
    margin-right: 11px;
    max-width: 142px !important;
    margin-bottom: 26px;
}

.category-listing.large-list{ min-width: 210px !important; max-width: 302px !important; }

.category-listing:hover{ cursor: pointer; background-color: #FF9933; }

.category-listing:hover img{ filter: brightness(0) invert(1); }

.category-listing p{
    color: #162C53 !important;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Raleway-Bold';
    margin-top: 15px;
    font-weight: 900;
    margin-bottom: 0;
    width:100%;
}


/* Advertise section */
.advertise-section{ margin: 100px 0; }
.advertise-section .row{ gap:50px; }
.advertise-section .row .col{
    background-color: #6E6560;
    padding:100px; 
    text-align: center;
}

.advertise-section .row .col p{ color:#fff; margin-bottom:0px; }



/* Explore by area section */
.explore-area-section{ background-color: #162C53; padding: 100px 0; position: relative; }

.explore-area-section:after {
    content: "";
    position: absolute;
    bottom: auto;
    left: auto;
    background-image: url('../../images/Background-Element-01.png');
    height: 70%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    background-position: right top;
    top: 0;
}

.explore-area-section h2{ color:#fff; font-family: 'Raleway-SemiBold'; font-weight:700; }

.explore-area-section .location{ display: flex; justify-content: space-between; }

.explore-area-section .location p{ color:#fff; margin-bottom: 12px;
    font-size: 15px; line-height: 21px; }

.explore-area-section .image-part{ padding-left: 50px; text-align: right; }

.explore-area-section .image-part img{ max-width:700px; margin: auto; }

.explore-area-section button.common-btn{ width: 100%; text-align: left; }

.explore-area-section button.common-btn span{ float:right; color:#fff; }



/* want to know section */
.want-to-know-section{
    background-image: url('../../images/Home_want_to_know_section_image.jpeg');
    background-size: 60% 100%;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
}

.want-to-know-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    background-image: url('../../images/Background-Element-03.png');
    height: 80%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    background-position: 24% bottom;
    top: auto;
    opacity: 0.8;
}

.want-to-know-section .container-fluid{
    background-image: linear-gradient(90deg, #fff 40%, #F2295B00 40%);
    padding: 120px 0 120px;
}

.want-to-know-section .container,
.explore-area-section .container{ z-index: 2; position: relative; }

.want-to-know-section h2{ color:#162C53; font-family: 'Raleway-Bold'; font-weight: 900; }



/* Footer section */
.footer-section{ background-color: #162C53; padding: 100px 0 0; position: relative; }

.footer-section:after{ content:""; position: absolute; bottom: auto;
    top:0; left:0; background-image: url('../../images/Background-Element-02.png');
    height: 100%; width: 100%; background-repeat: no-repeat; background-size: contain; }

.footer-section .container,
.footer-section .container-fluid{
    z-index: 2; position: relative; }

.footer-section img{ max-width:220px; }

.footer-section h2{ color:#fff; font-family: 'Raleway-Bold'; font-weight: 900; }

.footer-mail-div{ display: flex; align-items: center; gap: 12px; margin-top: 30px; }

.footer-mail-div a{ color:#fff; text-decoration: none !important; }

.footer-mail-div a:hover{ color:#FF9933 !important; }

.footer-form .form-group.half-input{ display: flex; gap: 20px; }

.footer-form input,
.footer-form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff !important;
    width:100%;
    color:#fff;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 10px 15px 10px 0;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder{ color:#fff; }

.footer-form input:focus,
.footer-form textarea:focus {
    color: #fff;
    background-color: transparent;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.social-icons{ display: flex; gap: 15px; margin-top: 26px; }

.footer-section .container-fluid {
    padding: 15px 0;
    border-top: 1px solid #818181;
    margin-top: 100px;
    background-color: #162C53;
}

.footer-section .container-fluid p{ color:#fff; margin-bottom: 0;
    font-size: 15px; line-height: 21px; }


/*------- List page css -----------*/
/* List page Banner section */
.list-banner{ background-color: #162C53; padding: 100px 0 100px;
    position: relative; margin-top: 95px; }

.list-banner:after { content: ""; position: absolute; bottom: -180px; left: 0;
    background-image: url('../../images/Background-Element-02.png');
    height: 200%; width: 100%; background-repeat: no-repeat; background-size: contain; }

.list-banner .container{ z-index: 2; position: relative; }

.list-banner .banner-form{ display: flex; gap:15px; align-items: flex-end; }

.list-banner .banner-form .form-group{ width:27%; }

.list-banner .banner-form select,
.list-banner .banner-form input { margin-bottom: 0; }

.list-banner .banner-form{ margin-top: 25px; }

.listing-section-heading{ padding: 100px 0 0; }

.listing-section-heading h2{
    font-family: 'Raleway-Bold';
    margin: 15px 0 0px;
    font-weight: 900 !important;
    color:#162C53;
}


/* List page Listing section */
.listing-section{ padding: 0px 0 100px; }

.banner-form.filter-form select{
    border:1px solid #162C53 !important;
}

.banner-form.filter-form button.common-btn { width:100%; }

.listing-section .colored-p.orange-p{ margin-top: 20px; margin-bottom: 10px; }

.advertise-section-vertical {
    padding: 250px 20px;
    width: 70%;
    background-color: #6E6560;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}


/* List page Listing section */
.listing-section .left-column{ padding-left: 0px; padding-right: 40px; }

.listing-section .right-column{ padding-left: 40px; padding-right: 0; }

.listing-section .tab-container ul{ display: flex; list-style-type: none;
    gap: 15px; padding-left: 0; }

.listing-section .tab-container ul li{
    border:1px solid #162C53;
    padding: 5px 20px;
    border-radius: 24px;
    cursor: pointer;
}

.listing-section .tab-container ul li.active{
    background-color: #162C53; color:#fff; }

.btn-for-img{ padding: 0; border:none; background-color: transparent; }

.listing-section .tab-container { margin-top: 30px; }

.listing-section .list-content .row.heading-row{ align-items: center; }

.listing-section .list-content .number{
    background-color: #162C53;
    border-radius: 24px;
    padding: 7px 10px;
    text-align: center;
    color:#fff;
    font-family: 'Raleway-SemiBold';
    font-weight: 700;
    margin-bottom: 0;
}

.listing-section .list-content .number a{ color:#fff; text-decoration: none; }

.listing-section .list-content h3,
.listing-section .list-content h3 a{
    font-size: 20px !important;
    line-height: 24px !important;
    font-family: 'Raleway-Bold';
    font-weight: 900;
    color:#162C53;
    text-decoration: none;
    cursor: pointer;
}

.listing-section .list-content h3 a:hover{ color:#FF9933; }

.listing-section .list-content .social-icons{
    gap: 10px; justify-content: flex-end; }

.listing-section .content-row{ padding: 25px 0 10px; }

.listing-section .list-content img{ max-width: 100%; }

.listing-section .row.col-md-12.tags {
    border-top: 1px solid #abb8cf;
    border-bottom: 1px solid #abb8cf;
    padding: 10px 10px;
}

.listing-section .row.col-md-12.tags p{ margin-bottom: 0; }

.listing-section .tab-content .list-content{ padding: 20px 0; }

.listing-section .tab-content p{ font-family: 'Raleway-Regular';
    font-weight: 400; color:#162C53; }

.listing-section .tab-content p.location-text{
    font-size: 14px !important;
    line-height: 19px !important; 
}

.listing-section .tab-content p.location-text img{
    padding-right: 6px; padding-bottom: 7px; }

.listing-section .tab-content p.sort-content{
    font-size: 15px !important; line-height: 22px !important; }

.listing-section .tab-content p.tags-content{
    font-size: 13px !important; line-height: 25px !important; }


/* List page Listing Pagination section */
.listing-pagination { margin-top: 30px; }

.listing-pagination p{ margin-bottom: 5px; font-family: 'Raleway-Regular';
    font-weight: 400; color:#162C53; font-size: 15px; line-height: 23px; }

.listing-pagination li.page-item a.page-link {
    border: none;
    padding: 6px 14px;
    border-radius: 50%;
    color: #162C53;
    font-family: 'Raleway-SemiBold';
    font-weight: 700;
    margin: 0 6px;
    font-size: 14px;
    line-height: 21px;
}

.listing-pagination li.page-item.active a.page-link{
    color: #162C53;
    background-color: #ff9933;
}

.listing-pagination li.page-item a.page-link:hover{
    background-color: #e1e1e1;
}

.listing-pagination li.page-item a.page-link.previous {
    padding: 2px 0px 0 0;
    background-color: transparent;
    margin-left: 0;
}

.listing-pagination li.page-item a.page-link.next {
    padding: 2px 0px 0px 0px;
    background-color: transparent;
}

.listing-pagination li.page-item.disabled a.page-link{ opacity: 0.7; }



/*------- List detail page css -----------*/
/* List detail page Banner section */
.list-detail-banner{
    background-color: #162C53;
    padding: 70px 0 70px;
    position: relative;
    margin-top: 95px;
}

.list-detail-banner:after {
    content: "";
    position: absolute;
    bottom: 90px;
    left: 0px;
    background-image: url('../../images/Background-Element-updated-design.png');
    height: 200%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.list-detail-banner .container{ z-index: 2; position: relative; }

.list-detail-banner .right-column{ padding-left: 60px; }

.list-detail-banner .banner-heading{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.list-detail-banner .banner-heading .social-icons {
    margin-top: 0px; width: fit-content !important; }

.list-detail-banner h2{ color:#fff; width: fit-content;
    font-family: 'Raleway-SemiBold'; font-weight: 700; }

.list-detail-banner .contact-info { display: flex;
    gap: 15px; margin-top: 25px; }

.list-detail-banner .contact-info p.number {
    width: fit-content;
    background-color: #FF9933;
    padding: 10px 50px;
    border-radius: 24px;
}

.list-detail-banner .contact-info p.number img { padding-right: 8px; }

.list-detail-banner .contact-info p.number a{
    color: #162C53;
    text-decoration: none;
    font-family: 'Raleway-SemiBold';
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
}

.list-detail-banner .contact-info p.number a:hover{ color: #fff; }


/* List detail page detail content section */
.list-detail-content { padding: 100px 0; }

.list-detail-content p{
    font-family: 'Raleway-Regular';
    font-weight: 400;
    color:#162C53;
    font-size: 14px;
    line-height: 19px;
}

.list-detail-content .left-column{ padding-right: 60px; }

.list-detail-content .left-column a{ color: #162C53; }

.list-detail-content .left-column a:hover{ color: #D66B00; }

.list-detail-content h2,
.list-detail-content h3 {
    color: #162C53;
    font-family: 'Raleway-Bold';
    font-weight: 900 !important;
}

.list-detail-content h3 { font-size:20px; line-height:22px; }

.list-detail-content p.dark-content{
    font-size: 16px;
    line-height: 21px;
    font-family: 'Raleway-SemiBold';
    font-weight: 700;
    margin: 30px 0;
}

.list-detail-content .location-map { border: 1px solid #C9C9C9; }

.list-detail-content .location-map P{ padding: 10px 15px; margin-bottom: 0; }

.list-detail-content .direction-btn{ margin: 20px 0 30px; text-align: center; }

.list-detail-content p.location-icon {
    background-image: url('../../images/SCA-Directory-Icon-36.svg') !important;
    background-position: 22px 12px;
    background-size: 15px;
    background-repeat: no-repeat;
    text-align: center;
    padding-left: 30px;
    width: fit-content;
    margin: auto;
}


/* List detail page Image Gallery section */
.image-gallery { background-color: #162C53; padding: 100px 0; }

.image-gallery .slick-slider { margin-bottom: 0; margin-top: 50px; }

.image-gallery h2{ color:#fff; font-family: 'Raleway-Bold'; font-weight: 900 !important; }

.image-gallery .slick-track { display: flex; gap: 30px; }

.image-gallery .slick-prev, 
.image-gallery .slick-next { top: -76px !important; }

.image-gallery .slick-prev{
    content:"" !important;
    background-image: url('../../images/SCA-Directory-Icon-12.svg') !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    display: block;
    opacity: 1 !important;
    left:auto !important;
    right:45px !important;
}

.image-gallery .slick-next{
    content:"" !important;
    background-image: url('../../images/SCA-Directory-Icon-13.svg') !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    display: block;
    opacity: 1 !important;
    right: 0 !important;
}

.image-gallery .slick-prev:before,
.image-gallery .slick-next:before{ display: none; }


/* List detail page Looking for Something section */
.looking-for-something{ background-color: #fff; padding: 100px 0 100px; }

.looking-for-something .banner-form{
    display: flex; gap:15px; align-items: flex-end; }

.looking-for-something .banner-form .form-group{ width:27%; }

.looking-for-something .banner-form select,
.looking-for-something .banner-form input {
    border: 1px solid #162C53 !important;
    border-radius: 24px;
    margin-bottom: 0;
}

.looking-for-something .banner-form{ margin-top: 35px; }

.looking-for-something h2{
    font-family: 'Raleway-SemiBold';
    font-weight: 700;
    color:#162C53;
    text-align: center;
}