@import "https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;600;700;800;900&amp;display=swap";
body{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	padding:0px;
	margin:0px;
	color: #212529;
	letter-spacing: .5px;
	font-weight: 400;
}.call_btn_mobile
.carousel-control-next-icon,
.carousel-control-prev-icon{
	background: transparent !important;
}

.view_more{
	font-size: 11px;
	color:#00aeee !important;
	position: relative;
	margin-left:74px;
}

/* #fix_device{
	display: none;
	position: fixed !important;
	z-index: 999999;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #ecbb09;
	color:#fff;
	padding:1.2rem 1rem;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
} */
#fix_device a {
    background: #ecbb09;
    color: #fff;
    padding: 0.5rem 1.3rem;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
    /* display: block; */
    border-radius: 50px;
}

#fix_device {
    display: none;
    position: fixed !important;
    z-index: 999999;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
	padding: 1rem;
}
.carousel-control-next-icon {
    display:none !important;
}
.New_address_div{
}

.fix_device{
	background: #ecbb09;
    border-radius: 3px;
}

.row{
	margin:0px;
	padding:0px;
}

.repair_text{
	font-weight: 400;
}

.banner_des{
	font-size: 20px;
}

.call_btn_mobile{
	font-size: 18px;
	margin-left:102px;
	display: none; 
	color:#ecbb09;
}

.lgo_footer{
	text-align: center;
}

header{
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 99;
    position:fixed;
    background:black;
	color: white;
}

.sticky1 .navbar-nav .nav-link {
    color: white;
}
.sticky1 .logo {
    display:none;
}
.sticky .logo {
    display:block;
}
.sticky .logo1{
    display:none;
}
.sticky .navbar-nav .nav-link {
    color: white;
}
.sticky {
    position: fixed;
    z-index: 999;
    background:black;
    width: 100%;
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,0.05);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,0.05);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.78,.13,.15,.86);
    color: white;
}
.carousel-caption{
	text-align: right;
}

.navbar-toggler span{
	color:white;
}

.navbar{
	padding:0rem .0rem;
}

.navbar-toggler:focus{
	outline:none;
}

header li{
	margin-right:15px;
}

header li:last-child{
	margin-right:0px; 
}

header li a.nav-link{
	color: white;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    padding: .4rem 1rem !important;
}

header li a.nav-link:hover{
	color:#ecbb09;
}
header li.fix_device a.nav-link:hover{
	color:white;
}

.call_btn{
	color:#ecbb09 !important;
}

.call_btn:hover{
	color:#fff700 !important;
}

.contact_banner .row{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

#contact_banner{
	box-shadow: rgba(0, 0, 0, 0.07) 0 0 10px 0;
    min-height: 300px;
    border-radius: 28px;
}

#contact_banner img{
	width:50%;
}

.faq_banner,
.terms_banner,
.thankyou_banner,
.contact_banner,
.banner_wearable_model,
.banner_wearable,
.banner_macbook_model,
.banner_macbook,
.banner_tablet_model,
.banner_tablet,
.banner_mobile_model,
.banner_mobile{
	margin-top:20px;

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.thankyou_banner{
	background:url('../images/thankyou.png');
	background-size: cover;
	height: 100vh;
	margin-top:0px;
}

.thankyou_banner h1{
	font-size: 60px;
	font-weight: 600;
	margin:60px 0px 40px 0px;
	color:#fff;
}

.thank_you_btn{
	background: #ffeb3c;
}

.checkmark {
  	width: 200px;
  	margin: 0 auto;
  	padding-top: 40px;
}

.path {
  	stroke-dasharray: 1000;
  	stroke-dashoffset: 0;
  	animation: dash 2s ease-in-out;
  	-webkit-animation: dash 2s ease-in-out;
}

.spin {
  	animation: spin 2s;
  	-webkit-animation: spin 2s;
  	transform-origin: 50% 50%;
  	-webkit-transform-origin: 50% 50%;
}

@-webkit-keyframes dash {
 	0%{
   		stroke-dashoffset: 1000;
 	}
 	100% {
   		stroke-dashoffset: 0;
 	}
}

@keyframes dash {
 	0%{
   		stroke-dashoffset: 1000;
 	}
 	100%{
   		stroke-dashoffset: 0;
 	}	
}

@-webkit-keyframes spin {
  	0%{-webkit-transform: rotate(0deg)}
  	100%{-webkit-transform: rotate(360deg)}
}

@keyframes spin {
  	0%{-webkit-transform: rotate(0deg)}
  	100%{-webkit-transform: rotate(360deg);}
}

@-webkit-keyframes text {
 	0%{opacity: 0}
  	100%{opacity: 1}

}

@keyframes text{
	0%{opacity: 0}
	100% {opacity:1}
}


.terms_banner .terms_text,
.terms_banner .terms_form{
	box-shadow: 0 0.3em 0.88em rgba(0,0,0,.3);
	border-radius: 15px;
}
.banner_home{
	margin-top:57px;
background: #000;
    display: revert;
}
#mobile_slider{
	margin-top:60px;
}

.banner_home img{
	width:100%;
}

.banner_text{
	color:#fff;
	    padding-top: 60px;
}

.contact_banner{
	padding-top:15px;
}

.banner_text h4{
	text-transform: capitalize;
	font-size: 38px;
}



#contact_banner h1{
	font-size:48px;
	font-weight: 900;
}

#contact_banner h1 span{
	color:#00aeee;
}

.banner_text h1{
	font-size:48px;
	font-weight: 900;
	text-transform: uppercase;
}

.banner_text p{
	text-transform: uppercase;
}



.search{
	height: 55px;
    /*-webkit-box-shadow: 0 0.3em 0.88em rgba(0,0,0,.3);*/
    box-shadow: 0 0.3em 0.88em rgba(0,0,0,.3);
    border-radius: 5px !important;
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    position: relative;
    padding-left: 50px;
}

