@import url(https://unpkg.com/@webpixels/css@1.0/dist/index.css);
body{
  margin:0px;
  padding:0px;
  font-family: "Montserrat", Sans-serif;
}
.bg-dark {
  background-color:#4B4859 !important;
}
.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .nav-link.active {
  color:#d469a8 !important;
}

.navbar-dark .navbar-nav .nav-link {/* color: rgb(0 0 0 / 85%); */
  color:#ffffff;
  font-size: 16px;
  font-weight: 600;
}
.navbar-dark .navbar-toggler {
  color: #000000;
  background-color: #4b4859;
  border-color: #EAC0DA;
}
.navbar-dark .navbar-toggler:focus {
  background-color: #4b4859;
}
/* .navbar-dark .navbar-nav .nav-link:hover{color:#EAC0DA;} */
/* .navbar-dark .navbar-nav .nav-link:focus {color:#EAC0DA; } */
.navbar-dark .navbar-nav .nav-link:hover{
  color:#d469a8;
}
.navbar-dark .navbar-nav .nav-link:focus {
  color:#d469a8;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}




.row-flex {
  display: flex;
  flex-wrap: wrap;
}


/* vertical spacing between columns */

/* [class*="col-"] { */
/* margin-bottom: 30px; */
/* } */

.content {
  height: 100%;
  padding: 20px 20px 10px;
  color: #fff;
}


.box-1{
  padding-left:22px;
}
/* Demo backgrounds and styling*/

.colour-1 {
  background-color: #FAFAFA;
  padding: 20px 20px 20px 20px;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.colour-1 h3{
  margin-bottom: 0px;
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.colour-1 p{
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.colour-1 img{
  margin:10px 0px;
  width:100px;
}
.box-1 .bi{
  left: -26px;
  position: absolute;
  color:#d469a8;
  font-size:19px;
  top:3px;
  transform: translateX(0%);
}
.head-4{
  color:#7a7a7a;
}
.head-3{
  position: relative;
  font-weight: 600;
}
.headset-2 .img-sec{
  margin:10px 0px;
}
.headset-2 h2{
  font-size:18px;
}
.headset-2 h3{
  font-size:18px;
}

.otp-sec button{
  color:#000000;
  background-color: #d469a8;
  border-color: #d469a8;
  color:#ffffff;
}
.otp-sec button:hover{
  background-color:#d469a8!important;
  border-color: #EAC0DA !important;
  color:#ffffff;
  box-shadow: 0 0 0 .15rem rgb(212 105 168 / 42%) !important;
}
.otp-sec button:focus{
  background-color: #d469a8 !important;
  border-color: #d469a8!important;
  color: #ffffff !important;
  box-shadow: 0 0 0 .15rem rgb(212 105 168 / 42%) !important;
}
.otp-sec p span{
  margin: 10px;
  padding: 12px;
  border: 1px solid #4b4859;
  border-radius: 53px;
  color: #000000;
  font-weight: 600;
}
.otp-sec p span i {
  font-size:20px;
  margin: 0px 8px 0px 0px;
  color:#d469a8;
}


.virtual-protect{
  padding:20px 0px;
}
.protect-sec button{
  color:#000000;
  background-color: #d469a8;
  border-color: #d469a8;
  color:#ffffff;
}
.protect-sec button:hover{
  background-color:#d469a8!important;
  border-color: #EAC0DA !important;
  color:#ffffff;
  box-shadow: 0 0 0 .15rem rgb(212 105 168 / 42%) !important;
}
.protect-sec button:focus{
  background-color: #d469a8 !important;
  border-color: #d469a8!important;
  color: #ffffff !important;
  box-shadow: 0 0 0 .15rem rgb(212 105 168 / 42%) !important;
}
.protect-sec span{
  margin: 10px;
  padding: 12px;
  border: 1px solid #4b4859;
  border-radius: 53px;
  color: #000000;
  font-weight: 600;
}
.protect-sec span i {
  font-size:20px;
  margin: 0px 8px 0px 0px;
  color:#d469a8;
}


.header-left-content .btn-outline-dark{
  background-color:#ffffff;
  border:1px solid #000000;
}
.access{
  background-color: #d469a8 !important;
  border-color: #d469a8 !important;
  color:#ffffff;
}
.access:hover{
  background-color:#ffffff !important;
  border-color:#d469a8 !important;
  color:#000000;
}
.access:focus{
  background-color: #4e52d0;
  border-color: #4a4dc4;
  box-shadow: 0 0 0 .25rem rgb(234 192 218 / 42%) !important;
}
.access:active{
  box-shadow: 0 0 0 .25rem rgb(234 192 218 / 42%);
}
.navbar-nav .btn{
  background-color:#ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.navbar-nav .btn:hover{
  background-color:#d469a8;
  border: 1px solid #d469a8;
  color: #ffffff;
}
.navbar-nav .btn:focus{
  box-shadow: 0 0 0 .25rem rgb(245 245 245 / 42%) !important;
}
.navbar-nav .btn:active{
  box-shadow: 0 0 0 .25rem rgb(245 245 245 / 42%);
}
.access i{
  margin-left:6px;
}
/* steps section home page css start */
.step-icon {
  max-width: 100%;
  height: auto;
}
.step-card {
  text-align: center;
  padding: 20px;
}
.step-card img {
  margin:26px 0px;
}
.step-title {
  color:#d469a8;
  font-size: 26px;
  font-weight: bold;
}
.step-text {
  font-size: 15px;
  color: #000000;
}
/* steps section home page css End */

/* marquee stylecss */

.marq-shadows{
  max-width: 640px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position:relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.marq-shadows:before
{
  content: "";
  position: absolute;
  width: 250px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(17.04%, #fefefe), to(rgba(254, 254, 254, 0)));
  background: linear-gradient(90deg, #fefefe 17.04%, rgba(254, 254, 254, 0) 100%);
  z-index: 1;
}

.marq-shadows:after
{
  content: "";
  position: absolute;
  width: 250px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: -webkit-gradient(linear, left top, right top, color-stop(17.04%, #fefefe), to(rgba(254, 254, 254, 0)));
  background: linear-gradient(90deg, #fefefe 17.04%, rgba(254, 254, 254, 0) 100%);
  z-index:1;
}

.marquees-wrapper{
  height: 100%;
  width: 100%;
  background-color: rgb(240 241 245);
  background-image: linear-gradient(rgb(210 213 219) 1px, transparent 1px), linear-gradient(to right, rgb(210 213 219) 1px, rgb(240 241 245) 1px);
  background-size: 20px 20px;
  overflow-x: hidden;
}
.marquees-wrapper::after {
  position: absolute;
  content: "";
  inset: 0;
}
.marquee {
  --gap: 1rem;
  margin-block: 10px;
  display: flex;
  gap: var(--gap);
  overflow: hidden;
  user-select: none;
}

.marquee__content{
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  min-width: 100%;
  align-items: center;
  gap: var(--gap);
}
.scroll {
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.marquee__content li {
  list-style: none;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
}
.marquee-1 .scroll {
  animation: scroll 20s linear infinite;
}
.marquee-2 .scroll {
  animation: scroll 25s linear infinite reverse;
}

.marquee-2 .scroll {
  animation: scroll 25s linear infinite reverse;
}

/* heading size peragraph size */
.header-left-content h2{
  font-size:40px;
}
.header-left-content p{
  font-size:16px;
  font-weight:400;
}
.verify-heading h2{
  font-size:30px;
}
.verify-heading h3{
  font-size:26px;
}
.Prot-heading h2{
  font-size:28px;
}
.marq-cont h2{
  font-family: "Montserrat", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color:#d469a8;
}
.virtual-content h2{
  font-size: 30px;
  font-weight: 600;
}
.otp-sec h2{
  font-size: 43px;
  font-weight: 600;
}
.review-sec h2 {
  font-size: 30px;
  font-weight: 600;
}
.rev-heading{
  font-size:30px;
  font-weight: 600;
}
.trusted-cont h2{
  color:#ffffff;
  font-size:40px;
  font-weight:600;
}
.online-numb h2{
  font-size:30px;
  font-weight:600;
}
.footer-bottom p{
  color:#ffffff;
}
.ftr h5{
  font-size:18px;
  font-weight:600;
  margin:10px 0px;
  color:#ffffff;
}
.ftr h6{
  font-size:18px;
  font-weight:500;
  margin:10px 0px;
  color:#ffffff;
}
.ftr p{
  color:#ffffff !important;
}
.ftr ul li a{
  color:#ffffff !important;
}
.ftr p a{
  color:#ffffff !important;
}
p{
  font-size:15px;
  font-weight:400;
  color:#000000;
}
.ftr li a{
  font-size:15px;
  font-weight:500;
}
.ftr .bi{
  font-size:16px;
  color:#ffffff;
}
.ftr .bi:hover{
  color:#ffffff;
}
/* end */



.list-flags{
  max-height: 234px;
  min-height: 150px;
  overflow-y: scroll;
  margin-top: 8px;
  padding:0px 8px;
}
.listing-data{
  padding: 8px;
  background: #f5f5f5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 8px;
  margin-right: 0px;
  font-size: 12px;
  margin: 8px 5px;
  width: 47%;
  float: left;
}
.listing-data .listdata-left span{
  font-size:15px;
  font-weight:500;
}

.listdata-left span{
  margin-left:10px;
}
.servbtnns{
  display: flex;
  flex-direction: column;
  padding: 6px;
  border-radius: 8px;
  background-color: #fff;
}
.search-container {
  margin: 20px auto;
  width: 93%;
  position: relative;
  display:inline;
}
.search-container placeholder{
  font-size:15px;
}
.search-container input{
  background: #f5f5f5;
  flex: 1;
  border: none;
  padding: 8px;
}
.search-container .spans{
  font-size: 21px;
  right: 8px;
  top:3px;
  Position:absolute;
}
.search-box {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.country-list{
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.country-item {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}
.country-item:hover {
  background-color: #f0f0f0;
}
.country-item img {
  width: 30px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #ddd;
}
.hidden {
  display: none;
}

.search-container .spans{
  font-size: 21px;
  right: 8px;
  top:3px;
  Position:absolute;



}

.search-box {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.country-list {
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.country-item {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}

.country-item:hover {
  background-color: #f0f0f0;
}

.country-item img {
  width: 30px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #ddd;
}

.hidden {
  display: none;
}





/* .shad{  */
/* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */


/* background-color: transparent; */
/* background-image: linear-gradient(90deg, #1655F203 49%, var(--e-global-color-62eb85e) 91%); */

.marq{
  background-color: #F5F5F5;
  padding: 20px 0px;
}
.marq-under{
  background-color: #ffffff;
  border-radius:10px;
}
.reg-on{
  color:#000;
  font-weight:500;
}
.reg-on:hover{
  color:#000;
  font-weight:500;
}
/* marquee stylecss end*/
.virtual-content h2 {
  font-size:26px;
}
.otp-sec{
  padding:120px 0px;
}
.bgr{
  background-image: url(../img/Looking-for-a-Virtual-Number-for-OTP-King.png);
  background-position: right center;
  background-size: cover;
  box-shadow: 0px 0px 2px 0px rgba(86.7, 86.7, 86.7, 0.5);
}

.bgr .btn {
  color: #fff;
  background-color: #d469a8;
  border-color: #d469a8;
  box-shadow:none;
}

.bgr .btn:hover {
  color: #000000;
  background-color: #d469a800;
  border-color: #d469a8;
  box-shadow: none;
}


/* .bgr{background:#f5f5f5;} */
.why-choose{
  background-color:#f5f5f5;
}
.card-body{
  text-align:left;
}
.card{
  height:100%;
}
.trusted{
  background-color:#4B4859;
  padding:20px 30px;
  border-radius:10px;
}
.trusted-img{
  text-align:center;
}
.trusted-img img{
  width:60%;
}
.trusted-cont p{
  color:#ffffff;
}
.btn-outline-dark{
  font-weight:600;
  border-color: #ffffff;
}
.btn-outline-dark:hover{
  color:#000000;
  font-weight:600;
}
.card-title {
  margin-bottom: 0.5rem;
}
.bg-ico{
  background-color:#d469a8;
  width: 25%;
  margin: 10px auto;
  padding: 10px;
  font-size:30px;
  border-radius: 10px;
  color:#ffffff;
}
.bg-ico:hover{
  background-color:#4B4859;
  color:#ffffff;
}
.bg-remove{
  background-color:#ffffff00
}
.bg-remove p{
  color:#000000;
}
/* footer css start */
.ftr{
  background-color:#4B4859;
  padding:40px 30px;
}
.footer-bottom{
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.5);
  margin-top: 30px;
  padding: 6px;
  color: #ffffff;
}

.footer-logo img{
  width:242px;
}
.footer-logo p{
  color:#ffffff;
  font-size:15px;
  font-weight:500;
}
/* footer css end*/


.trusted-img{
  position:relative;
}
.rev-img img{
  width:42%;
}
.card-body{
  flex: 1 1 auto;
  padding: 0.5rem 1.5rem;
  color: #525f7f;
}
.marq-cont{
  text-align:center;
}
/* scroll-box css start */
.selcon {
  display: flex;
  flex-direction: column;
  padding: 8px;
}
.conbtnbox{
  box-shadow: 0px 0px 3px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.conbtn {
  display: flex;
  flex-direction: row;
  padding: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btnbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #f5f5f5;
  border-radius: 6px;
  margin: 8px;
  padding: 8px;
  cursor: pointer;
  width: 45%;
}
.btnbox img {
  width: 32px;
  margin-right: 8px;
}
.btnboxactive {
  background: #00aeff;
}
.btnbox:hover {
  background:#1655F2;
  color: #ffffff;
}
.servbtn{
  display: flex;
  flex-direction: column;
  padding: 6px;
  box-shadow: 0px 0px 3px;
  border-radius: 8px;
  background-color:#fff;
}
.listbody{
  max-height:250px;
  min-height: 150px;
  overflow-y: scroll;
  margin-top: 8px;
}
.listdata{
  padding: 8px;
  background: #f5f5f5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 8px;
  margin-right: 4px;
  font-size: 12px;
  margin-top: 8px;
}
.listdata span{
  margin: 4px;
  font-size: 15px;
  font-weight: 500;
}
.listdata-left{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.listdata-left img{
  width: 24px;
}
.listdata-right{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.listdata-right button{
  background:#d469a8;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 12px;
  border: none;
  margin-left: 4px;
  color:#ffffff;
}
.serchdiv{
  display: flex;
  padding: 4px;
  position: relative;
}
.serchdiv input{
  background: #f5f5f5;
  flex: 1;
  border: none;
  padding: 8px;
}
.serchdiv select{
  background: #f5f5f5;
  flex: 1;
  border: none;
  padding: 8px;
}
.serchdiv span{
  position: absolute;
  right: 16px;
  top: 10px;
}
.cont{/* background-color:#1655F2; */
  background-color:#d469a8;
  color:#ffffff;
  padding: 10px 8px 14px 8px;
  border-radius: 16px 10px;
  width: 32%;
  text-align: center;
  margin: 9px 0px -12px 0px;
  font-weight: 500;
  font-size: 15px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont-sta {
  background-color:#1655F2;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
/* scroll-box css end*/
/* about us page css start */
/* .abt-section { */
/* background-position: center top; */
/* background-color: #000000; */
/* background-image: linear-gradient(rgb(0 0 0 / 78%), rgb(0 0 0 / 78%)), url(../img/bground-bl.jpg); */
/* background-size: cover; */
/* padding:80px 15px; */
/* } */

/* .about-right{text-align:center;} */
/* .about-right img{width:80%;} */

/* .abt-section h1 { */
/* font-size: 2.25rem; */
/* font-weight: bold; color:#ffffff; */

/* } */
/* .abt-section p { */
/* font-size: 16px; */
/* color:#ffffff; */
/* font-weight: 400; */

/* } */

.abt-section {
  position: relative;
  background-position:left;
  background-image:url(../img/OTP-King-Background-Image.png);
  background-size: cover;
  padding:45px 10px; /* background-color: #FDBD29; */
  /* background-image: linear-gradient(rgb(253 188 53 / 65%), rgb(253 188 53 / 44%)), url(../img/OTP-SMS-1.png); */ }
.abt-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgb(234 192 218 / 40%);
  z-index: 1;
}


.abt-section > * {
  position: relative;
  z-index: 2;
}



.about-right{
  text-align:right;
}
.about-right img{
  width:55%;
}

.abt-section h1 {
  font-size: 2.25rem;
  font-weight: bold;
  color:#000000;
  margin:8px 0px;

}
.abt-section p {
  font-size: 16px;
  color:#000000;
  font-weight: 400;
  margin:8px 0px;

}

.who-img img{
  width:70%;
}
.who-img {
  text-align:center;
}

.what-img img{
  width:70%;
}
.what-img {
  text-align:center;
}

.about-who-we-are h2{
  font-size: 30px;
  font-weight: 600;
}
.about-who-we-are p{
  font-size: 15px;
  font-weight: 400;
}

.about-what-we-do h2{
  font-size: 30px;
  font-weight: 600;
}
.about-what-we-do p{
  font-size: 15px;
  font-weight: 400;
}



.why-choose-section h2{
  font-size: 30px;
  font-weight: 600;
}
.why-choose-section p{
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}
.why-choose-content-box{
  padding: 20px 20px 20px 20px;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  height: 100%;
  padding: 20px 20px 10px;
  color: #fff;
}
.why-choose-content-box h3{
  margin-bottom: 0px;
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.why-choose-content-box p{
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.why-choose-content-box img{
  width: 25%;
  margin: 10px 0px;
}

.Mission{
  background-color:#4B4859;
  padding: 60px 60px;
  border-radius: 10px;
}


.mission-cont h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  text-align:center;
}

.mission-cont p {
  color: #ffffff;
  font-size:15px;
  font-weight:500;
  width:90%;
  text-align:center;
  margin:0px auto;
}


.get{
  padding:30px 10px;
}
.get-section{
}

.get-section h2{
  font-size: 30px;
  font-weight: 600;
}
.get-section p{
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  width:100%;
  margin:0px auto;
}


/* counters css start */

.counters-section {
  background-color:#fbfbfb57;
  padding: 50px 0;
}
.counters-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.counter-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.counter-number {
  font-size: 2rem;
  font-weight: bold;
  color:#d469a8;
}
.counter-description {
  font-size: 1rem;
  color: #000000;
}

.get-img-section{
  text-align: center;
}
.get-img-section img{
  max-width:70%;
}

/* counters css end */

/* about us slider css start */
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{

  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


/* about us page css end */


/* Contact us page css start */



.contact-right{
  text-align: right;
}
.contact-right img{
  width:55%;
}
.contact-us-section h1 {
  font-size: 2.25rem;
  font-weight: bold;
  color:#ffffff;
}
.contact-us-section p {
  font-size: 16px;
  color:#ffffff;
  font-weight: 400;
}

/* .support-section {} */

.support-section h2 {
  font-size:48px;
  font-weight:700;
  margin:6px 0px;
}
.support-section p {
  font-size:14px;
  font-weight:500;
  margin:6px 0px;
}
.blue-box {
  background-color: #1655F2;
  color: white;
  padding: 40px 50px;
  border-radius:16px;
  font-weight: bold;
  width: 70%;
}
.blue-box h3 {
  margin:10px 0px;
  font-size:26px;
  color:#ffffff ;
}
.blue-box p {
  color:#ffffff;
}
.blue-box a{
  color: #ffffff !important;
  margin-left: 6px;
  text-decoration: none;
  font-size: 18px;
}

.contact-form {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-submit {
  background-color: #4B4859 !important;
  color: #ffffff;

}
.btn-submit:hover {
  background-color: #4B4859 !important;
  color: #ffffff;
  box-shadow: 0 0 0 .25rem rgb(75 72 89 / 42%);
}
.btn-submit:focus {
  box-shadow: 0 0 0 .25rem rgb(75 72 89 / 42%);
}





.contact-us-section h1 {
  font-size: 2.25rem;
  font-weight: bold;
  color:#ffffff;
}
.contact-us-section p {
  font-size: 16px;
  color:#ffffff;
  font-weight: 400;
  width:100%;
}
.support-space h2 {
  font-size:48px;
  font-weight:700;
  margin:6px 0px;
}
.support-space p {
  font-size:15px;
  font-weight:400;
  margin:6px 0px;
}
.blue-box h3 {
  margin:10px 0px;
  font-size:26px;
  color:#ffffff ;
}
.blue-box {
  width: 80%;
}
.blue-box .bi {
  color:#ffffff;
}

.still-have h5{
  font-size:18px;
}
.still-have p{
  font-size:15px;
}
.still-have svg{
  margin-right:10px;
}
.get-acc{
  font-size:13px;
  background-color:none;
  border-color:#000000;
  color:#000000;
}
.get-acc:hover{
  font-size:13px;
  background-color:#ffffff;
  color:#d469a8 !important;
  border-color:#d469a8;
}

.get-acc:hover {
  font-size: 13px;
  background-color: #ffffff;
  color: #1655F2;
}



.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem rgb(255 255 255 / 50%) !important;
}



.cont-btn{
  text-align:right;
}
.cont-bot-img img{
  width:70px;
  height:70px;
  margin-right:30px;
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color:#fdfdfd;
  position: relative;
}


.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #fdfdfd;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  font-size:48px;
  font-weight:700;
  margin:6px 0px;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}



.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #1abc9c;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2rem 2rem;
  position: relative;
}

.contact-info .title {
  color: #4B4859;
}

.form-control:focus {
  color: #16192c;
  background-color: #fff;
  border-color:#d469a8 !important;
  outline: 0;
  box-shadow: 0 0 0 .10rem rgb(234 192 218 / 42%) !important;
}


.text {
  font-size:15px;
  font-weight:400;
  margin:6px 0px 10px 0px;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color:#4B4859;
}
.information a {
  color:#4B4859;
}

.information a:hover {
  color:#4e52d0;
}

/* .icon { */
/* width: 28px; */
/* margin-right: 0.7rem; */
/* } */

.social-media {
  padding:2px  0px 0px 0px;
}

.social-media p {
  font-size:15px;
  font-weight:400;
  margin:0px 0px 0px 0px;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background:linear-gradient(45deg, #d469a8, #4B4859);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  /* transform: scale(1.05); */

}




@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }


  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }
  .ins a{
    color:#000000 !important;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 170px;
  }


}
/* Contact us page css end */


/* faqs page css Start */

.faqs-section{
  background-position: center center;
  background-color: #000000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/Faqs-SMS-Code-Verify.webp);
  background-size: cover;
  padding: 130px 15px;
}
.faqs-section h1 {
  font-size: 2.25rem;
  font-weight: bold;
  color:#ffffff;

}
.faqs-section p {
  font-size: 16px;
  color:#ffffff;
  font-weight: 400;
}
.faqs-right{
  text-align:right;
}
.faqs-right img{
  width:55%;
}

.accordion-button:focus{
  box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%);
}

.faq-accordian .h2{
  font-size:30px;
  font-weight: 500;
  color: #000000;
}
.faq-accordian .accordion-button{
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.faq-accordian .accordion-body {
  color:#4e4b4b;
}

/* faqs page css end */


/* Api page start */
.Api-section {
  background-position: center top;
  background-color: #000000;
  background-image: linear-gradient(rgb(0 0 0), rgba(0, 0, 0, 0.7)), url(../img/Welcome-to-SMS-Code-Verify.png);
  background-size: cover;
  padding: 130px 15px;
}

.Api-right{
  text-align:right;
}
.Api-right img{
  width:60%;
}

.Api-section h1 {
  font-size: 2.25rem;
  font-weight: bold;
  color:#ffffff;
}
.Api-section p {
  font-size: 16px;
  color:#ffffff;
  font-weight: 400;
}
.api-content h2{
  font-size:30px;
  margin:6px 0px;
  color:#000000;
  line-height:4px;
  line-height:2.0;
}
.api-content span{
  font-size:18px;
  color:#000000;
  margin:6px 0px;
  line-height:4px;
  line-height:20px;
}
.api-content p{
  font-size:15px;
  margin:6px 0px ;
  color:#000000;
}


/* api page end */



/* terms and condition css start  */
.term-condition-section {
  background-position: center top;
  background-color: #000000;
  background-size: cover;
  padding: 130px 15px;
  background-image: linear-gradient(rgb(0 0 0), rgba(0, 0, 0, 0.7)), url(../img/Welcome-to-SMS-Code-Verify.png);
}
.term-condition-section h1{
  font-size: 2.25rem;
  font-weight: bold;
  color: #ffffff;
}
.term-condition-section p{
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
.term-condition-right {
  text-align:right;
}
.term-condition-right img {
  width:60%;
}
.terms-contents ol{
  font-size:18px;
  margin:10px 0px !important;
  color:#000000;
}
.terms-contents ol li::marker{
  font-size:18px;
  margin:10px 0px !important;
  color:#000000;
  font-weight:500;
}
.terms-section h2{
  color:#000;
  font-size:30px;
}
.terms-section p{
  color:#000;
  font-size:15px;
  margin:6px 0px;
}
.terms-contents ul {
  padding-left: 22px;
}
.terms-contents ul li{
  color:#000;
  font-size:15px;
  line-height:3;
}
/* terms and condition css end  */

/* billing css */

.billing-policy-section {
  background-position: center top;
  background-color: #000000;
  background-size: cover;
  padding: 130px 15px;
  background-image: linear-gradient(rgb(0 0 0), rgba(0, 0, 0, 0.7)), url(../img/Welcome-to-SMS-Code-Verify.png);
}
.billing-policy-section h1{
  font-size: 2.25rem;
  font-weight: bold;
  color: #ffffff;
}
.billing-policy-section p{
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
.billing-right {
  text-align: right;
}
.billing-right img {
  width:60%;
}
/* billing css end */

/* privacy-policy css */

.privacy-policy-section {
  background-position: center top;
  background-color: #000000;
  background-size: cover;
  padding: 130px 15px;
  background-image: linear-gradient(rgb(0 0 0), rgba(0, 0, 0, 0.7)), url(../img/Welcome-to-SMS-Code-Verify.png);
}
.privacy-policy-section h1{
  font-size: 2.25rem;
  font-weight: bold;
  color: #ffffff;
}
.privacy-policy-section p{
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
.privacy-policy-right{
  text-align:right;
}
.privacy-policy-right img{
  width:60%;
}

/* privacy-policy css end */

/* refund-policy css */

.refund-policy-section {
  background-position: center top;
  background-color: #000000;
  background-size: cover;
  padding: 130px 15px;
  background-image: linear-gradient(rgb(0 0 0), rgba(0, 0, 0, 0.7)), url(../img/SMS-Code-bg.jpg);
}
.refund-policy-section h1{
  font-size: 2.25rem;
  font-weight: bold;
  color: #ffffff;
}
.refund-policy-section p{
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
.refund-policy-right {
  text-align:right;
}
.refund-policy-right img {
  width:60%;
}

/* refund-policy css end */


.still-have{
  margin:100px 0px 100px 0px;
  box-shadow:1px 0px 5px 1px rgba(10,22,70,.1),0px 0px 1px 0px rgba(10,22,70,.06) !important;
}


/* lat css writen */

.terms-contents ul li strong{
  color:#343434;
}

/* pricing page css start */

.pricing-card {
  border: 1px solid #ddd;
  border-radius: 22px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* transition: transform 0.3s ease; */
}

.pricing-card:hover {
  /* transform: translateY(-10px); */
}

.pricing-card img {
  width:80%;

}

.pricing-tabs .nav-link {
  font-weight: bold;
  color: #333;
}

.pricing-card a{
  color:#ffffff;
}
.pricing-card .btn {
  background-color:#d469a8!important;
  border-color:#d469a8!important;
  padding: .55rem 1.25rem;
}
.pricing-card .btn:hover {
  background-color:#4B4859!important;
  border-color:#4B4859!important;
}

.pricing-card h3{
  font-size:18px;
  margin:5px 0px;
}
.pricing-card p{
  color:#333333;
  font-size:15px;
  margin:5px 0px;
}

.pricing-card strong{
  color:#4B4859;
  font-size:18px;
  margin:5px 0px;
}
.pricing-bg{
  border-radius: 20px;
  background: #C64545;
  padding: 1em 0 4em;
  position: relative;
}

.pricing-divider-img {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px;
}

/* .pricing-tabs .nav-link.active { */
/* color: #ffffff; */
/* border-color:transparent; */
/* } */
.price-sec ul{
  width:48%;
  background-color:#f7f7f766;
  margin:0px auto;
  border-radius:10px;
  padding:12px 0px;
  border: 1px solid #e7eaf0;
}
/* .price-sec li{padding:10px 12px !important; } */
.price-sec .nav-tabs .nav-link{
  padding:0rem;
}

/* .pricing-tabs .nav-item:active {padding: 10px 16px; border-radius: 6px;} */
.pricing-tabs li {
  margin-left:2px !important;
  margin-right:2px !important;
}
.pricing-tabs li a{
  box-shadow:2px 2px red;
  color:#000000 !important;
  padding: 10px 16px !important;
  border-radius: 6px !important;
  box-shadow: 0px 0px 2px #d7d7d7;
  margin: 6px 6px;
}
.pricing-tabs li a.active {
  background-color:#d469a8!important;
  color:#ffffff !important;
  padding: 10px 16px !important;
  border-radius: 6px !important;
  border-color:#d469a8!important;
}
.pricing-tabs li a:hover {
  background-color:#4B4859;
  color:#ffffff !important;
  padding: 10px 16px;
  border-radius: 6px;
}
/* .pricing-tabs .nav-item a {color#ffffff;} */
/* .pricing-tabs li a:hover {color#ffffff;} */
.pricing-right{
  text-align:right;
}
.pricing-right img{
  width:60%;
}
.price-sec h2{
  font-size:30px;
  margin:10px 0px 30px 0px;
}
/* .price-sec p{ font-size:15px; margin:10px 0px 30px 0px;} */
.physical-setup{
  margin: 50px auto 0px auto;
}
.physical-setup .section-header{
  color: #000000;
  font-size: 22px;
  font-weight: 700;
}
.physical-setup .card {
  border: none;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.physical-setup .icon {
  width: 40px;
  height: 40px;
  /* background-color:#d469a8; */
  color: #d469a8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 23px;
}
.physical-setup .step-title {
  font-size: 16px;
  font-weight: 500;
}
.physical-setup .step-description {
  font-size: 14px;
  color: #6c757d;
}
.physical-setup .image-container {
  /* background-color: #f3ebff; */
  padding: 30px;
  border-radius: 12px;
  text-align: center;
}
.physical-setup .image-container img {
  max-width: 100%;
  height: auto;
}

.physical-box{
  background-color:#fcfcfc;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
}

.physical-box:hover{
  background-color: #fdfdfd;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
}



/* pricing page css end */




/* .hover-box { */
/* cursor: pointer; */
/* transition: transform 0.3s ease, box-shadow 0.3s ease; */
/* border: 2px solid #ddd; */
/* border-radius: 10px; */
/* padding: 20px; */
/* text-align: center; */
/* } */

/* .hover-box:hover { */
/* transform: scale(1.05); */
/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
/* background-color: #f8f9fa; */
/* } */

.image-display {
  width: 100%;
  height: auto;
  /* border: 2px solid #ddd; */
  object-fit: cover;
}





/* 404 page start */
.error-page{
  text-align:center;
  padding:40px 0px 0px 0px;
}
.inner-404-page h2{
  font-size: 30px;
}
.inner-404-page p{
  margin:0px auto;
  text-align:center;
  width:80%;
  font-size:15px;
  font-weight:500;
  line-height: 1.6;
}
.inner-404-page .btn {
  background-color:#d469a8!important;
  border-color:#d469a8!important;
  padding: .55rem 1.25rem;
  color:#ffffff !important ;
}

.inner-404-page a{
  color:#ffffff;
}
.inner-404-page .btn:hover{
  background-color:#4B4859!important;
  color:#ffffff !important;
  border-color: #4B4859 !important;
}
/* 404 page end*/






@media only screen and (min-width: 1600px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1599px){
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
}
@media only screen and (min-width: 768px) and (max-width: 991px){

  .support-space h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 6px 0px;
  }
  .blue-box a {
    color: #ffffff !important;
    margin-left: 6px;
    text-decoration: none;
    font-size: 15px;
  }
  .mission-cont p {
    width:100%;
  }
  .get-section p {
    width:100%;
  }


  .faqs-section h1 {
    font-size: 26px;
    font-weight: 600;
  }
  .faqs-section h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .faqs-section p{
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px;
  }
  .cont{
    width:68%;
  }
  .price-sec ul{
    width:100%;
  }
  .physical-setup .section-header{
    color: #d469a8;
    font-size: 18px;
  }
  .listing-data{
    width: 80%;
  }
  .billing-right img {
    width: 85%;
  }
  .pricing-right img {
    width: 85%;
  }
  .about-right img {
    width:70%;
  }
  .faqs-right img {
    width: 70%;
  }
  .contact-right img{
    width:85%;
  }
  .Api-right img {
    width: 85%;
  }
  .term-condition-right img {
    width:70%;
  }
  .privacy-policy-right img {
    width:70%;
  }
  .refund-policy-right img {
    width: 70%;
  }
  .price-sec h2 {
    font-size: 20px;
  }

}

@media only screen and (min-width: 576px) and (max-width: 767px){
  /* heading size peragraph size */
  .header-left-content h1{
    font-size:40px;
  }
  .header-left-content p{
    font-size:16px;
    font-weight:400;
  }
  .verify-heading h2{
    font-size:30px;
  }
  .verify-heading h3{
    font-size:26px;
  }
  .Prot-heading h2{
    font-size:30px;
  }
  .marq-cont h2{
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #1655F2;
  }
  .virtual-content h2{
    font-size: 30px;
    font-weight: 600;
  }
  .otp-sec h2{
    font-size: 43px;
    font-weight: 600;
  }
  .review-sec h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .rev-heading{
    font-size:30px;
    font-weight: 600;
  }
  .trusted-cont h2{
    color:#ffffff;
    font-size:20px;
    font-weight:600;
  }
  .online-numb h2{
    font-size:30px;
    font-weight:600;
  }
  .footer-bottom p{
    color:#ffffff;
  }
  .ftr h5{
    font-size:18px;
    font-weight:600;
    margin:10px 0px;
    color:#ffffff;
  }
  .ftr h6{
    font-size:18px;
    font-weight:500;
    margin:10px 0px;
    color:#ffffff;
  }
  .ftr p{
    color:#ffffff;
  }
  p{
    font-size:15px;
    font-weight:400;
    color:#000000;
  }
  .ftr li a{
    font-size:15px;
    font-weight:500;
  }
  .ftr .bi{
    font-size:16px;
  }
  .box-1 .bi {
    left: -26px;
    position: absolute;
    color: #668ff7;
    font-size: 19px;
    transform: translateX(0%);
  }
  .header-left-content .btn {
    margin: 0px 0px 30px 0px;
  }
  .otp-sec{
    padding:20px 0px;
  }
  .trusted-img img{
    width:100%;
  }
  .listing-data {
    padding: 8px;
    background: #f5f5f5;
    display: flex;
    flex-direction: row;
    content: space-between;
    border-radius: 8px;
    margin-right: 0px;
    font-size: 12px;
    margin: 8px 5px;
    width: 47.9%;
    float: left;
  }
  .about-us-section p {
    width: 100%;
  }
  .mission-cont p {
    width:100%;
  }
  .get-section p {
    width:100%;
  }

  .faqs-section h1 {
    font-size: 26px;
    font-weight: 600;
  }
  .faqs-section h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .faqs-section p{
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px;
  }

  .Api-section h1 {
    font-size: 26px !important;
    font-weight: 600;
  }
  .Api-section h2 {
    font-size: 20px;
  }
  .Api-section p{
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin: 10px 0px;
  }
  .api-content h2 {
    font-size: 18px;
    color: #000000;
    line-height: 60px;
  }
  .api-content span{
    font-size:16px;
    color:#000000;
    margin:6px 0px;
    line-height:4px;
    line-height:20px;
  }
  .api-content p {
    font-size: 15px;
    color: #000000;
    line-height: 2.1;
  }

  /* terms and conditions responsive css start */

  .term-condition-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .term-condition-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
  }
  .term-condition-right {
    text-align: center;
  }
  .terms-contents ol{
    font-size:16px;
    margin:10px 0px !important;
    color:#000000;
    padding-left:18px;
  }
  .terms-section h2{
    color:#000;
    font-size:20px;
  }
  .terms-section p{
    color:#000;
    font-size:14px;
  }
  .terms-contents ul {
    padding-left: 22px;
  }
  .terms-contents ul li{
    color:#000;
    font-size:14px;
    line-height: 2;
  }

  /* terms and conditions responsive css end */

  /* billing css */
  .billing-policy-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .billing-policy-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
  }
  .billing-policy-right {
    text-align: center;
  }
  /* billing css end */

  /* privacy-policy css */
  .privacy-policy-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .privacy-policy-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
  }
  .privacy-policy-right {
    text-align: center;
  }

  /* privacy-policy css end */

  /* refund-policy css */
  .refund-policy-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .refund-policy-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
  }
  .refund-policy-right {
    text-align: center;
  }

  /* refund-policy css end */

  .abt-section h1{
    font-size: 26px;
    font-weight: 600;
  }
  .abt-section p{
    font-size:16px;
    font-weight:500;
    width:100%;
    margin: 10px 0px;
  }
  .cont-btn{
    text-align:center;
    margin:6px 0px;
  }
  .cont-bot-img img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }


  .about-right img{
    width:80%;
    padding: 20px 0px 0px 0px;
  }
  .faqs-right img{
    width:80%;
    padding: 20px 0px 0px 0px;
  }
  .Api-right img{
    width:80%;
    padding: 20px 0px 0px 0px;
  }
  .contact-right img{
    width:80%;
    padding: 20px 0px 0px 0px;
  }
  .term-condition-right img{
    width:80%;
    padding: 20px 0px 0px 0px;
  }
  .privacy-policy-right img{
    width:80%;
    padding: 20px 0px 0px 0px;
  }
  .billing-right img{
    width:80%;
    padding: 20px 0px 0px 0px;
  }
  .refund-policy-right img{
    width:80%;
    padding: 20px 0px 0px 0px;
  }
  .pricing-right img{
    width:80%;
    padding: 20px 0px 0px 0px;
  }



  .headset-2 .img-sec{
    margin:10px 0px;
  }
  .headset-2 h2{
    font-size:16px;
  }
  .headset-2 h3{
    font-size:16px;
  }
  .cont{
    width:50%;
  }
  .price-sec ul{
    width:100%;
  }
  .price-sec h2{
    font-size:20px;
  }
  .pricing-right img{
    width:80%;
    padding: 20px 0px 0px 0px;
  }
  .physical-setup .section-header{
    color: #d469a8;
    font-size: 18px;
  }
  .price-sec h2 {
    font-size: 20px;
  }

}


@media only screen and (min-width: 481px) and (max-width: 575px){

  .img-sec{
    text-align:center;
  }
  .content{
    margin:10px 0px;
  }
  .box-1{
    margin: 12px 0px !important;
  }
  .img-sec img{
    max-width:70%;
  }
  .colour-1 img{
    float:none;
    max-width:50%;
  }
  .svg-sec svg {
    width:133px;
  }
  .bg-ico {
    width:30%;
  }

  /* heading size peragraph size */

  .header-left-content h1{
    font-size:26px;
  }
  .header-left-content h2{
    font-size:20px;
  }
  .header-left-content p{
    font-size:16px;
    font-weight:400;
  }
  .verify-heading h2{
    font-size:20px;
  }
  .verify-heading h3{
    font-size:18px;
  }
  .Prot-heading h2{
    font-size:20px;
  }
  .marq-cont h2{
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height:40px;
    color: #1655F2;
    padding:20px 0px;
    text-align:center;
  }
  .virtual-content h2{
    font-size: 20px;
    font-weight: 600;
  }
  .otp-sec h2{
    font-size: 20px;
    font-weight: 600;
  }
  .review-sec h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .rev-heading h2{
    font-size:20px;
    font-weight: 600;
  }
  .trusted-cont h2{
    color:#ffffff;
    font-size:20px;
    font-weight:600;
  }
  .online-numb h2{
    font-size:20px;
    font-weight:600;
  }
  .footer-bottom p{
    color:#ffffff;
  }
  .ftr h5{
    font-size:18px;
    font-weight:600;
    margin:10px 0px;
    color:#ffffff;
  }
  .ftr h6{
    font-size:18px;
    font-weight:500;
    margin:10px 0px;
    color:#ffffff;
  }
  .ftr p{
    color:#ffffff;
  }
  p{
    font-size:15px;
    font-weight:400;
    color:#000000;
  }
  .ftr li a{
    font-size:15px;
    font-weight:500;
  }
  .ftr .bi{
    font-size:16px;
  }
  .box-1 .bi {
    left: -26px;
    position: absolute;
    color:#d469a8;
    font-size: 19px;
    transform: translateX(0%);
  }
  .header-left-content .btn {
    margin: 0px 0px 30px 0px;
  }
  .otp-sec{
    padding:20px 0px;
  }
  .trusted-img img{
    width:100%;
  }


  .marq-shadows:before {
    content: "";
    position: absolute;
    width:80px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(17.04%, #fefefe), to(rgba(254, 254, 254, 0)));
    background: linear-gradient(90deg, #fefefe 17.04%, rgba(254, 254, 254, 0) 100%);
    z-index: 1;
  }

  .marq-shadows:after {
    content: "";
    position: absolute;
    width:80px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: -webkit-gradient(linear, left top, right top, color-stop(17.04%, #fefefe), to(rgba(254, 254, 254, 0)));
    background: linear-gradient(90deg, #fefefe 17.04%, rgba(254, 254, 254, 0) 100%);
    z-index: 1;
  }

  .btnbox{
    width:100%;
  }
  .cont{
    width:58%;
    padding: 7px 8px 14px 8px;
  }
  .listing-data{
    width: 45.6%;
  }


  /* about us cont start */
  .abt-section h1{
    font-size: 26px;
    font-weight: 600;
  }
  .abt-section p{
    font-size:16px;
    font-weight:500;
    width:100%;
    margin: 10px 0px;
  }
  .about-us-section h1{
    font-size: 26px;
    font-weight: 600;
  }
  .about-us-section p{
    font-size:16px;
    font-weight:500;
    width:100%;
    margin: 10px 0px;
  }
  .about-what-we-do h2{
    font-size: 20px;
    font-weight: 600;
  }
  .about-who-we-are h2{
    font-size: 20px;
    font-weight: 600;
  }
  .why-choose-section h2{
    font-size: 20px;
    font-weight: 600;
  }
  .mission-cont h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
  }
  .get-section h2{
    font-size: 20px;
    font-weight: 600;
  }

  /* about us cont end */


  /* contact us css responsive start */
  .contact-us-section {
    background-position: center right;
    background-color: #000000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/Contact-Us-SMS-Code-Verify.jpg);
    background-size: cover;
    padding: 130px 15px;
  }
  .contact-us-section h1 {
    font-size: 26px;
    font-weight: 600;
    color:#ffffff;
  }
  .contact-us-section p {
    font-size: 14px;
    color:#ffffff;
    font-weight: 400;
    width:100%;
  }
  /* .support-section h2 {font-size:30px; font-weight:700; margin:6px 0px;} */
  /* .support-section p {font-size:14px; font-weight:500; margin:6px 0px;} */
  .blue-box h3 {
    margin:10px 0px;
    font-size:18px;
    color:#ffffff ;
  }
  .blue-box {
    width: 100%;
    margin:0px auto;
  }
  .blue-box a {
    font-size:15px;
  }
  .support-space p{
    color:#000 !important;
  }
  .support-space h2{
    font-size:24px;
  }

  /* contact us css responsive end */
  .mission-cont p {
    width:100%;
  }
  .get-section p {
    width:100%;
  }


  .faqs-section h1 {
    font-size: 26px;
    font-weight: 600;
  }
  .faqs-section h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .faqs-section p{
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px;
  }

  .Api-section h1 {
    font-size: 26px !important;
    font-weight: 600;
  }
  .Api-section h2 {
    font-size: 20px;
  }
  .Api-section p{
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin: 10px 0px;
  }
  .api-content h2 {
    font-size: 18px;
    color: #000000;
    line-height: 60px;
  }
  .api-content span{
    font-size:16px;
    color:#000000;
    margin:6px 0px;
    line-height:4px;
    line-height:20px;
  }
  .api-content p {
    font-size: 15px;
    color: #000000;
    line-height: 2.1;
  }

  /* terms and conditions responsive css start */
  .term-condition-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .term-condition-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
  }
  .term-condition-right {
    text-align: center;
  }
  .terms-contents ol{
    font-size:16px;
    margin:10px 0px !important;
    color:#000000;
    padding-left:18px;
  }
  .terms-section h2{
    color:#000;
    font-size:20px;
  }
  .terms-section p{
    color:#000;
    font-size:14px;
  }
  .terms-contents ul {
    padding-left: 22px;
  }
  .terms-contents ul li{
    color:#000;
    font-size:14px;
    line-height: 2;
  }
  /* terms and conditions responsive css end */
  /* billing css */
  .billing-policy-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .billing-policy-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
  }
  .billing-policy-right {
    text-align: center;
  }
  /* billing css end */

  /* privacy-policy css */
  .privacy-policy-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .privacy-policy-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
  }
  .privacy-policy-right {
    text-align: center;
  }

  /* privacy-policy css end */

  /* refund-policy css */
  .refund-policy-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .refund-policy-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
  }
  .refund-policy-right {
    text-align: center;
  }

  /* refund-policy css end */
  .cont-btn{
    text-align:center;
    margin:6px 0px;
  }
  .cont-bot-img img{
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .abt-section {
    padding: 40px 15px;
  }


  .about-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .faqs-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .Api-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .contact-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .term-condition-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .privacy-policy-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .billing-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .refund-policy-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .headset-2 .img-sec{
    margin:10px 0px;
  }
  .headset-2 h2{
    font-size:16px;
  }
  .headset-2 h3{
    font-size:16px;
  }
  .cont{
    width:50%;
  }
  .price-sec ul{
    width:100%;
  }
  .price-sec h2{
    font-size:20px;
  }
  .pricing-right img{
    width:80%;
    padding: 20px 0px 0px 0px;
  }
  .physical-setup .section-header{
    color: #d469a8;
    font-size: 18px;
  }
  .price-sec h2 {
    font-size: 20px;
  }

  .bgr{
    background-image: url(../img/Looking-for-a-Virtual-Number-for-OTP-King.png);
    background-size: cover;
    box-shadow: 0px 0px 2px 0px rgba(86.7, 86.7, 86.7, 0.5);
  }

}

@media only screen and (min-width: 320px) and (max-width: 480px){
  .img-sec{
    text-align:center;
  }
  .content{
    margin:10px 0px;
  }
  .box-1{
    margin: 12px 0px !important;
  }
  .img-sec img{
    max-width:70%;
  }
  .colour-1 img{
    float:none;
    max-width:50%;
  }
  .svg-sec svg {
    width:133px;
  }
  .bg-ico {
    width:30%;
  }
  .header-left-content h1{
    font-size:26px;
  }
  .header-left-content h2{
    font-size:20px;
  }
  .header-left-content p{
    font-size:16px;
    font-weight:400;
  }
  .verify-heading h2{
    font-size:20px;
  }
  .verify-heading h3{
    font-size:18px;
  }
  .Prot-heading h2{
    font-size:20px;
  }
  .marq-cont h2{
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height:40px;
    color: #1655F2;
    padding:20px 0px;
    text-align:center;
  }
  .virtual-content h2{
    font-size: 20px;
    font-weight: 600;
  }
  .otp-sec h2{
    font-size: 20px;
    font-weight: 600;
  }
  .review-sec h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .rev-heading h2{
    font-size:20px;
    font-weight: 600;
  }
  .trusted-cont h2{
    color:#ffffff;
    font-size:20px;
    font-weight:600;
  }
  .online-numb h2{
    font-size:20px;
    font-weight:600;
  }
  .footer-bottom p{
    color:#ffffff;
  }
  .ftr h5{
    font-size:18px;
    font-weight:600;
    margin:10px 0px;
    color:#ffffff;
  }
  .ftr h6{
    font-size:18px;
    font-weight:500;
    margin:10px 0px;
    color:#ffffff;
  }
  .ftr p{
    color:#ffffff;
  }
  p{
    font-size:15px;
    font-weight:400;
    color:#000000;
  }
  .ftr li a{
    font-size:15px;
    font-weight:500;
  }
  .ftr .bi{
    font-size:16px;
  }
  .box-1 .bi {
    left: -26px;
    position: absolute;
    color:#d469a8;
    font-size: 19px;
    transform: translateX(0%);
  }
  .header-left-content .btn {
    margin: 0px 0px 30px 0px;
  }
  .otp-sec{
    padding:20px 0px;
  }
  .trusted-img img{
    width:100%;
  }


  .marq-shadows:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(17.04%, #fefefe), to(rgba(254, 254, 254, 0)));
    background: linear-gradient(90deg, #fefefe 17.04%, rgba(254, 254, 254, 0) 100%);
    z-index: 1;
  }

  .marq-shadows:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: -webkit-gradient(linear, left top, right top, color-stop(17.04%, #fefefe), to(rgba(254, 254, 254, 0)));
    background: linear-gradient(90deg, #fefefe 17.04%, rgba(254, 254, 254, 0) 100%);
    z-index: 1;
  }
  .btnbox{
    width:100%;
  }
  .cont{
    width:58%;
    padding: 7px 8px 14px 8px;
  }
  .listing-data{
    width: 100%;
    margin:8px 0px;
  }

  /* about us cont start */
  .abt-section h1{
    font-size: 26px;
    font-weight: 600;
  }
  .abt-section p{
    font-size:16px;
    font-weight:500;
    width:100%;
    margin: 10px 0px;
  }
  .about-us-section h1{
    font-size: 26px;
    font-weight: 600;
  }
  .about-us-section p{
    font-size:16px;
    font-weight:500;
    width:100%;
    margin: 10px 0px;
  }
  .about-what-we-do h2{
    font-size: 20px;
    font-weight: 600;
  }
  .about-who-we-are h2{
    font-size: 20px;
    font-weight: 600;
  }
  .why-choose-section h2{
    font-size: 20px;
    font-weight: 600;
  }
  .mission-cont h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
  }
  .get-section h2{
    font-size: 20px;
    font-weight: 600;
  }

  /* about us cont end */



  /* contact us css responsive start */
  .contact-us-section {
    background-position: center right;
    background-color: #000000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/Contact-Us-SMS-Code-Verify.jpg);
    background-size: cover;
    padding: 130px 15px;
  }
  .contact-us-section h1 {
    font-size: 26px;
    font-weight: 600;
    color:#ffffff;
  }
  .contact-us-section p {
    font-size: 14px;
    color:#ffffff;
    font-weight: 400;
    width:100%;
  }
  /* .support-section h2 {font-size:30px; font-weight:700; margin:6px 0px;} */
  /* .support-section p {font-size:14px; font-weight:500; margin:6px 0px;} */
  .blue-box h3 {
    margin:10px 0px;
    font-size:18px;
    color:#ffffff ;
  }
  .blue-box {
    width: 100%;
    margin:0px auto;
  }
  .blue-box a {
    font-size:15px;
  }
  .support-space p{
    color:#000 !important;
  }
  .support-space h2{
    font-size:24px;
  }

  /* contact us css responsive end */

  .mission-cont p {
    width:100%;
  }
  .get-section p {
    width:100%;
  }


  .faqs-section h1 {
    font-size: 26px;
    font-weight: 600;
  }
  .faqs-section h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .faqs-section p{
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px;
  }


  .Api-section h1 {
    font-size: 26px !important;
    font-weight: 600;
  }
  .Api-section h2 {
    font-size: 20px;
  }
  .Api-section p{
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin: 10px 0px;
  }
  .api-content h2 {
    font-size: 18px;
    color: #000000;
    line-height:2.0;
  }
  .api-content span{
    font-size:16px;
    color:#000000;
    margin:6px 0px;
    line-height:4px;
    line-height:20px;
  }
  .api-content p {
    font-size: 15px;
    color: #000000;
    line-height: 2.1;
  }

  /* terms and conditions responsive css start */

  .term-condition-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .term-condition-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
  }
  .term-condition-right {
    text-align: center;
  }
  .terms-contents ol{
    font-size:16px;
    margin:10px 0px !important;
    color:#000000;
    padding-left:18px;
  }
  .terms-section h2{
    color:#000;
    font-size:20px;
  }
  .terms-section p{
    color:#000;
    font-size:14px;
  }
  .terms-contents ul {
    padding-left: 22px;
  }
  .terms-contents ul li{
    color:#000;
    font-size:14px;
    line-height: 2;
  }

  /* terms and conditions responsive css end */



  /* billing css */
  .billing-policy-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .billing-policy-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
  }
  .billing-policy-right {
    text-align: center;
  }
  /* billing css end */

  /* privacy-policy css */
  .privacy-policy-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .privacy-policy-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
  }
  .privacy-policy-right {
    text-align: center;
  }

  /* privacy-policy css end */

  /* refund-policy css */
  .refund-policy-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .refund-policy-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
  }
  .refund-policy-right {
    text-align: center;
  }

  /* refund-policy css end */
  .cont-btn{
    text-align:center;
    margin:6px 0px;
  }
  .cont-bot-img img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .abt-section {
    padding: 40px 15px;
  }

  .about-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .faqs-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .Api-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .contact-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .term-condition-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .privacy-policy-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .billing-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .refund-policy-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }

  .headset-2 .img-sec{
    margin:10px 0px;
  }
  .headset-2 h2{
    font-size:16px;
  }
  .headset-2 h3{
    font-size:16px;
  }
  .cont{
    width:50%;
  }
  .price-sec ul{
    width:100%;
  }
  .price-sec h2{
    font-size:20px;
  }
  .pricing-right img{
    width:80%;
    padding: 20px 0px 0px 0px;
  }
  .physical-setup .section-header{
    color: #d469a8;
    font-size: 18px;
  }
  .price-sec h2 {
    font-size: 20px;
  }

  .bgr{
    background:none;
  }

  /* .bgr::before{content: ""; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* height: 100%; */
  /* background: rgb(212 105 168 / 42%); */
  /* z-index: 1;} */



}

@media only screen and (max-width: 300px)
{
  .img-sec{
    text-align:center;
  }
  .content{
    margin:10px 0px;
  }
  .box-1{
    margin: 12px 0px !important;
  }
  .img-sec img{
    max-width:70%;
  }
  .colour-1 img{
    float:none;
    max-width:50%;
  }
  .svg-sec svg {
    width:122px;
  }
  .bg-ico {
    width:30%;
  }
  .header-left-content h1{
    font-size:26px;
  }
  .header-left-content h2{
    font-size:20px;
  }
  .header-left-content p{
    font-size:16px;
    font-weight:400;
  }
  .verify-heading h2{
    font-size:20px;
  }
  .verify-heading h3{
    font-size:18px;
  }
  .Prot-heading h2{
    font-size:20px;
  }
  .marq-cont h2{
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height:40px;
    color: #1655F2;
    padding:20px 0px;
    text-align:center;
  }
  .virtual-content h2{
    font-size: 20px;
    font-weight: 600;
  }
  .otp-sec h2{
    font-size: 20px;
    font-weight: 600;
  }
  .review-sec h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .rev-heading h2{
    font-size:20px;
    font-weight: 600;
  }
  .trusted-cont h2{
    color:#ffffff;
    font-size:20px;
    font-weight:600;
  }
  .online-numb h2{
    font-size:20px;
    font-weight:600;
  }
  .footer-bottom p{
    color:#ffffff;
  }
  .ftr h5{
    font-size:18px;
    font-weight:600;
    margin:10px 0px;
    color:#ffffff;
  }
  .ftr h6{
    font-size:18px;
    font-weight:500;
    margin:10px 0px;
    color:#ffffff;
  }
  .ftr p{
    color:#ffffff;
  }
  p{
    font-size:15px;
    font-weight:400;
    color:#000000;
  }
  .ftr li a{
    font-size:15px;
    font-weight:500;
  }
  .ftr .bi{
    font-size:16px;
  }
  .box-1 .bi {
    left: -26px;
    position: absolute;
    color:#d469a8;
    font-size: 19px;
    transform: translateX(0%);
  }
  .otp-sec{
    padding:20px 0px;
  }
  .header-left-content .btn {
    margin: 0px 0px 30px 0px;
  }
  .trusted-img img{
    width:100%;
  }




  .marq-shadows:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(17.04%, #fefefe), to(rgba(254, 254, 254, 0)));
    background: linear-gradient(90deg, #fefefe 17.04%, rgba(254, 254, 254, 0) 100%);
    z-index: 1;
  }

  .marq-shadows:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: -webkit-gradient(linear, left top, right top, color-stop(17.04%, #fefefe), to(rgba(254, 254, 254, 0)));
    background: linear-gradient(90deg, #fefefe 17.04%, rgba(254, 254, 254, 0) 100%);
    z-index: 1;
  }
  .btnbox{
    width:100%;
  }
  .cont{
    width:56%;
    padding: 7px 8px 14px 8px;
  }
  .listing-data{
    width: 100%;
    margin:8px 0px;
  }


  /* about us cont start */

  .abt-section h1{
    font-size: 26px;
    font-weight: 600;
  }
  .abt-section p{
    font-size:16px;
    font-weight:500;
    width:100%;
    margin: 10px 0px;
  }
  .about-what-we-do h2{
    font-size: 20px;
    font-weight: 600;
  }
  .about-who-we-are h2{
    font-size: 20px;
    font-weight: 600;
  }
  .why-choose-section h2{
    font-size: 20px;
    font-weight: 600;
  }
  .mission-cont h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
  }
  .get-section h2{
    font-size: 20px;
    font-weight: 600;
  }

  /* about us cont end */



  /* contact us css responsive start */
  .contact-us-section {
    background-position: center right;
    background-color: #000000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/Contact-Us-SMS-Code-Verify.jpg);
    background-size: cover;
    padding: 130px 15px;
  }

  .cont-btn{
    text-align:center;
    margin:6px 0px;
  }
  .cont-bot-img img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .contact-us-section h1 {
    font-size: 26px;
    font-weight: 600;
    color:#ffffff;
  }
  .contact-us-section p {
    font-size: 14px;
    color:#ffffff;
    font-weight: 400;
    width:100%;
  }
  .support-space h2 {
    font-size:30px;
    font-weight:700;
    margin:6px 0px;
  }
  .support-space p {
    font-size:14px;
    font-weight:500;
    margin:6px 0px;
  }
  .blue-box h3 {
    margin:10px 0px;
    font-size:18px;
    color:#ffffff ;
  }
  .blue-box {
    width: 100%;
    margin:0px auto;
  }
  .blue-box a {
    font-size:15px;
  }
  /* .support-space p{color:#000 !important; } */
  /* .support-space h2{font-size:24px; } */

  /* contact us css responsive end */
  .mission-cont p {
    width:100%;
  }
  .get-section p {
    width:100%;
  }


  .faqs-section h1 {
    font-size: 26px;
    font-weight: 600;
  }
  .faqs-section h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .faqs-section p{
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px;
  }


  .Api-section h1 {
    font-size: 26px !important;
    font-weight: 600;
  }
  .Api-section h2 {
    font-size: 20px;
  }
  .Api-section p{
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin: 10px 0px;
  }
  .api-content h2 {
    font-size: 18px;
    color: #000000;
    line-height: 60px;
  }
  .api-content span{
    font-size:16px;
    color:#000000;
    margin:6px 0px;
    line-height:4px;
    line-height:20px;
  }
  .api-content p {
    font-size: 15px;
    color: #000000;
    line-height: 2.1;
  }


  /* terms and conditions responsive css start */

  .term-condition-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .term-condition-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
  }
  .term-condition-right {
    text-align: center;
  }
  .terms-contents ol{
    font-size:16px;
    margin:10px 0px !important;
    color:#000000;
    padding-left:18px;
  }
  .terms-section h2{
    color:#000;
    font-size:20px;
  }
  .terms-section p{
    color:#000;
    font-size:14px;
  }
  .terms-contents ul {
    padding-left: 22px;
  }
  .terms-contents ul li{
    color:#000;
    font-size:14px;
    line-height: 2;
  }

  /* terms and conditions responsive css end */


  /* terms and conditions responsive css start */

  .billing-policy-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .billing-policy-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
  }
  .billing-right {
    text-align: center;
  }


  /* terms and conditions responsive css end */



  /* billing css */
  .billing-policy-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .billing-policy-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
  }
  .billing-policy-right {
    text-align: center;
  }
  /* billing css end */

  /* privacy-policy css */
  .privacy-policy-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .privacy-policy-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
  }
  .privacy-policy-right {
    text-align: center;
  }

  /* privacy-policy css end */

  /* refund-policy css */
  .refund-policy-section h1{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
  }
  .refund-policy-section p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
  }
  .refund-policy-right {
    text-align: center;
  }

  /* refund-policy css end */
  .abt-section {
    padding: 40px 15px;
  }


  .about-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .faqs-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .Api-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .contact-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .term-condition-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .privacy-policy-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .billing-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }
  .refund-policy-right img{
    width:100%;
    padding: 20px 0px 0px 0px;
  }

  .headset-2 .img-sec{
    margin:10px 0px;
  }
  .headset-2 h2{
    font-size:16px;
  }
  .headset-2 h3{
    font-size:16px;
  }
  .cont{
    width:50%;
  }
  .price-sec ul{
    width:100%;
  }
  .price-sec h2{
    font-size:20px;
  }
  .pricing-right img{
    width:80%;
    padding: 20px 0px 0px 0px;
  }
  .physical-setup .section-header{
    color: #d469a8;
    font-size: 18px;
  }
  .price-sec h2 {
    font-size: 20px;
  }
}
strong {
  font-weight: 700;
}
.account-sec {
    background-color: #d469a8 !important;
}


/* accounts css start */
    
	
	.selected-service-card {
      border: 1px solid #dee2e6;
      border-radius: 0.5rem;
      padding: 1rem;
      text-align: center;
      cursor: pointer;
      transition: background-color 0.3s;
    }
    .selected-service-card:hover {
      background-color: #d469a829;
	   border-color: #d469a8 !important;
    }
    .selected-service-card.selected {
      border-color: #d469a8 !important;
      /* background-color: #d469a8; */
    }
    .selected-service-card__icon img {
      width: 40px;
      height: 40px;
    }
    .selected-service-card__name {
      margin-top: 0.5rem;
      font-weight: 500;
	  color:#000000;
    }
    .offer-card {
      border: 1px solid #d469a8;
      border-radius: 0.5rem;
      padding: 1rem;
      margin-bottom: 1rem;
    }
    .offer-card .--main {
      display: flex;
      align-items: center;
    }
    .offer-card .--icon img {
      width: 40px;
      height: 40px;
      margin-right: 1rem;
    }
    .offer-card .--name {
      font-weight: 500;
    }
    .offer-card .--divider {
      border-top: 1px solid #dee2e6;
      margin: 0.5rem 0;
    }
    .offer-card .--count,
    .offer-card .--price {
      font-size: 0.9rem;
    }
    .offer-card .--action {
      text-align: right;
    }
	.account-sec{background-color:#d469a8!important;}
	
	.form-select-account:focus {
    border-color: #d469a8;
    outline: 0;
    box-shadow: 0 0 0 .10rem rgb(212 105 168 / 32%);}
	
	
	.offer-card{display:block;}
	.modal-body-pera{text-align:left;}
	
	.select2-container--default .select2-selection--single {
      height: 40px !important;
      padding: 8px 12px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 22px !important;
    }
    img.flag-icon {
      width: 20px;
      height: 14px;
      margin-right: 8px;
      vertical-align: middle;
    }
	
	.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px !important;
    position: absolute !important;
    top: 7px !important;
    right: 2px !important;
    width: 30px !important;
}


.account-bg{background-color: #4B4859;
    padding: 60px 60px;
border-radius: 10px;box-shadow: 0 4px 8px rgba(128, 128, 128, 0.3);}
	.account-bg h3{color:#ffffff;}
	.account-bg p{color:#ffffff;}
	.account-bg ul{box-sizing: border-box; margin:0px; padding:0px;}
	.account-bg ul li{margin: 2px 0px; padding: 4px 0px; color: #ffffff; list-style: none;}
	
/* accounts css end */







