
:root{
    --main-font: 48px;
    --second-font:36px;
    --main-color: #1da5ac;
    --main-banner:80px;
    --f30: 30px;
    --f24: 24px;
    --f20: 20px;
    --bold: 600;
    --main-fc:#242424;
}


body{
    font-family: 'Montserrat', sans-serif;
}

html { scroll-behavior: smooth;}

*{
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.h5{
margin-bottom: 4rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .3rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
}
.earth{
    background-color:#fcfbf4;
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:60px;
    margin:left:40px;
    margin-right:40px;
    margin-bottom:20px;
    border-radius:30px;
    display:flex; 
    background-size: cover;
}
#dropdownMenuButton {
    cursor:pointer;
    padding-bottom:15px;
    color:#838383;
}



.read-more{
    text-align: right;
    position: static;
    left: 100px;
    margin-left: 200px;
    color:orange;
}

.h1-design{
    font-family:'Montserrat';
    font-size: var (--main-banner);
    font-weight:600;
}
.container_new{
        max-width: 1000px;
}
.container{
    max-width: 1200px;
}



a{
    text-decoration: none !important;
}

ul{
    list-style: none;
    padding: 0;
}

p{
    margin: 0;
}

section{
      padding: 60px 0px;
    overflow: hidden;
    POSITION: RELATIVE;
}

.sm-head{
    position: relative;
    left: 40px;
}

.sm-head::before{
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -40px;
    width: 30px;
    height:5px;
    background-color: #1da5ac;
}


