/*=========google font==============*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');


/*=========common css start=========*/
*{
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}
ul,ol{
    list-style: none;
}
a{
    display: inline-block;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
p,
a {
    /*! margin: 0; */
    /*! padding: 0; */
    outline: 0;
}
body {
    font-family: 'Raleway', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
}
.container{
    max-width: 1170px;
    margin: auto;
}
/*=========common css end=============*/



/*=========help section start=========*/

#help-section {
    padding: 70px 20px;
    background: #e3e3e3;
}
.h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 50px;
    color: #31201F;
    text-align: center;
    font-weight: 600;
}
.help-section-wrapper {
    display: flex;
    gap: 30px;
}

.help-section-left {
    flex-basis: 49%;
    border: 1px solid #31201F;
    padding: 40px;
    box-shadow: 7px 6px 3px 0px #2D2E2E;
    border-radius: 5px;
    background: #FFFDF9;
}
.help-section-right {
    flex-basis: 49%;
    border: 1px solid #31201F;
    padding: 40px;
    box-shadow: 7px 6px 3px 0px #2D2E2E;
    border-radius: 5px;
    background: #FFFDF9;
}
.help-section-left-title {
    margin-bottom: 10px;
}

.h3 {
    color: #31201F;
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
}
.help-section-left-para {
    margin-bottom: 50px;
}
.p {
    color: #2d2e2e;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.help-section-left-list li {
    border-bottom: 1px solid #2D2E2E;
}

.help-section-left-list li a .span {
    line-height: 60px !important;
}

.help-section-left-list li .link span {
    font-size: 22px;
    line-height: 28px;
    color: #2d2e2e;
    font-weight: 600;
    transition: ease-in-out 0.3s;
}

.link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow i {
    font-size: 20px;
    color: #FF4F00;
    line-height: 0;
}
ul.help-section-left-list li a:hover .span {
    opacity: 0.7;
}

ul.help-section-left-list li a:hover .arrow i {
    margin-right: -5px;
}

ul.help-section-left-list li a .arrow i {
    transition: 1s;
    transition-delay: 0.2s;
    transition-duration:0.1s ;
}
span.star i {
    color: #FF4F00;
}


ul.help-section-left-list li a:hover .star .star-icon{
    visibility: hidden;
    opacity: 0;
    margin-right: 0;
    font-size: 0;
}
ul.help-section-left-list li a .star .star-icon{
    margin-right: -4px;
}
ul.help-section-left-list li a .star .star-icon{
    transition:0.3s;
}
ul.help-section-left-list li a .star .arrow-icon{
    visibility: hidden;
    margin-right: -20px;
    opacity: 0;
    transition: .8s;
}

ul.help-section-left-list li a:hover .star .arrow-icon{
    visibility: visible;
    margin-right: -5px;
    opacity: 1;

}


/*=========help section end========================*/

/*=========find section responsive start===========*/
div#find-section {
    padding: 50px 20px;
    background: #f6f6f8;
}
.div {
    text-align: center;
    border-bottom: 2px solid;
    margin-bottom: 50px;
}
.css-1hcnhs3-Input__inputLayout{
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
}
.css-1hcnhs3-Input__inputLayout button{
    background: white;
    width: 100%;
    max-width: 500px;
    border: 2px solid darkblue;
    padding:  10px 20px;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 3px;
}
.css-1hcnhs3-Input__inputLayout button svg{
    float: right;
}
.find-section-card-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.find-section-card {
    flex-basis: 32%;
    background: #FFFDF9;
    border: 2px solid #665e5e;
    padding: 25px;
    border-radius: 5px;
    transition: 0.5s ease;
}
.find-section-card-img {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.find-section-card-img li {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    background-color: rgb(255, 253, 249);
    border: 1px solid rgb(232, 231, 228);
    border-radius: 5px;
    margin-right: 10px;
    padding: 8px;
  }
.find-section-card-img li a img {
    height: 60px !important;
    width: 60px !important;
    background: #fffdf9;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
    border: 1px solid #e8e7e4;
    padding: 10px;
    border-radius: 10px !important;
}


.find-section-card:hover{
    box-shadow: 7px 6px 0px 0px #2D2E2E;
}

.find-section-card-title h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    min-height: 130px;
    margin: 24px 0 52px;
    letter-spacing: 0px;
    color: #2e2e2e;
}
.find-section-card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.find-section-card-link a {
    font-size: 16px;
    color: #FF4F00;
    font-weight: 700;
}

