body,
html {
    margin: 0;
    line-height: 28px;
    background-color: #fff;
    font-family: system-ui;
    /* font-family: Montserrat-Bold; */
    height: 100%;
}

.section-heading {
    /* font-family: Montserrat-Bold; */
    font-family: system-ui;
    text-align: center;
    position: relative
}

.section-heading:after {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -25px
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.btn {
    font-weight: 700;
    display: inline - block;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    color: #fff;
    background-color: #4169E1;
    border-radius: 50px;
    border: 0;
    padding: 16px 35px 14px;
    -webkit-transition: .3s;
    transition: .3s
}

.btn2 {
    font-weight: 700;
    display: inline - block;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    color: black;
    background-color: white;
    border-radius: 10px;
    border: 0;
    padding: 16px 35px 14px;
    -webkit-transition: .3s;
    transition: .3s
}

.btn2:hover {
    background-color: #71bf18
}

.btn2:active {
    background-color: #59a601
}

.btn:hover {
    background-color: #71bf18
}

.btn:active {
    background-color: #59a601
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
    border-color: red;
}

button,
input,
select,
textarea {
    outline: 0 !important;
    text-decoration: none;
    color: inherit;
}

a {
    outline: 0 !important;
    text-decoration: none;
    color: inherit;
}


/* */
.tabs {
    cursor: pointer;
    /* padding: 10px 20px 40px; */
    /* display: inline-block; */
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    /* text-align: center; */
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.panels {
    background: #fffffff6;

    width: 100%;
    max-width: 500px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    display: inline;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.radio {
    display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel {
    display: block;
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab {
    background: #4169E1;
    color: white;
}

.contact-mail img {
    width: 30px;
    margin-right: 10px;
    vertical-align: text-top;
}

.font13 {
    font-size: 13px !important;
}

.selfFlexbox {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

.selfFlexitem {
    flex: 1;
    position: relative;
}

.selfFlexitem .selfFlexinfo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    color: white;
    padding: 30px 50px 0;
}

.selfFlexitem .selfFlexinfo p:nth-child(1) {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bolder;
}

.selfFlexitem .selfFlexinfo p:nth-child(2) {
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 400;
}

.selfFlexitem .lazy_load img {
    width: 100%;
    height: auto;
}

.slefAIContent1 {
    text-align: center;
    padding-top: 92px;
    background-color: white;
}

.slefAIContent1 .selfAitit {
    font-weight: bold;
    font-size: 83px;
    line-height: 101px;
    color: #334052;
    margin-bottom: 31px;
}

.slefAIContent1 .selfAicon {
    font-weight: 400;
    font-size: 41px;
    line-height: 51px;
    color: #536072;
    font-style: normal;
}

.slefAIContent1 .aicontent {
    width: 100%;
    margin-top: 52px;
}

.slefAIContent1 .aicontent img{
    width: 80%;
}

.slefAIContent {
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    height: 660px;
}

.slefAIContent .selfAitit {
    font-weight: bold;
    font-size: 83px;
    color: #317FE6;
    line-height: 101px;
    text-align: left;
    font-style: normal;
    margin-bottom: 75px;
}

.slefAIContent .selfAicon {
    max-width: 688px;
    font-weight: 400;
    font-size: 41px;
    color: #536072;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    letter-spacing: 1px;
}

@media (max-width: 769px) {
    .slefAIContent .selfAicon {
        max-width: 500px;
    }
}

.slefAIContent .aicontent {
    height: 100%;
    text-align: center;
}

.slefAIContent .aicontent img {
    width: auto;
    max-width: 1214px;
    height: 100%;
}

.slefAIContent2 {
    margin: 65px 0 49px;
    align-items: center;
}

.slefAIContent2 .aicontent {
    z-index: 12;
    height: 663px;
}

.slefAIContent2 .backimg {
    position: absolute;
    width: 331.5px;
    height: 663px;
    top: 0;
    left: 0;
    background-image: url("../../uploads/ai_images/img_dot_2.png");
    background-position: right;
}

.slefAIContent3 {
    margin-top: 27px;
    padding: 0;
}

.slefAIContent3 .backimg1 {
    position: absolute;
    width: 57px;
    height: 57px;
    top: 45px;
    left: 47px;
    background-image: url("../../uploads/ai_images/img_dot_3_left.png");
}

.slefAIContent3 .backimg2 {
    position: absolute;
    width: 257.5px;
    height: 515px;
    bottom: 0;
    right: 0;
    transform: translateY(-25%);
    background-image: url("../../uploads/ai_images/img_dot_3_right.png");
    z-index: -1;
}

.slefAIContent4 {
    margin-top: 95px;
}

.slefAIContent4 .backimg {
    position: absolute;
    width: 111px;
    height: 76px;
    bottom: 0;
    right: 0;
    background-image: url("../../uploads/ai_images/img_dot_4.png");
}

.slefAIContent5 {
    margin-top: 52px;
}

.slefAIContent5 .selfAitit {
    font-size: 62px;
    line-height: 75px;
}

.slefAIContent5 .backimg {
    position: absolute;
    width: 187px;
    height: 295px;
    bottom: 0;
    left: -97px;
    background-image: url("../../uploads/ai_images/img_dot_5.png");
    z-index: -1;
}

.slefAIContent6 .backimg {
    position: absolute;
    width: 250px;
    height: 388px;
    bottom: 0;
    right: 0;
    background-image: url("../../uploads/ai_images/img_dot_6.png");
    z-index: -1;
}