@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Background styling */
body {
	background: #000000;
}


/* thank-you */
.about-first-section{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    padding-top: 60px;
}

/* header */
.header {
	padding: 94px;

	margin: 14px, 0px, 10px, 10px;
	margin: 10px;
	background-color: #0B0B0B;
}

@media (max-width: 768px) {
	.text-end {
		display: none;
	}

	.header {
		padding: 20px;
		margin: 0px;
	}

	.hamburger {
		border: 1px solid;
		background-color: #5a5a5a;
	}
	#navbarNav{
	    text-align:center;
	}
}

/*form*/
.form-btn{
    background: #ccaa60;
    font-size: 18px;
    border: none;
    padding: 10px;
    font-weight: 600;
    color: #000;
    margin-top: 5px;
    border-radius: 6px;
}

/* hero */
.hero {
    background: url(../image/hero-bg.webp) right -8px;
    background-repeat: no-repeat;
    background-position-x: center;
}

.hero .maintext h1 {
	font-size: 61px
}

.hero .maintext p {
	color: #B5B2B2;
	font-size: 22px;
}

.btn-hero {
	background-color: #CCAA60;
	;
	border: none;
    width: 220px;
    height: 55px;
	border-radius: 64px;
	color:#000;
	font-weight:600;

}

.box-main {
	border: 1px solid #FFFFFF1A;
	border-radius: 30px;
	background-color: #000;

}

.btn-outline-light {
	border: 2px solid #fff;
	font-weight: bold;
}

.btn-outline-light:hover {
	background-color: #fff;
	color: #000;
}

.bg-light-yellow {
	background-color: #fff9e6;
	border-radius: 8px;
}

.bg-light-pink {
	background-color: #ffe6e9;
	border-radius: 8px;
}

.bg-light-green {
	background-color: #e6f9f0;
	border-radius: 8px;
}

.bg-light-blue {
	background-color: #e6f0ff;
	border-radius: 8px;
}

.blockquote {
	font-style: italic;
	color: #555;
}

.card-hero {
	border: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Playfair Display", serif;
}

h5 {
	font-size: 1.2rem;
}


input,
select,
textarea {
	border-radius: 0;
	border: 1px solid #ccc;
	padding: 10px;
}

textarea {
	resize: none;
}

.box-first {
	background-color: aqua;
	padding: 20px 10px;
	width: 50%;
	border-radius: 50px 0px 0px 0px;
	position: relative;

}

.box-first .box-people {
	width: 100%;

}

.box-first .box-numbers {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, 0);
}

.img-box{
    margin-left: 19px;
    height: 414px;
}
@media (max-width:768px) {
	.hero {
    background-position-x: right;
}
    .img-box{
    margin-top: 35px;
    margin-left: auto;
    height: auto;
    }
    .hero .maintext h1 {
	font-size: 41px
}
.hero .maintext p {
	font-size: 16px;
}
}
/* client section */
h2 {
	text-align: center;
	padding: 20px;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        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
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            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;
}
.client-logo h2 {
	color: #CCAA60;
}

/* WHO WE ARE */

.section-title {
	font-family: "Inter", sans-serif;
	font-size: 128px;
	font-weight: 400;
	line-height: 115.2px;
	letter-spacing: -5px;
	text-align: left;
}

.subtitle {
	font-size: 1rem;
	margin-bottom: 30px;
}

.btn-custom {
	background-color: #CCAA60;
	color: #000;
	font-weight: bold;
	border: none;
	padding: 10px 20px;
	border-radius: 30px;
}

.btn-custom:hover {
	background-color: #CCAA60;
}

.step {
	margin-top: 50px;
}

.step {
	border-radius: 110px;
	width: 100%;
	height: 210px;
}

.step-title {
	font-size: 1.5rem;
	font-weight: bold;
}

.step-description {
	font-size: 1.64rem;
	margin-top: 10px;
}

.arrow {
	margin-left: 78%;
	margin-top: -70px;
}

.whoweare {
	margin-top: 144px;
}

.whoweare2 p {
	margin-bottom: -7px;
}
.whoweare2 .btn-custom{
    margin-top: 30px;
}
.btn-box{
    text-align:center;
}