.find-section-card-link span {
    color: #FF4F00;
    font-size: 20px;
}

.find-section-card-btn {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.find-section-card-btn a {
    background: #03989E;
    color: #FFFDF9;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    width: 372px;
    height: 70px;
    padding: 22px 0px;
    text-align: center;
    border-radius: 3px;
    transition: ease-in-out 0.5s;

}
.find-section-card-btn a:hover{
    background: #03989ECF;
}

.find-section-card-load-more a {
    border: 1px solid #2d2e2e;
    padding: 13px;
    font-size: 16px;
    color: #2d2e2e;
    font-weight: 600;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    transition: 0.5s ease-in-out;
    display: none;
}
.find-section-card-load-more a:hover{
    background: #F0F1FA;

}

.dropdown-support-v3{
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    max-width: 500px;
    margin: 0 auto;
    position: absolute;
    padding: 10px;
    visibility: hidden;
    transition: .5s;
    opacity: 0;
}
.dropdown-support-v3.showAc{
    visibility: visible;
    opacity: 1;
}

.dropdown-support-v3 a{
    display: block;
    padding: 7px 10px;
    color: #2d2d2e;
    font-weight: 500;
    transition: .4s;
    text-align: left;
}
.dropdown-support-v3 a:hover{
    color: #4515c8;
    background: #4515c826;
    border-radius: 2px;
}


/*=========find section responsive end===========*/


/*=========apps section start====================*/


#apps-section{
    background: #f6f6f8;
    padding: 130px 20px;
}
.apps-section-wrapper {
    display: flex;
}
.apps-section-text {
    flex-basis: 50%;
}
.apps-section-img {
    flex-basis: 50%;
}

.apps-section-text-wrapper {
    max-width: 370px;
}

h2.apps-section-text-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 45px;
    margin-bottom: 144px;
    color: #31201F;
}
sapn.title-color {
    color: #FF4F00;
}
.apps-section-p {
    width: 100%;
    margin-bottom: 30px;
}
.apps-section-p {
    width: 100%;
    margin-bottom: 30px;
}

.apps-section-btn a {
    background: #03989E;
    color: #FFFDF9;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding: 22px 0px;
    text-align: center;
    border-radius: 3px;
    transition: ease-in-out 0.5s;
}

.apps-section-btn a:hover {
    background: #03989ECF;
}


.apps-section-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}
.apps-section-img-wrapper a img {

    height: 60px !important;
    width: 60px !important;
    background: #fffdf9;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
    border: 1px solid #e8e7e4;
    padding: 10px;
    border-radius: 10px !important;

}
.apps-section-img-wrapper a img:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 10px 0px;
}

.css-meh3hd-AppsSection__grid {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(7, 1fr);
    gap: 40px 18px;
    text-align: center;
}
.css-1olnqhk-AppsSection__app {
    position: relative;
    background: white;
    border: 1px solid #ccc;
    padding: 6px;
    box-shadow: 0px 0px 5px 0px #ccc;
    margin-top: 20px;
    margin-left: 16px;
}
.css-1olnqhk-AppsSection__app:hover {
    box-shadow: 0px 0px 5px 3px #ccc;
}
/*=========apps section end=============*/

/*=========plan section start===========*/

#plan-section {
    background: #03989E;
    padding: 70px 20px;
}
.plan-section-card-wrapper {
    display: flex;
    gap: 23px;
}

.plan-section-card {
    flex-basis: 32%;
    background: #FFF3E6;
    padding: 25px;
}
.plan-section-icon-title {
    display: flex;
    flex-direction: column;
    height: 90px;
    justify-content: space-between;
    margin-bottom: 90px;
}

.plan-section-text-btn {
    display: flex;
    flex-direction: column;
    min-height: 190px;
    justify-content: space-between;
}
.text {
    margin-right: 50px;
}
.text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #2d2e2e;
}