input.search:focus{
	border:0px !important;
	outline: 0px !important;
}

.search_div{
	margin-bottom: 20px !important;
}

.search_div i{
	position: absolute;
	z-index: 9;
	top:15px;
	left:25px;
	color:#495057;
}

.product_img{
	width:70%;
	transition: all ease-in-out .5s;
}

.product_box{
	cursor: pointer;
    /*-webkit-box-shadow: 0 0.3em 0.88em rgba(0,0,0,.3);*/
    /*box-shadow: 0 0.3em 0.88em rgba(0,0,0,.3); */
    /*width:120px;*/
    /*height:140px;*/
    border-radius: 5%;
    margin:auto;
    /*padding:10px;*/
}

.model_img{
	height:250px;
}
.model_img img{
	width:40%;
	margin:auto;	
}

.modal-content,
.modal-header{
	border-radius: 0px;
}
.product_box:hover{
	color:#00aeee;
}

.product_box:hover .product_img{
	/*background: #868686;*/
	
	transform: scale(1.2);
	text-decoration: none !important;
}

/*.fix_product .product_box{
	cursor: pointer;
    -webkit-box-shadow: 0 0.3em 0.88em rgba(0,0,0,.3);
    box-shadow: 0 0.3em 0.88em rgba(0,0,0,.3); 
    width:100%;
    height:100%;
    border-radius:0px;
    margin:auto;
}*/

.product_box:hover .img_div img{
	/*filter: brightness(1) invert(1);*/
}

.fix_product a,
.service_product a{
	color:#000;
	text-decoration: none;
}

.product_box p{
	margin:15px 0px 10px 0px;
	/* text-transform: capitalize; */
	word-break: break-word;
	font-size: 15px;
	font-weight: 500;
}

.service_product h1{
	font-size:32px;
	/* text-transform: capitalize; */
	font-weight: 200;
}

.service_product h5 span{
	background: #03a9f5;
	color:#fff;
	padding:5px;
}

.how_works{
	background: #f6f9fa;
}

.logo_next{
	line-height: 30px !important;
	position: absolute;
	left:-34px;
	top:34%;
	background: #fff;
    border-radius: 50%;
    color: #000;
    text-align: center;
    font-weight: 900 !important;
    height:30px;
    width:30px;
    box-shadow: 0px 0px 10px #ccc;
    cursor: pointer;
}

.logo_prev{
	line-height: 30px !important;
    position: absolute;
    right: -28px;
    top: 34%;
    background: #fff;
    border-radius: 50%;
    color: #000;
    text-align: center;
    font-weight: 900 !important;
    height:30px;
    width:30px;
    box-shadow: 0px 0px 10px #ccc;
    cursor: pointer;
}

.how_works_mobile h5,
.how_works h5{
	margin-bottom: 25px;
	/*display: flex;*/
	align-items: center;
}

.how_works_mobile h5 span:nth-child(2),
.how_works h5 span:nth-child(2){
	font-weight: 400;
}

.how_works_mobile h5 span:nth-child(1),
.how_works h5 span:nth-child(1){
	width:30px;
	height:30px;
	background:#74f1eb;
	color:#fff;
	display: inline-flex;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	justify-content: center;
	margin-right:20px;
}

.how_works img{
	width:130px;
	height:130px;
	margin-bottom:20px;
}

.work_text{
	/*padding-left:50px;*/
	text-align: center;
}

.testimonial h4{
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: .8px;
}

.testimonial_heading{
	position: relative;
}

.testimonial {
	background:#f6f9fa;
}

#next,
#prev{
	cursor: pointer;
}

.custom_arrow2,
.next,
.prev{
	display: none !important;
	margin:0px !important;
}

/*.calDay .prev,

.calDay .next{

	display: inline-block  !important;

	border:0px;

	height:50px !important;

	padding: 6px !important;

    text-align: center !important;

}*/

.white-back{
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	background: #fff;
}

.simple blockquote p {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #1e528e;
	padding: 25px;
	font-size: 1.25em;
	font-style: italic;
	text-align: center;
}

.simple cite {
	font-size: 1em;
	float: right;
	font-style: normal;
	color: #1e528e;
}

.simple cite a {
	color: #2d91c2;
	font-style: italic;
	text-decoration: none;
	font-size:.85em;
}

.simple cite a:hover {
	color: #00B4CC;
}

/* Bubble Slider */

.bubble blockquote {
	margin-bottom: 25px;
	background: #fff;
	padding: 20px;
	position: relative;
	border: none;
	box-shadow: 0 0.3em 0.88em rgba(0,0,0,.3);
}

.bubble blockquote:before, .bubble blockquote:after {
	content: "\201C";
	position: absolute;
	font-size: 30px;
	padding: 10px;
	line-height: 1;
	display: none;
}

.bubble blockquote:before {
	top: 0;
	left: 10px;
}

.bubble blockquote:after {
	content: "\201D";
	right: 10px;
	bottom: -.5em;
}

.bubble div {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	margin: 0 0 0 60px;
	margin-bottom: 10px;
}

.bubble cite {
  	color:#000;
  	font-style:normal;
  	font-weight: 700;
}

cite img{
	width:40px !important;
	height: 40px !important;
	border-radius: 50%;
	border:2px solid #fff;
	display: inline-flex !important;
	box-shadow: 0 0.3em 0.2em rgba(0,0,0,.3);
	/*box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);*/
}

.why_us p{
	color:#5e5f61;
}

.why_us_mobile h5,
.why_us h5{
	font-weight: 500
}

.why_us_mobile,
.why_us{
	background: #F4F4F6;
	color:#000;
}

