
body.page-template-open-ai .container-fluid {
    max-width: 1900px;
}
.open-ai-header {
    border-bottom: 8px solid #CCFF00;
}
.bg-blue{
    background: #253a60;
}
.open-ai-btn {
    color: #000;
    border: 1px solid #000;
    font-size: 18px;
    display: inline-block;
    padding: 20px 25px;
    text-transform: capitalize;
    line-height: normal;
    position: relative;
    border-radius: 5px;
}
.open-ai-btn:before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 100%;
    background-color: #C7DA2C;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-property: all;
    transition-delay: 0s;
    content: "";
}
.open-ai-btn:hover::before {
    left: 0px;
    z-index: -1;
}
.open-ai-btn:hover{
    color: #000;
}
.open-ai-heading {
    font-size: 36px;
    font-weight: 500;
    color: #000;
    font-family: "owners", sans-serif;
}

.open-ai-header-wraper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.open-ai-header-logo {
    width: 120px;
}
.open-ai-header-contact {
    width: calc(100% - 120px);
    text-align: right;
}
.open-ai-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
    flex-wrap: wrap;
}

.open-ai-contact-number a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    font-family: "Inter", sans-serif;
}
.open-ai-banner-title{
    font-size: 62px;
    font-family: "owners", sans-serif;
    font-weight: 500;
    line-height: 80px;
}
.open-ai-banner-description {
    font-size: 22px;
    line-height: 1.6;
}
.open-ai-banner-features {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 30px;
}
.open-ai-banner-features-list {
    width: calc(33.33% - 20px);
}
.open-ai-banner-features {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 30px;
}
.banner-features-box-content {
    width: calc(100% - 50px);
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.banner-features-box-icon {
    width: 50px;
}
.banner-features-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.open-ai-banner-content {
    padding-right: 10px;
}
.open-ai-banner-form {
    box-shadow: 0px 20px 40px 0px #00000040;
    background: #fff;
    color: #000;
    border-radius: 12px;
    padding: 30px;
}
.open-ai-banner-form-heading {
    font-family: "owners", sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    margin-bottom: 25px;
}
section.open-ai-banner{
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.form-control-field {
    background: #F4F7FA;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    padding: 12px 15px;
    height: auto;
    font-size: 14px;
    line-height: 15px;
    color: #4B5563;
}
textarea.form-control-field {
    height: 100px;
}
.open-ai-banner-form-wraper .wpcf7-form-control-wrap {
    margin-bottom: 15px;
}
.submit-btns input {
    background: #CCFF00;
    border-color: #CCFF00;
    font-size: 16px;
    font-weight: 500;
}
.submit-btns::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/levin-and-lalbandyan/img/arrow.svg);
    pointer-events: none;
    right: 12px;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    transition: 0.5s;
}
.submit-btns:hover::before {
    transform: rotate(40deg);
}
.submit-btns:hover:after {
    left: 0%;
}
.submit-btns:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    background-color: #C7DA2C;
    transition-duration: .4s;
    transition-timing-function: ease;
    transition-property: all;
    transition-delay: 0s;
    content: "";
    border-radius: 5px;
    z-index: -1;
}
/*.submit-btns input:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}*/
.relationship-text {
    font-size: 12px;
    color: #4B5563;
    text-align: center;
    line-height: 18px;
    font-family: "Inter", sans-serif;
    padding: 20px 20px 0;
}
.open-ai-features-box-icon {
    width: 60px;
}
.open-ai-features-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.open-ai-features-box-icon img,
.open-ai-features-box-icon svg {
    width: 48px;
}
.open-ai-features-box-title {
    font-size: 20px;
    font-weight: 600;
}
.open-ai-features-box-content {
    line-height: 1.6;
}
.open-ai-features-box-text {
    font-size: 16px;
}
.featured-box-review.open-ai-features-box {
    justify-content: center;
    text-align: center;
    line-height: 1.6;
    flex-direction: column;
}
.featured-box-review-content {
    font-size: 16px;
}
.featured-box-review-content span {
    font-weight: 500;
    display: block;
}
.featured-box-review-icon {
    max-width: 120px;
    margin-bottom: 10px;
}
.open-ai-featured-section {
    padding: 40px 0;
}
.open-ai-features-list {
    position: relative;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.open-ai-features-list:last-child{
    border-right: 0;
}
.open-ai-pa-box-wraper {
    box-shadow: 0px 4px 8px 0px #00000005;
    border: 1px solid #253A604D;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    position: relative;
    height: 100%;
    cursor: pointer;
}
.open-ai-pa--icon {
    width: 64px;
    height: 64px;
    background: #253A60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.open-ai-pa--icon img,
.open-ai-pa--icon svg{
    width: 32px;
    height: 32px;
}
.open-ai-pa-title {
    font-family: "owners", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
}
.open-ai-pa-content {
    color: #7d7b7d;
    line-height: 25px;
    margin-top: 5px;
}
.open-ai-pa--icon svg path {
    stroke: #fff;
}
.open-ai-pa-box-wraper.active {
    background: #253A60;
    color: #fff;
}
/*.open-ai-pa-box-wraper:hover .open-ai-pa-content{
    color: #fff;
}*/
.open-ai-pa-box-wraper.active .open-ai-pa--icon{
    background: #fff;
}
.open-ai-pa-box-wraper.active .open-ai-pa--icon svg path {
    stroke: #253A60;
}
/*.open-ai-pa-box-wraper:hover .open-ai-pa--icon svg {
    filter: invert(1);
}*/
.open-ai-pa-hover-content {
    position: absolute;
    background: #f4f7fa;
    padding: 20px;
    border: 1px solid #dddd;
    box-shadow: 0px 4px 8px 0px #00000005;
    border: 1px solid #253A604D;
    left: 0;
    top: calc(100% - 20px);
    width: 100%;
    z-index: 9;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.5s ease;
}
.open-ai-pa-box-wraper.active .open-ai-pa-hover-content {
opacity: 1;
}
a.open-ai-pa-links {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    margin-top: 10px;
}
a.open-ai-pa-links svg{
    transition: all 0.5s ease;
}
a.open-ai-pa-links:hover svg {
    transform: rotate(40deg);
}
a.open-ai-pa-link {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.open-ai-pa-wraper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.open-ai-pa-list {
    width: calc((100% - (20px * 3)) / 4);
}
.open-ai-pa-section{
    background: #F4F7FA;
}
.open-ai-box-wraper {
    padding: 30px 15px 21px;
    border-radius: 20px;
    height: 100%;
}
.list-two-col ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #CCFF00;
    border-radius: 50%;
    left: 0;
    top: 16px;
}
.list-two-col ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.list-two-col ul {
    column-count: 2;
    display: block;
}
.open-ai-box-counter {
    width: 60px;
    height: 60px;
    background: #CCFF00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 24px;
    font-family: "owners", sans-serif;
    font-weight: 500;
    line-height: 24px;
    border-radius: 50%;
    margin: 0 auto 15px;
}
.open-ai-box-inner {
    text-align: center;
    padding: 20px;
}
.open-ai-box-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "owners", sans-serif;
    font-weight: 700;
    line-height: 1.4;
}
.open-ai-box-description {
    font-size: 18px;
    line-height: 1.6;
}
.open-ai-box-listing {
    position: relative;
}
.open-ai-box-listing::before {
    content: "";
    position: absolute;
    right: -15px;
    background-image: url(img/right_arrow.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 80px;
}
.open-ai-box-listing:last-child::before{
    display: none;
}
footer.open-ai-footer {
    font-size: 14px;
    line-height: 20px;
    padding: 25px 0;
}
.open-ai-content-center {
    text-align: center;
}
.open-ai-content-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}
.open-ai-content-menu ul a{
    color: #000;
}
.form-group-col {
    width: calc((100% - (10px * 4)) / 5);
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.form-group-col .submit-btn input[type="submit"] {
    width: 100% !important;
    background: #ccff00;
    border-color: #ccff00;
    padding: 16px 60px 16px 20px;
    font-size: 16px;
    font-weight: 700;
}
.form-group-col .form-control-field {
    background: transparent;
    color: #fff;
    padding: 18px 15px;
    font-size: 18px;
    line-height: 12px;
    border-radius: 10px;
    border-color: rgba(255,255,255,0.25);
}
.form-group-col .wpcf7-form-control-wrap {
    margin: 0 !important;
}
.open-ai-form-box {
    margin-top: 50px;
}

.form-group-col .submit-btn {
    width: 100%;
}
.open-ai-form-box .form-control-field::-webkit-input-placeholder {
  color: #fff;
}

/* Firefox 19+ */
.open-ai-form-box .form-control-field::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* IE 10-11 */
.open-ai-form-box .form-control-field:-ms-input-placeholder {
  color: #fff;
}

/* Standard (Modern Chrome, Firefox, Edge, Safari) */
.open-ai-form-box .form-control-field::placeholder {
  color: #fff;
}
.page-template-template-open-ai .wpcf7-form label {
    font-family: "Roboto", sans-serif;
    line-height: 14px;
}
.page-template-template-open-ai .wpcf7 .wpcf7-not-valid-tip {
    display: none !important;
}
.page-template-template-open-ai span.wpcf7-form-control-wrap[data-name="EmailAddress"] span.wpcf7-not-valid-tip,
.page-template-template-open-ai span.wpcf7-form-control-wrap[data-name="PhoneNumber"] span.wpcf7-not-valid-tip {
    display: none !important
}
.submit-btns {
    position: relative;
}
@media screen and (min-width: 992px) {
.open-ai-pa-list.open-ai-pa-list-five {
    width: calc((100% - (20px * 4)) / 5);
}
.open-ai-pa-list.open-ai-pa-list-five .open-ai-pa-box-wraper {
    padding: 40px 15px;
}
}
@media screen and (max-width: 1400px) {
.open-ai-banner-features {
    gap: 10px;
}
.open-ai-banner-features-list {
    width: calc(33.33% - 7px);
}
.banner-features-box-content {
    font-size: 16px;
    line-height: 22px;
}

.open-ai-pa--icon {
    width: 55px;
    height: 55px;
}
.open-ai-pa--icon img,
.open-ai-pa--icon svg {
    width: 23px;
    height: 23px;
}
}
@media screen and (max-width: 1199px) {
.open-ai-banner-form-heading {
     font-size: 24px;
}
.open-ai-pa-box-wraper {
    padding: 30px 15px;
}
.open-ai-pa-title {
    font-size: 20px;
    line-height: 1.4;
}
.form-group-col {
    width: calc((100% - (10px * 1)) / 2);
}
}
@media screen and (max-width: 991px) {
.open-ai-banner-form {
    margin-top: 40px;
}
.open-ai-pa-list {
 width: calc((100% - (20px * 2)) / 3); 
   
}

.open-ai-banner-title {
    font-size: 50px;
    line-height: 60px;
}
.open-ai-features-box {
    padding: 20px;
}
.open-ai-features-list {
    position: relative;
    border-right: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.open-ai-features-list:nth-child(2n+2){
   border-right: 0;
}
.open-ai-features-box {
    padding: 20px;
}
.open-ai-features-list:nth-last-child(-n+2) {
    border-bottom: none;
}
.open-ai-heading {
    font-size: 30px;
}
.open-ai-box-wraper {
    padding: 30px 20px;
}
.open-ai-box-inner {
    text-align: center;
    padding: 15px;
} 
.open-ai-box-listing::before {
    right: -12px;
    width: 24px;
    height: 24px;
}
.open-ai-content-menu ul {
    justify-content: center;
}
.open-ai-content-left {
    text-align: center;
}
.open-ai-content-center {
    padding: 10px 0;
}
.form-group-col {
    width: calc((100% - (20px * 1)) / 2);
}
.footer-row {
    gap: 20px;
}
section.open-ai-banner {
    padding: 70px 0;
}
.open-ai-banner-content {
    padding-right: 0;
}
}
@media screen and (max-width: 767px) {
body.page-template-open-ai{
    padding-top: 130px;
}
.open-ai-pa-box-wraper:hover .open-ai-pa--icon svg path {
    stroke: #ffff;
}
.open-ai-pa-box-wraper:hover .open-ai-pa--icon {
    background: #253a60;
}
.open-ai-pa-box-wraper:hover {
    background: transparent;
    color: #000;
}
.open-ai-features-box-content {
    width: calc(100% - 60px);
}
.open-ai-banner-title {
    font-size: 40px;
    line-height: 54px;
    text-align: center;
}
.open-ai-banner-description {
    font-size: 16px;
    text-align: center;
}
.open-ai-banner-features {
    gap: 20px;
    justify-content: center;
}
.open-ai-banner-features-list {
    width: calc(50% - 10px);
}
.open-ai-banner-form {
   padding: 30px 20px;
}
.open-ai-features-list{
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.open-ai-features-list:last-child{
    border-bottom: 0 !important;
}
.featured-box-review.open-ai-features-box {
    flex-direction: column;
}
.open-ai-featured-section {
    padding: 20px 0;
}
.open-ai-pa-list {
    width: calc((100% - (20px * 1)) / 2);
}
.open-ai-box-listing::before {
    width: 30px;
    height: 30px;
    top: initial;
    bottom: 10px;
    right: initial;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}
.open-ai-box-listing {
    padding-bottom: 40px;
}
.open-ai-box-listing:last-child {
    padding-bottom: 0;
}
.form-group-col {
    width: 100%;
}
.form-group-col .submit-btn::before {
    background-image: url(/wp-content/themes/levin-and-lalbandyan/img/arrow.svg);
}
.open-ai-form-box {
    margin-top: 30px;
}
.open-ai-header-logo {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 10px;
    text-align: center;
}
.open-ai-header-logo img {
    max-width: 66px;
    margin: auto;
}
.open-ai-header-contact {
    width: 100%;
    text-align: center;
}
.open-ai-contact {
     justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}
.open-ai-contact-number a {
    font-size: 17px;
    line-height: 20px;
}
.open-ai-btn {
    font-size: 16px;
    padding: 10px 20px;
}
.open-ai-header {
    border-bottom: 0;
}
}

@media screen and (max-width: 575px) {
.open-ai-pa-list {
    width: 100%;
}
.list-two-col ul {
    column-count: 1;
}

}