.plan-section-btn a {
    background: #03989E;
    color: #FFFDF9;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding: 22px 0px;
    text-align: center;
    border-radius: 3px;
    transition: ease-in-out 0.5s;
}
.plan-section-btn a:hover {
    background: #03989ECF;
}

/*=========plan section end=============*/

/*=========footer section start=========*/

#footer {
    padding: 50px 20px;
    background: #FFFDF9;
}
.footer-title {
    font-size: 16px;
    color: #403f3e;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
}

.footer-title-letter {
    max-width: 850px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.footer-letter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-letter-list li {
    padding: 0px 10px;
}

.footer-letter-list li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    color: #2d2e2e;
    display: block;
}
ul.footer-letter-list li a:hover {
    color: #3d4592;
}
.footer-card-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.footer-card {
    flex-basis: 20%;
}

.footer-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #403f3e;
    line-height: 25px;
    margin-bottom: 10px;
}

.footer-link-list li {
    line-height: 35px;
}

.footer-link-list li a {
    color: #2d2e2e;
    font-size: 16px;
    font-weight: 500;
}
.footer-link-list li a:hover {
    color: #3d4592;
}
.show-link a {
    text-decoration: underline;
}
h2.footer-follow-us {
    font-size: 14px;
    font-weight: 600;
    color: #2d2e2e;
}
.footer-linkIcon-link-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer-linkIcon-wrapper {
    display: flex;
    align-items: center;
}

ul.footer-linkIcon {
    display: flex;
    align-items: center;
}

ul.footer-linkIcon li {
    padding: 0px 10px;
}

ul.footer-linkIcon li a i {
    display: inline-block;
    color: #FFFDF9;
    background: #a8a5a0;
    padding: 8px;
    border-radius: 100%;
    transition: ease-in-out 0.3s;
}

ul.footer-linkIcon li a i {
    display: inline-block;
    background: #a8a5a0;
    color: #FFFDF9;
    padding: 8px 0;
    border-radius: 100%;
    font-size: 14px;
    transition: 0.3s;
    width: 30px;
    height: 30px;
    text-align: center;
}
.fb:hover {
    background: #46629E;
}

.in:hover {
    background: #0976B4;
}

.wifi:hover {
    background: #FF4F00;
}

.youtube:hover {
    background: #E52D27;
}

.twitter:hover {
    background: #00ACED;
}

ul.footer-link-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

ul.footer-link-wrapper li {
    padding: 0 10px;
}

ul.footer-link-wrapper li a {
    font-size: 16px;
    font-weight: 600;
    color: #2d2e2e;
    line-height: 25px;
}
ul.footer-link-wrapper li a:hover {
    color: #3d4592;
}
.footer-copy-right-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copy-right-link {
    display: flex;
    align-items: center;
}

ul.footer-copy-right-link-list {
    display: flex;
    align-items: center;
}

ul.footer-copy-right-link-list li {
    padding: 0px 10px;
}
ul.footer-link-wrapper li a:hover {
    color: #3d4592;
}

ul.footer-copy-right-link-list li a:hover {
    color: #3d4592;
}

ul.footer-copy-right-link-list li a {
    font-size: 14px;
    font-weight: 700;
    color: #2d2e2e;
}
li.line {
    border-left: 1px solid #d7d5d2;
    border-right: 1px solid #d7d5d2;
}
/*=========footer section end===========*/


/*Custom Css*/
.mk-vctd{
    width: 100%;
    max-width: 500px;
    float: right;
}
.ctm_animato {
    height: 100%;
    min-height: 100%;
    max-height: calc(100vh - 72px - 192px);
    display: grid;
    place-items: center;
    grid-template-rows: minmax(0, 1fr);
    background: #e3e3e3;
    padding: 30px;
}
.ctm_animato svg{
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.about-text .min-button-hover:hover {
    color: green;
    background: none;
}
.about-text .min-button-hover{
    font-weight: 500;
}

.feature_manager{
    overflow: hidden;
    height: 600px;
}
.feature_manager img{
    margin-top: 0 !important;
}