.why_flex{
	display: flex;
	align-content: center;
	justify-content: center;
	padding:10px;
	align-items: center;
}

.why_flex1{
	flex-basis: 25%;
}

.why_flex2{
	flex-basis:75%
}

.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;

}

.clear_class{

	clear:both;

}



.slick-slide img{

    display: block;

}



.error,
#mobile_slider,
.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;

}

.view_more{

}

.device_description{
	position: absolute;
	width:200px;
	border:1px solid #ccc;
	border-radius: 5px;
	background: #fff !important;
	left:23%;
	top:80px;
    z-index: 8888;
    display: none;
    padding:0px 10px !important;
}

.device_description ul li{
	list-style: none;
	text-align: left;
	font-weight: 500;
}
.device_description ul{
	padding: 0px;
}

.device_description i{
	position: relative;
    top: -20px;
    font-size: 30px;
    color: #ccc;
    z-index: -1;
    left:4px;
}

.original_price{
	font-weight: 400;
}

.device_description h6{
	font-size: 12px;
	font-weight: 400;
	margin: 0px;
    background: #f6f6f6;
    padding: 7px;
    border-radius:5px 5px 0px 0px;
    margin-top: -32px;
}


#img_mobile,
.slick-arrow.slick-hidden {
    display: none;
}

.footer{
	/*background: #e9ecef;*/
	background: #120e10;
    background-size: contain;
    color:#fff;
}

.footer h2{
	font-size: 40px;
	color:#fff;
}

.footer.location-link {
    list-style: none;
    padding-left: 15px;
}

.footer .location-link li {
    list-style: none;
    position: relative;
    line-height: 35px;
   
}



.footer .location-link li .thin-line:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 0;
    transition: all 0.3s ease 0s;
}

.footer .location-link li a {
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
}

.footer .location-link {
    list-style: none;
    padding-left: 0px;
}

.footer-link {
    list-style: none;
    line-height: 35px;
    padding-left: 0;
}

.footer-link li a {
    font-size: 14px;
    color: #fff;
}

.footer-bottom {
    background-color:#191818 !important;
    padding: 15px 0px;
}

.text-copyrights a,
.text-copyrights {
    color: #fff;
}

.social-link {
    color: #fff;
    margin: 0px 10px 0px 10px;
}

.social-link:hover {
    color: #03a9f5;
}

.contact-link {
    color: #fff;
}

.col-xs-6{
	width:50%;
	float:left;
}



.social_last{

	text-align: right;

}



.footer h5{

	/*font-weight: 600;*/

}

.trust_text{

	font-weight: 400;

}


.carousel-indicators,
#verify_otp,
.why_us_mobile{
	display: none;
}

.how_works_mobile{
	display: none;
	background:#F4F4F6;
}

.how_works_mobile img{
	width:100%;
}

.how_works_mobile .why_flex{
	padding:10px 0px;
}

.service_product_text_inner{
	/*padding-left:50px !important;*/
}

.get_instant{
	font-size:.9rem;
	font-weight: 700;
	color:#000;
}

.custom_arrow1{
	margin-top:100px;
}

.logos{
	background:#fff;
}

.breadcrumb i{
	padding:8px;
	font-size: 13px;
}

ul.breadcrumb {
    padding: 10px 0px;
    list-style: none;
    background-color: #fff;
} 

.jumbotron{
	margin-bottom: 0rem ;
}

ul.breadcrumb li {
    display: inline;
    font-size: 16px;
}

ul.breadcrumb li a {
    color: #00aeee;
    text-decoration: none;
}

ul.breadcrumb li.active a{
	color:#000;
}

ul.breadcrumb li.active a:hover{
	color:#000;
}

ul.breadcrumb li a:hover {
	color:#00aeee;
    text-decoration: none;

}



.progress-bar{

	background: #00aeee;

}



.progress{

	height:5px;

	border-radius: 0px;

}

.banner_macbook_model h4,
.banner_tablet_model h4,
.banner_wearable_model h4,
.banner_wearable_model h4,
.banner_mobile_model h4,
.banner_wearable h4,
.banner_macbook h4,
.banner_tablet h4,
.banner_mobile h4{
	font-weight: normal;
	text-align: center;
}

.b-line::after {
    content: '';
    border-bottom: 2px solid #00aeee;
    width: 20%;
    display: block;
    text-align: center;
    margin: 5px auto;
}

.mobile_img{
	width: 100%;
    max-width: 150px;
    position: relative;
    cursor:pointer !important;
}

.mobile_brand_logo{
	position: absolute;
	width:62px;
	left: 33%;
    top: 23%;
    z-index: -1;
}

.banner_macbook .mobile_brand_logo,
.banner_tablet .mobile_brand_logo{
	left:43%;
}

.banner_tablet_model .mobile_brand_logo{
	left:39%;
	top:17%;
	width:60px;
}

.banner_mobile .mobile_brand_logo{
    width: 73px;
    left: 30%;
    top: 19%;
}

.banner_mobile_model .mobile_brand_logo{
	width:60px;
	left: 33%;
	z-index: -1
}

.banner_tablet .mobile_brand_logo{
	top: 19%;
	z-index: -1;
	width:60px;
}

.banner_macbook .mobile_brand_logo{
	top: 15.5%;
    width: 80px;
    left: 29%;
    z-index: -1;
}

.banner_macbook_model .mobile_brand_logo{
	top: 14.5%;
    width: 80px;
    left: 34%;
    z-index: -1;
}

.banner_wearable .mobile_brand_logo{
	top:22%;
	left:34%;
	width:60px;
}

.banner_wearable_model .mobile_brand_logo{
	left: 37%;
    top: 21%;
    width:60px;
}

.text_type {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin: 10px 0;
}