.sm-head_2 {  position: relative;
    color: #1da5ac;}



.down_flag p span {display: inline-block; 
    margin-right: 10px;
}


.down_flag {
clear: both;
    margin: 0px 0px 50px 0px;
}


/* Main Class Start*/
.main-head{
    font-size: var(--main-font);
}
.sec-head{
    font-size: var(--second-font);
}
.line-break{
    display: block;
}
.main-color{
    color: var(--main-color);
}
/* Main Class End*/

/* Top Navigation Start */
.navigation .logo img{
    width: 115px;
}

.navigation nav{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
}

.nav-list-wrapper{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.navigation .logo{
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
}

.nav-list-wrapper ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
}
.nav-list-wrapper ul li a{
    text-decoration: none;
    color: #838383;
    font-weight: 500;
}

.nav-list-wrapper ul li a:hover{
    color: #FE743B;
}
.my-lst  :hover {
  /*  transform: scale(1.04);*/
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-banner-design {
    font-family:Montserrat;
    font-size:15px;
    margin-top:20px;
}
.bg-a{
    background-color:#F2FAFF;
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:40px;
    display:flex;   
}
.bg-b{
    position: absolute;
    left: -55px;
}
.bg-img{
    width:50%;
}
.bg-img-a{
    width:30%;
}
.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    cursor: pointer;
    /* padding-bottom: 6px; */
    color: #838383;
    font-weight: 500;
    /* margin-top: 150px; */
    position: relative;
    top: 16px;
    font-size: 17px;
    right:50px;
    margin: 0px 11px 0px 11px;
    
}

.watch-btn{
    cursor: pointer;
}

.create-card{
    padding: 12px 25px;
    background-image: linear-gradient(to right, #4fe0f0, #0d565e, #0d565e, #0d565e);
    box-shadow: 0 4px 15px 0 rgba(229, 65, 10, 0.301);
    /* background: -webkit-gradient(linear, left top, left bottom, from(#FA6400),to(#FE743B));
    background: -o-linear-gradient(top, #FA6400,#FE743B);
    background: linear-gradient(180deg, #FA6400,#FE743B); */
    color: #ffffff !important;
    border-radius: 3px;
    text-decoration: none;
}
.create-card:hover {
    background-color: #0d565e;
    transform: scale(1.05);
    border-color: #ffffff; /* Border color on hover */

}


.create-card-new{
    padding: 12px 25px;
    border: 1px #FA6400;
    background-color: #fff;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#FA6400),to(#FE743B));
    background: -o-linear-gradient(top, #FA6400,#FE743B);
    background: linear-gradient(180deg, #FA6400,#FE743B); */
    color: #FA6400 !important;
    border-radius: 30px;
    border-style:solid;
    text-decoration: none;
}

.create-card{
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
}


.create-cardr:focus {
    outline: none;
}

.banner .create-card{
    padding: 18px 50px;
}

.bold{
    font-weight: 600;
    font-size: 18px;    

}
/* Top Navigation End */


/* Home Banner Start */
.f-blue{
    color: #1da5ac;
    margin-bottom: 15px;
}
.wp-block-columns{
margin-bottom:0;
align-items:center;
}
.wp-block-image {
    margin: 0 0 1em;
   align-items: center;
}
.wp-block-image  .aligncenter{
    margin-left: 50px;
   margin-right: auto;
   display:table;
}
.wp-block-image  figure{
   margin:0;
}
.aligncenter{
   clear:both;
   margin-left:20px;
}
.figure{
align-items:center;
}
.clients_block{ 
    background: #fff;
    box-shadow: 0 8px 15px rgb(196 196 196 / 50%);
    border-radius: 12px;
    margin-top: 25px;
    padding: 32px 0;
    gap: 3em 0;
    flex-wrap:wrap;
    align-items: center;
      
}
.wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
    flex: none;
    flex-wrap:wrap;
    margin: 0 !important;
    align-items:center;
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
.wp-block-columns{
   flex-wrap:wrap;
}
.banner{
    padding: 80px 0px;
}
.banner_new{
    padding: 00px 0px;
}

.banner_new .feature {
  
}

.datasecurity { border:0px solid red; }
.datasecurity ol  { color: #838383; font-size: 20px; font-weight: normal; }
.datasecurity ol li { border: 0px solid red; margin: 0px 0px 8px 0px; list-style: none; }

.sharingwrap { border:0px solid red; }
.sharingwrap ol  { color: #838383; font-size: 20px; font-weight: normal; }
.sharingwrap ol li {
    border: 0px solid red;
    margin: 0px 0px 4px 0px;
    list-style-type: none;
    font-weight: 500;
    color: #6d706f;
}

/* new changes in digitalvisitingcard-25-04-2023 start */

.banner_new #more1 {display: none; }
.banner_new .readmetext { font-size: 14px;
    font-weight: 500;
    color: var(--main-color);}

.banner_new .digitalpara { font-family:Montserrat;font-size:15px;margin-top:20px;text-align:left;font-weight:400; }

.banner_new #more2 {display: none; }
.banner_new #more3 {display: none; }
.banner_new #more4 {display: none; }
.banner_new #more5 {display: none; }
.banner_new #more6 {display: none; }
.banner_new #more7 {display: none; }
/* new changes in digitalvisitingcard-25-04-2023 End */

.banner_new .readmetext {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-color);
}

.banner_new .digitalpara {
    font-family: Montserrat;
    font-size: 20px;
    margin-top: 20px;
    text-align: left;
    font-weight: 400;
   
}





.banner_new .feature ol { }
.banner_new .feature ol li { margin-bottom: 15px; color: #838393; font-family: Montserrat; font-weight: 500; }

.banner h1{
    font-size: var(--main-font);
    font-weight: 800;
}
.banner_new h1{
    font-size: var(--main-font);
    /* font-weight: 800; */
}
.banner p{
    color: #838383;
    font-size: 22px;
    font-weight: normal;
    
}

.banner_new p{
    color: #838383;
    font-size: 20px;font-weight: normal;
}
@media (max-width: 767px) {
    .white-d{
    font-size:16px;
    margin-top:20px;
    color:black;
    width:60%;
    margin-left:auto;
    margin-right:auto;
    text-align:initial;
    margin-left: auto;
    margin-right: auto; 
        
    }
}
.banner ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #838383;
    font-size: 16px;
}
.banner_new ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #838383;
    font-size: 16px;
}
.banner ul li i{
    color: #e43603;
}
.banner_new ul li i{
    color: #e43603;
}
.banner-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.banner-btn a{
   margin-right: 35px;
}


.banner-btn img{
    width: 45px;
}
.two-head-num span{
    margin-right: 15px;
}
/* Home Banner End */



/* just launched section start 10-02-2023  */

.main-bg1 {
      /* background: linear-gradient(to bottom, #52AFF9 0%, #52AFF9 100%); */
      border-radius: 17px;
      background: linear-gradient(359deg, #52AFF9, #52AFF9);
   }
   .main-bg {
      /* background: linear-gradient(to bottom, #52AFF9 0%, #52AFF9 100%); */
      border-radius: 17px;
      background: linear-gradient(359deg, #52AFF9, #52AFF9);
   }

     .nfc-card1 img {
      width: 100%;
      padding: 20px;
   }
    
   .nfc-card img {
      width: 100%;
      padding: 20px;
   }

.kfc_wrap1 .btn {
      /* border: 2px solid red; */
      background: #ffffff;
      color: #4facf8;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 500;
      border: none;
      padding: 7px 20px 7px 20px;
   }

   .kfc_wrap .btn {
      border:2px solid #ffffff!important;
      background: #ffffff;
      color: #4facf8;
      border-radius: 20px;
      font-size: 15px;
      font-weight: 600;
    
      padding: 7px 20px 7px 20px;
   }
   
      /* .second_div{
         position: relative;
      } */
   @media screen and (max-width: 575px){
       
      .first_div{
         position: relative;
         min-height: 420px;
      }
       .second_div{
         position: relative;
         min-height: 420px;
      }

        .card_nfc1{
/*         position: absolute; top: 0px;*/
      }
       
      .card_nfc{
         position: absolute; top: 0px;
      }
      .text-sms-center{
         text-align: center !important;
      }
      .ribbon2{
      position: absolute;
      z-index: 1111;
      width: 90px;
   }
       
        .ribbon1{
      position: absolute;
      z-index: 1111;
      width: 90px;
     margin-top: 10px;
    margin-left: -2px;
   }
   }
   @media screen and (min-width:576px) and (max-width: 767px){
     .first_div{
         position: relative;
         min-height: 420px;
      }
       .second_div{
         position: relative;
         min-height: 420px;
      }

      .card_nfc{
         position: absolute; top: 0px;
      }
      .text-sms-center{
         text-align: center !important;
      }
      .ribbon2{
      position: absolute;
      z-index: 1111;
      width: 90px;
   }
       
       .ribbon1{
      position: absolute;
      z-index: 1111;
      width: 90px;
   }
   }
   @media screen and (min-width:768px) and (max-width: 991px){
      .ribbon2{
      position: absolute;
      z-index: 1111;
      width: 90px;
   }
        .ribbon1{
      position: absolute;
      z-index: 1111;
      width: 90px;
            margin-top: 12px;
    margin-left: -2px;
   }
       .kfc_wrap1 {
      border: 0px solid red;
      padding: 0px 0px 0px 30px;
   }
   .kfc_wrap {
      border: 0px solid red;
      padding: 0px 0px 0px 30px;
   }
     .tabclass { height: 500px; float: none!important; margin: auto; display: block; }
       
       
   }
   @media screen and (min-width: 992px) {
     .first_div{
         position: relative;
         min-height: 320px;
      }
      .second_div{
         position: relative;
         min-height: 320px;
      }

        .card_nfc1{
/*         position: absolute; top: -250px;*/
      }
       
      .card_nfc{
         position: absolute; top: -250px;
      }
       
       .ribbon1 {
    position: absolute;
    z-index: 1111;
    width: 140px;
    /* top: 10px; */
    margin-top: 10px;
    margin-left: -5px;
}
       
      .ribbon2{
      position: absolute;
      z-index: 1111;
      width: 90px;
   }
       .kfc_wrap1 {
      border: 0px solid red;
      padding: 0px 0px 0px 30px;
   }
   .kfc_wrap {
      border: 0px solid red;
      padding: 0px 0px 0px 30px;
   }
   }

/* just launched section end 10-02-2023  */





/* Why Us Start */
.sm-head{
    font-size: 14px;
    font-weight: 500;
    color: #1da5ac;
}

.sec-head h3{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px;
}

.sec-head h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px;
    /* border: 1px solid red; */
}

.num{
    font-size: 36px;
    color: var(--main-color);
    font-weight: 500;
    /* width: 40px; */
}
.two-head-num p{
    font-size: 20px;
}
.why-us-box-warp{
    margin-top: 80px;
}
.why-us p {  font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px;  }

.ft h3{
      line-height: 1.5;
    font-size: 31px;
    color: #c3c3c3;
    color: #838383;
    font-weight: 400;
}
.pre h3{
    color: #4e4e4e;
    font-size: 28px;
}
.add-top-mar{
    margin-top: 100px;
}

.ft{
       
/* background-color: #f7f7f7;
    background: #f7f7f7 url(../img/penimage.png)no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
*/
}

/* .pre-test {
    margin-bottom: 120px;
} */
.why-us-box{
    min-height: 282px;
}
.why-us-box img{
    background: -webkit-gradient(linear, left top, left bottom, from(#5CBAFA),to(#2F85F3));
    background: -o-linear-gradient(top, #5CBAFA,#2F85F3);
    background: linear-gradient(180deg, #5CBAFA,#2F85F3);
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 5px;
}
/* .why-us-box{
    box-shadow: ;
} */
.why-us-box h4 {
    font-size: 20px;
}
.why-us-box p {
    line-height: 2;
    color: #555454;
}
/* Why Us End */

/* Glance Start*/
.glance{
    position: relative;
}
.glance-wrap p:nth-child(1) {
   
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #212529;
    /* border: 1px solid red; */
}
.l-corner-img{
    position: absolute;
    top: -75px;
    left: -148px;
}


.watch_now {font-weight: 600;text-decoration: underline;}

.glance-box{
    min-height: 285px;
    -webkit-transition: .40s ease;
    -o-transition: .40s ease;
    transition: .40s ease;
}
.white-a{
    width:100%;
    font-weight:600;
    padding:80px;
    text-align:center;
    justify-content:center;
    margin:10px;
}
.white-b{
    font-family:Montserrat;
    text-align:center;
    font-weight:700
}
.white-c{
    width:70%;
    justify-content:center;
    text-align:center;
}
.white-d{
    font-size:16px;
    margin-top:20px;
    color:black;
    width:60%;
    margin-left:auto;
    margin-right:auto;
    text-align:initial;
    margin-left: auto;
    margin-right: auto; 
    
    
}

/* new changes in digitalvisitingcard-25-04-2023 start */
.ban-person {
    height: 500px;
    float:right;
}


.ban-person2 {
    height: 500px;
    float:left;
    border: 0px solid black
   
}

.ban-person3 {
    height: 500px;
    float:right;
}

.ban-person4 {
    height: 500px;
    float:left;
}

.ban-person5 {
    height: 500px;
    float:right;
}

.ban-person6 {
    height: 500px;
    float:left;
}

.ban-person7 {
    height: 500px;
    float:right;
}


/* new changes in digitalvisitingcard-25-04-2023 start */
.white-e{
    font-size:16px;
    margin-top:20px;
    color:black;
    width:60%;
    margin-left:auto;
    margin-right:auto;
    text-align:initial;
    margin-left: auto;
    margin-right: auto; 
}
.earth-a{
    padding:120px;
}
.earth-b{
    font-family:Montserrat;
    font-size:15px;
    margin-top:20px;
    text-align:left;
    font-weight:400;
}
.ban-person {
    height: 500px;
    float:right;
}
.ban-person-new {
    height: 500px;
    float:left;
}

.design{
    font-family:Montserrat,sans-serif;
    font-size:60px;
    font-weight:700;
}

.page-title2 {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 10px auto 0px;
    font-weight: 600;
}

.banner_new  { border:0px solid red }


.h1-design{
    font-family:Montserrat,sans-serif;
    font-size:30px;
    /* font-weight:700; */
}
.p-design{
    font-family:Montserrat;
    font-size:13px;
    margin-top:20px;
    text-align:left;
    font-weight:400;
}
.a-design{
    font-family:Montserrat;
    margin-top:20px;
    text-align:left;
    flex:1;
    width:100%;
    display:flex
}
.get-started{
    font-size:16px;
    font-weight:500;
    color:#E84206;
    font-weight:300px
}

.glance-box img{
    width: 50px;
    height: 50px;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#5CBAFA),to(#2F85F3));
    background: -o-linear-gradient(top, #5CBAFA,#2F85F3);
    background: linear-gradient(180deg, #5CBAFA,#2F85F3);
    border-radius: 5px;
}
.glance-box:hover{
    background: -webkit-gradient(linear,left top, left bottom,from(#5CBAFA),to(#2F85F3));
    background: -o-linear-gradient(#5CBAFA,#2F85F3);
    background: linear-gradient(#5CBAFA,#2F85F3);
    color: #ffffff;
}

.glance-box:hover img{
    -webkit-box-shadow: 0 .5rem 1rem rgba(43, 94, 233, 0.15)!important;
            box-shadow: 0 .5rem 1rem rgba(43, 94, 233, 0.15)!important;
    
}
.glance-box p{
    line-height: 2;
}

/*.hov-active */


.hov-active {color: #FC7C11!important;}

.add-top-mar p {font-size: 14px;}

.mobile_mockup img{float: right; margin: 0px 0px 50px 0px;}


.mobile_mockup a {
    text-decoration: underline;
    font-weight: 600;
    display: block;
    text-align: center;
    clear: both;
    font-size:17px;
    color: black;
    /* padding-left: 32px; */
}
.mobile_mockup a img {    float: none;
    margin-right: 7px;
    vertical-align: -3px;margin: 0px 4px 0px 0px;height: auto;}

/* Glance End*/

/* Dm Point Start */
.dm-points #accordiondm{
    width: 1200px;
    max-width: 100%;
}
.dm-points #accordionfaq{
    width: 1200px;
    max-width: 100%;
}
#accordionfaq ul li i{
    font-size: 12px;
    color: #464646; color: #888
}
/* Dm Point End */

/* Live Sample Start */
.live-sample{
    position: relative;
    z-index: 1;
/*    background-color: #F1F6FF;*/
}

.live-sample .sec-head2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px!important;
    line-height: 43px;
}


.sample{
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 77%;
    cursor: pointer;
}
.hover-div img{
    width: 100%;
}

.sample.hov-active::before{
    content: "";
    position: absolute;
    bottom: -1000px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(66 66 66), rgb(23, 131, 248));
    opacity: 0.7;
    -webkit-transition: all .30s;
    -o-transition: all .30s;
    transition: all .30s;
}

.sample.hov-active::before{
    bottom: 0px;
}

.sample.hov-active .sample-content{
    bottom: 30px;
}
 
.sample-content{
    position: absolute;
    bottom: -200px;
    left: 20px;
    color: #ffffff;
    -webkit-transition: all .30s;
    -o-transition: all .30s;
    transition: all .30s;
    
}
.sample-content h3{
    font-size: 30px;
    font-weight: 600;
}
.sample-content a{
    color: #ffffff;
}


/* Live Sample End */

.shadow{
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

/* Our Digital Start */
.our-digital .nav{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.digi-tab img{
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
}
.digi-tab h5{
    font-size: 18px;
    font-weight: 600;
}
.digi-tab-box h6{
    font-size: 18px;
    font-weight: 600;
}
.our-digital .nav-tabs .nav-link.active {
    border: none;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.our-digital .nav-tabs {
    border: none;
}
.our-digital .nav-fill .nav-item {
    text-align: left;
}
.nav-tabs .nav-link{
    border: none;
}
/* Our Digital End */

/* Testimonials Start*/
.testimonials{
    position: relative;
}
.testimonials h5{
    font-size: 16px;
}
.corner-img-two{
    position: absolute;
    top: 100px;
    left: 0;
    z-index: -1;
}
.right-tri-img{
    position: absolute;
    bottom: -120px;
    right: 0;
}
.testimonials .carousel-inner img{
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}

.carousel-inner h5 span{
    margin-top: 5px;
    font-size: 16px;
    color: #777777;
}

.testimonials .carousel-indicators li {
    background-color: #000000;
}
.testimonials .carousel-indicators li {
    width: 15px;
    margin-right: 10px;
}
.testimonials .carousel-indicators .active {
    background-color: #FE743B;
}
.testimonials .carousel-indicators{
    bottom: -45px;
}
.testimonials{
    padding-bottom: 120px;
}
/* Testimonials End*/

/* Itzme Cta Start */
/* .itzme-cta{
    background: -webkit-gradient(linear, left top, left bottom, from(#5CBAFA),to(#2F85F3));
    background: -o-linear-gradient(top, #5CBAFA,#2F85F3);
    background: linear-gradient(180deg, #5CBAFA,#2F85F3);
} */

.itzme-cta .sec-head h3{
    font-size: 35px;
}

.full-cus-f{
    font-size: 28px !important;
}
/* .itzme-cta h3{
    font-weight: 600;
} */

.che{
    font-weight: 800 !important;
}

.ex-bold{
    font-weight: 800 !important;
}

.itzme-cta-wrap{
    padding: 50px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 2rem rgba(0,0,0,.15)!important;
    /* background-color: #fdfdfd; */
}

.itzme-cta-wrap h5{
    font-size: 25px;
    font-weight: 800;
}

.itzme-cta-wrap .sec-head h3{
    font-size: 33PX;
}

.dis-border{
    padding: 7px;
    border: 2px dashed #3f3f3f;
    display: inline-block;
    font-size: 18px;
}

.normal-pri{
    color: #BFC1C5;
    position: relative;
    display: inline-block;
    font-weight: 600;
}
.normal-pri::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color:#BFC1C5;
    width:100%;
    height: 2px;
}
.itzme-cta .create-card{
    display: inline-flex;
    width: 400px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    height: 75px;
    font-size: 40px;
    font-weight: 800;
}
.fun-size{
    font-size: 30px !important;
}
/* Itzme Cta End */

/* Itzme Inline Form Start */
.form-wrapper{
    position: relative;
}
.con-form-img{
    position: absolute;
    bottom: 0;
    left: 0;
}
.itzme-inline-form .container{
/*    max-width: 900px;*/
}

.itzme-inline-form .sec-head2 {
    font-size: 40px;
    line-height: 1;
    color: #000000;
    font-weight: 600;
  
}

.itzme-inline-form .sec-head3 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
}

.itzme-inline-form .form-wrapper{
    padding: 50px;
/*
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
*/
}
/*
.itzme-inline-form h3{
    font-size: 40px;
    line-height: 2;
    color: #4CA8F7;
    font-weight: 600;
}
*/

/* .itzme-inline-form p{
    font-size: 40px;
    line-height: 2;
    color: #4CA8F7;
    font-weight: 600;
}
*/

/* .form-bg {
    background-color: 4CA8F;
} */
.itzme-inline-form input,.itzme-inline-form textarea{  
   width: 100%;
   height: 50px;
   background-color: #EFEFEF;
   border: none;
   outline: none;
   /* margin-bottom: 25px; */
   border-radius: 5px;
   padding-left: 25px;
}
.itzme-inline-form textarea{
    height: 150px;
    padding-top: 12px;
}

#itzme-inline-form .error{
    color: #ff4646;
    margin-top: 5px;
}

#itzme-hm-form button{
    border: none;
    cursor: pointer;
    outline: none;
}

.itzme-cta .create-card{
    display: inline-flex;
    width: 400px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    height: 75px;
    font-size: 40px;
    font-weight: 800;
}
.fun-size{
    font-size: 30px !important;
}
/* Itzme Cta End */

/* Itzme Inline Form Start */
.form-wrapper{
    position: relative;
}
.con-form-img{
    position: absolute;
    bottom: 0;
    left: 0;
}
.itzme-inline-form .container{
/*    max-width: 900px;*/
}
.itzme-inline-form .form-wrapper{
           padding: 0px 0px;
    background: #ffffff;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;margin-top: 50px;
}



.form_parent_area {position: relative;background-image: linear-gradient(to right, #4fe0f0, #0d565e, #0d565e, #0d565e);

/*    background-image: linear-gradient(#419af5, #64adf7);*/
    height: 100%;
    
    background: #52AFF9 url("../img/circle pattern.png") no-repeat; 
    background-size: contain;}


.form-bg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    left: 0px;
    right: 0px;
    /* color: white; */
}

.form-bg h3 {color: #fff!important;}
.form-bg p {color: #fff;}

.form-bg a {      display: block;
    color: #343434;
    border: 1px solid white;
    padding: 15px 10px;
    border-radius: 35px 35px 35px 35px;
    width: 197px;
    text-align: center;
    margin: 15px auto;
    background: white;
    font-weight: 500;
    font-size: 18px;}



.star_red{color:#FF0000}


.contact-froms {
    background: white;
    padding: 64px 55px;
}

.itzme-inline-form h3{
       font-size: 40px;
    line-height: 1;
    color: #000000;
    font-weight: 600;
}
/* .form-bg {
    background-color: 4CA8F;
} */
.itzme-inline-form input,.itzme-inline-form textarea {  
  width: 100%;
    height: 50px;
    background-color: transparent;
    border: 1px solid #999999;
    outline: none;
    /* margin-bottom: 25px; */
    border-radius: 5px;
    padding-left: 25px;
}
 }


.itzme-inline-form input:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    } 

.number_color {color:#4BA7F7; font-size:45px; }


.itzme-inline-form textarea{
    height: 150px;
    padding-top: 12px;
}

#itzme-inline-form .error{
    color: #ff4646;
    margin-top: 5px;
}

#itzme-hm-form button{
    border: none;
    cursor: pointer;
    outline: none;
}

/* Itzme Inline Form End */


/* Itz Footer Start*/
.itz-footer {
    background-color: #f9f9f9;
}

.footer-links{
    position: relative;
    top:8px;
}
.footer-links a{
    color:#212529;
}
.footer-links a:hover{
/*    color: #2f19f8;*/
}

.footer-wrapper .heading {
   
    font-weight: 600;
    font-size: 19px;
    line-height: 29px;
}

.footer-wrapper ul{
/*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
*/
    margin-bottom: 0px;
}
.footer-wrapper ul li a{
    margin-right: 15px;
    color: #4D4D4D;
}
.itz-social-link ul li a svg{
  width:20px;
  height:20px;
  line-height: 20px;
}
.footer-list li a:hover{
    color: blue;
}

/* start fa-whatsapp */


.fa-whatsapp:before {
    color: #5de675;
    content: "\f232";
    /* padding: 0px 0px 0px 0px; */
    display: inline-block;
    position: fixed;
    bottom: 0;
    /* right: 0; */
    /* width: 300px; */
    /* border: 3px solid #73AD21; */
    z-index: 1;
    background: white;
    border-radius: 50%;
    margin: 0px 0px 40px 0px;
    font-size:70px
}



/* end fa-whatsapp */



.itz-social-link ul li {display: block; margin: 15px 0px;}

.itz-social-link ul li a{
/*    background-color: #ffffff;*/
    border-radius: 50%;
/*    padding: 13px;*/
    display: inline-block;
    
    
/*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
*/
}


.slick-dots li button:before {
    color: #707070;
    font-size: 50px; 
}
.slick-dots li.slick-active button:before
{
/* color: #fb7b11;;*/
}


.slick-active {}

.slick-slide img {
    width: 90%;
    height: 120px;
    object-fit: contain;
    padding: 0px 15px;
    background: #f7f7f7;
    border-radius: 5px;
/*    margin: 0 auto;*/
}


.itz-social-link ul li a span {    display: inline-block;
    margin: 0px 0px 0px 11px;
    /* height: 85px; */
    vertical-align: top;}

.itz-social-link ul li a:hover{
/*    background-color: #d1d1d1;*/
}

/* Itz Footer End*/


/* Video Model Start */
.video-model .modal-dialog{
    max-width: 1000px;
}
/* Video Model End */


.bar-toggle,.bar-close{
    display: none;
}

.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #0d565e;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #0d565e;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    -webkit-transform: rotate(90deg) translateX(-1px);
        -ms-transform: rotate(90deg) translateX(-1px);
            transform: rotate(90deg) translateX(-1px);
}

/* .all-logos{
    margin-top: 45px;
} */
.all-logos>div{
    text-align: center;
}
.all-logos img{
    width: 260px;
    height: 120px;
    object-fit: contain;
    padding: 0px 15px;
    background: #f7f7f7;
    border-radius: 5px;
}

/* .big-logo{
    width: 180px !important;
} */


/* Cost Com Start */
.cost-com-text{
    padding: 25px 0px; 
    background-color: #deefff;
    font-weight: 600;
    border: 2px dashed rgb(229 229 229);
    position: relative;
}
.cost-com-text::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 50px;
    border-left: 2px dashed #c0c0c0;
    top: 100%;
    left: 50%;
}
.cost-com-text h3,.cost-com-text h4{
    font-weight: 600;
}

.cost-number{
    font-size: 24px;
    background-color: #deefff;
    padding: 0px 0px;
    border-bottom: 1px solid #e8e8e8;
}

.p-rev{
    position: relative;
}

.p-rev img{
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 115px;
    height: 85px;
}

.ligth-blue-box p{
   font-size: 22px;
   margin-top: 15px;
   font-weight: 400;
}
.cost-bold{
    font-weight: 600 !important;
}
.full-cost-com>div>div:first-child{
    background-color: #1da5ac;
    color:#ffffff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 70px;
    line-height: 70px;
}
.full-cost-com>div>div:last-child{
    background-color: #deefff;
}
.ligth-blue-box>div:last-child{
   padding: 15px 0px;
}
.ligth-blue-box>div:last-child p{
    margin: 0px;
}
.bg-white p{
    font-size: 18px;
}

.full-cost-com .row .col-3{
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.full-cost-com .row .col-3{
    min-height: 70px;
}

.border-l{
    border-left: 2px dashed rgb(229 229 229);
    border-top: 2px dashed rgb(229 229 229);
}

.b-r{
    border-right: 2px dashed rgb(229 229 229);
}

.lit-mar{
    background-color: #ffffff;
    height: 20px;
}

.bb{
    border-bottom: 2px dashed rgb(229 229 229);
}

.am{
     font-size: 18px; 
    font-weight: 600;
}
.cost-number{
    position: relative;
    height: 71px;
}
.cost-number span{
    position: relative;
    z-index: 8;
    color: #ffffff;
    line-height: 50px;
}
/*
.cost-number::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #43d3ff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    z-index: 7;
}
*/

/*
.cost-number::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #43d3ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 3;
}
*/
.cost-number.d-bl::before{
    background-color: #2b40fd;
}
.cost-number.d-bl::after{
    background-color: #2b40fd;
}
.svg-img p{
  font-weight: 600;
}
/* Cost Com End */

/* Fqa Start */

.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title{
    color: #333333 !important;
    font-weight: 600 !important;
    display: flex;
    line-height: 1.9;
    align-items: flex-start;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}


.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
  margin-bottom: 12px;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(30, 135, 233, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #f00000;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
  margin-top: 4px;
}

.faq ul li i{
    font-size: 12px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  background-color: #fefeff;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}


.faq .card .card-body p {
    margin-bottom: 14px;
    color: #131313;
  }
  

.blog img {float: right;}


.second_line {
    display: inline-block;
    font-size: 30px;
    font-style:normal;
    line-height: 65px;
padding-bottom: 25px;
}

/* .main_para { font-size:22px!important } */

.nfc_card_heading { font-weight:600; color: #FFFFFF; line-height: 43px; margin-top: 25px;  }



.hero-block {
    overflow: hidden
}

.hero-block h1 {    font-weight: 400;}

.hero-block .left ul {
    display: block;
    line-height: 67px;
    height: 67px;
    margin-bottom: 0px;
    padding-left: 0;
    position: relative;
    list-style: none;
    margin-top: 0
}

.hero-block .left ul li {
    font-size: 60px;
    font-weight: 700
}


.only_mobile   {display: none;}
.img_for_desktop {display: block;}

.img_for_desktop {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img_for_desktop .sec-head h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mobile_mockup img {
    float: right;
    margin: 0px 0px 50px 0px;
    height: 330px;
}

.pricing-table.br-left.international {
    margin-top: -72px;
}

@media (max-width:991.98px) {
    .hero-block .left ul,
    .hero-block .left ul li {
        font-size: 50px;
    line-height: 57px;
    height: 57px;height: 65px;
    text-align: left;    text-align: center;
    width: 100%;
    }
}

.hero-block .left ul li {
    position: absolute;
    top: 0;
    opacity: 0;
    overflow: hidden;
    /*color: #1da5ac;*/
     background: -webkit-linear-gradient(#b2f4f7, #075c61);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    line-height: 60px;
    height: 67px;
    animation: 9s cubic-bezier(.25, .46, .45, .94) 0s 1 animateWord;
    -ms-animation: 9s cubic-bezier(.25, .46, .45, .94) 0s 1 animateWord;
    -webkit-animation: 9s cubic-bezier(.25, .46, .45, .94) 0s 1 animateWord;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 0s
}



.hero-block .left ul li:nth-child(2) {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}

.hero-block .left ul li:nth-child(3) {
    animation-delay: 3s;
    -webkit-animation-delay: 3s
}

.hero-block .left ul li:nth-child(4) {
    animation-delay: 4.5s;
    -webkit-animation-delay: 4.5s
}

.hero-block .left ul li:nth-child(5) {
    animation-delay: 6s;
    -webkit-animation-delay: 6s
}

.hero-block .left ul li:nth-child(6) {
    animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s
}

.hero-block .left ul li.last {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #6b969d;
    -webkit-animation: animateWordLast 18s linear 1 0s;
    animation: animateWordLast 18s linear 1 0s
}











@-webkit-keyframes animateWord {
    0%,
    100%,
    80% {
        opacity: 0
    }
    2% {
        opacity: 0;
        -webkit-transform: translateY(-10px)
    }
    17%,
    5% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 0;
        -webkit-transform: translateY(10px)
    }
}

@-webkit-keyframes animateWordLast {
    0% {
        opacity: 0
    }
    2% {
        opacity: 0;
        -webkit-transform: translateY(-10px)
    }
    5% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 1
    }
}


/* Fqa End */


/* Media Query Start */





.works {
    padding:65px 0px 65px;
}

.page-title-inner {
    position: relative;
    z-index: 2
}

.page-banner {
    background:#4ba7f759;
    text-align: center;
    height: 140px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 35px 0px;
}

.privacy p {
    margin: 0;
    margin-top: 0;
    margin-bottom: 1rem;
}

.page-banner .page-title {
    font-size: 35px;
    font-weight: 800;
    color: #000000;
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 10px auto 0px;
    font-weight: 600;
}



.works .heading {    position: relative;
    margin-left: 50px;
    font-size: 25px;
    line-height: 35px;}


.works .heading:before {content: "1";
    content: "1";
    font-size: 21px;
    position: absolute;
    content: "1";
    color: rgb(255, 255, 255);
    font-weight: bold;
    height: 1.5em;
    position: absolute;
    left: 0.5em;
    text-align: center;
    width: 1.5em;
    background: #6494e8;
    border-radius: 50%;
    line-height: 31px;
    left: -49px;
    font-family: monospace;
    z-index: 9; background-image: linear-gradient(to top, #4ba7f7, #4ba7f7, #4ba7f7, #4ba7f7);
    box-shadow: 0 4px 15px 0 rgb(75 167 247);
    background-size: 100% 200%;background-size: 100% 200%;
    
}


.watch {
    padding: 21px 0px 0px 0px;
    display: block;
    font-size: 16px;
    font-weight: 600;}


.works .two:before {  content: "3";}

.works .three:before {  content: "2";}

.fa-copy {color: black;}


.works .heading {
    position: relative;
    margin-left: 50px;
    font-size: 25px;
    line-height: 35px;
}


.works ul {margin:0px; padding: 0px;    padding-left: 32px;    margin-bottom: 32px;}
.works li {margin: 10px 0px;
    font-size: 18px;
    position: relative;}
.works li:before {     position: absolute;
    content: "";
    background-image: linear-gradient(180deg,#808080 70%,transparent 0);
    background-size: 1.0px 3px;
    background-repeat: repeat-y;
    background-color: var(--secondary-light);
    margin: 11px auto 0;
    height: 84px;
    width: 8px;
    /* left: -16px; */
    width: 1px;
    margin: 0 auto;
    height: 140%;
    opacity: .5;
    top: -20px;
    margin-left: -17px;}


.works li:after {
      content: ".";
    position: absolute;
    font-size: 45px;
    color: gray;
    left: -21px;
    top: -32px;}
    
    


.works p {
    margin-top: 0;
       margin-bottom: 4.5rem;
}

.mr15 {
    margin-right: 15px;
}

.works h4 {font-size: 30px;    MARGIN: 30PX 0PX;}

.banner_middle P {}

.milestone-circle {
    box-sizing: border-box;
    margin: 6px auto 0;
    height: 11px;
    width: 11px;
    border-radius: 15px;
    background-color: var(--secondary-light);
    position: relative;
    z-index: 200;
}


.milestone-item-tail {
    width: 1px;
    margin: 0 auto;
    height: 142%;
    opacity: .5;
}
.dotted-spaced {
    background-image: linear-gradient(180deg,#979797 70%,transparent 0);
    background-position: 0;
    background-size: 1px 12px;
    background-repeat: repeat-y;
}

.play-btn-two i:after {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    background: #e6e7eb;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    z-index: 1
}


.works ul {margin:0px; padding: 0px;    padding-left: 32px;    margin-bottom: 32px;}
.works li {margin: 10px 0px;
    font-size: 18px;
    position: relative;}
.works li:before {     position: absolute;
    content: "";
    background-image: linear-gradient(180deg,#808080 70%,transparent 0);
    background-size: 1.0px 3px;
    background-repeat: repeat-y;
    background-color: var(--secondary-light);
    margin: 11px auto 0;
    height: 84px;
    width: 8px;
    /* left: -16px; */
    width: 1px;
    margin: 0 auto;
    height: 140%;
    opacity: .5;
    top: -20px;
    margin-left: -17px;}



.mr15 {
    margin-right: 15px;
}

.works h4 {font-size: 30px;    MARGIN: 30PX 0PX;}

.banner_middle P {}

.milestone-circle {
    box-sizing: border-box;
    margin: 6px auto 0;
    height: 11px;
    width: 11px;
    border-radius: 15px;
    background-color: var(--secondary-light);
    position: relative;
    z-index: 200;
}


.milestone-item-tail {
    width: 1px;
    margin: 0 auto;
    height: 142%;
    opacity: .5;
}
.dotted-spaced {
    background-image: linear-gradient(180deg,#979797 70%,transparent 0);
    background-position: 0;
    background-size: 1px 12px;
    background-repeat: repeat-y;
}

.play-btn-two i:after {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    background: #e6e7eb;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    z-index: 1
}

.app-btn {
    padding: 10px 20px;
    border-radius: 30px;
    color: #7052fb;
    display: inline-block;
    font-size: 18px;
    border: 2px solid #7052fb
}

.app-btn i {
    color: #7052fb;
    font-size: 20px;
    vertical-align: -2px;
    margin-right: 4px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.app-btn:hover {
    color: #fff;
    background: #7052fb;
    -webkit-box-shadow: 0 20px 30px 0 rgba(67, 37, 204, .2);
    box-shadow: 0 20px 30px 0 rgba(67, 37, 204, .2)
}

.app-btn:hover i {
    color: #fff
}

.app-btn.btn-active {
    background: transparent;
    color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(67, 37, 204, .2);
    box-shadow: 0 20px 30px 0 rgba(67, 37, 204, .2);
    background: #7052fb
}

.app-btn.btn-active i {
    color: #fff
}

.app-btn.btn-active:hover {
    background: transparent;
    color: #7052fb;
    -webkit-box-shadow: none;
    box-shadow: none
}

.app-btn.btn-active:hover i {
    color: #7052fb
}

.app-btn-two {
    background: #1a133b;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-btn-two.btn-light {
    background: #f3f3f4;
    color: #1a133b
}

.text-dark {
    /* color: #343a40!important; */
    color:#212529!important ;
}

.app-btn-two.btn-light .top-text {
    color: #76747f
}

.app-btn-two span {
    display: block
}

.app-btn-two i {
    margin-right: 15px;
    font-size: 28px
}

.app-btn-two .btn-text {
    font-weight: 500;
    line-height: 20px
}

.app-btn-two .btn-text .text-top {
    font-size: 14px;
    font-weight: 400
}

.app-btn-two:hover {
    background: #12bf7c;
    color: #fff
}

.return-to-top {
    position: fixed;
    bottom: -30px;
    left: 20px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    z-index: 998;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: bottom .5s ease, opacity .5s ease;
    -o-transition: bottom .5s ease, opacity .5s ease;
    transition: bottom .5s ease, opacity .5s ease
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.return-to-top:before {
    background: transparent;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: opacity .6s ease, -webkit-transform .5s ease;
    transition: opacity .6s ease, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, opacity .6s ease;
    transition: transform .5s ease, opacity .6s ease;
    transition: transform .5s ease, opacity .6s ease, -webkit-transform .5s ease
}

.call-to-action.action-padding {
      padding: 50px 0px;
    text-align: center;
/*
    background-image: linear-gradient(to right, #ff8513, #e43603, #ff5328, #fc7c11);
    box-shadow: 0 4px 15px 0 rgba(229, 65, 10, 0.301);
*/

}

.call-to-action {
    padding: 111px 0 120px;
    overflow: hidden;
/*
    background: url(../../media/background/ellipse.png);
    background: #6494e8 url(../img/ellipse.png);
*/
    width: 95%;
    margin: 0 auto;
    border-radius: 37px;
    margin-bottom: 50px;
}
.call-to-action .action-content.style-two .title {
    font-size: 70px;
    line-height: 54px;
    margin: 0;
    color: #4BA7F7;    font-weight: bold;
}





.banner_middle P {
    margin-bottom: 5px;
}


.action-content h2{font-size: 30px;}
.action-content h5{color:#242424; font-size: 45px; margin-top:25px;}





.banner_middle ul {margin-left:30px; padding: 0px;}
.banner_middle ul li {margin:10px 0px;    margin: 10px 0px;
    list-style-type: disc;}

.pricing-single-one {padding: 30px 0px 70px; }
.section-title .title {
  font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    padding: 35px 0px;
    padding: 30px 0px 65px; 
}



.pricing-single-one h2 {  }


.years {
    font-weight: 800;
    font-size: 25px;
    margin-left: 0px;
}
.pricing-table .pricing-header .price {
    color:#212529;
    font-size: 36px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 25px;
}

.pricing-table .pricing-header .price-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.pricing-table .price-feture li {
    padding-left: 33px;
    position: relative;
    margin-bottom: 12px;
}
.pricing-table .price-feture li.have:before {
   color: #32BD3B;
    content: "\f00c";
    font-family: "FontAwesome";
}



.pricing-table .price-feture li:before {
    font-family: eleganticons;
    position: absolute;
    left: 0;
    top: 0;
}


    
    
    .pricing-table .price-feture li.not_req:before {
    display: block;
        color: #E94646;
    content: "\f00d";
    font-family: "FontAwesome";
}


  .pricing-table.color-two .price-feture li.not_req:before {
    display: block;
        color: #fff;
    content: "\f00d";
    font-family: "FontAwesome";
}


.first:before {
   color: #FB920D!important;

}




.pricing-table .pricing-header {
    text-align: center;
    padding-bottom: 55px;
    border-bottom: 0px dashed #efe7e7;
    margin-bottom: 20px;
    padding-bottom: 30px;
}


.pricing-table.br-left {
    border-left: 1px solid #efe7e7;-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.pricing-table {
    border-right: 1px solid #efe7e7;
    padding: 20px 15px;
    margin-bottom: 30px;
    position: relative;    padding: 20px 15px;    border-left: 1px solid #efe7e7;-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;    margin: 0px 15px;border-radius: 8px;
}

.international h4 {
    font-size: 19px;
}
.pricing-header.pricing-amount.international {
    margin-bottom: 0px;
}

.pricing-table .pricing-header p {
    margin: 15px 0px 0px 0px;
    font-size: 18px;
}

.heighlight {
  position: relative;
    /* background: #6494e8; */
    /* color: white; */
    /* padding: 3px 4px; */
    /* font-size: 17px; */
    border-radius: 3px;
    /* top: -25px; */
    /* right: 0px; */
    /* left: 0px; */
    /* margin: 0 auto; */
    /* width: 45%; */
    /* text-align: center; */
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    top: -19px;
    right: -20px;
}


.heighlight img {height: 75px;}

.pix-btn.btn-outline {
    border: 1px solid #0d565e;
    background: transparent;
    color: #0d565e;
    -webkit-box-shadow: none;
/*
    box-shadow: none;
    background-image: linear-gradient(to right, #ff8513, #e43603, #ff5328, #f55d11);
    box-shadow: 0 4px 15px 0 rgba(229, 65, 10, 0.301);
*/
}
.pricing-table .pix-btn {
    font-weight: 600;
    padding: 10px 0;
    width: 165px;
    text-align: center;
    margin: 30px 0px 0px 0px;
    font-size: 20px;
    background-size: 300% 100%;
}

/*.pricing-table.color-two {background:#4EA9F8; background: -webkit-gradient(linear, left top, left bottom, from(#5CBAFA),to(#2F85F3));
    background: -o-linear-gradient(top, #5CBAFA,#4EA9F8);
    background: linear-gradient(180deg, #5CBAFA,#4EA9F8);}*/

.pricing-table.color-two {
    background-image: linear-gradient(to right, #3e969f, #0d565e, #0d565e, #0d565e);
}


.connect_map {position: relative;}

.connect_map img {
    /* position: relative; */
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-48%,55%);
    /* transform: translate(-50%,-50%); */
}


.pix-btn {
    padding: 8px 30px;
    background: #6494e8;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    -webkit-box-shadow: 0 20px 30px 0 rgba(176, 70, 70, .3);
    box-shadow: 0 20px 30px 0 rgba(176, 70, 70, .3);
}

.pix-btn.btn-outline:hover {
    border: 0px solid white;
    background: transparent;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: linear-gradient(to right, #4fe0f0, #0d565e, #0d565e, #0d565e);
    box-shadow: 0 4px 15px 0 rgba(229, 65, 10, 0.301);
}
.blog h1 {   font-size: 30px;}
.blog h1 a {       color:#000000;}
  .cost-number img {    width: 100%;
    padding: 5px 34px;
    margin: 5px 5px;
    }

.blog ul {padding-left:35px;}

.blog ul li {margin: 0px 0px 10px 0px;   margin: 0px 0px 10px 0px;
    list-style: disc;}
.blog p {margin: 10px 0px 10px 0px;}

#successMessage {
    font-size: 20px;
    margin-top: 28px;
    color: #fc7b11;
    display: none;
}
.blog h3 {
    margin: 20px 0px;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}



.pricing-table.color-two .pricing-header .price{color: #fff}
.pricing-table.color-two {    color: #fff;
    margin-top: -72px;}

.pricing-table.color-two  .pix-btn {background: white;}
.pricing-table.color-two  .pix-btn.btn-outline {outline: 0px;    border: 0px solid #fb7b11;color: black;}


.color-two .price-feture li.have:before {color: #fff;}


.privacy_title   {font-size: 35px!important;}


.paypal-button-row.paypal-button-number-1.paypal-button-layout-vertical.paypal-button-shape-rect.paypal-button-number-multiple.paypal-button-env-sandbox.paypal-button-color-black.paypal-button-text-color-white.paypal-logo-color-white {
    display: none;
}

@media only screen and (max-width: 600px) {
    .qro_img{
        height:100px;
    }
    
    .fa-whatsapp:before { font-size:60px }
    
}

@media (max-width:300px){
    .qro_img{
    height:70px !important;
    }
}



@media(max-width:768px){
    .navbar-toggler {
    margin: -3.7rem 2.75rem 0.25rem 20rem;
 }


nav.navbar.navbar-expand-lg.navbar-light.bg-light img {
    margin: 2px 78px 1px 83px;
    width: 45%;
}
    .main-font {
        font-size: 38px !important;
    }
    .sample{
        margin: auto;
    }
    .testimonials img{
        width:100%;
    }
    .testimonials .carousel-indicators {
        bottom: -45px;
    }
    .form-bg{
        text-align: center;
    }
    .form-bg h3{
        font-size: 33px;
        margin-bottom: 25px;
    }
    .testimonials .carousel-inner img {
        width: 100%;
        height: 250px;
        -o-object-fit: contain;
           object-fit: contain;
    }
    .carousel-indicators li {
        height: 2px;
    }
.ban-person {
    margin-top: 0px;    height: auto; display: none;
}
.ban-person-new {
margin-top: 0px;
height: auto;
display: none;
}
.banner {
    padding-top: 125px;
    padding-bottom: 0px;
}
    .banner_new {
    padding-top: 125px;
    padding-bottom: 0px;
}
 .why-us-box-warp {
    margin-top: 20px;
}
    
.mobile_mockup img {
    float: none;
    margin: 0px 0px 50px 0px;
    width: 100%;
}
    
.mobile_mockup a img {float: none;
    width: auto;
} 
    
.itzme-inline-form .form-wrapper {    padding: 0px!important;} 

    .form_parent_area {height: 400px;    background-size: contain;}    
 .contact-froms {
    background: white;
    padding: 28px 15px;    
}
    
    .contact-froms label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
}
    
    .itzme-inline-form input, .itzme-inline-form textarea {height: 42px;}
    
.create-card {
    padding: 12px 15px;
    height: 46px;
    width: 170px;
}
.itz-footer {
    background-color: #f9f9f9;
    padding-bottom: 20px;
}
section {
    padding: 0px 0px;
} 
    
    #dm-pionts {margin-top:60px;}
    
    .collapsible-link::before {right: -20px;} 
    .collapsible-link::after {    top: calc(50% - 6px);
    right: calc(1rem + -30px);}    
    
   .card-header {
    padding: 25px 35px 25px 25px!important;
    } 
    
    

.justify-content-between .img-fluid {
    max-width: 100%;
    height: auto;
    margin-top: 50px;
}
    
 .img-fluid-new {
    max-width: 80%;
    height: auto;
    margin-top: 50px;
}

     .img-fluid-new-new {
    width: 300px;
    height: auto;
    margin-top: 50px;
}

    .slick-slide img {width:95%; margin:0 auto;}    
   
    
    .section-title h1 {font-size: 30px; margin: 25px 0px;    padding: 20px 0px;}
    .page-banner .page-title {
    font-size: 35px;

    margin: 15px auto 0px;
}
    
.page-banner .page-title {
    font-size: 24px;
    margin: 15px auto 0px;
}  
    
    
.privacy_title   {font-size: 25px!important;}    
    
}

@media(max-width:600px){
    .ft .line-break{
        display: inline;
    }
    .ft h3{
        font-size: 28px !important;
    }
    .watch-btn img{
        width: 40px;
        margin-left: 10px;
    }
    .sec-head h3 {
        font-size: 30px;
    }
    .sample-content h3{
        font-size: 20px;
    }
    .testimonials img{
        width: 100% !important;
        height: 300px;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .footer-wrapper>div:first-child{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 25px;
    }
    .nav-list-wrapper .create-card{
           padding: 11px 12px;
    }
    .nav-list .create-card{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navigation .logo img{
        width: 90px;
    }
    .banner-btn a {
        margin-right: 10px !important;
    }
    .create-card {
        padding: 15px 12px;
    }
    .form-wrapper{
        padding: 30px !important;
    }
    .itzme-cta h3{
        font-size: 28px;
    }
    .navigation{
        height: 60px;
    }
    .itzme-inline-form h3 {
        line-height: 1.5;
    }
    
 
    
}
@media(max-width:576px){
    .itzme-cta h3{
        font-size: 23px !important;
    }
    .full-cost-com>div>div:first-child{
        background-color: #ffffff;
    }
    .full-cost-com>div>div:first-child div{
        background-color: #1da5ac;
        margin-bottom: 15px;
    }
    .am{
        font-size: 14px;
    }
    .sm-font{
        font-size: 11px;
    }
    .full-cost-com>div>div:first-child {
        height: 40px;
        line-height: 40px;
    }
    .sm-line-break{
        display: block;
        margin-top: 15px;
    }
    .p-rev img{
        width: 100px;
    }
    .testimonials .carousel-inner img {
        height: 150px;
    }
    .itzme-cta .create-card {
        font-size: 30px !important;
    }
    
    
.connect_map img {
    /* position: relative; */
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-48%,15%);
    /* transform: translate(-50%,-50%); */
}    
    
    
}
@media(max-width:480px){
    .create-card {
        padding: 10px 10px;
    }
    .banner .create-card {
        padding: 12px 13px;
    }
    .normal-pri {
        font-size: 18px;
    }
    
  .cost-number {
    position: relative;
    height: auto;
}
.bg-white p {
    font-size: 14px;
}    
 .cost-number img {
    width: 100%;
    padding: 5px 0px;
    margin: 5px 5px;
}
    
    .cost-com-text h3 {font-size: 19px;}
    .cost-com-text h4 {font-size: 17px;}
    
    .blog img {
    float: none;
    width: 100%;
}
section.contactus.blog {
    margin-top: 50px;
}    

.ft {
/*    background-color: #f7f7f7;*/
/*    background: #f7f7f7 url(../img/penimage.png)no-repeat;*/
    background-position: center right;
    background-attachment: fixed;
    background-size: cover;    padding: 10px 0px;
} 
    
.second_line {
    display: inline-block;
    font-size: 42px;
    line-height: 60px;
    text-align: left;    
   font-weight: 200;
}    
    
.nfc_card_heading {
    font-weight: 600;
    color: #FFFFFF;
    line-height: 32px;
    margin-top: -1px;
    border: 0px solid red;
    font-size: 25px;
   
    text-align: center;
}

.hero-block .left ul li {
    text-align: left;    text-align: left;
    width: 100%;
    }   
    
.banner p {
    color: #838383;
    font-size: 20px;
    text-align: left;    
    margin-bottom: 0px !important;
}
.home-banner-text{
    
}
    .hero-block h1 {
    font-weight: 600;
    margin-bottom: 10px!important;
}
.banner ul {
    display: block;
    text-align: left;
} 

.pricing-table.br-left {
    border-left: 0px solid #efe7e7;
}
.pricing-table {border-right: 0px solid #efe7e7;      margin-bottom: 100px;}  
  
    
    

    
    
 
.section-title .title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.4;
    padding: 35px 0px;
    padding: 35px 0px 0px; display: none;
} 
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}
    
.call-to-action.action-padding {
    padding: 5px 0px;
    text-align: center;    margin-bottom: 20px;
}
    .call-to-action .action-content.style-two .title {font-size: 50px;}  
 
.action-content h5 {
    color: #242424;
    font-size: 27px;
    margin-top: 20px;
}  
    
.works p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.navbar-toggler {
    margin: -3.7rem 2.75rem 0.25rem 20rem;
 }


nav.navbar.navbar-expand-lg.navbar-light.bg-light img {
    margin: 2px 78px 1px 83px;
    width: 45%;
}


    
}
@media(max-width:300px){
    .banner{
        padding-top: 120px;
    }
    .banner_new {
        padding-top: 120px;
    }
    .design{
        font-size:50px !important;
    }
    .banner h1{
        font-size: 33px !important;
    }
    .ban-person-new{
        height:350px;
    }
    .banner_new h1{
        font-size: 33px !important;
    }
    .banner-btn{
        display: block;
        
    }
    .white-d{
    font-size:16px;
    margin-top:20px;
    color:black;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:initial;
    margin-left: auto;
    margin-right: auto;     
}
    
        .white-e{
    font-size:16px;
    margin-top:20px;
    color:black;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:initial;
    margin-left: auto;
    margin-right: auto;     
}

    
    .banner-btn>div:last-child{
        justify-content: center;
        margin-top: 35px;
    }
    .qro_img{
        height:100px;
    }
}


/* Media Query End */

@media(max-width:768){
    .qro_img{
        height:100px;
    }
}

@media(max-width:1024px){
.mobile_mockup img {
    float: none;
    margin: 0px 0px 50px 0px;
    height: 300px;
}
    .qro_img{
        height:100px;
    }
    
.mobile_mockup a img {float: none;
    width: auto;
} 

   .page-banner {margin-top:65px;}
.pricing-table.color-two {
    color: #fff;
    margin-top: 0px;
}
    
.pricing-table.br-left.international {
    margin-top: 0px;
}    
}



@media(min-width:992px){
    .banner>div>div>div:last-child div{
       /* text-align: left;*/
    }
    .banner-btn{
        margin-top: 40px;
    }
    .qro_img{
        height:100px;
    }
    .itzme-header{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
        background: #ffffff;
        z-index: 65;
        -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.15)!important;
                box-shadow: 0 3px 5px rgba(0,0,0,.15)!important;
        padding: 10px 0px;
    }
}
@media(min-width:768px){
    .s-mr{
        margin: auto;
    }
}

@media(max-width:767px){
.only_mobile   {display: block;}
.img_for_desktop {display: none;}
    .qro_img{
        height:100px;
    }
    
    
    
}

@media(max-width:992px) {
    
    
    .testimonials .corner-img-two{
        display: none;
    }

    .navigation{
        padding: 15px 0px;
        -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.15)!important;
                box-shadow: 0 3px 5px rgba(0,0,0,.15)!important;
        position: fixed;
        top: 0;
        width: 100%;
        height: 70px;
        z-index: 54;
        background-color: #ffffff;
    }

    .banner{
        text-align: left;
    }
    .banner {
        padding-top: 150px;
    }
    .banner ul{
        display: block;
    }
    .banner-btn {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
              
    }
    .ban-person{
        margin-top: 60px;
    }
    .digi-tab-box img{
        width: 100%;
    }
    .bar-close{
        display: inline-block;
    }
    .nav-list-w{
        background-color: #ffffff;
        width: 100%;
        padding: 25px;
    }
    .nav-list-w .nav-list li a{
        margin-bottom: 15px;
        display: inline-block;
    }
    .nav-list-wrapper{
        position: fixed;
        top: 0;
        left: -2000px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        z-index: 5;
        -webkit-transition: all .40s;
        -o-transition: all .40s;
        transition: all .40s;
    }
    .nav-list-wrapper>div{
        width: 700px;
    }
    .nav-list-wrapper .nav-list{
        display: block;
    }
    .click-to-close{
        background-color: rgba(27, 27, 27, 0.6);
    }
    .bar-toggle{
        display: block;
    }
    .logo{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .navigation .logo {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
   
    .bar-toggle i{
        font-size: 20px;
    }
    .num{
        width: 80px;
    }
    .banner ul li:not(:last-child){
        margin-bottom: 15px;
    }
    .faq {
        margin-bottom: 30px;
      }
      .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
      }
.banner {
    padding-top: 50px;
} 
    .qro_img{
        height:100px;
    }
    
    #glance .p-0    {padding:inherit!important;}
    .down_flag p span {
    display: inline-block;
    margin-right: 30px;
    display: block;
    margin: 20px 10px;
}
    
    
    .footer-wrapper ul li a {
    margin-right: 0px!important;
    color: #4D4D4D;
    /* border: 2px solid red; */
}
    
 
    
 }

.qro_img{
        height:100px
    }

.rating i {color: #ed9918;} 


.rating p {
    color: #838383;
    font-size: 18px;
    font-weight: normal; text-align: left;
    padding-top: 3px;
}


.rating span {
    /* font-family: Montserrat, sans-serif; */
    font-weight: 400;
    line-height: 27px;
    font-size: 20px;
    color: #212529;
}




@media (max-width:480px){
    
    .rating span {
    font-weight: normal;
    text-align: left;
    font-size: 17px;
    border: 0px solid red;
    display: block;
}
    
   .rating p {
    color: #838383;
    font-size: 15px;
    font-weight: normal; text-align: left;
}
    
    

    .qro_img{
        height:100px;
    }

/*.rating h5 {font-weight: normal;text-align: left; font-size: 16px;} */

}


@media screen and (max-width:900px) {
.white-a p{    width: 100%;}
    .white-a{padding:20px}
    .earth .earth-a {
    padding: 20px;
    flex: 100%;
    max-width: 100%;
}
.qro_img{
        height:100px;
    }
.earth { flex-wrap: wrap; }
    
.banner_new .feature { }
.banner_new .feature ol  { flex: 100%; max-width: 100%; width:100% }    
.banner_new .feature ol li { flex: 100%; max-width: 100%; margin-left: 15px; }

.datasecurity {
    border: 0px solid red;
    width: 100%;
}   
    .datasecurity ol {
   
     width: 100%;
        margin-left: 15px; 
}
    
    
    
    
.h1-design br { display: none; } 
.banner_new p br { display: none; } 
h2.h1-design { text-align: center; } 
p.p-design { text-align: center; }
.a-design a { margin: auto; /* text-align: center; */ } 
.banner_new p { text-align: center !important; } 
img.earth-img { margin: auto; }
    
    
body { }
    
    .navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    cursor: pointer;
    /* padding-bottom: 6px; */
    color: #838383;
    font-weight: 500;
    /* margin-top: 150px; */
    position: relative;
    top: 16px;
    font-size: 17px;
    right:0px;
    margin: 0px 11px 0px 11px;
}
    
    .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    width: auto;
}
    
    .banner_new h1 {
    font-size: var(--main-font);
    text-align: center;
    font-size: 30px;
}
    
    
}


