* {
    font-family: 'Roboto', sans-serif;
}

.padding-item {
    padding: 40px 0;
}

.banner-text p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 11px;
}

.banner-img {
    position: relative;
    /*! background: #eee; */
    padding: 40px 0;
    /*! background: rgb(47, 128, 237); */
    /*! background: radial-gradient(circle, rgba(47, 128, 237, 1) 0%, rgba(86, 204, 242, 1) 70%); */
}

.banner-text label {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.banner-text h1 span {
    font-weight: 30;
}

.banner-text {
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-60%);
    left: 0;
    width: 100%;
}

.banner-text h1 {
    color: #fff;
    font-weight: 600;
}

.banner-text > div {}

.conip {
    max-width: 500px;
}


.product_section .box {
    margin-top: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    transition: all 0.5s;
    width: 100%;
    border-radius: 5px;
}

.product_section .box:hover {
    margin-top: 15px;
}

.product_section .box .img-box {
    position: relative;
}

.product_section .box .img-box img {
    width: 100%;
    border-radius: 5px;
}

.product_section .box .detail-box {
    padding: 15px 15px 0;
}

.btnbox h5 a {
    text-decoration: none;
    color: #333;
}

.product_section .box .detail-box h5 {
    font-weight: 500;
}

.product_section .box .detail-box p {
    font-size: 14px;
    color: #444;
}

.btnbox a {
    display: inline-block;
    padding: 5px 0;
    background-color: transparent;
    color: #1970bf;
    border-radius: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 3px;
    text-decoration: underline;
}

.heading_container h2 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.layout_padding {
    padding: 60px 0;
}

.toolsearch {
    background: rgba(0, 0, 0, 0.1);
    padding: 8px;
    border-radius: 65px;
    position: relative;
    max-width: 67%;
    margin: auto auto 20px;
}

.toolsearch input {
    height: 55px;
    width: 100%;
    color: #000;
    border-radius: 100px;
    border: solid 0px;
    padding: 0 16px;
}

.toolsearch button {
    position: absolute;
    right: 17px;
    border-radius: 30px;
    background: #2f80ed;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 8px 30px;
    top: 15px;
}

.banner-img h1 {
    font-size: 3.75rem;
    font-weight: 700;
    color: #353535;
}

.owl-carousel .owl-nav button {
    width: 34px;
    height: 34px;
    background-color: #171717;
    outline: 0;
    margin: 0 3px;
    color: #fff;
    border-radius: 100%;
}

.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: center;
    margin: 20px 0 0;
}

.owl-carousel .owl-nav span {
    font-size: 30px;
    line-height: 19px;
}


.menufixed ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.menufixed {
    background: #04a4a0;
}

.menufixed li a {
    color: #fff;
    padding: 10px;
    display: inline-block;
}

.banner-img h2 {
    font-size: 19px;
    font-weight: 400;
    color: #534f4f;
    margin-bottom: 30px;
}

a.sublinks {
    color: #000;
    background: #fff;
    padding: 7px 13px;
    border-radius: 49px;
    text-decoration: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0 3px;
    transition: all 0.2s;
    font-size: 14px;
}

a.sublinks:hover {
    background: #467d8c;
    color: #fff
}


:root {
    --star-size: 60px;
    --star-color: #ddd;
    --star-background: #fc0;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 0;
}
.col-md-4.logo2 > a {
    background: #424242;
    padding: 14px;
    display: flex;
    width: 260px;
    margin-bottom: 14px;
    border-radius: 10px;
    align-items: center;
}

.col-md-4.logo2 > a img {
    margin: 0;
}

.logo2 .logotext {
    margin-top: 0px;
}
/*  content: 'ÃƒÂ¢Ã‹Å“Ã¢â‚¬Â¦ÃƒÂ¢Ã‹Å“Ã¢â‚¬Â¦ÃƒÂ¢Ã‹Å“Ã¢â‚¬Â¦ÃƒÂ¢Ã‹Å“Ã¢â‚¬Â¦ÃƒÂ¢Ã‹Å“Ã¢â‚¬Â¦'*/