.banner_mobile .text_type{
	font-size:14px;: 
}

form select.form-control,
form textarea.form-control,
form input.form-control{
	padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    display: block;
    color: #495057;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #c1c1c1;
    border-radius: 0 !important;
}

form select.form-control:focus,
form textarea.form-control:focus,
form input.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    outline: none;
    box-shadow: none;
}

.device_book_div form textarea.form-control,
.device_book_div form select.form-control,
.device_book_div form input.form-control{
	border: 1px solid #c1c1c1;
	font-size:.9rem;
}

.device_book_div form h5{
	font-weight: 300;
}

.device_book_div button{
	color:#fff;
}

button#getOtp,
button#verifyOtp{
	width: 200px !important;
    margin: 0 auto;
    padding: 14px;
    border-radius: 0;
    margin-top: 5%;
    background-color: #03a9f5;
    border-color:#03a9f5;
}

#verify_otp h5{
	font-weight: normal;
}

.btn-logo{
	background-color: #00aeee;
    color: #ffffff;
    border-radius: 0;
}

.btn-logo:hover{
	color:#fff;
}

.banner_wearable_model a,
.banner_wearable a,
.banner_tablet_model a,
.banner_macbook_model a,
.banner_macbook a,
.banner_tablet a,
.banner_mobile_model a,
.mobile_brands a{
	color:inherit;
	text-decoration: none;
}

.show_date_list{
	padding-left:0px;
}

.border_red{
	border:1px dashed #00aeee;
}

.time_div a{
	border-radius: 0px;
	font-size:14px;
	margin-bottom: 10px;
}

#device_book_proceed,
.time_div a:hover{
	color:#fff !important;
	cursor: pointer;
}

.remove_address,
#add_address{
	cursor: pointer;
	border-radius: 0px;
	border:1px solid #007bff;
}

.remove_address{
	border:1px solid #dc3545;
}

.show_date_list li{
	list-style-type: none;
    float: left;
    padding: 10px 10px 10px 10px;
    text-align: center;
    background-color: white;
    color: #202020;
    cursor: pointer;
    font-size: 14px;
    width: 100px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
    margin: 5px;
}

/*mobile_model css code*/
.booking_ssummary{
	box-shadow: 0 0.3em 0.88em rgba(0,0,0,.3);
	/*height: 300px;*/
}

.booking_ssummary h6{
	background-color: #F3F3F5;
    padding-top: 16px;
    font-size: .9rem;
    font-weight: normal;
}

.device-details {
    background-color: #fff;
    padding: 5px 8px;
    position: relative;
}

.bottom-navigate{
	margin-top:30px;
}
.stick {
	  position: fixed;
	  top: 68px;
	  z-index: -1;
	  background: #fff;
	}

.bottom-navigate button{
    line-height: 30px;
    z-index: 1000;
    background-color: #212121;
    color:#fff;
    border-radius: 0px;
    /*position: absolute;*/
    /*bottom:2%;
    width:96%;
    left:2%;*/
    margin-top:;
}

.bottom-navigate button:hover{
	color:#fff;
	cursor: not-allowed;
}

.otp_title{
	background:#F3F3F5;
	font-weight: normal;
}

.otp_title h4{
	font-weight: normal;
	text-align: center;
}

/*#mobile_affected .booking_ssummary{
	height:350px;
}*/

#mobile_affected .booking_ssummary label{
	cursor: pointer;
}

#mobile_affected .booking_ssummary a{
	cursor: pointer;
	position: inherit;
}

#mobile_affected .booking_ssummary button{
	cursor: pointer;
	/*position: inherit;*/
	width:100%;
}

.mobile_effect{
	cursor: pointer;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    padding: 10px;
    /*min-height: 80px;*/
}

.image-text{
	display: flex;
	width:100%;
}

.image-container{
	flex-basis: 20%;
}

.text-container{
	flex-basis: 80%;
}

.image-container img{
	width: 40px;
}

.mobile_effect .package_price{
	margin-bottom: 0!important;
    padding-top: 0!important;
    text-align: left;
    font-size: 16px;
    color: #888;
    font-weight: 500;
}

.mobile_effect .package_title_large{
	margin-bottom: 0!important;
    padding-top: 5!important;
    text-align: left;
    font-size: 16px;
    color: #555;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 300
}

.mobile_effect .original_price{
	color:#555;
}

.mobile_effect p{
	margin-bottom: 0!important;
}

.mobile_effect small{
	font-size: 80%;
	font-weight: 400;
}

.mobile_effect .package_description{
	color: #777;
	padding-right: 10px;
    padding-top: 10px;
    font-size: 12px;
    text-align: left;
    /*background: #fff;*/
}



.read-more{
	color:red !important;
}

.calMonth,
.calYear,
/*#select_time_div,*/
input[name="date_day"],
input[name="time_radio"],
.coupan_error,
.total_div,
.charge_div,
.copan_div,
.coupn_input,				
.mobile_effect input[name="radio"]{
	display: none;
}

.copan_div{

	margin-bottom: 40px !important;

}



.chckboxClass{
	background: #00aeee;
	/*border:1px dashed #00aeee;*/
	color:#fff !important;
}



.chckboxClass img{

	filter: brightness(1) invert(1);

}

.chckboxClass .view_more{
	color:#fff !important;
}
.chckboxClass .device_description{
	color:#000 !important;
}
.chckboxClass .package_price,
.chckboxClass .package_title_large{
	color:#fff;
}

.total_div h5{
	font-weight: 300;
	font-size: 1.125rem;
	padding-top:5px;
}
.copan_div h5{
	font-size:14px;
}



.copan_div h5 a:nth-child(1){

	color:#00aeee;

}

.copan_div h5 a:nth-child(2){

	font-weight:400;	

}

