@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
}


/* footer */

footer {
    background-color: #232233;
    color: #fff;
    padding: 170px 0 0 0;
    position: relative;
}

footer p {
    padding: 22px 0;
    margin-bottom: 0;
}

.social-media {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.social-media li {
    float: left;
    border-right: 1px solid #FFFFFF;
    padding: 0 21px;
}

.social-media :first-child li {
    padding-left: 0;
}

.social-media :last-child li {
    border-right: none
}

.copyright {
    text-align: center;
    border-top: 1px solid #fff;
    padding: 15px;
    margin-top: 60px;
}

.quick-link-ul {
    list-style: none;
    padding-left: 0;
    padding-top: 31px;
    font-size: 16px;
}

.quick-link-ul li {
    padding-bottom: 10px;
}

.quick-link-ul li a {
    color: #fff;
    transition: all 0.5s ease-out;
}

.quick-link-ul li a:hover {
    padding-left: 5px;
    transition: all 0.2s ease-out;
}

.footer-main-text {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
}

.footer-contact-details {
    list-style: none;
    display: flex;
    flex-direction: row;
    font-size: 20px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

.mail-icon-footer {
    background-color: #FBBF24;
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 100px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mail-icon-footer img {
    width: 27px;
    height: auto;
}


/* Join the community today */

.contact-main-box {
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 40px 0;
    width: 70%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -140px;
}

.mail-icon-footer img {
    width: 26px;
    height: auto;
}

.footer-contact-details li:first-child {
    border-right: 3px solid #000;
}

.contact-main-box li {
    padding: 16px 43px;
    margin: auto 0;
}

.footer-contact-details li {
    color: #232233;
    display: flex;
    align-items: center;
}

.mail-icon-footer,
.mail-icon-footer {
    margin-right: 10px;
}

.join-community-today-section {
    background: url(../assets/bg/join-ccommunity-today2.jpg);
    background-color: #003336;
    background-size: inherit;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: center;
    text-align: center;
    height: 550px;
    color: #fff;
}

.join-community-today-section h2 {
    font-size: 50px;
}

.join-community-today-section p {
    font-size: 18px;
}

.join-community-today-section button {
    font-size: 24px;
    color: #000;
    background-color: #fff;
    border: #fff;
    border-radius: 100px;
    padding: 12px 46px;
    font-weight: 600;
}


/* FAQ */

.faq-section {
    background-color: #F1F5F9;
    padding: 98px 0;
    text-align: center;
}

.faq-section h2 {
    font-size: 50px;
    font-weight: 600;
}

.faq-section p {
    font-size: 18px;
}

.faq-section p {
    width: 70%;
    text-align: center;
    margin: auto;
}

.faq-section .accordion-item {
    margin-bottom: 20px;
}


/* Service */

.service-pera {
    max-width: 80%;
}

.service-h2 {
    font-weight: 600;
    font-size: 50px;
}

.service-sub {
    color: #D97706;
    font-weight: 500;
}

.service-main-text {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
    padding: 8px 0;
    max-width: 80%;
    line-height: 25px;
}

.service-main-pera {
    font-size: 16px;
    color: #0F172A;
}

.service-section-home {
    position: relative;
    padding: 40px 0;
}

.service-main-img {
    display: flex;
    justify-content: space-around;
}

.service-bg-shape {
    position: absolute;
    z-index: -1;
    right: 331px;
    top: 42px;
}

.service-bg-shape img {
    width: 67%;
}

.service-main-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.service-main-img img {
    width: 70%;
}


/* Try ThinkClr free now! */

.try-thinkclr-section {
    text-align: center;
}

.try-thinkclr-section #button-5 {
    width: 215px;
}

.try-thinkclr-section p {
    width: 78%;
    text-align: center;
    margin: auto;
    color: #475569;
}

.try-thinkclr-section button {
    margin-bottom: 60px;
    background-color: #003336;
    color: #fff;
    border: none;
    margin-top: 20px;
    border-radius: 100px;
    padding: 17px 44px;
}

.try-thinkclr-section img {
    width: 100%;
}


/* Main Nav */

.navbar {
    background-color: #fff;
    border-bottom: 1px solid #CFCFCF;
    min-height: 80px;
}

.navbar-brand {
    color: #0F172A;
}

/* .navbar-brand img {
    max-height: 40px;
} */

.form-terms{
    text-decoration: underline;
}

.navbar-toggler-icon {
    color: #0F172A;
}

.form-terms a:hover{
    color: #003336;
}

.navbar-nav {
    margin: auto;
    height: 63px;
}

.navbar-nav .nav-link {
    color: #0F172A;
    padding: 0.5rem 1rem;
    font-weight: 600;
}

.offcanvas-header {
    background-color: #343a40;
    border-bottom: 1px solid #495057;
}

.offcanvas-title {
    color: #0F172A;
}

.offcanvas-body {
    padding: 1rem;
}

.main-nav .navbar-toggler {
    background-color: #0F172A;
    margin-right: 10px;
}

.app-play-store{
    margin-left: 0;
    padding-left: 0;
    display: flex;
    margin-top: 20px;
}

.app-play-store li img{
    width: 9.6rem;
}

.app-play-store li{
    padding-right: 10px;
}

.app-play-store li{
    list-style: none;
}

.pass-class1 {
    position: relative;
}
.pass-class1 .pass-eye1{
    position: absolute;
    right: 14px;
    top: 19px;
}

.pass-class1 .pass-eye1 i{
    cursor: pointer;
}


.offcanvas-body {
    background-color: #003336;
}

.navbar-nav li {
    padding: 10px 0;
    width: 96px;
    text-align: center;
    margin-left: 6px;
}

.offcanvas-body button {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100px;
    padding: 10px 33px;
}

.navbar-nav a {
    color: #0F172A;
    transition: all 0.5s ease;
}

.navbar-nav li a:hover {
    border-bottom: 3px solid #FACC15;
    transition: all 0.1s ease;
}

.home-btn-request {
    border-radius: 100px;
    border: 2px solid #0F172A;
    color: #0F172A;
    font-size: 16px;
    padding: 10px 33px;
    font-weight: 600;
}

.home-btn-request:hover {
    background-color: #0F172A;
    border: 2px solid #0F172A;
    color: #fff;
}

.navbar-nav-active {
    border-bottom: 3px solid #FACC15;
}

.main-nav {
    margin-bottom: 100px;
}


/* Pricing */

.pricingTable-firstTable_table-main .pricingTable-firstTable_table__getstart {
    background-color: #fff;
    color: #003336;
}

.pricingTable {
    margin: 5% 0  3% auto;
    text-align: center;
}

.pricingTable>.pricingTable-title {
    text-align: center;
    color: #231D4F;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.pricingTable>.pricingTable-subtitle {
    text-align: center;
    color: #464646;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
}

.pricingTable-firstTable {
    list-style: none;
    text-align: center;
    padding-left: 0;
    margin-top: 50px;
}

.pricingTable-firstTable_table {
    vertical-align: middle;
    width: 32%;
    background-color: #fff;
    display: inline-block;
    padding: 34px 21px 38px 33px;
    text-align: left;
    max-width: 414px;
    transition: all 0.3s ease;
    border-radius: 25px;
    border: 1px solid #EFF0F6;
    box-shadow: 2px 0px 11px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 2px 0px 11px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 2px 0px 11px 0px rgba(0, 0, 0, 0.75);
}

.pricingTable-firstTable_table-main {
    background-color: #003336;
    color: #fff !important;
}

.pricingTable-firstTable_table__header {
    font-size: 20px;
    font-weight: 500;
}

.pr .pricingTable-firstTable_table__header {
    font-size: 1.6em;
    padding: 40px 0px;
    border-bottom: 2px solid #ebedec;
    letter-spacing: 0.03em;
}

.pricingTable-firstTable_table__pricing {
    font-size: 42px;
    padding: 20px 0 9px 0;
    line-height: 0.7;
    font-weight: 600;
}

.pricingTable-firstTable_table__options>li:before {
    content: '✓';
    display: inline-flex;
    margin-right: 15px;
    color: white;
    background-color: #74ce6a;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 0.8em;
    padding: 2px;
    align-items: center;
    justify-content: center;
}

.pricing-sub {
    font-size: 16px;
    color: #6F6C90;
    font-weight: 500;
}

.pricingTable-firstTable_table-main .pricing-sub {
    color: #fff;
}

.pricing-sub2 {
    font-weight: 600;
}

.plan-namee-box i {
    float: left;
    margin-right: 10px;
   
}

.plan-namee-box {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

:root {
    --white: white;
    --lightgray: whitesmoke;
}




.switch-wrapper {
    position: relative;
    display: inline-flex;
    padding: 10px;
    border: 1px solid lightgrey;
    margin-bottom: 40px;
    border-radius: 30px;
    background: var(--white);
}

.switch-wrapper [type="radio"] {
    position: absolute;
    left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly~label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly~label[for="yearly"] {
    color: var(--white);
}

.switch-wrapper [type="radio"]:checked#monthly~label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly~label[for="yearly"]:hover {
    background: transparent;
}

.switch-wrapper [type="radio"]:checked#monthly+label[for="yearly"]~.highlighter {
    transform: none;
}

.switch-wrapper [type="radio"]:checked#yearly+label[for="monthly"]~.highlighter {
    transform: translateX(100%);
}

.switch-wrapper label {
    font-size: 16px;
    z-index: 1;
    min-width: 120px;
    line-height: 32px;
    cursor: pointer;
    border-radius: 30px;
    transition: color 0.25s ease-in-out;
    font-weight: 500;
}

.switch-wrapper label:hover {
    background: var(--lightgray);
}

.switch-wrapper .highlighter {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    border-radius: 30px;
    background: #003336;
    transition: transform 0.25s ease-in-out;
}


/* Button Styles */

.button {
    display: inline-flex;
    border: 2px solid #0F172A;
    color: #0F172A;
    text-decoration: none;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100px;
    padding: 10px 24px;
    font-weight: 500;
}

.button10 {
    display: inline-flex;
    border: 2px solid #0F172A;
    color: #0F172A;
    text-decoration: none;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100px;
    padding: 16px 42px;
    font-weight: 500;
}

.button12 {
    display: inline-flex;
    border: 2px solid #0F172A;
    color: #0F172A;
    text-decoration: none;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100px;
    padding: 16px 42px;
    font-weight: 500;
    margin: 38px 0;
}

.button12 a {
    color: #0F172A;
}

.button12 #translate {
    transform: rotate(50deg);
    width: 100%;
    height: 175%;
    left: -208px;
    top: -30px;
    background: #FECA00;
    position: absolute;
    transition: all .3s ease-Out;
}