@media (max-width:768px) {
	.section-title {
		font-size: 80px;
		text-align: center;
	}

	.subtitle {
		text-align: center;
	}

	/*.btn-custom {*/
	/*	margin-left: 38px;*/
	/*}*/

	.arrow {
		margin-left: 84%;
		margin-top: -58px;
		height: 30px;
	}
	.whoweare {
    margin-top: 20px;
}
}

/* why choose us */
.why-choose-us h3 {
	color: #CCAA60;
}

@media (max-width:768px) {
	.why-title {
		font-size: 61px !important;
		font-weight: 450 !important;
		line-height: 107px !important;
		letter-spacing: 0px !important;
		margin-left: 0px !important;
	}
}


/*section facts */

.results-section {
	text-align: center;
	padding: 50px 20px;
	margin-top: 120px;
}

.results-title {
	font-size: 1.8rem;
	font-weight: bold;
}

.results-title span {
	color: #CCAA60;
	/* Gold color */
}

.results-table {
	margin-top: 40px;
}
.results-romance-table {
	margin-top: 40px;
	width:50%;
}

.results-table .row:not(:last-child) {
	border-bottom: 1px solid #fff;
}


.result-item {
	padding: 20px;
	border-right: 1px solid #fff;
}




.box-color :hover {
	background-color: #CCAA60;
}

.item {
	padding: 20px;

}

.result-title {
	font-size: 1.5rem;
	font-weight: bold;
}

.result-subtitle {
	font-size: 1rem;
	margin-top: 10px;
}
.p-result-item{
    margin-top: 56px;
    font-size: 20px;
}


@media (max-width: 768px) {
	.result-item {
		text-align: center;
	}

	.results-table .row {
		border: none;
	}

	.results-table .row>div {
		border-bottom: 1px solid #fff;
	}

	.results-table .row>div:last-child {
		border-bottom: none;
	}

	.item1 {
		border-right: none;
	}

	.item2 {
		border-bottom: none !important;
	}

	.results-section {
    margin-top: 40px;
}


}

/* recovery service */

/* .recovery-service{
  background-image: url(./image/Rows.svg);
  background-repeat: no-repeat;
  background-position: center;
} */
.boxes-img img {
	filter: invert(1);
	width: 100%;
	height: 300px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(-50%, 0px);
	left: 50%;
	z-index: -1;
}

.content-container {
	position: relative;
	text-align: center;
	max-width: 800px;
}

.content-title {
	font-size: 51px;
	font-weight: 400;
	line-height: 52.64px;

}

.content-title span {
	color: #CCAA60;
}

.content-text {

	font-size: 20.63px;
	line-height: 21.02px;
	line-height: 1.6;
	margin-top: 20px;
}



/* card box */

.card-box {
	margin-top: 73px;
}

.scam-card {
	background-color: #111;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 396px;
	padding: 40px 27px 20px 27px;
	border-radius: 15px;
}

.scam-card:hover {
	transform: translateY(-5px);
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.scam-card img {
	    height: 135px;
	    display: inline;
}

.scam-title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: #CCAA60;
}

.scam-text {
	font-size: 17px;
	line-height: 1.5;
}

/* why choose us */

.why-choose-us {
	margin-top: 144px;
}

.thumb-img {
	background-image: url(../image/thumb.svg);
	background-position: right;
	;
	background-repeat: no-repeat;
	height: 376px;
}

.why-title {
	font-family: "Inter", sans-serif;
	font-size: 128px;
	font-weight: 400;
	line-height: 115.2px;
	letter-spacing: -5px;
	margin-left: 154px;
}

.why-subtitle {
	margin-bottom: 30px;
}

.why-hr {

	width: 263px;
	margin-left: 1px;
	font-weight: 500;
	border: 2px solid #fff !important;
	opacity: 1;
}

@media (max-width: 768px) {
	.scam-card {

		margin-top: 30px;
		width: auto;
	}
	.why-romance-title{
	    font-size: 61px;
    line-height: 56px;
	}
	.why-choose-us {
    margin-top: 85px;
}
}


/* testimonial */


.box1 {
	border: 1px solid;
	background-color: #CCAA60;
	border-radius: 11px;
	padding: 14px;
}

.box2 {
	border: 1px solid;
	background-color: #AC8032;
	border-radius: 11px;
	padding: 10px;
	margin-top: 10px;
}