.coupn_input input{

	border:0px;

}



#device_book_proceed:focus,

.coupn_input button:focus,

.coupn_input input:focus{

	box-shadow: none;

	outline: none;

	border-color: none !important;

}

.coupn_input .border-div{

	border:1px dotted #000;

	padding:1px;

} 



.charge_div h5{
	font-size:16px;
	font-weight: 400;
	border-bottom:1px dotted #ccc;
	padding-bottom: 10px;
}



.charge_div h5 i{

	background:#dc3545;

	height: 20px;

	width:20px;

	text-align: center;

    border-radius: 50%;

    color:#fff;

    cursor: pointer;

    margin-left:15px;

    padding:2px 3px;

    font-size: 15px;

}





#device_book_proceed{

	width:200px;

	border-radius: 0px;

	margin:auto;

}
/* ----------------------------------------------------------------- */

.contact-icons {
	position: fixed;
	bottom: 100px;
	left: 5px;
	right: 5px;
	display: flex;
	justify-content: space-between;
	z-index: 9999;
  }
  
  .contact-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	transition: transform 0.3s, box-shadow 0.3s;
  }
  
  /* Ensure the images are sized appropriately */
  .contact-icon img {
	width: 150px;
	height: 50px;
	transition: transform 0.3s;
	animation: shake 5s ease-in-out infinite;  /* Apply shake animation to images */
  }
  
  /* Hover effect for the icons */
  .contact-icon:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  
  /* Shake animation */
  @keyframes shake {
	0% { transform: translateX(0); }
	25% { transform: translateX(-5px); }
	50% { transform: translateX(5px); }
	75% { transform: translateX(-5px); }
	100% { transform: translateX(0); }
  }
  
  /* Positioning for left and right corners */
  .contact-icon.left {		
	  
	position: absolute;
	left: 0;
  }
  
  .contact-icon.right {
	position: absolute;
	right: 0;
  }
  
  /* Mobile View: Make images smaller */
  @media (max-width: 768px) {
	.contact-icon img {
	  width: 100px;  /* Make image width smaller */
	  height: 35px;  /* Make image height smaller */
	}
  }
.customer-logos .slide img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.solution_div {
    background: black;
    padding-bottom: 40px;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* Space between cards */
}

.card {
    position: relative;
    flex: 0 1 calc(20% - 20px); /* First row: 5 cards */
    height: 300px; /* Card height (adjust for a bigger view) */
    overflow: hidden;
    border-radius: 12px; /* Smooth rounded edges */
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    background: #fff;
    animation: fadeUp 0.6s ease forwards; /* Fade up effect */
    opacity: 0; /* Initially hidden */
    border: 2px solid transparent;
}

.card:nth-child(6) ~ .card {
    flex: 0 1 calc(25% - 20px); /* Second row: 4 cards */
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the entire card */
}

.card:hover {
    transform: scale(1.05); /* Smooth zoom effect */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Subtle shadow on hover */
    border: 2px solid rgba(0, 123, 255, 0.5); /* Silky glow effect on border */
}

/* Fade-up animation */
@keyframes fadeUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Add space between rows */
.card-container > .card:nth-child(5n) {
    margin-bottom: 20px;
}

/* ------------------------------------------------------------------------ */
.contact_text{
	background: #e9ecef1a
}
.contact_text form input.form-control{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px !important;
	border-bottom: 0px;
	height:50px;
	font-size: 14px;
}

.contact_text form textarea.form-control{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px !important;
	border-bottom: 0px;
	font-size: 14px;
}

.contact_text h6{
	font-weight: 600;
	margin-bottom: 15px;
}

/*fq code start*/
.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(0, 65, 119, 0.15);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #00aeee;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}


/*fq code end*/
@media (max-width:1024px){
	.banner_tablet_model .mobile_brand_logo{
		left:38%;
	}
	.banner_macbook .mobile_brand_logo{
		top: 11.5%;
    	left: 25%;
	}
	.banner_macbook_model .mobile_brand_logo{
		top: 15.5%;
    	left: 30%;
	}
	.banner_wearable_model .mobile_brand_logo{
		left: 34%;
    	top: 22%;
	}
	.banner_wearable .mobile_brand_logo{
		top: 18%;
    	left: 30%;
	}
}

@media (max-width:1024px){
	h5{
		font-size: 1.20rem;
	}
	.banner_mobile_model .mobile_brand_logo,
	.banner_mobile .mobile_brand_logo{
		left:31%;
		width:60px;
	}
	.banner_mobile_model .mobile_brand_logo{
		top:18%;
		left:30%;
	}
	.banner_tablet_model .mobile_brand_logo{
		left:35.5%
	}
	.banner_tablet .mobile_brand_logo{
		left: 41%;
	}
}

@media (max-width:992px){
	.call_btn_mobile{
		display: block;
		margin-left: 62%;
	}
	#fix_device{
		/*display: block !important;*/
	}
	header li{
		margin-right: 0px;
		margin-bottom: 5px;
	}
	.why_flex1{
	text-align:center;
}

.why_flex2{
	text-align:center;
}

}

@media (max-width:960px){
	h5{
		font-size: 1.1rem;
	}
	.work_text{
		padding-left:25px;
	}
	.how_works h5 span{
		margin-right: 10px;
	}
	.banner_home{
		background-size:100% 340px;
	}
	.banner_home{
		text-align: right; 
	}
	.service_product_text_inner{
		padding-left: 0rem !important
	}
	.banner_mobile_model .mobile_brand_logo{
		top:16%;
		left:29.5%;
	}
	.banner_tablet .mobile_brand_logo{
		left:37.5%;
	}
	.banner_mobile .mobile_brand_logo{
		left:32%;
	}
	.call_btn_mobile{
		margin-left: 60%;
	}
	.banner_tablet_model .mobile_brand_logo{
		left: 30.5%;
		top:12%;
	}
	.banner_macbook .mobile_brand_logo{
		width:60px;
		top: 7.5%;
    	left: 25%;
	}
	.banner_macbook_model .mobile_brand_logo{
		width:60px;
		left:29%;
	}
	.banner_wearable .mobile_brand_logo{
		width:40px;	
		top: 17%;
    	left: 33%;
	}
	.banner_wearable_model .mobile_brand_logo{
		left: 29%;
    	top: 16%;
	}
}