.button12:hover #translate {
    left: -6px;
}

.button12:hover a {
    color: #0F172A;
}


.button2 {
    display: inline-flex;
    border: 2px solid #0F172A;
    color: #0F172A;
    text-decoration: none;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100px;
    padding: 16px 42px;
    font-weight: 500;
    margin: 30px 0 44px 0;
    background-color: #fff;
}

.button3 {
    display: inline-flex;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100px;
    padding: 16px 42px;
    font-weight: 500;
    margin: 30px 0 44px 0;
}

.button3 a {
    color: #fff;
}

a {
    text-decoration: none;
    color: #0F172A;
}

#button-5 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 219px;
}

#button-5 a {
    position: relative;
    transition: all .45s ease-Out;
}

#translate {
    transform: rotate(50deg);
    width: 100%;
    height: 250%;
    left: -208px;
    top: -30px;
    background: #FECA00;
    position: absolute;
    transition: all .3s ease-Out;
}


#button-5:hover #translate {
    left: 5px;
}

#button-5:hover a {
    color: #2D3142;
}


/* Circles Animation*/

:root {
    --color-background: #2D5BFF;
    --color-design: #98D0D3;
    --color-research: #FACC15;
    --radius: 240px;
}

.canvas,
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.circles {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: rotate;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    backface-visibility: hidden;
    perspective: 1000;
}