.Stars::before {
    content: '★★★★★';

    letter-spacing: -1px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 19px;
}

body {}

.maindiv {
    background: rgb(229, 240, 249);
    background: linear-gradient(90deg, rgba(229, 240, 249, 1) 0%, rgba(195, 240, 255, 0.85) 35%, rgba(194, 239, 238, 0.9968719909838936) 100%);
    padding-bottom: 30px;
}

.itembox {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 12px;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    border-radius: 9px;
    /* overflow: hidden; */
    transition: all 0.3s;
    top: 10px;
    text-align: center;
    /* height: 280px; */
    border: solid 1px #eee;
}

.itembox:hover {
    top: 0px;
}

.itemimg {
    max-width: 50px;
    /* float: left; */
    width: 50px;
    margin-right: 13px;
    margin: -2px auto 0;
    position: relative
}

.itemname h3 {
    font-size: 17px;
    color: #444;
    margin: 0;
}

.itemname {
    /* float: left; */
    margin-top: 14px;
}

.toolDes {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: 7px;
}

.savetool {
    position: absolute;
    right: 0;
    top: 0;
    color: #787e8b;
}

.sort-des p {
    font-size: 14px;
    color: #787e8b;
    line-height: 18px;
}

.sort-des {}

.sort-des {
    margin-top: 10px;
    text-align: left;
}

.tool-pay {
    font-size: 17px;
    font-weight: 500;
    text-align: left;
}

.toolName {
    /* overflow: hidden; */
    text-align: center;
}

.hastag ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.hastag ul li {
    margin-right: 6px;
    font-size: 11px;
    /* width: 43%; */
    text-align: left;
}

section.tool_list {
    margin: 30px 0;
}

.viewDetailbtn a {
    border: solid 1px #8aaae5;
    padding: 5px 17px;
    border-radius: 44px;
    font-size: 16px;
    color: #2f80ed;
}

.viewDetailbtn {
    position: absolute;
    right: 15px;
    bottom: 13px;
    float: right;
}

.itemFeature {
    color: #787e8b;
    float: left;
    margin-top: 6px;
}

.savetool a {
    margin-left: 5px;
}

.savetool i {
    color: #a5a5a5;
}

.savetool i:hover {
    color: #3d9cee;
}

.tool-Active.deal {
    color: #008000;
    text-align: left;
}

.itemimg img {
    border-radius: 12px;
    background: #ffffff;
    padding: 2px;
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
}

.hastag a {
    background: #8aaae5;
    padding: 3px 12px;
    display: inline-block;
    color: #fff;
    border-left: solid 2px;
    margin-bottom: 7px;
    width: 100%;
    border-radius: 40px;
}

.itemVisit {
    overflow: hidden;
    min-height: 30px;
}

.sortF ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    /*! border-bottom: solid 1px; */
}

.sortF ul li {
    margin-right: 0;
    /* width: 100%; */
}

.sortF ul li a {
    color: #333;
    padding: 5px 16px;
    font-weight: 400;
    display: block;
    /*! border-left: solid 1px #ddd; */
    font-size: 17px;
    border: solid 1px #333;
    margin: 0 1px;
    background: #fff;
    border-radius: 9px;
}

.filterb ul {
    justify-content: flex-end;
}

.filterb ul li {
    margin: 0 0 0 1px;
}

section.filterlist {
    /*! background: #fff; */
    margin-bottom: 20px;
    margin-top: 30px;
}

.sortF ul li.active a {
    background: #467d8c !important;
    position: relative;
    color: #fff;
    /*! border-radius: 6px 6px 0 0; */
    /*! border-color: #f8fbff !important; */
    font-weight: 600;
}