@media (max-width: 854px){
	.banner_mobile .mobile_brand_logo{
		left:33%;
	}
}

@media (max-width: 812px){
	.why_us_real .why_flex{
		display: block;
		padding:0px 10px ;
	}
	.how_works_mobile{
		display: block;
	}
	.how_works{
		display: none;
	}
	.how_works_mobile img{
		width:75%;
	}
	.service_product_text_inner{
		padding-left: 0px !important;
	}
	.banner_mobile .mobile_brand_logo {
	    left: 33%;
	    top:22%;
	}
}

@media (max-width:800px){
	.banner_mobile .mobile_brand_logo{
		left: 32%;
	}
	.banner_mobile_model .mobile_brand_logo{
		left:30%;
	}
	.call_btn_mobile{
		margin-left: 60%;
	}
	.banner_tablet .mobile_brand_logo{
		left:38%;
	}
	.banner_tablet_model .mobile_brand_logo{
		left:30.5%;
		top:12%;
	}
	.banner_macbook .mobile_brand_logo{
		top: 8%;
    	left: 25%;
	}
	.banner_macbook_model .mobile_brand_logo{
		left:30%;
		top:13.5%;
	}
	.banner_wearable .mobile_brand_logo{
		top: 16%;
    	left: 33%;
	}
	.banner_wearable_model .mobile_brand_logo{
		left: 29%;
    	top: 17%;
	}
}

@media (max-width:767px){
	#fix_device{
		display: block !important;
	}
	body{
		font-size: 14px;
	}
	.banner_home{
		background-size:100% 210px;
		/*height:200px; */
	}
	.banner_home img{
		height:120px;
	}
	.banner_text h4{
		font-size:18px;
	}
	.footer h2{
		font-size: 1.75rem;
	}
	.service_product h1,
	.banner_text h1{
		font-size: 22px;
	}
	#contact_banner h1 {
	    text-align: center;
	    margin-top: 50px;
	    font-size: 22px;
	}
	.how_works_mobile,
	.how_works.py-5,
	.footer.py-5,
	.why_us.py-5,
	.testimonial.py-5,
	.service_product.py-5{
		/*padding:2rem 0rem !important;*/
	}
	.service_product .row.py-3{
		/*padding-bottom:0px !important;*/
	}
	.service_product_text{
		margin-top:1rem;
	}
	.custom_arrow1{
		text-align: center;
	}
	.custom_arrow2{
		display: block !important;
	}
	.how_works,
	.custom_arrow1{
		display: none;
	}
	.text-copyrights_parent,
	.social_last{
		text-align: center;
	}
	.search_div{
		margin-bottom: 35px !important
	}
	.how_works_mobile{
		display: block;
	}
	.how_works_mobile h5 span:nth-child(1){
		margin-right: 15px;
	}
	h5{
		font-size: 1rem;
	}
	.footer .location-link{
		padding-left:0px;
	}
	.testimonial_heading h4.mt-5 {
	    margin-top: 0rem !important;
	}
	.testimonial_heading h4.mb-5 {
	    margin-bottom: 1rem !important;
	}
	.service_product_text_inner{
		padding-left: 0px !important
	}
	.how_works_mobile img{
		width: 100%
	}
	.banner_des{
		font-size: 14px;
	}
	.footer .row.pt-5:nth-child(2){
		padding-top: 0rem !important;
	}
	.how_works_mobile .why_flex{
		padding:5px 0px;
	}
	.banner_macbook_model .mobile_brand_logo,
	.banner_macbook .mobile_brand_logo{
		width:80px;
	}
	.banner_wearable .mobile_brand_logo{
		width:60px;
	}
	#img_mobile{
		display: block;
	}
	#img_desktop{
		display: none;
	}
	#contact_banner img{
		width:30%;
	}
	.navbar-nav .nav-link{
		padding-left:.5rem;
		padding-right:.5rem;
	}
	.lgo_footer{
		text-align:left;
	}
	
}

@media (max-width:736px){
	.banner_mobile_model .mobile_brand_logo,
	.banner_mobile .mobile_brand_logo{
		left:38%;
		top:22%;
	} 
	.call_btn_mobile {
	    margin-left: 45%;
	}
	.banner_tablet .mobile_brand_logo{
		left:39%;
	}
	.banner_tablet_model .mobile_brand_logo{
		left: 38.5%;
    	top: 18%;
	}
	.banner_macbook .mobile_brand_logo{
		top: 15%;
    	left: 35%;
	}
	.banner_macbook_model .mobile_brand_logo{
		left: 33.5%;
    	top: 15.5%;
	}
	.banner_wearable .mobile_brand_logo{
		top: 21%;
    	left: 38%;
	}
	.banner_wearable_model .mobile_brand_logo{
		left: 37.5%;
    	top: 22%;
	}
}
@media (max-width:732px){
	.call_btn_mobile {
	    margin-left: 45%;
	}
	.banner_tablet_model .mobile_brand_logo{
		left: 38.5%;
    	top: 18%;
	}
	.banner_macbook .mobile_brand_logo{
		top: 16%;
    	left: 35%;
	}
	.banner_macbook_model .mobile_brand_logo{
		left: 33.5%;
    	top: 15.5%;
	}
	.banner_wearable .mobile_brand_logo{
		top: 22%;
    	left: 38%;
	}
	.banner_wearable_model .mobile_brand_logo{
		left: 38%;
    	top: 22%;
	}
}

