* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'poppins', 'sans-serif' !important;

}

a {
    text-decoration: none !important;
}

.btn:focus, input:focus, .btn-close:focus, .text_area:focus {
    box-shadow: unset !important;
}

:root {
    --primary-color: #0071C1; /* Blue Color */
    --secondary-color: #252525; /* light black color */
    --sky-color: #E6F1F9; /* sky background color */
    --white-color: #ffffff; /* White Color */
}

p {
    color: #585858;
    font-size: 18px;
}

.text-orange {
    color: #F17631;
    font-size: 13px;
}

/* **************************************Navbar css********************************* */
header {
    margin-bottom: 70px;
}

.ai-navbar {
    background-color: var(--primary-color);
    width: 100%;
    position: fixed !important;
    top: 0;
    z-index: 5;
}

.ai-navbar-list a:hover {
    border-bottom: 1px solid #FFFFFF;
    transition: border-bottom 0.5s ease-in-out;
}

.account-create .Login-button {
    border-radius: 8px;
    color: #f8f9fa;
    width: 82px;
    font-size: 14px;
    height: 36px;
    background-color: #1984d1;
}

.account-create .Login-button:hover {
    color: #f8f9fa;
}

.account-create {
    gap: 19px;
}

/*/ ********************Modal Css***************************** /*/
.Ai-modal-content img {
    width: 156px;
    height: 44px;
}

.Ai-modal-content p {
    font-size: 13px;
    color: var(--secondary-color);
}

.Ai-modal-content a {
    font-size: 14px;
    color: var(--primary-color);
}

.Ai-modal-content a:hover {
    color: var(--primary-color);
}