.circle {
    position: relative;
    width: 1px;
    height: 1px;
    margin: calc(var(--radius) / 2);
    border-radius: 50%;
    backface-visibility: hidden;
    perspective: 1000;
    opacity: .9;
}

.circle.design {
    background: var(--color-design);
    box-shadow: 0 0 var(--radius) var(--radius) var(--color-design);
    animation-name: float;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.circle.research {
    background: var(--color-research);
    box-shadow: 0 0 var(--radius) var(--radius) var(--color-research);
    animation-name: float;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

@keyframes float {
    0% {
        transform: translateX(calc(var(--radius) * 0.0)) translateZ(0)
    }

    20% {
        transform: translateX(calc(var(--radius) * 0.5)) translateZ(0)
    }

    40% {
        transform: translateX(calc(var(--radius) * 1.0)) translateZ(0)
    }

    60% {
        transform: translateX(calc(var(--radius) * 1.5)) translateZ(0)
    }

    80% {
        transform: translateX(calc(var(--radius) * 0.5)) translateZ(0)
    }

    100% {
        transform: translateX(calc(var(--radius) * 0.0)) translateZ(0)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) translateZ(0)
    }

    100% {
        transform: rotate(360deg) translateZ(0)
    }
}

@media (max-width: 640px) {
    :root {
        --radius: 125px;
    }

    .overlay {
        background-size: 50%;
    }
}

.form-container {
    max-width: 600px;
    margin: 50px auto;
    background-color: #fff;
    padding: 42px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.get-in-touch-box {
    text-align: center;
    margin: auto;
    margin-top: 7%;
}

.get-in-touch-box h2 {
    text-align: center;
    color: #231D4F;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.get-in-touch-box p {
    text-align: center;
    color: #464646;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    width: 66%;
    margin: auto;
}

.form-container input, .form-container select {
    height: 60px;
    background-color: rgba(64, 166, 255, .18);
    border: 1px solid 6690B5;
}

.form-container textarea {
    background-color: rgba(64, 166, 255, .18);
    border: 1px solid 6690B5;
}

.form-check input{
    width: 1em;
    height: 1em;
    margin-right:10px ;
}

.passlength{
    font-size: 13px;
    color: #878787;
}

.subdomain-ex{
    font-size: 13px;
    color: #878787;
}

.subdomain-ex i{
    font-weight: 600;
}

.form-check{
    margin-bottom: 20px;
}



.form-container ::placeholder {
    color: #6690B5;
    opacity: 1;
}

.form-container ::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #6690B5;
}

.form-container {
    margin-bottom: 10%;
}

.error span {
    color: #DD0F0F;
    font-size: 13px;
}

.error input, .error textarea {
    border: 1px solid #DD0F0F !important;
}

.form-container .button2 {
    margin: 8px 0 16px 0;
}

footer .form-control {
    line-height: 2.5;
    border: 1px solid #fff;
    border-radius: 100px 0 0 100px;
}

footer button {
    border: 1px solid #FACC15 !important;
    background-color: #FACC15 !important;
    color: #231D4F !important;
    border-radius: 0 100px 100px 0px !important;
    padding: 0 24px !important;
}

.join-community-today-section .button2 {
    border: 2px solid #fff;
    padding: 14px 48px;
    margin: 15px 0 0 0;
}

.join-community-today-section #button-5 a {
    color: #fff;
}


