body {
    font-family: 'Roboto Serif', sans-serif;
}

.circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background:#C2FFD9;*/
    background-image: linear-gradient(to bottom right, #C8F2EF, #C2FFD9);
    clip-path: circle(62% at right -22%);
}
.error-message {
    color: red;
    font-size: 13px;
    display: block;
  }
/* Hides Edge/Chrome default password reveal button */
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

input[type="password"]::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}
  
.section-title {
    text-align: center;
    color: #03c4a1;
    padding: 10px 0;
}

.com_text_color {
    color: #03c4a1;
}

.sub_text {
    color: grey;
}

.header-section {
    /*position: relative;*/
}

.imgdiv {
    /* padding: 20px 0 100px 30px; */
    padding: 20px 0 100px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.imgdiv img {
    /*width:20%;	*/
    width: 30%;
    z-index: 1;
}

.content {
    width: 550px;
}

.content h2 {
    /* color: #03c4a1; */
    margin-bottom: 30px;
}

.content h6 {
    font-size: 18px;
    color: grey;
    margin-bottom: 30px;
}

.nav-item {
    padding: 0 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)!important;
    color: #03c4a1!important;
    font-weight: 500!important;
}

.nav-link {
    border: 1px solid transparent;
}

.nav-link:hover {
    border: 1px solid #03c4a1;
}

.combut {
    background-color: #fff;
    color: #03c4a1;
    border: 1px solid #03c4a1!important;
}

.combut:hover {
    background-color: #03c4a1;
    color: #fff;
}

.sub-headers {
    margin-top: 40px;
    padding: 0 30px;
    margin-bottom: 30px;
}


/* Style tab links */

.tablink {
    background-color: #fff;
    color: #03c4a1;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
}

.tablink:hover {
    /*background-color: #777;*/
    border-bottom: 2px solid #03c4a1;
}

.tablink .card:hover {
    background-color: aliceblue;
}


/* Style the tab content (and add height:100% for full page content) */

.tabcontent {
    color: white;
    display: none;
    padding: 70px 20px 0;
    height: 100%;
}

#Home {
    background-color: white;
}

#News {
    background-color: white;
}

#Contact {
    background-color: white;
}

#About {
    background-color: white;
}

.feature {
    background-color: #C8F2EF;
    margin-top: 150px;
}

.other_card {
    margin-bottom: 20px;
}

.card-header {
    font-weight: bold;
}

.compare_table thead tr th,
.compare_table tbody tr td {
    text-align: center;
}

.th_wdth_one {
    width: 30%;
    /*background-color: #EEF2FF;*/
}

.th_wdth_two {
    width: 15%;
}

.td_us {
    background-color: #CFFFDC;
}

.td_other {
    background-color: #FFEFEF;
}

.crosS_red {
    color: red;
}

.cross_green {
    color: green;
}

.feature_icon {
    background: linear-gradient(to bottom right, #03c4a1, #BAFFB4);
    /*background: linear-gradient(to bottom right,   #781C68,#BAFFB4);*/
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.snaps_kp {
    border: 2px solid #03c4a1;
    padding: 10px;
}

.img1 {
    width: 150px;
}

.head {
    color: #8B00FF;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
}


/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");*/

.trybtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.rounded-circle {
    border-radius: 50% !important;
    width: 80%;
}

.solution {
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
    /* border-radius: 8px; */
    box-shadow: 0 25px 98px 0 rgb(0 0 0 / 5%);
    border: none !important;
}

.rounded-circle1 {
    background-color: #fff;
    border-radius: 40% !important;
    width: 80%;
}

.career_icon {
    background: #C8F2EF;
    padding: 10px;
    border-radius: 50%;
}

.contact .info {
    border-top: 3px solid #03c4a1;
    border-bottom: 3px solid #03c4a1;
    padding: 30px;
    width: 100%;
    background-color: #f9f9fa;
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #03c4a1;
    border-bottom: 3px solid #03c4a1;
    padding: 30px;
    background-color: #f9f9fa;
}

#more {
    display: none;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .circle {
        height: 45%;
    }
}

@media only screen and (max-width: 480px) {
    /*For mobile phones: */
    .circle {
        height: 30%;
    }
}

.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #03c4a1;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 9;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}