.sortF ul li.active a:before {
    content: "";
    /*! border-top: solid 6px #438ca3; */
    /*! border-right: solid 12px transparent; */
    /*! border-left: solid 12px transparent; */
    /* width: 24px; */
    /* height: 27px; */
    bottom: -10px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    width: 50px;
}

.list-topics-content {
    position: relative;

    z-index: 1;
}

.list-topics-content ul li {
    display: inline-block;
    width: 48%;
    margin-right: 10px;
}

.single-list-topics-content {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 8px;
    box-shadow: 0 0 10px rgba(71, 71, 71, .2);
    border-left: solid 4px #ffc444;
    padding: 11px 0 7px 12px;
}

.single-list-topics-content h2 > a {
    margin: 13px 0;
}

.single-list-topics-content h2 {
    font-size: 15px;
    margin: 0;
}

.list-topics-content ul {
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

section.AI.Tool {
    background: #e8e8e8;
}

.single-list-topics-content p {
    margin: 0;
    font-size: 14px;
}

.list-topics-content ul li:nth-child(3n) > div {
    border-color: #f78d51;
}

.list-topics-content ul li:nth-child(3n + 1) > div {
    border-color: #2f80ed;
}


.logotext,
.logotext span {
    font-family: "Red Rose", serif;
    font-size: 33px;
    margin-left: 4px;
    margin-top: -16px;
}

.logotext span {
    margin: 0;
    color: #cd5c35;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: #2a7aad !important;
}

.logo img {
    max-width: 55px;
}

.lodemore {
    text-align: center;
}

.lodemore button {
    color: #fff;
    background: #000;
    padding: 8px 20px;
    border-radius: 30px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    margin: 30px 0;
    display: inline-block;
}

.jeg_post_title a {
    color: #212121;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.jeg_pl_lg_1 .jeg_post_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 15px 0 5px;
}

.jeg_post_meta > div {
    display: inline-block;
    font-weight: 400;
    color: #0c0c0c;
    margin-bottom: 17px;
    font-size: 14px;
}

.jeg_meta_author a {
    color: #3498db !important;
}

.jeg_post_meta > div:not(:last-of-type) {
    margin-right: 20px;
}

.revenue img {
    width: 100%
}

.AIResources {
    background: hsl(0, 0%, 100%);
}

article.jeg_post {
    background: #fff;
    padding: 17px;
    border-radius: 9px;
    box-shadow: 0 0 10px rgba(71, 71, 71, .2);
}

.revenue .row {
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(71, 71, 71, .2);
}

.revenue .row > div:first-child {
    padding-right: 0;
}

.revenue .row p {
    margin: .0;
}

.AIResources h2 {
    /*! color: #fff; */
    margin-bottom: 30px;
}

.revenue h3.jeg_post_title {
    font-size: 18px;
}

.revenue .jeg_post_meta > div {
    font-size: 13px;
    margin: 0;
}

.revenue .jeg_post_meta > div a {
    color: #8f8f8f;
    font-weight: 400;
}

.revenue .jeg_post_meta > div i {
    color: #41a4ef;
}

.jeg_post_meta > div a {
    color: #6a6969;
}

.jeg_post_meta > div a i {
    color: #3b98ee;
}

.jeg_post_excerpt a {
    display: inline-block;
    color: #000;
    border: solid 1px;
    border-radius: 40px;
    padding: 5px 20px;
    font-size: 14px;
    text-decoration: none;
}

.jeg_post_excerpt a:hover {
    color: #fff;
    background: #3498db
}

.logo2 p {
    color: #fff
}

p {

    font-size: 14px;
}

p.copyright a {
    color: #fff;
    text-decoration: none;
}

.row.linksmenu .row {
    justify-content: flex-end;
}


.section-header {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

.section-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #f82249;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-header h2 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #9195a2;
}

.subscribe {
    padding: 17vh 0;
    background: url(../images/newslater.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    min-height: 67vh;
}

.subscribe:before {
    content: "";
    background: rgba(6, 12, 34, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.subscribe .section-header h2,
.subscribe p {
    color: #fff;
}

.subscribe input {
    background: #fff;
    color: #060c22;
    border: 0;
    outline: none;
    margin: 0;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 14px;
}

.subscribe button {
    border: 0;
    padding: 9px 25px;
    cursor: pointer;
    background: #f82249;
    color: #fff;
    transition: all 0.3s ease;
    outline: none;
    font-size: 21px;
    border-radius: 50px;
}

.subscribe button:hover {
    background: #e0072f;
}

.tool_list .row > div {
    transition: all 0.3s
}

body {
    margin-top: 85px;
}

.full-width {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.full-width .itemimg {
    margin: 0 20px 0 0;
}

.full-width .toolName {
    text-align: left;
    display: flex;
    align-items: center;
}

.full-width .savetool {
    right: 32px;
    top: 21px;
}

.full-width .toolDes {
    position: static;
}

.detail-page .itembox {

    text-align: left;
    margin-top: 11px;
}

.hastag p {
    margin: 0 10px 0 0px
}

.hastag {
    display: flex;
}

.sometxt div:first-child {
    margin-right: 10px;
}

.sometxt {
    display: flex;
    font-size: 14px;
    margin-bottom: 10px;
}

.Follow a {
    color: #000;
    font-size: 14px;
    padding: 0;
    text-align: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #867c7c;
    border-radius: 11px;
}

.Follow a i {
    color: #fff;
}

.detail-page .itembox:hover {
    top: 10px;
}

.breadcrumb {
    background: transparent;
    margin: 0;
}

nav {
    background: #f7f7f7;
}

.sub-details h2 {
    font-size: 32px;
    color: #000;
}

.sub-details h3 {
    font-size: 21px;
    color: #333;
    margin-top: 30px;
}
.aiCategori-page .hastag a {
	background: transparent;
	color: #000;
	border: none;
	border-radius: 0;
	padding: 0;
	width: auto;
	margin: 0;
	font-weight: 400;
}
.sub-details ul {
    padding: 0 0 0 15px;
    font-size: 14px;
    margin-bottom: 28px;
}

.sub-details ul li {
    margin-bottom: 9px;
}

.tool_list h2 {
    margin: 0 0 30px;
    font-size: 32px;
    color: #2f80ed;
}

.itemimg > span {
    width: 24px;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: -12px;
}

.tool_list.detail-page {
    background: #eeee;
    padding: 31px 0 40px;
    margin: 0;
}

.full-width .itembox {
    margin: 0 0 20px;
}

.full-width .itembox:hover {
    top: 10px;
}

.itemimg > span img {
    background: transparent;
    border-radius: 0;
}




._1azcI6 ._2d4LTz {
    display: inline-block;
    font-size: 32px;
    /* color: #212121; */
    margin-top: 4px;
    text-align: center;
}

._1azcI6 ._2yxeXv {
    font-size: 28px;
    padding: 0 0 0 4px;
    display: inline-block;
    /* color: #212121; */
}

._3qpj74 {
    padding-left: 12px;
}

._13sFCC.miQW6D {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    height: 100%;
}

._13sFCC ._2jr1F_ {
    width: 30px;
    list-style: none;
    padding: 0;
}

._13sFCC ._2Plkj9 {
    -webkit-flex-basis: 88.33%;
    -ms-flex-preferred-size: 88.33%;
    flex-basis: 88.33%;
    list-style: none;
    padding: 0;
}

._13sFCC ._36LmXx {
    -ms-flex-preferred-size: 25%;
    width: 0;
    list-style: none;
    padding: 0;
    margin-left: 30px;
}

.col-8-12 {
    width: 66.66%;
}

._13sFCC ._28Xb_u {
    padding: 1px 0 0;
    height: 20px;
}

._3UaKsS {
    position: relative;
    background: #f0f0f0;
    margin-top: 7px;
    margin-left: 7px;
}

._3UaKsS,
._3UaKsS .EkB-Xt {
    height: 5px;
    border-radius: 100px;
}

._3UaKsS .EkB-Xt {
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform .4s cubic-bezier(0, 0, .3, 1) .3s;
    transition: transform .4s cubic-bezier(0, 0, .3, 1) .3s;
    transition: transform .4s cubic-bezier(0, 0, .3, 1) .3s, -webkit-transform .4s cubic-bezier(0, 0, .3, 1) .3s;
}

._3UaKsS ._1ia31G,
._3UaKsS ._1z2lGe,
._3UaKsS ._2fGXyl {
    background-color: #388e3c;
}

.I6 {
    text-align: center;
    background: #3498db;
    padding: 39px 0;
    color: #fff;
}

._3qpj74 li {
    margin-bottom: 13px;
}

._2xBWPJ {
    color: #fc0;
}

.uimg img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.userview {
    position: relative;
}

.uimg {
    position: absolute;
    left: 20px;
    top: 12px;
}

.userview {
    background: #fbfbfb;
    border: solid 1px #ddd;
    padding: 20px;
    margin-top: 30px;
}

.userview .itemname {
    margin: 0 0 10px;
    margin-left: 64px;
}

.userview p {
    font-size: 13px;
    margin: 0;
}

.itemname h3 a {
    color: #000;
}

.sortF ul li a:hover {
    background: #f4fafd;
    text-decoration: none;
}

.jeg_postblock_content h3 {
    font-size: 21px;
    margin: 10px 0 7px;
}

.resourse-d {
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 15px;
}


.sign-in-container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;

}

.sign-column {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50%;
    font-size: 16px;
    height: 100vh;

}


.sign-in-title {
    font-weight: 600;
    font-size: 26px;
}

.sign-in-title {
    margin-top: 50px;
}

.s2 {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    /* overflow: auto; */
    background: #ffffff;
    height: 97%;
    width: 750px;
    box-shadow: 0 0 25px #00000061;
    border-radius: 8px;
}

.sign-in-title-alt {
    color: #000;

    padding: 10px 0;
}

.sign-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 25px 0;
}

.login-w-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    border: 1px solid #3676FF;
    background: #fff;
    padding: 10px;
    height: 40px;
    width: 200px;
    border-radius: 5px;
    color: #222222;
    transition: .3s ease all;
    font-size: 14px;
    box-shadow: 0 0 15px #00000020;
}

.login-w-button:hover {
    background: #eef4ff;
    border: 1px solid #a3c1f5;
    box-shadow: 0 0 5px #00000020;
}

.slice-text-c {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.slice-text {
    color: #000;
    background: #fff;
    padding: 10px;
}

.slicer {
    position: absolute;
    height: 1px;
    background: #e5e5e5;
    width: 500px;
    z-index: -1;
}

.input-container {
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 20px;
    flex-direction: column;
    width: 400px;
}

.input-container input,
.input-container button {
    padding: 15px;
    height: 40px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #3676FF;
    box-shadow: 0 0 15px #00000020;
    transition: .3s ease all;
}

.input-container input:focus {
    border: 1px solid #3676FF;
    background: #eff5ff;
}

.input-container button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3676FF;
    color: #fff;
    cursor: pointer;
    transition: .3s ease all;
}

.input-container button:hover {
    box-shadow: 0 0 5px #00000020;
}

.alt-f-full {
    color: #000;
    font-size: 14px;
}

.alt-f {
    color: #3676FF;
    font-size: 14px;
    text-decoration: none;
}

.footer-s {
    position: absolute;
    bottom: 30px;
    display: flex;
    gap: 10px;

}

.footer-s a {
    color: #fff;
}

.sign-column:nth-child(2) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;


}

input::placeholder {
    color: #000;

}

.intro-p {
    color: #252525;

    max-width: 750px;
}

.intro-img {

    height: 500px;
}

.intro-img img {
    max-width: 600px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.canvas-logo {
    background: #fff;
    border-radius: 8px;
    width: 350px;
    box-shadow: 0 0 25px #00000061;
    margin: 10px auto;

}

.canvas-logo img {
    width: 100%;
}

.intro-title {

    font-size: 18px;
    padding: 10px 0;
    color: #fff;

}


.intro-title-alt {
    color: #353535;
    font-size: 16px;
}

.alt-f-full-ch {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;

    color: #000;
}

.alt-f-full-ch input {
    box-shadow: 0 0 0;
}

@media only screen and (max-width: 1100px) {
    body {
        background: #fff;
    }

    .s2 {
        display: flex;
        align-items: start;
        justify-content: center;
        padding: 0px;
        padding: 10px;
        padding-top: 50px;
        padding-bottom: 50px;

        background: #ffffff;
        height: auto;
        width: 100%;
        box-shadow: 0 0 0px #00000061;
        border-radius: 0px;
    }

    .sign-column:nth-child(2) {
        display: none;
    }

    .sign-column:nth-child(1) {
        width: 100% !important;
        height: auto;
    }

    .slicer {
        width: 0px !important;
    }

    .login-w-button {
        width: 100%;
    }

    .input-container {
        display: flex;
        justify-content: center;
        margin: auto;
        gap: 20px;
        flex-direction: column;
        width: 100%;
    }
}



    .s2 {
        /* display: flex; */
        align-items: start;
        justify-content: center;
        padding: 0px;
        padding: 10px;
        padding-top: 20px;
        padding-bottom: 50px;
        background: #ffffff;
        height: auto;
        width: 100%;
        box-shadow: 0 0 0px #00000061;
        border-radius: 0px;
    }

    .sign-column:nth-child(2) {
        display: none;
    }

    .sign-column:nth-child(1) {
        width: 100% !important;
        height: auto;
    }

    .slicer {
        width: 0px !important;
    }

    .login-w-button {
        width: 75%;
        border-radius: 50px;
    }

    .input-container {
        display: flex;
        justify-content: center;
        margin: auto;
        gap: 20px;
        flex-direction: column;
        width: 100%;
    }
 section.subscribe input.form-control {
    max-width: 100%;
    height: 49px;
    font-size: 18px;
}


.innerpages h1 {
    font-size: 35px;

    margin-bottom: 14px;
}

.innerpages .banner-img h2 {
    font-size: 15px;
    max-width: 65%;
    margin: auto;
    line-height: 22px;
}



.content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    max-width: 1051px;
}

.box {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 33%;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background: var(--white);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 20%);
    padding: 0 0 20px;
}