/**
 * ----------------------------------------
 * animation 
 * ----------------------------------------
 */

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}

.social-media .slide-top {
    transition: all 0.5s ease-out;
}

.social-media .slide-top:hover {
    -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.privacy-policy-box h3 {
    font-size: 40px;
    text-align: center;
    background: #FACC15;
    padding: 25px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.privacy-policy-box p {
    font-size: 16px;
}

.privacy-policy-sub {
    width: 100%;
    margin: 40px auto;
}

.bold-text {
    font-weight: bold;
}

.privacy-policy-sub ul li {
    padding: 6px;
}

.features-img-box {
    width: 100%;
    object-fit: cover;
}

.features-img-box img {
    width: 100%;
    object-fit: cover;
    height: 248px;
    border-radius: 10px;
}

.features-box img {
    width: 100%;
}

.fh-box {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
}

.fh-box h2 {
    color: #231D4F;
    font-size: 40px;
    font-weight: 600;
}

.fh-box p {
    color: #464646;
    font-size: 18px;
}

.fh-box:hover .shadow-pop-tr {
    -webkit-animation: shadow-pop-tr 0.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: shadow-pop-tr 0.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}


/**
 * ----------------------------------------
 * animation shadow-pop-tr
 * ----------------------------------------
 */

@-webkit-keyframes shadow-pop-tr {
    0% {
        -webkit-box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
        box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    100% {
        -webkit-box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
        box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
        -webkit-transform: translateX(-8px) translateY(8px);
        transform: translateX(-8px) translateY(8px);
    }
}

@keyframes shadow-pop-tr {
    0% {
        -webkit-box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
        box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    100% {
        -webkit-box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
        box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
        -webkit-transform: translateX(-8px) translateY(8px);
        transform: translateX(-8px) translateY(8px);
    }
}

.features-container {
    margin-top: 12%;
    margin-bottom: 10%;
}

.faq-section-1 {
    font-size: 40px;
    font-weight: 600;
}

.faq-section .accordion {
    margin-top: 50px;
    text-align: left;
}

.faq-section .accordion-button {
    font-weight: 600;
    color: #0F172A;
}

.accordion-button:not(.collapsed) {
    background: #fff;
}

.faq-section .accordion-body {
    font-weight: 400;
}

.easier-box h3 {
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
}

.thinkclr-about {
    font-size: 20px;
}

.easier-3rd-box {
    -webkit-box-shadow: 0 18px 17px -9px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 18px 17px -9px rgba(0, 0, 0, 0.18);
    box-shadow: 0 18px 17px -9px rgba(0, 0, 0, 0.18);
    padding: 27px 18px 9px 22px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    min-height: 355px;
}

.easier-3rd-box h4 {
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
}

.easier-3rd-box p {
    font-size: 14px;
    line-height: 23px;
}

.easier-section {
    padding: 80px 0;
    position: relative;
}

.view-tour2 {
    position: absolute;
    z-index: -1;
    right: 0;
    width: fit-content;
    margin-top: -9%;
}

.main-video-box {
    position: relative;
}

.play-1 {
    z-index: 2;
    position: absolute;
    left: 0;
    right: -180px;
    top: 93px;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.play-1 img {
    cursor: pointer;
}

.main-nav #button-5{
    width: auto;
}

.banner-section h3 {
    font-size: 65px;
    font-weight: 600;
    color: #0F172A;
}

.banner-btn-box button {
    background: none;
    border: none;
    padding: 9px 32px;
    border-radius: 100px;
    margin-top: 0 !important;
    border: 2px solid #fff;
    transition: all 0.2s ease-out;
}

.banner-btn-box button:hover {
    background-color: #fff;
    color: #2563EB;
    border: 2px solid #fff;
    font-weight: 600;
    transition: all 0.2s ease-out;
}

.banner-btn-box {
    margin-top: 40px;
}

.banner-btn-box button:hover .rotate-center {
    -webkit-animation: rotate-center 0.6s ease-in-out both;
    animation: rotate-center 0.6s ease-in-out both;
}

.play-1:hover .rotate-center {
    -webkit-animation: rotate-center 0.6s ease-in-out both;
    animation: rotate-center 0.6s ease-in-out both;
}


/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.welcome-note {
    color: #475569;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}

.banner-section {
    padding: 60px 0 48px 0;
    position: relative;
}

.bg-animation {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -99;
    opacity: .3;
}

.banner-section .item {
    display: flex;
    align-items: center;
}

.video-mob {
    display: none;
}

.video-mob img {
    width: 100%;
}

.easier-section iframe {
    width: 100%;
    height: 430px;
}

.item .yellow-line img {
    width: 68% !important;
}

.easier-box h3 span {
    font-size: 51px;
    font-weight: 800;
}

.thankyou {
    text-align: center;
}

.thankyoucontainer {
    padding: 60px;
}

.thankyou h3 {
    font-size: 40px;
    color: #231D4F;
    font-weight: 600;
}

.thankyou p {
    font-size: 17px;
    line-height: 26px;
}

.subscription-thankyou {
    font-size: 14px;
    color: greenyellow;
}

.bg-animation {
    filter: blur(24px);
    -webkit-filter: blur(24px);
}

.wrong {
    background-color: #EE9191;
    border: 1px solid #BB1616;
    color: #6C1919;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 14px;
    border-radius: 7px;
    font-weight: 500;
    text-align: center;
}

#emailSubscribeError {
    color: #FF7979 !important;
}

#errrorubscription {
    color: #FF7979 !important;
}

#loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/**
 * ----------------------------------------
 * Validation Style
 * ----------------------------------------
 */

.button-disabled {
    background: #d7d7d7 !important;
    border: 2px solid #adadad !important;
    color: #a3a3a3 !important;
    cursor: not-allowed !important;
}

.button-disabled #translate {
    background: #d7d7d7;
}

.button-disabled a {
    cursor: not-allowed !important;
}

.sendRequest {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.sendRequest a {
    position: relative;
    transition: all .45s ease-Out;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.try-thinkclr-section #button-5:hover #translate {
    left: 10px;
}

.join-community-today-section #button-5:hover #translate {
    left: 11px;
}


.form-container #button-5:hover #translate {
    left: 11px;
}

.days-trial {
    font-size: 15px;
}

#button-5 span{
    z-index: 2;
}