.Ai-modal-content .google-sign-button {
    background-color: #FF5555;
    height: 41px;
    color: var(--white-color);
    width: 305px;
    border-radius: 27px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.Ai-modal-content .google-sign-button:hover {
    background-color: var(--white-color);
    color: #FF5555;
    border: 1px solid #FF5555;
}

.modal_header {
    border: none !important;
}

.modal_card {
    max-width: 960px !important;
}

.Ai-modal-content {
    border-radius: 15px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: none !important;
}

/***********************Home page ****************************/
/******hero section*********/
.ai-herosection {
    background-color: var(--primary-color);
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-width: 5px;
    border-style: solid;
    color: #ffffff;
    visibility: hidden;
    transition: visibility 0.3s;
}

.dropdown-menu.show::before {
    visibility: visible;
}

.menus {
    margin-top: 12px !important;
}

.ai-herosection .search_bar {
    background-color: white;
    border-radius: 8px;
    width: 70%;
}

.btn-outline-secondary {
    border: none;
}

.dropdown-input {
    border: none;
    border-left: 1px solid #CECECE;
}

.dropdown-input::placeholder {
    color: #939393;
    font-size: 14px;
}

.dropdown-input:focus {
    box-shadow: none;
}

.dropdown-toggle::after {
    margin-left: 15px !important;
    font-size: 25px !important;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.input-group-append .btn-outline-secondary {
    background-color: var(--primary-color);
    color: white;
    width: 59px;
    border-radius: 4px
}

.input-group-append .btn-outline-secondary:hover {
    background-color: var(--primary-color);
}

/* Dropdown color and tick icon style */
.menus .dropdown-item.active {
    color: var(--primary-color) !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--white-color) !important;
    color: var(--primary-color) !important;
}

.menus .dropdown-item.active::after {
    content: '\2713'; /* Tick icon */
    margin-left: 5px;
}

.ai-herosection .custom-dropdown {
    border-right: 2px solid #CECECE;
}

.dropdown-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

/* Filter Section CSS */
.filter_btn {
    width: 20% !important;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.catagories {
    border-radius: 5px;
    padding: 7px 2px 7px 7px;
    width: 58%;
    margin: 0 auto;
    border: 1px solid #B7E1FF;
    color: #252525;
    height: 38px;
    background-color: var(--white-color);
}

.catagories p {
    font-size: 13px;
    color: #252525;
    font-weight: 500;
}

.filter-industry {
    gap: 23px;
}

.catagory-col {
    border-left: 2px solid #0071C1;
}

.filter-para {

    text-align: center;
    font-size: 12px;
}

.filter-section {

    gap: 20px;
}

.filter-icon {
    border-radius: 2px;
    width: 32%;
    background-color: #0071C1;
    cursor: pointer;

}

.hero-para {
    font-size: 16px;
    font-weight: 400;
}

.checkbox {
    gap: 8px;
}

.filter-options label {
    font-size: 10px;
}

.filter-options p {
    font-size: 10px;
}

.catagories-menu {
    inset: unset !important;
    transform: unset !important;
    width: 646px !important;
    left: -594px !important;
    margin-top: 12px !important;
    border-radius: 7px !important;
    border: 1px solid #0071C1 !important;
}

.catagories-menu::before {
    left: 97% !important;
}

.catagories-dropdown-item:hover {
    background-color: transparent !important;
}

.catagories-dropdown-item {
    width: unset !important;
}

.Catagory-column {
    border-left: 2px solid #DFDFDF;
}

.rate-column {
    border-left: 2px solid #DFDFDF;
    height: 142px;
}

.Rating-column {
    border-left: 2px solid #DFDFDF;
    height: 62px;
}

.checkbox input:checked + label {
    color: blue; /* Change this to your desired border color */
}

.catagories-toggle-button {
    width: 31px !important;
    height: 25px !important;
    background-color: #0071C1 !important;
    border: none !important;
}

.catagories-toggle-button::after {
    margin-left: -2px !important;
    color: white;
    padding-top: 3px;
    border-top: 6px solid !important;
    border-right: 6px solid transparent !important;
    border-bottom: 0;
    border-left: 6px solid transparent !important;
}

/**************mobile view filter dropdown css**********/
.filters_dropdown .btn_custom_drop {
    background-color: #fff;
}

.btn_custom_drop:active,
.btn_custom_drop:hover, .btn_custom_drop.show {
    background-color: #fff !important;
    border-color: unset !important;
}

.filters_dropdown .dropdown-toggle::after {
    content: url("../images/expand_more.svg");
    border: none;
    font-size: 0px !important;
}

/**************************end hero section******************************************/
.home_carousal .slick-list {
    display: grid;
}

.card-img-top {
    border-radius: 8px 8px 0 0 !important;
    height: 150px;
    object-fit: cover;
}

.tag_links {
    font-size: 13px;
}


.feature_tag p {
    position: absolute;
    font-size: 12px;
    top: 20px;
    left: 0px;
    width: 130px;
    height: 24px;
    background-repeat: no-repeat;
    padding: 2px 2px 2px 4px;
}

.top_featured h2,
.sec_Ai_toolCategory h2,
.Ai-tool .submit-hea {
    font-weight: 600;
    font-size: 30px;
    color: var(--secondary-color);
}

.top_featured h2 span,
.sec_Ai_toolCategory h2,
.submit-hea {
    color: var(--primary-color) !important;
}

.top_featured .btn_verified {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    width: 120px;
    height: 36px;
    transition: transform 0.3s ease;
}

.top_featured .btn_verified:active {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.top_featured .btn_verified:hover,
.cards_buttons .btn-ratting:hover,
.cards_buttons .btn-visit:hover,
.btn_view_more a,
.profile-status-button .update-profile,
.tool-sbumit button {
    background-color: var(--primary-color);
    color: var(--white-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid var(--primary-color);
}

.btn-ratting i, .ratting_stars i {
    color: #FFC107;
}

.top_featured .btn_verified:hover img {
    /* Change the image source or style as needed */
    content: url('../images/white-tick.png');
}

.slick-slider {
    width: 90%;
    margin: 0 auto;
}

.testimonial_cards .slick-slide {
    margin: 0 12px;
}

.slick-prev:before {
    content: url("../images/slide-prev.png") !important;
}

.slick-prev {
    left: -55px !important;
}

.slick-next:before {
    content: url("../images/slide-next.png") !important;
}

.home_cards .card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cards_buttons .btn-ratting, .cards_buttons .btn-visit {
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

a.btn-ratting:hover .fa-heart {
    color: white !important;
}

.font-para {
    font-size: 14px;
}

.fav-icon {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 22px;
    cursor: pointer;
    background-color: #000000;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    gap: 9px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    opacity: 50%;
}

.btn_view_more a {
    width: 153px;
    height: 49px;
    border-radius: 8px;
}

.btn_view_more a:hover, .tool-sbumit button:hover,
.profile-status-button .update-profile:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: var(--white-color);
    transition: transform 0.3s ease;
}

.sec_Ai_youtube {
    background-color: var(--sky-color);
}

.youtube_heading h3 {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 30px;
}

.Yt_subscribe span {
    font-size: 22px;
}

.YT_thumbnail img, .categories_gallery img {
    border-radius: 9px;
    width: 100%;
    height: 150px;
    object-fit: cover;
    cursor: pointer;
}

.categories_gallery .cate_title {
    position: absolute;
    top: 0;
    width: 100%;
    color: var(--white-color);
    height: 100%;
    background: rgb(0 0 0 / 38%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 9px;
}

/********************************details page css*************************/
.verify_tick {
    position: absolute;
    right: -6px;
    top: -6px;
}

.detail_page_logo .logo_image {
    border-radius: 5px;
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.detail_page_title .yellow_tag {
    background-image: url("../images/yellow-tag.svg");
    border-radius: 8px;
    background-size: cover;
}

.sec1_detail_page {
    border-bottom: 2px solid #D9D9D9;

}

.btn-ratting .fa-heart {
    color: red;
}

.detail_feature_img img {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    height: -webkit-fill-available;

}

.Headshot .headshot-pro-main-row {
    border: 1px solid #0071C1;
    border-radius: 66px;
    width: 92%;
    height: 80px;
    margin: 0 auto;
}

.headshot-pro-main-row i {
    padding: 12px;
    background-color: white;
    font-size: 25px;
    color: #FFC107;
}

.icon-div .rank-star {
    color: #0071C1 !important;
}

.headshot-pro-main-row .icon-div {
    margin-top: -29px;
}

.headshot-pro-main-row .headshot-logo {
    width: 115px;
}

.headshot-pro-main-row .embed-code-col {
    border-left: 1px solid #0071C1;
}

.review_card .progress_bar span {
    font-size: 14px;
}

.progress_bar .progress {
    height: 7px;
}

.review_card {
    border-radius: 10px !important;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.15) -3.6px 3.4px 9.2px;
}

.sec3_detail_page {
    background-color: #F8F8F8;
}

.testimonial_cards .testimonial_img {
    width: 51px;
    height: 51px;
    border-radius: 50px;
}

.testimonial_cards .slick-slider .slick-list {
    padding: 40px 0 20px 0;
    display: grid;
}

.description p, .related_categories .col-md-8 p {
    font-size: 16px;
}

#reviewModal .text_area {
    border: 1px solid var(--primary-color);
}

.star-light {
    color: gray !important;
}

.ratting_stars i {
    font-size: 22px;
    cursor: pointer;
}

/* ****************************deals & discounts page css*/

.youtube_embed {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}

.youtube_embed img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: .7
}

.youtube_embed .yt_play_btn {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px
}

.youtube_embed .yt_play_btn:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.youtube_embed .yt_play_btn, .youtube_embed img {
    cursor: pointer
}

.youtube_embed .yt_play_btn, .youtube_embed .yt_play_btn:before, .youtube_embed iframe, .youtube_embed img {
    position: absolute
}

.youtube_embed .yt_play_btn, .youtube_embed .yt_play_btn:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.youtube_embed iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

/* ***********************Pricing Page Css****************** */
.pricing-hero {
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.pricing-content {
    width: 75%;
    margin: auto;
}

.pricing-content > p {
    color: white;
}

.Diclousre-term {
    background-color: #F8F8F8;
}

.Diclousre-term h5 {
    font-weight: 600;
    color: #0071C1;
}

.forever-div p {
    color: #0071C1;
    font-size: 14px;
}

.free-plan h5 {
    font-size: 14px;
    background: #0071C1;
    color: #ffffff;
    font-weight: 700;
    border: 2px solid #0071C1;
    padding: 5px 15px;
    border-radius: 25px;
    letter-spacing: 1px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.forever-div h3 {
    font-weight: 900;
}

.free-plan {
    padding-top: 22px;
}

.horizontal-card-line {
    width: 100%;
}

.horizontal-verified-card-line {
    width: 100%;
}

.pricing-list img {
    width: 20px;
    height: 20px;
}

.pricing-list p {
    color: #252525;
    font-size: 16px;
}

.pricing-list {
    gap: 12px;
}

.pricing-button a {
    height: 55px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #046fbb87 !important;
    border-radius: 5px !important;
    color: #0071C1 !important;
    font-weight: 700 !important;
    transition: all 0.3s ease-in-out !important;
    width: 100% !important;
}

.pricing-button a:hover {
    background-color: #0071C1;
    color: #ffffff !important;
    cursor: pointer;
}

.price-cards {
    border: none !important;
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.1);
    border-radius: 12px !important;
}

.img-div {
    position: absolute;
    width: 20%;
}

.verified-plan {
    width: 54%;
    padding-top: 22px;
}

.img-div p {
    position: absolute;
    top: 16px;
    color: white;
    font-size: 12px;
    transform: rotate(-41deg);
}

.Diclousre-term .container, .Diclousre-term ol {
    width: 75%;
}


/* ***********************basic Submit Ai Tool Page Css */
.Ai-tool .container {
    width: 80%;
    margin: 0 auto;
}

.Ai-tool form label,
.Complete-your-profile form label,
.Verified-tool form label {
    color: var(--secondary-color);
    font-size: 15px;
}

.tool-submit-field,
.tool-submit-textarea {
    background-color: #F8F8F8 !important;
    border: 1px solid #D8D8D8 !important;
    height: 49px !important;
    border-radius: 6px !important;
}

.tool-submit-textarea {
    height: 165px !important;
}

.tool-submit-field:focus {
    box-shadow: none !important;
    border-color: #0071C1 !important;
}

.tool-submit-textarea:focus {
    box-shadow: none !important;
    border-color: #0071C1 !important;
}

.tool-sbumit button,
.profile-status-button .update-profile,
.profile-status-button .logout-button,
.profile-status-button .delete-account {
    width: 170px;
    height: 41px;
    border-radius: 6px;
}

.Ai-tool .area-para {
    font-size: 14px;
    color: #929292;
}

.form-column {
    width: 43% !important;
}

/* *****************************All Catagory Page CSS */


.sec-all-tools-catagory {
    margin-top: -100px;

}

.tools-column {
    height: 300px;
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.Ai-productivity {
    gap: 40px;
}

.Ai-productivity img {
    width: 100px;
    height: 70px;
    border-radius: 6px;
}

.tool-hea {
    font-size: 27px;
}

.Productivity-tools span {
    color: #0071C1;
    font-weight: 500;
}

.Productivity-tools p {
    color: #252525;
    font-weight: 500;
}

.tool-btn a {
    font-size: 19px;
    color: #0071C1;
    font-weight: 600;
}

.tool-btn a:hover {
    color: #0071C1;
}

.categories_link div:nth-child(odd) {
    text-align: start;
}

.categories_link div:nth-child(even) {
    text-align: end;
}


@media only screen and (max-width: 992px) {
    .tools-column {
        max-width: 100% !important;
    }

    .tool-hea {
        font-size: 22px;
    }
}


/* ********************Complete Your Profile Page Css****************    */
.profile-tab {
    border: none !important;
}

.tab-border-bottom {
    border-bottom: 1px solid #C9C9C9;
    width: 79%;
    margin: 0 auto;
}

.profile-tab .profile-link.active {
    border: none;
    border-bottom: 2px solid #0071C1 !important;
    color: #0071C1 !important;
}

.profile-tab .profile-link {
    border: unset !important;
    color: #252525 !important;
    font-weight: 500 !important;
    font-size: 16px !important;

}

.profile-tabs .profile-link:hover {
    border-color: unset !important;

}

.Complete-your-profile .nav-tabs {
    gap: 62px;
}

.profile-content p {
    color: #252525;
    font-weight: 500;
}

.profile-content img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.tab-content .profile-colmn {
    max-width: 35% !important;
}

.Complete-your-profile form .profile-field::placeholder {
    color: #3E3E3E;
    font-size: 16px;
    font-weight: 400;

}

.profile-status-button .logout-button {
    border: 1px solid #D8D8D8 !important;
    color: #252525;
    font-weight: 500;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.profile-status-button .delete-account {
    border: 1px solid #FF0000 !important;
    color: #FB1E1F;
    font-weight: 500;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.profile-status-button .delete-account:hover {
    background-color: #FB1E1F;
    color: var(--white-color);
}

/*tools tab*/
.detail_textarea {
    height: 250px !important;
}

.select_image {
    height: 215px;
    border: 2px dashed #0071C1;
    border-radius: 20px;
    background-color: #F8F8F8;
}

.select_image span {
    color: #0071C1;
    font-weight: 700;
}

.select_image i {
    content: "\f302";
    color: gray;
    font-size: 66px;
}

.tool_images_preview {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}

.bootstrap-tagsinput {
    display: block !important;
    width: 100%;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 2.2 !important;
    color: #212529 !important;
    background-color: #f5f5f5 !important;
}

.bootstrap-tagsinput .tag {
    background: #dedddd;
    padding: 4px;
    font-size: 14px;
    color: black;
}

.fav_not_found {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

/* *****************Get Your AI Tool Verified  Page Css*************** */

.verified-div img {
    width: 14px;
    height: 14px;
}

.tool-sbumit .btn_payment {
    width: 220px;
    height: 45px;
}

/* ***********************Request Form page Css******************** */
.request-form-page {
    background-color: #f8f8f8;
}

.request-form-page img {
    width: 200px;
}

.request-form-page .card,
.sec_show_all_tools .card_shadow {
    border-radius: 18px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #D8D8D8;
}

.request-form-page form label, .request-hea {
    color: #585858;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    height: 150px;
    border: 2px dashed #D8D8D8;
    background-color: #F8F8F8;
    border-radius: 6px;
    cursor: pointer;
    color: #707070 !important;
    font-weight: 400 !important;
    font-size: 16px;

}

.request-form-page form ::placeholder {
    color: #AAAAAA;
    font-weight: 400;
}

/*/  **************************************Best AI Art Generators Page Css*************** /*/
.Best-Ai-Art h4 {
    font-size: 28px;
    font-weight: bold;
    color: #252525;
}

.Best-Ai-Art p {
    line-height: 31px;
}

.Best-Ai-Art ul {
    line-height: 50px;
}

.Best-Ai-Art ul li::marker {
    color: #585858;
    font-size: 12px;
}

.Best-Ai-Art a {
    color: #0071C1;
    text-decoration: underline;
}

.Best-Ai-Art a:hover {
    color: #0071C1;
}

.Best-Ai-Art .border-right {
    border-right: 1px dashed #C9C9C9 !important;
    border-width: 3px;
}

.Best-Ai-Art .final-thoughts-p {
    width: 76%;
}

/*******************************show all tools page css**********************/
.sec_show_all_tools .card_shadow {
    box-shadow: 1px 4px 13px 0px #00000026;
}

/*/ #################Calender Page Css ######################## /*/
.Calender-page {
    background-color: #F8F8F8;
}

.Calender-page .choose-time-column {
    width: 50%;
}

.Calender-page .step-p {
    font-weight: 500;
    color: #585858;
}

.Calender-page .choose-p {
    font-weight: 400;
    color: #585858;
}

.Calender-page .checbox-column {
    width: 42%;
}

.Calender-page .checkbox-container {
    display: flex;
    align-items: center;
}

.Calender-page .checkbox-round {
    display: none;
}

.Booking-row .long-p {
    font-weight: 500;
    color: #252525;
}

.work-time-best > p {
    font-weight: 400;
    color: #252525;
}

.Calender-page .checkbox-label-round {
    width: 26px;
    height: 26px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #0071C1;
    display: inline-block;
    cursor: pointer;
}

.Calender-page .checkbox-label-round::after {
    content: '\2713';
    font-size: 13px;
    color: white;
    line-height: 1.3em;
    text-align: center;
    vertical-align: middle;
    margin-left: 6px;
}


.Calender-page .checkbox-round:checked + .checkbox-label-round {
    background-color: #0071C1;
}

.Calender-page .checkbox-round:checked + .checkbox-label-round::before {
    color: #fff;
}

.Calender-page .line-between-checkboxes {
    width: 100%;
}

.line-between-checkboxes hr {

    opacity: 1;
    border-top: 2px solid #0071C1;
}

/*/ ############# Calender Css ####################### /*/

#calendar header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 37px 8px 38px;
    width: 86%;
    margin: 0 auto;
}

#calendar table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;

}

#calendar th {
    color: #0071C1;
    font-size: 15px;
    font-weight: 600;
    padding-top: 17px;
}

#calendar td {
    cursor: pointer;
    width: 100px;
    text-align: center;
    padding-top: 27px;
}

.duration button {
    background-color: white;
    border: 1px solid #0071C1;
    color: #0071C1;
    cursor: pointer;
    width: 117px;
    height: 34px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.duration button:hover {
    background-color: #0071c126;
}

.Calender-page .Booking-row {
    width: 80%;
}

.times button {
    background-color: #F8F8F8;
    color: #0071C1;
    cursor: pointer;
    width: 166px;
    border: 0;
    color: #252525;
    font-weight: 400;
    height: 49px;
    border-radius: 3px;
}

.time-main-div {
    height: 226px;
    overflow-y: auto;
}

.time-main-div::-webkit-scrollbar {
    width: 10px;
}

.time-main-div::-webkit-scrollbar-thumb {
    background-color: #0071c161;
    border-radius: 8px;
    height: 20px;
!important;
}

.time-main-div::-webkit-scrollbar-track {
    background-color: #E7E7E7;
}

.time-main-div::-webkit-scrollbar-corner {
    background-color: #000000;
}


.work-time-best .dropdown-countries {
    width: 42% !important;
    height: 35px;
    color: #0071C1 !important;
    background-image: url("../images/dropdown-icon.png") !important;
    background-size: 18px 18px !important;
    border: none !important;
    cursor: pointer;
}

.work-time-best .dropdown-countries:focus {
    box-shadow: none !important;
}

.enabled-date {
    color: #393A3A;
    font-weight: 500;
}

.disabled {
    color: #AAAAAA;
}

.calender-column {
    background-color: white;
    border: 1px solid #9B9B9B;
    border-radius: 10px;
    width: 46% !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#calendar .current-month {
    font-size: 18px;
    color: #0071C1;
    font-weight: 600;
}

#calendar .icon,
#calendar .icon {
    cursor: pointer;
    color: white;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 50%;
    background-color: #0071C1;
}

.enabled.current-date .date-digit {
    background-color: #0071C1;
    color: white;
    border-radius: 50%;
    padding: 5px 7px 4px 7px;
}

.enabled.selected .date-digit {
    background-color: #0071c161;
    color: white;
    border-radius: 50%;
    padding: 5px 7px 4px 7px;
}

.date-digit {
    font-size: 14px;

}


/* ************************Booking Confirm Page css******************** */
.Calender-page .booking-confirm-main-row {
    background-color: #FFFFFF;
    width: 75%;
    margin: 0 auto;
    border: 1px solid #9B9B9B;
    border-radius: 19px;
}

.booking-confirm-main-row .booked-para {
    width: 45%;
    color: #585858;
    font-weight: 400;
    line-height: 27px;
}

.booking-confirm-main-row h6 {
    font-weight: 600;
    color: #585858;
    font-size: 25px;
}

.edit-button button {
    color: #0071C1;
    border: none;
    font-size: 18px;
    font-weight: 500;
    background: transparent;
}

.btn_back a, .btn_confirm button {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 50px !important;
    width: 130px !important;
}

/*!***************************** Footer Css ************************/
.Ai-footer {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.footer-description {
    font-size: 12px;
    font-weight: 400;
    width: 50%;
}

.ai-logo {
    width: 32%;
}

.footer-lists {
    font-size: 14px;
    gap: 25px;
    cursor: pointer;
}

.footer-row-section {
    border-bottom: 1px solid #ffffff4d;
}

.footer-row-section a {
    color: var(--white-color);
}

.terms a {
    color: var(--primary-color) !important;
}

.footer-icon i {
    color: #7B88A8;
    font-size: 20px;
}

.copyright-color {
    color: #7B88A8;
}

.para-size {
    font-size: 18px;
}

.font-weight {
    font-weight: 500;
}

footer a:hover {
    color: var(--white-color);
    text-decoration: none;
}


/************************************Tool Added *********************/
.tool_added_confirm {
    background-color: #FFFFFF;
    width: 75%;
    margin: 0 auto !important;
    border: 1px solid #9B9B9B;
    border-radius: 19px;
}

/************************************Media Queries*********************/
/*************for moble**************/
@media screen and (max-width: 360px) {

    .tool_tab .banner-type-tab .radio_tab {
        width: 100px;
    }

    .banner-type-tab .radio_tab .checkmark {
        left: 12px;
    }
}

@media screen and (min-width: 400px) and (max-width: 449px) {

}

@media screen and (min-width: 450px) and (max-width: 549px) {


}

@media screen and (min-width: 550px) and (max-width: 767px) {


}

@media screen and (max-width: 767px) {
    header {
        margin-bottom: 55px;
    }

    .ai-herosection .filter-section {
        display: none !important;
    }

    .ai-herosection .mobile_search_filter {
        display: block !important;
    }

    p {
        font-size: 14px;
    }

    .ai-navbar img {
        width: 75%;
    }

    /*home-page*/
    .top_featured .btn_verified {
        width: 90px;
        height: 28px;
        font-size: 14px;
    }

    .btn_view_more a {
        height: 40px;
    }

    .slick-prev:before, .slick-next:before {
        display: none !important;
    }

    .youtube_heading h3 {
        font-size: 25px;
    }

    .top_featured h2, .sec_Ai_toolCategory h2,
    .Ai-tool .submit-hea {
        font-size: 22px;
    }

    .pricing-content {
        width: 100% !important;
    }

    /*detail page*/
    .headshot-pro-main-row .embed-code-col {
        border-left: none;
        border-top: 1px solid #0071C1;
    }

    .Headshot .headshot-pro-main-row {
        height: 225px;
        padding-left: 0;
        padding-right: 0;
        border-radius: 20px;

    }

    .headshot-pro-main-row i {
        padding: 0;
        font-size: 20px;
    }

    .headshot-pro-main-row .icon-div {
        margin-top: 0;
    }

    /*basic submit tool page*/
    .Ai-tool .container, .Diclousre-term .container, .Diclousre-term ol,
    .Best-Ai-Art .final-thoughts-p, .form-column, .ai-herosection .search_bar {
        width: 100% !important;
    }

    .Ai-tool .tool-submit-textarea {
        height: 100px !important;
    }

    /*request feature page*/
    .request-form-page .card {
        border-radius: 9px;
    }

    /*tools detail page*/
    .Best-Ai-Art .border-right {
        border-bottom: 1px dashed #C9C9C9;
        border-width: 3px;
        border-right: none;
    }

    .Best-Ai-Art ul {
        line-height: 25px;
    }

    .btn_confirm button, .btn_back a {
        width: 100px !important;
        height: 41px !important;
    }

    .YT_thumbnail img {
        height: 100px;
    }

    .categories_gallery img {
        height: 200px;
    }

    .categories_link div:nth-child(even), .categories_link div:nth-child(odd),
    .Ai-productivity {
        text-align: center;
    }

    .tools-column {
        height: 370px;
    }

    .Ai-productivity img {
        width: 150px;
        height: 100px;
        border-radius: 6px;
    }

    #reviewModal .post_review {
        width: auto !important;
    }

    .tab-content .profile-colmn {
        max-width: 100% !important;
    }

    .logo_row {
        flex-wrap: wrap;
    }
}

/*************for tablet**************/
@media screen and (min-width: 768px) and (max-width: 991px) {
    /*home-page*/
    .ai-herosection .search_bar, .Ai-tool .container, .Diclousre-term .container,
    .Best-Ai-Art .final-thoughts-p {
        width: 100%;
    }

    .filter-section .catagories {
        width: 90%;
    }

    .catagories-menu {
        width: 627px !important;
        left: -576px !important;
    }

    .testimonial_cards .slick-slide {
        margin: 0 10px !important;
    }

    .youtube_heading h3 {
        font-size: 25px;
    }

    /*login modal*/
    .modal_card {
        max-width: 650px !important;
    }

    /*tools detail page*/
    .Best-Ai-Art .border-right-remove {
        border-right: none;
    }

    .YT_thumbnail img {
        height: 100px;
    }

    .categories_gallery img {
        height: 200px;
    }

    .tool_tab .banner-type-tab .radio_tab {
        width: 104px;
    }

    .banner-type-tab .radio_tab .checkmark {
        left: 12px;
    }

    .logo_row {
        flex-wrap: wrap;
    }

    .headshot-pro-main-row .headshot-logo {
        width: 100px;
    }

    .Headshot .headshot-pro-main-row {
        width: 100%;
    }
}

/*************for desktop**************/
@media screen and (min-width: 992px) and (max-width: 1024px) {

}

@media screen and (min-width: 1025px) and (max-width: 1199px) {

}

@media screen and (min-width: 1400px) {
    .catagories-menu {
        width: 745px !important;
        left: -688px !important;
    }
}