@media (max-width:667px){
	.banner_mobile .mobile_brand_logo{
		left:38%;
	} 
}

@media (max-width:640px){
	.call_btn_mobile {
		margin-left: 45%;
	}
	.banner_mobile_model .mobile_brand_logo{
		left:38%;
		top:23%;
	}
	.banner_mobile .mobile_brand_logo{
		left:38%;
	}
	.banner_tablet .mobile_brand_logo{
		left: 40%;
		top: 19%;
	}
	.banner_tablet_model .mobile_brand_logo{
		left: 38.5%;
		top:18%;
	}
	.banner_macbook .mobile_brand_logo{
		top: 15.5%;
		left: 35%;
	}
	.banner_macbook_model .mobile_brand_logo{
		left: 34.5%;
    	top: 15.5%;
	}
	.banner_wearable .mobile_brand_logo{
		left: 38%;
	}
	.banner_wearable .mobile_brand_logo{
		top:22%;
		left:39%;
	}
	.banner_wearable_model .mobile_brand_logo{
		top: 21%;
    	left: 38%;
	}
}

@media (max-width:600px){
	.banner_mobile_model .mobile_brand_logo{
		left:38%;
		top:22%;
	}
	.banner_mobile .mobile_brand_logo{
		left:38%;
		top:23%;
	} 
	.banner_wearable_model .mobile_brand_logo{
		left: 37%;
	}
	.banner_home img{
		height: 160px;
	}
}

@media (max-width:568px){
	.logos {
	    padding: 3rem 1.5rem !important;
	}
	.banner_mobile .mobile_brand_logo{
		left:39%;
	}
	.banner_wearable_model .mobile_brand_logo{
		left:38%;
		top:22%;
	}
	.contact_banner{
		padding-top: 0px;
	}
	#contact_banner{
		box-shadow: none;
		border-radius: 0px;
	}
	.contact_banner{
		background: #e9ecef;
	}
}

@media (max-width:533px){
	.banner_mobile .mobile_brand_logo{
		left:38%;
	}
	.banner_wearable .mobile_brand_logo{
		    left: 38%;
	}
}

@media (max-width:480px){
	.banner_home img{
		height: 140px;
	}
	.banner_mobile_model .mobile_brand_logo,
	.banner_mobile .mobile_brand_logo{
		left:36%;
	}
	.call_btn_mobile {
	    margin-left: 40%;
	}
	.banner_tablet_model .mobile_brand_logo{
		left:36.5%;
	}
	.banner_macbook .mobile_brand_logo{
		left:32.5%;
	}
	.banner_wearable .mobile_brand_logo{
		left: 37%;
	}
	.banner_wearable_model .mobile_brand_logo{
		left:36%;
	}
	#fix_device{
		/*display: block;*/
	}
	.footer-bottom{
		margin-bottom: 44px;
	}
	#proceed_btn[disabled]{
		background: #000;
	}
	.product_box p{
		font-size: 14px;
		font-weight: 500;
	}
}

@media (max-width:414px){
	#desktop_slider{
		display: none;
	}
	#mobile_slider{
		display: block;
	}
	.banner_mobile_model .mobile_brand_logo{
		left:33%;
	}
	.banner_mobile .mobile_brand_logo{
		left:34%;
	}
	.call_btn_mobile {
	    margin-left: 27%;
	}
	.banner_tablet .mobile_brand_logo{
		left:34%;
	}
	.banner_macbook_model .mobile_brand_logo{
		left: 27.5%;
	}
	.banner_wearable .mobile_brand_logo{
		left: 35%;
	}
	.banner_wearable_model .mobile_brand_logo{
		left:33%;
	}
}

@media (max-width:412px){
	.banner_mobile_model .mobile_brand_logo{
		left:33%;
	}
	.banner_mobile .mobile_brand_logo{
		left:34%;
	}
	.call_btn_mobile {
		margin-left: 25%;
	}
	.banner_tablet .mobile_brand_logo{
		left:35.5%;
	}
	.banner_tablet_model .mobile_brand_logo{
		left: 34.5%;
    	top: 16%;
	}
	.banner_macbook .mobile_brand_logo{
		left: 30%;
	}
	.banner_macbook_model .mobile_brand_logo{
		left: 27.5%;
	}
	.banner_wearable .mobile_brand_logo{
		left: 34%;
	}
	.banner_wearable_model .mobile_brand_logo{
		left: 33%;
	}
}

@media (max-width:384px){
	.search_heading{
		font-size: 1rem;
	}
	.banner_mobile_model .mobile_brand_logo,
	.banner_mobile .mobile_brand_logo{
		left: 33%;
	}
	.call_btn_mobile {
		margin-left: 20%;
	}
	.banner_mobile_model .mobile_brand_logo{
		left: 32%;
	}
	.banner_tablet .mobile_brand_logo{
		left:34%;
	}
	.banner_tablet_model .mobile_brand_logo{
		left: 32.5%;
    	top: 15%;
	}
	.banner_macbook .mobile_brand_logo{
		left: 27%;
	}
	.banner_macbook_model .mobile_brand_logo{
		left: 25%;
    	top: 12.5%;
	}
	.banner_wearable .mobile_brand_logo{
		top: 22%;
    	left: 33%;
	}
	.banner_wearable_model .mobile_brand_logo{
		left: 31%;
		top:19%;
	}
}

@media (max-width:375px){
	.banner_tablet .mobile_brand_logo{
		top:17%;
	}
	.banner_tablet_model .mobile_brand_logo{
		top:15%;
	}
	.banner_macbook_model .mobile_brand_logo{
		left:25%;
	}

	
}