/*.testimonial-body {*/
/*testimonial css*/
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70/3);
  width: -moz-calc(100% * 70/3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100%/70);
  width: -moz-calc(100%/70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.testimonials {
  position: relative;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .testimonials {
    padding-bottom: 100px;
  }
}

.testimonials .testimonial-slider {
  margin: 0;
}

.testimonials .tns-nav {
  text-align: center;
  position: absolute;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  left: 50%;
  z-index: 9;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .tns-nav {
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials .tns-nav {
    bottom: 50px;
  }
}

.testimonials .tns-nav button {
  height: 6px;
  width: 14px;
  background-color: #111;
  border-radius: 5px;
  display: inline-block;
  border: none;
  margin: 0px 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*.testimonials .tns-nav button:hover {*/
/*  background-color: #25B75F;*/
/*}*/

.testimonials .tns-nav button.tns-nav-active {
  width: 25px;
  background-color: #CCAA60;
}

.testimonials .single-testimonial {
  background-color: #111;
  padding: 50px 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
}

.testimonials .single-testimonial:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.103);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.103);
}

.testimonials .single-testimonial::before {
  position: absolute;
  content: "";
  right: -30px;
  top: -30px;
  height: 60px;
  width: 60px;
  background-color: #CCAA60;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .testimonials .single-testimonial {
    padding: 50px 40px;
  }
}

.testimonials .single-testimonial .text h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .single-testimonial .text h4 {
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials .single-testimonial .text h4 {
    font-size: 15px;
    line-height: 28px;
  }
}

.testimonials .single-testimonial .author {
  position: relative;
  padding-left: 70px;
  margin-top: 40px;
}

.testimonials .single-testimonial .author img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonials .single-testimonial .author h4 {
  font-size: 15px;
  font-weight: 600;
}

.testimonials .single-testimonial .author h4 span {
  color: #727272;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
}

.testimonials .single-testimonial .quote-icon i {
  font-size: 45px;
  color: #25B75F;
  position: absolute;
  opacity: 0.1;
  right: 40px;
  bottom: 50px;
}

/* image box */
.background-img {
	height: 70vh;
	background-image: url("../image/image-box.webp");
	position: relative;
	overflow-x: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 70px;
}

.touch-icons {
	background-color: #1C1C21;
	padding: 10px 13px;
	border-radius: 50%;
	font-size: 24px;
}

.social-icon {
	color: #fff;
	background-color: #000;
	font-size: 20px;
	padding: 18px 20px;
	border: 2px solid #1C1C21;
	border-radius: 51px;
}

.social-icon-parent {
	display: inline-block;
	background-color: black;
	padding: 9px 15px;
	border-radius: 90px 0px 0px 90px;
	position: absolute;
	top: 15%;
	right: 0%;
	transform: translate(0%, 0px);
}

.social-icon-parent1 {
	display: inline-block;
	background-color: black;
	border-radius: 55px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	right: 0%;
	transform: translate(0%, 0px);
	color: #fff;
	padding: 20px 35px;
	text-align: justify;
}

.touch-content-parent {
	position: absolute;
	background-color: #000;
	color: #fff;
	border-radius: 0px 90px 90px 0px;
	width: 70%;
	padding: 20px 30px 20px 10px;
	top: 50%;
	left: 0%;
	transform: translate(0px, -50%);
}

@media (max-width:768px) {
	.background-img {
		height: 130vh;
	}

}

/* contact us */
.arrow1 {
	height: 15px;
	margin-left: 10px;
}

.contact-us a {
	margin-left: 35px;
	text-decoration: underline #2F2F37 !important;
}

.contact-us-span {
	color: #CCAA60;
font-size: 28px;
}
.contact-us p {
    font-size: 28px;
    text-align: center;
    margin-top: 251px;
}


@media (max-width:768px) {
	.contact-us a {
		display: inline-flex;
		margin-left: -33px;
	}

	.form-box {
		padding-left: 1rem !important;
	}
	.contact-us span {
text-align:center;
}
.contact-us p {
text-align:center;
}
}


/* faq */
.faq-heading{
    color:#CCAA60;
    font-size: 40px;
}
.accordion {
  background-color: #000;
    color: #fff;
    /*width: 83rem;*/
    /*margin-left: 257px;  */
}

.accordion-button {
  color: #fff;
  border-top: 1px solid #626262;
  padding: 34px;
}

.accordion-header{
  background-color: #000;
    border: none;
    padding: 1px;
}

.accordion-button:focus {
  box-shadow: none;  
  border-color: #626262;    
}