.customize-plan-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
    background-color: #003336;
    border-radius: 25px;
    padding: 34px 27px;
}


.customize-plan-section ul{
    list-style:none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}

.customize-plan-section ul li{
    float: left;
}

.customize-plan-section h3{
    font-size: 54px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 14px;
    margin-right: 25px;
}

.customize-plan-section h4{
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

.customize-plan-section h4 div{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.button20 {
    display: inline-flex;
    border: 2px solid #ffffff00;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100px;
    padding: 12px 42px;
    font-weight: 500;
    background-color: #fff;
}

.button20 i {
    transition: all 0.1s ease-out;
    padding-left: 11px;
    width: 30px;
}

.button20 i img{
    width: 25px;
}

.lets-talk-animation {
    background: linear-gradient(
        to right,
        #fff 20%,
        #ffdf60 30%,
        #fff 70%,
        #ffdf60 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.appointment-name{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}

.to-time{
    color: #fff;
}
.scheduletime{
    font-size: 14px;
}
 input[type="date" ] {
        cursor: default;
      }
      
      /* Apply styles to the calendar picker indicator of input elements with type="date" */
      input[type="date"]::-webkit-calendar-picker-indicator {
        cursor: pointer;
      }
      input[type="time" ] {
        cursor: default;
      }
      
      /* Apply styles to the calendar picker indicator of input elements with type="date" */
      input[type="time"]::-webkit-calendar-picker-indicator {
        cursor: pointer;
      }
.text-danger{
    font-size: 13px;
    color: #DD0F0F !important;
}
.form-control:disabled {
    background-color: rgba(64, 166, 255, .18);
}