@media (max-width:360px){
	body{
		font-size: 14px;
	}
	.banner_home{
		background-size:100% 210px;
		/*height:200px; */
	}
	.banner_text h4{
		font-size:18px;
	}
	
	.footer h2{
		font-size: 1.75rem;
	}
	#contact_banner h1,
	.service_product h1,
	.banner_text h1{
		font-size: 22px;
	}
	#contact_banner h1{
		text-align: center;
		margin-top: 50px;
		font-size: 22px;
	}
	.how_works_mobile,
	.how_works.py-5,
	.footer.py-5,
	.why_us.py-5,
	.testimonial.py-5,
	.service_product.py-5{
		padding:2rem 0rem !important;
	}
	.testimonial_heading h4.mt-5{
		margin-top:0rem !important;
	}
	.service_product .row.py-3{
		/*padding:0px !important;*/
	}
	.service_product_text{
		margin-top:1rem;
	}
	.custom_arrow1{
		text-align: center;
	}
	.custom_arrow2{
		display: block !important;
	}
	.how_works,
	.custom_arrow1{
		display: none;
	}
	.text-copyrights_parent,
	.social_last{
		text-align: center;
	}
	.search_div{
		margin-bottom: 35px !important
	}
	h5{
		font-size: 1rem;
	}
	.footer .location-link{
		padding-left:0px;
	}
	.how_works_mobile h5 span:nth-child(1){
		height:25px;
		width:25px;
		line-height: 25px;
	}
	.logos{
		padding:3rem 1.5rem !important;
	}
	.service_product_text_inner{
		padding-left: 0px !important
	}
	.why_flex{
		padding:0px 10px;
	}
	.how_works_mobile img{
		width:100%;
	}
	.logo_prev{
		line-height: 25px !important;
		height:25px;
		width:25px;
		top:17%;
	}
	.logo_next{
		line-height: 25px !important;
		height:25px;
		width:25px;
		top:17%;
	}
	.banner_mobile .mobile_brand_logo{
		left: 32%;
		top: 22%;
	}
	.banner_mobile_model .mobile_brand_logo{
		left: 30%;
		top: 18%;
	}
	.banner_tablet_model .mobile_brand_logo{
		left: 32%;
    	top: 13%;
	}
	.banner_tablet .mobile_brand_logo{
		left: 34%;
		top: 16%;
	}
	.banner_macbook .mobile_brand_logo{
	    left: 26%;
	    top:13.5%;
	}
	.banner_macbook_model .mobile_brand_logo{
		top: 9.5%;
    	left: 23%;
	}
	.banner_wearable .mobile_brand_logo{
		top: 20%;
    	left: 31%;
	}
	.banner_wearable_model .mobile_brand_logo{
		top: 18%;
    	left: 30%;
	}
	.navbar{
		padding:.0rem 0rem;
	}
	.call_btn_mobile{
		margin-left:20%;
	}
}

@media (max-width:320px){
	.how_works_mobile,
	.how_works.py-5,
	.footer.py-5,
	.why_us.py-5,
	.testimonial.py-5,
	.service_product.py-5{
		padding:2rem 0rem !important;
	}
	body{
		font-size: 14px;
	}
	.service_product h1, .banner_text h1 {
	    font-size: 20px;
	}
	h4 {
	    font-size: 1.35rem;
	}
	.logos{
		padding:3rem 1rem !important;
	}
	.service_product_text_inner{
		padding-left: 0px !important
	}
	.logo_next{
		left:-28px;
	}
	.banner_mobile .mobile_brand_logo{
		left:33%;
		top:20%;
		width:50px;
	}
	.banner_mobile_model .mobile_brand_logo{
		width:50px;
		left:31%;
	}
	.call_btn_mobile {
	    margin-left: 14%;
	}
	.banner_tablet .mobile_brand_logo{
		left:30%;
		top:13%;
	}
	.banner_tablet_model .mobile_brand_logo{
		left:28%;
		top:10%;
	}
	.banner_macbook .mobile_brand_logo{
		left: 22%;
    	top: 8.5%;
	}
	.banner_macbook_model .mobile_brand_logo{
		top: 11.5%;
    	left: 27%;
    	width: 60px;
	}
	.banner_wearable .mobile_brand_logo{
		top: 15%;
    	left: 29%;
	}
	.banner_wearable_model .mobile_brand_logo{
		top: 12%;
    	left: 27%;
	}
}

@media only screen and (min-width:640px) and (max-width: 641px){
	.banner_mobile .mobile_brand_logo{
		top:23%;
	}
}
@media only screen and (min-width:800px) and (max-width: 801px){
	.banner_macbook .mobile_brand_logo{
		width:60px;
	}
}

@media only screen and (min-width:812px) and (max-width: 823px){
	.how_works_mobile{
		display: block !important;
		padding:0px;
	}
	.how_works_mobile img{
		width:57%;
	}
	.how_works{
		display: none !important;
	}
	.how_works_mobile h5 span:nth-child(1){
		margin-right:15px;
	}
}

@media only screen and (min-width:768px) and (max-width: 769px){
	.how_works_mobile h5 span:nth-child(1){
		margin-right:20px;
	}
	.banner_home img{
		height:160px;
	}
}

.autocomplete {
  	position: relative;
}

.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 7px;
	right: 8px;
}


.autocomplete-items div {
  	padding: 10px;
  	cursor: pointer;
  	background-color: #e8f1f5; 
  	border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items div:hover {
  	background-color: #e9e9e9; 
}

.autocomplete-active {
  	background-color: DodgerBlue !important; 
  	color: #ffffff; 
}
.justify-content-end {
   
    background: black;
}