.title {
    width: 100%;
    padding: 10px 0;
    font-size: 1.2em;
    font-weight: lighter;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    color: #fff;
    font-weight: 500;
}

.basic .title {
    background: var(--pinkish-red);
}

.standard .title {
    background: var(--medium-blue);
}

.business .title {
    background: var(--greenish-blue);
}

.view {
    display: block;
    width: 100%;
    padding: 0;

    background: var(--white-smoke);
}

.icon {
    display: flex;
    justify-content: center;
}

.icon img {
    width: 100px;
}

.cost {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding-left: 20px;
}

.amount {
    font-size: 30px;
    font-weight: bolder;
}

.detail {
    margin: auto 0 auto 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    color: #7D7C7C;
}

.description {
    margin: 0;
    font-size: 0.8em;
    color: #7D7C7C;
    width: 100%;
    padding: 0 20px;
}

.basic .title {
    background: #5db6cc;
}

.standard .title {
    background: #f18f11;
}

.business .title {
    background: #215ff2;
}

.pricing li::before {
    content: "";
    background-image: url("../images/check.png");
    background-position: center;
    background-size: cover;
    opacity: 0.5;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.description ul {
    padding: 0;
    list-style: none;
}

.description {}

.description ul li {
    margin-bottom: 7px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 6px;
}

.pricing .button {
    text-align: center;
    margin: 20px;
}

.button button {
    background: transparent;
    color: #5D9EAE;
    border-radius: 40px;
    padding: 7px 30px;
    border: solid 2px #5D9EAE;
    font-weight: 500;
}

.RelatedCategories ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.RelatedCategories ul li {
    border: solid 1px #c1bebe;
    border-left: solid 4px #3498db;
    margin-right: 18px;
    padding: 3px 18px;
    font-size: 14px;
    background: #f7f7f7;
    margin-bottom: 20px;
    border-radius: 100px;
}

.RelatedCategories ul li a {
    color: #0f0f0f;
}

.side-img-yt {
    margin-top: 10px;
}

.side-img-yt iframe {
    height: 400px;
    border-radius: 14px;
}

.writerev button {
    background: transparent;
    border: solid 2px #3498db;
    color: #3498db;
    border-radius: 40px;
    padding: 2px 18px;
    position: relative;
    top: -50px;
}


.box-dres .acoTitle.title-eq {
    border-bottom-color: #ee495c;
    background: #d7d1d1;
    padding: 0 10px;
    color: #484848;
    border: solid 1px #eee;
}

.accorditem {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 37px;
    display: inline-block;
}

.acoTitle span {
    font-size: 26px;
    padding-left: 50px;
}

.acoTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.acoTitle > p {
    margin: 0;
    font-size: 16px;
}

ul.accordianbox {
    padding: 0;
    margin-top: 25px;
}

.acoTitle span.plusminus {}

.faqanswer {
    margin-top: 0 !important;
    padding: 10px;
    background: #fff;
    box-shadow: 0 13px 14px #e5e3e3;
}

.detail-box label {
    background: #3498db;
    position: absolute;
    top: -27px;
    padding: 0 10px;
    left: 6px;
    color: #fff;
    font-size: 13px;
}

.detail-box {
    position: relative;
}

.tab-content {
    padding: 20px 0;
}

.box-dres .acoTitle.title-eq.active {
    background: #369fe5;
}

.box-dres .acoTitle.title-eq.active p {
    color: #fff
}

.box-dres .acoTitle.title-eq.active span.plusminus {
    color: #fff
}

.detail-page .full-width .itemimg {

    max-width: 100px;
    width: 70px;
}

.detail-page .full-width .toolName {

    align-items: self-start;
}

.detail-page .itemname {
    /* float: left; */
    margin-top: 0;
}

.detail-page .itemname h1 {
    font-size: 35px;
}

.Toolsai h2 {
    font-size: 23px;
    margin-top: 10px;
}

input.form-control {
    font-size: 14px;
    border-bottom: solid 1px #ddd;
    max-width: 320px;
    margin: auto;
    border-radius: 40px;
    height: 38px;
    font-size: 14px;
}

.sign-header-section h3 {
    margin-bottom: 30px;
    color: #3498db;
}

.sign-header-section .btn {
    background: #3498db;
    color: #fff;
    padding: 6px 22px;
    width: 100%;
    border-radius: 40px;
    max-width: 320px;
}

.contact__wrapper .form-control {
    border-radius: 5px;
    height: 44px;
    max-width: 100%;
}

.contact__wrapper {
    text-align: left;
}

.contact__wrapper {
    background: #fff;
}

.btn.btn-primary {
    background: #000;
    border: none !important;
    padding: 7px 30px;
}

.form-control.textarea {
    min-height: 80px;
}

.contact__wrapper label + span {
    font-size: 12px;
    color: #777;
    float: right;
    position: absolute;
    right: 15px;
    bottom: -4px;
    text-transform: capitalize;
}


.aiCategori-page .hastag ul li {
    border: solid 1px #ccc;
    padding: 3px 10px;
    text-transform: capitalize;
    border-radius: 50px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
}

.aiCategori-page .hastag {
    margin: 20px 0 10px;
}


.aiCategori-page .viewDetailbtn a {
    border: solid 1px #3498db;
    padding: 5px 17px;
    border-radius: 44px;
    font-size: 14px;
    color: #fff;
    background: #3498db;
    text-decoration: none;
}

.aiCategori-page .viewDetailbtn {
    position: static;
    float: none;
}
.breadcrumb-item + .breadcrumb-item::before {

	content: ">";
}
.aiCategori-page .itembox h2 {
    font-size: 22px;
    margin: 24px 0 10px;
}
.aiCategori-page .itembox {
    padding: 22px;
}

.aiCategori-page .itemimg {
    width: 100%;
    max-width: 120px;
}

.aiCategori-page .itemimg img {
    padding: 10px;
    border: solid 1px #ddd;
}

.aiCategori-page h4 {
    margin: 20px 0 0;
}
.sortF ul li i {
    margin-right: 3px;
}
.RESOURCES h2  {
    font-size: 23px;
    color: #000;
    line-height: 27px;
    margin-bottom: 15px;
}
.RESOURCES h2, .RESOURCES h2 a {

    color: #000;

}
.resources-sec .col-md-9 > div {
    margin-bottom: 20px;
}
.pubDate {
    color: #d76e3d;
    font-size: 14px;
    font-weight: 500;
}
.latestres h4, .latestres h4 a {
    font-size: 15px;
    font-weight: 400;
    color: #9b9494;
}
.latestres {
    border-left: solid 2px #ddd;
    box-shadow: 0 0 10px #ccc;
    padding: 16px;
}

.latestres h3 {
    margin-bottom: 27px;
}

.latestres .row {
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
}
.resources-sec > div {
    align-items: flex-start;
}
.latestres .row:last-child {
    border: none;
    margin-bottom: 0;
}

.rowres {
    border-bottom: solid 1px #ddd;
    margin-bottom: 15px;
}

.rowres:last-child {
    border: navajowhite;
}
.toolsearch .fa.fa-search{display: none}
.checklist ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.checklist ul li {
    width: 50%;
}

.checklist {
    text-align: left;
}

div#filterpop {
    text-align: left;
}