.accordion-button::after {
  filter: contrast(0);          
}


.accordion-button.collapsed {
  background-color: #000; 
}


.accordion-body {
  background-color: #111; 
  color: #fff; 
  padding:30px;
  
}


.accordion-item {
  border: 1px solid #000;
}

.accordion-button:hover {
  background-color: #000; 
}
.accordion-button:not(.collapsed) {
     color: white;
    background-color: black;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #626262;
  }

  .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon) !important;
    transform: var(--bs-accordion-btn-icon-transform);
    filter: contrast(0);
}
@media (max-width:768px) {
	.accordion {
     width: auto; 
     margin-left: 0px; 
}
}

/* journey */
.journey {

	border-radius: 42px;
}

.btn-journey-container {
	text-align: center;
	margin-top: 36px;
}

.img-left {
	background-image: url(../image/left.svg);
	border-radius: 46px;
	align-items: end;
	background-position: left;
	background-repeat: no-repeat;

	background-size: auto;
	height: 203px;
}

.img-right {
	background-image: url(../image/right.svg);
	border-radius: 46px;
	align-items: end;
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto;
	height: 171px;
}

.content-journey {
	margin: 40px;
}

.btn-journey {
	background-color: #CCAA60;
	color: #000;
	font-weight: bold;
	border: none;
	padding: 10px 20px;
	border-radius: 30px;
	margin-top: 44px;
	margin-right: 55px;
}

@media (max-width:768px) {
	.btn-journey {
		margin-top: 158px;
		margin-right: -3px;
	}

	.journey h4 {
		font-size: 35px;
		text-align: center;
	}

	.img-right {
		height: 230px;
		z-index: -1;
	}
 .journey p{
     text-align: center;
 }
}


/* footer */

.footer {
  background-color: #000;
  height: auto;
  width: auto;
  padding: 40px 0px;
}
.footer-img {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 30px 0px;
}
.footer-link-head {
  color: white;
  font-family: "Saira", sans-serif;
  border-bottom: 2px solid #3a4553;
  border-top: 2px solid #3a4553;
  padding: 12px 0px;
}
.footer-link-head h4 {
  margin: 0px;
  padding: 0px;
}
.footer-link a {
  color: white;
  font-weight: 400;
  text-decoration: none;
  margin: 10px 0px;
}
.utility-page a {
  color: white;
  font-weight: 400;
  text-decoration: none;
}
.utility-page-head {
  color: white;
  font-family: "Saira", sans-serif;
  border-bottom: 2px solid #3a4553;
  border-top: 2px solid #3a4553;
  padding: 25px 0px;
}
.utility-page-head h4 {
  margin: 0px;
  padding: 0px;
}
.footer-contact p {
  color: white;
}
.footer-contact-head {
  color: white;
  font-family: "Saira", sans-serif;
  border-bottom: 2px solid #3a4553;
  border-top: 2px solid #3a4553;
  padding: 25px 0px;
}
.footer-contact-head h4 {
  margin: 0px;
  padding: 0px;
}
.footer-content {
  padding: 35px 0px;
}
.footer-copyright {
  padding: 20px 0px;
  border-bottom: 2px solid #626262;
  border-top: 2px solid #626262;
  color: white;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
.footer-copyright p a {
  color: #d1b06b;
  text-decoration: none;
}
.footer-copyright p {
  margin: 0px;
  padding: 0px;
}
.footer-social {
  display: ruby;
}
.footer-social img {
  cursor: pointer;
}
.footer-social img:hover {
  filter: brightness(0.5);
}
.footer a:hover {
  color: #d1b06b;
}
@media (max-width: 480px) {
  .footer-img img {
    width: 120px;
    height: auto;
  }
  .footer {
    padding: 0px;
  }
  .footer-link {
    margin-bottom: 15px;
  }
  .footer-social {
    display: block;
  }
}

/*mainform*/
.mainform {
  border: 1px solid #ccaa60;
  padding: 20px;
  border-radius: 20px;
  background: #372604c2;
}
.form-group {
  color: #fff;
  margin-bottom: 1rem !important;
}
.frm {
  padding: 12px 12px 0px 12px !important;
}
.text-red {
  color: red;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem !important;
}

.frm-lb{
    
}

.iti__country-name{
    color: #000;
}
.iti--separate-dial-code {
    color: #000;
    width:100%;
}
.iti__selected-dial-code{
    color: #000;
}