div#filterpop h3 {
    margin: 0;
    text-align: left;
}

div#filterpop p {
    margin: 0 0 30px;
    text-align: left;
}

.checklist h4 {
    color: #5e5959;
    margin-bottom: 10px;
    font-size: 18px;
 }

.checklist label {
  font-size: 13px;
}
.checklist {
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.buttonbox {
	display: flex;
}


.categorygp h2 {
  color: #2a7aad;
  font-size: 37px;
  line-height: 40px;
  text-transform: capitalize;
  margin: 50px 0 20px;
}.catgp > div > .row {
	border-bottom: 2px dashed #d87842;
	margin-bottom: 25px;
}
.buttonbox .btn.cf {
  background: transparent;
  color: #3498db;
  border: solid 1px #3498db;
}
.btn.cf {
}
.buttonbox .btn {
  margin: 0 8px  0px;
}
.login-page .modal-body {
	max-width: 410px;
	border: solid 1px #ddd;
	margin: 20px auto 60px;
}

.rating {
  overflow: hidden;
  display: table;
  font-size: 20px;
  color: #FFCA00;
  font-style: normal;
}

.rating-star {
  padding: 0 5px;
  margin: 0;
  cursor: pointer;
  display: block;
  float: right;
}

.rating-star:after {
  position: relative;
  font-family: FontAwesome;
  content: '\f006';
}

.rating-star.checked ~ .rating-star:after,
.rating-star.checked:after {
  content: '\f005';
}

.rating:hover .rating-star:after {
  content: '\f006';
}

.rating-star:hover ~ .rating-star:after,
.rating-star:hover:after {
  content: '\f005' !important;
}
