@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


@font-face {
    font-family: "Arquitecta";
    src: url(../fonts/Arquitecta.otf) format("opentype");
}
@font-face {
    font-family: "ArquitectaBlack";
    src: url(../fonts/ArquitectaBlack.otf) format("opentype");
}
@font-face {
    font-family: "ArquitectaBold";
    src: url(../fonts/ArquitectaBold.otf) format("opentype");
}
@font-face {
    font-family: "ArquitectaBook";
    src: url(../fonts/ArquitectaBook.otf) format("opentype");
}
@font-face {
    font-family: "ArquitectaHeavy";
    src: url(../fonts/ArquitectaHeavy.otf) format("opentype");
}
@font-face {
    font-family: "ArquitectaLight";
    src: url(../fonts/ArquitectaLight.otf) format("opentype");
}
@font-face {
    font-family: "ArquitectaMedium";
    src: url(../fonts/ArquitectaMedium.otf) format("opentype");
}
@font-face {
    font-family: "ArquitectaThin";
    src: url(../fonts/ArquitectaThin.otf) format("opentype");
}
@font-face {
    font-family: "IntroBookAltRegular";
    src: url(../fonts/IntroBookAltRegular.otf) format("opentype");
}
@font-face {
    font-family: "IntroBookCapsRegular";
    src: url(../fonts/IntroBookCapsRegular.otf) format("opentype");
}
@font-face {
    font-family: "IntroBookItalicItalic";
    src: url(../fonts/IntroBookItalicItalic.otf) format("opentype");
}
@font-face {
    font-family: "IntroBookRegular";
    src: url(../fonts/IntroBookRegular.otf) format("opentype");
}
@font-face {
    font-family: "IntroBoldRegular";
    src: url(../fonts/IntroBoldRegular.ttf) format("opentype");
}



* {
	padding: 0;
	margin: 0;
}
body {
	
    font-size: 18px;
    line-height: 26px;    
    color: #231f20;	
	overflow-x: hidden !important;	
	font-family: Inter;
	font-family: "IntroBookRegular";
}
strong{
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	font-family: "IntroBoldRegular";
	 
}
p{
font-weight: 500;	
}
h1, h2, h3, h4, h5, h6, p {
	/*margin: 0;
	padding: 0;*/
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
		
}
a:hover, a:focus, button:focus, input:focus {
	text-decoration: none;
	outline: none;
	
}
a:hover {
    color: #ed1c24;   	
}

.show.modal.modal-center {
    display: flex !important;
    align-items: center !important;
}
.show.modal.modal-center .modal-dialog{
    width:100%;
	padding-left:0px !important;
}
.modal-backdrop{
	background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
	opacity:1 !important;	
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 20px;
}
.owl-nav button.owl-next {
  right: 20px;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border:1px solid #ba933e;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #ba933e;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	 background: transparent !important;
	 border:1px solid #e51616 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.owl-nav button span {
    font-size: 35px;
    position: relative;
    top: 3px;
	color:#e51616;
}
.owl-nav button:focus {
    outline: none;
}
.owl-nav button:hover {
	background: #e51616 !important;	
}
.owl-nav button:hover span {	
	color:#fff;
}
html {
    scroll-behavior: smooth;
}




.section_title_header{
	padding-bottom:15px;
	border-bottom:1px solid #ffffff;
	padding-left:0px;
}
.section_title_header .section_title{
    font-family: "ArquitectaBlack";
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;	
    text-align: center;
}
.section_title_header p{
    text-align: center;
}
.section_title_header .section_title span{
	/*color: #ed1c24;*/
}
.section_title_header .viewAllBtn{
	 color: #ed1c24;
	 font-family: 'Montserrat', sans-serif;
	 font-weight:600;
	 font-size:14px;
}
.section_title_header .viewAllBtn:hover{}

.owl-dots {
  text-align: center;
  padding-top: 0px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  border:1px solid #ddd;
  margin: 0 5px;
}
.owl-dots button.owl-dot.active {
  background-color: #e51616;
  border:1px solid #e51616;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}



.homeBannerSlider .owl-nav {
    opacity: 0;
    transition: all 0.3s;
}
.homeBannerSlider:hover .owl-nav {
    opacity: 1;
}
.homeBannerSlider .owl-nav button {
    background: #fff !important;
    border: 1px solid #fff !important;
}
.homeBannerSlider .owl-nav button span {
    font-size: 35px;
    position: relative;
    top: 3px;   
}
.homeBannerSlider .owl-nav button:hover {
    background: #e51616 !important;
    border: 1px solid #e51616 !important;
}


.home_banner_banner_sec{
	padding:80px 0;
}

.home_banner_banner_ttl{}
.home_banner_banner_ttl h1{
    font-size: 75px;
    line-height: 70px;
    font-family: "ArquitectaBlack";
    text-transform: uppercase;	
}
.home_banner_banner_ttl h1 span{
color:#ed1c24;	
font-size:45px;
line-height:45px;
    display: block;	
}



.home_banner_search_form{
    background-image: url(../images/banner/tethiscop_icon.png);
    min-height: 165px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
	/*position:relative;*/
    display: flex;
    align-items: center;	
}
.home_banner_search_form form{
    width: 100%;	
}

.home_banner_search_forminner{
    display: flex;
    padding: 15px 20px 15px 10px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 7px 30px 1px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 7px 30px 1px rgb(0 0 0 / 4%);
    /* margin-top: 50px; 
    position: absolute;
	bottom: 35px;*/
    width: 100%;    
	font-size:18px;
	 position: relative;
}
.home_banner_search_forminner .form-control{
    background: transparent;
    border: 0;
    box-shadow: none !important;
    padding-left: 20px;
	font-family: "IntroBookRegular";
}


.home_banner_search_forminner .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bcbec0;
}
.home_banner_search_forminner .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #bcbec0;
}
.home_banner_search_forminner .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #bcbec0;
}
.home_banner_search_forminner .form-control:-moz-placeholder { /* Firefox 18- */
  color: #bcbec0;
}

.home_banner_search_forminner .home_banner_search_btn{
	border:0;
	background:transparent;
}

.home_banner_img_areainner{
	
}
.home_banner_brand_areainner{}
.home_banner_brand_areainner h4{
	font-family: "IntroBoldRegular";
	font-size:18px;
	line-height:22px;
text-transform:uppercase;	
}
.home_banner_brand_areainner h4 span{
    color: #ed1c24;	
	
}
.home_banner_brand_areainner ul{}
.home_banner_brand_areainner ul li{
	display:inline-block;
}
.home_banner_brand_areainner ul li .brabd_img_area{
    display: block;
    padding: 15px 15px;	
}
.home_banner_brand_areainner ul li a{
    background: #ed1c24;
    color: #fff;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 30px;
    text-transform: uppercase;
	
}


.homeBannerSlidersec{
	padding:10px 0 14px;
}
.homeBannerSlidersec .homeBannerSliderItem .desktopBanner{
	
}
.homeBannerSlidersec .homeBannerSliderItem .mobileBanner{
	display:none;
}




.homeBrandSearchsec{
	padding: 30px 0 20px;
}
.homeBrandSearchsecinner{
    /* box-shadow: 0 0 10px 0 #00000007; */
    /* background-color: #fafafa; */
    /* padding: 20px 20px 30px; */
    /* border-radius: 10px; */    
}
.homeBrandSearchsecinner .hdSec{}
.homeBrandSearchsecinner h1.title {
    font-size: 36px;
    font-family: "ArquitectaBlack";
    font-family: "ArquitectaBold";
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;	
	margin-bottom:5px;
}
.homeBrandSearchsecinner h1.title span {
    /*color: #ed1c24; */   
}
.homeBrandSearchsecinner h2.title {
    font-size: 36px;
    font-family: "ArquitectaBlack";
    font-family: "ArquitectaBold";
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;	
	margin-bottom:5px;
}
.homeBrandSearchsecinner h2.title span {
    /*color: #ed1c24; */   
}
.homeBrandSearchsecinner .hdSec p{}
.homeBrandSearchsecinner .statickList{
    margin: 0 -10px;	
}
.homeBrandSearchsecinner .statickList li{
    display: inline-block;
    padding: 10px 10px;	
}
.homeBrandSearchsecinner .statickList li:last-child{}
.homeBrandSearchsecinner .statickList li .icon{
	margin-right:5px;
    color: #ed1c24;	
}
.homeBrandSearchsecinner .statickList li .txt{}

.homeBrandSearcForm{}
.homeBrandSearcForminner{
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 10px 0px;
    display: flex;
    max-width: 574px;
    margin: 20px auto 15px;
    padding: 7px 20px;
    border-radius: 8px;
}
.homeBrandSearcForminner .homeBrandSearcBtn{
	background: transparent;
    border: 0;	
}
.homeBrandSearcForminner .form-control{
    border: 0;
    box-shadow: none;
    padding-left: 8px;	
}
.horizontalTextDivArea{
    margin: 30px 0 20px;	
}
.horizontalTextDiv{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;	
}
.horizontalTextDiv:after,
.horizontalTextDiv:before {
    display: inline-block;
    content: "";
    border-top: 1px solid black;
    width: 2rem;
    margin: 5px 1rem;
}
.horizontalTextDiv:before{}
.horizontalTextDiv:after{}
.horizontalTextDiv .horizontalText{}



.homeBrandLayout {
    display: flex;
    flex-direction: row;	
    justify-content: center;
}
.homeBrandLayoutBoxArea{
    margin-top: 50px;
}
.homeBrandLayoutBoxAreainner{
    display: flex;
    flex-direction: row;	
}
.homeBrandLayoutBox{
    display: inline-flex;
    border-radius: 10px;
   padding: 10px; 
    margin-right: 20px;
    width: 180px;
    height: 180px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 10px 0px;
    overflow: hidden;	
}
.homeBrandLayoutBoxAreainner .homeBrandLayoutBox:last-child{
	  margin-right: 0px;
}
.homeBrandLayout .moreBrandLinkArea{
    display: flex;
    align-items: flex-end;	
    margin-left: 20px;	
}
.homeBrandLayout .moreBrandLinkArea .moreBrandLink{
	color:#231f20;
}
.homeBrandLayout .moreBrandLinkArea .moreBrandLink .txt{}
.homeBrandLayout .moreBrandLinkArea .moreBrandLink .icon{}






.homeBrandSliderArea{}
.homeBrandSliderArea .owl-stage{}
.homeBrandSliderArea .owl-item{}
.homeBrandSliderItem{
    padding: 10px 10px;	
}
.homeBrandSliderItem a{}
.homeBrandSliderIteminner{
    background-color: #fff;
    border-radius: 10px;
    max-width: 160px;
    min-height: 90px;	
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeBrandSliderIteminner .brandThumnail img{
	
}
.homeBrandSlider  .owl-nav button.owl-prev{
	    left:-15px;
}
.homeBrandSlider  .owl-nav button.owl-next {
       right: -15px;
}
.homeBrandSlider  .owl-nav button.owl-prev, 
.homeBrandSlider  .owl-nav button.owl-next {
   background: #fff !important;
}
.homeBrandSlider  .owl-nav button.owl-prev:hover,  
.homeBrandSlider  .owl-nav button.owl-next:hover {
   background: #e51616 !important;
}
.homeBrandSlider  .owl-nav button.disabled {
    opacity:0;
	visibility:hidden;
}










.service_sec{      
    padding: 0px 0px 0px;
    margin-top: 49px;
    /*background-repeat: no-repeat;
	background-position: 50% 50%;  
    background-size: cover;
	background-color:#fbfbfb;	*/
}
.service_secinner{
    /*max-width: 1160px;
    margin: 0 auto;	*/
}
.service_box{
	margin-bottom:30px;
}
.service_boxinner{
    /*padding: 60px 20px 50px;
    background: #fff;*/
     /* border-radius: 19px; */
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.service_boxinner .icon{
    /* height: 120px; */
    /* width: 120px; */
    /* margin: 0 0 10px; */
    /* border: 4px dotted #ff638f; */
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin-bottom: 30px;
    position: relative;
}

.service_boxinner .icon span{
	
}
.service_boxinner .icon img{
	height:65px;
}
.service_boxinner .content{
 
}
.service_boxinner .content .ttl{
    /* font-family: "ArquitectaBlack"; */
    /* text-transform: uppercase; */
    font-size: 20px;
    margin-bottom: 15px;
    font-family: "ArquitectaMedium";
    color: #000;
    font-family: "ArquitectaBold";
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	display:inline-flex;
    align-items: center;	
}
.service_boxinner .content .ttl .number{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #F97316;
    color: #fff;
    margin-right: 20px;
}
.service_boxinner .content .ttl .txt{
	 -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.service_boxinner .content .des{
	font-size:14px;
	line-height:20px;
}
.service_boxinner .content .des br{
	display:none;
}
.service_boxinner .content .service_box_btn_area{
    margin-top: 50px;	
}
.service_boxinner .content .service_box_btn_area .view_btn{
    background: #ed1c24;
    color: #fff;
    padding: 7px 36px 5px;
    display: inline-block;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
	
}
.why_choose_us_sec{
	padding:40px 0 40px;
	/*background-color:#f1f2f2;*/
}
.why_choose_us_secinner{
   /* max-width: 1275px;
    margin: 0 auto 0;*/
}
.why_choose_us_secinner .row{
	/*align-items: center;*/	
}
.why_choose_us_box{
    /*margin-bottom: 30px;*/
    margin-top: 40px;
}
.why_choose_us_boxinner{
	display:flex;
 /*   align-items: center;	*/
}
.why_choose_us_boxinner .icon{
    margin-right: 15px;
    width: 40px;
}
.why_choose_us_boxinner .icon img{}
.why_choose_us_boxinner .content{
 -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;	
}
.why_choose_us_boxinner .content .ttl{
    font-family: "ArquitectaBlack";
    font-family: "ArquitectaMedium";
    /* text-transform: uppercase; */
    font-size: 20px;
    margin-bottom: 4px;
    /* font-family: "ArquitectaBold"; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
}
.why_choose_us_boxinner .content .des{
    font-size: 14px;
    line-height: 20px;	
}
.why_choose_us_box_middle_border .middle_border{
    border-top: 1px solid #bcbec0;	
}
.featureSecinner{
	margin-top:30px;
}
.featureBox{
	    margin-top: 15px;
}
.featureBoxinner{}
.featureBoxinner .featureIcon{
    color: #ec1b23;
    font-size: 20px;
    margin-right: 15px;	
}
.featureBoxinner .featureIcon img{}
.featureBoxinner .content h5{
    font-size: 18px;	
}





.faq_sec{
	padding:40px 0 40px;
	background-color:#fbfbfb;	
}

.faq_secinner{
	
/*max-width: 1275px;
    margin: 0 auto;	*/
}
.faq_secinner .accordion{
	margin-top:20px;
	margin-bottom:30px;
}
/*========================================*/
/*-------------- [_Accordion] ------------*/
/*========================================*/
.accordion .accordion-item {
  margin-bottom: 0px;
  /*float: left;*/
  width: 100%;
}
.accordion .accordion-item .accordion-header {
  position: relative;
}
.accordion .accordion-item .accordion-header.active .title {
 
}

.accordion .accordion-item .accordion-header.active .icon:before {
  content: '';
 /*transform: rotate(180deg);*/
 background-image: url(../images/icon/up_arrow.png);
}
.accordion .accordion-item .accordion-header .title {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #bcbec0;
    margin: 0;
    padding: 15px 50px 15px 0px;
    font-family: "ArquitectaBlack";
    /*text-transform: uppercase;*/
    font-size: 16px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	color:#000;
}

.accordion .accordion-item .accordion-header .icon {
  position: absolute;
  right: 0px;
  top: 25px;  
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  border-radius: 50%;
}
.accordion .accordion-item .accordion-header .icon:before{
	content: '';
    background-image: url(../images/icon/down_arrow.png);
    width: 18px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: relative;    
}
.accordion .accordion-item .accordion-body {
  padding: 15px 0px;  
  display: none;
  	font-size:14px;
	line-height:22px;
	font-weight: 500;
}

.accordion .accordion-item:nth-child(1) .accordion-body {
  /*display: block;*/
}

.view_more_btn_area{
	text-align:center;
}
.view_more_btn_area .view_more_btn{
     background: #ed1c24;
    color: #fff;
    padding: 9px 30px 8px;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.about_us_sec{
	padding:40px 0;
}
.about_us_secinner{}
.about_us_secinner .row{
    
}
.about_us_content h3{
    font-family: "ArquitectaBlack";
    text-transform: uppercase;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.about_us_content h3 span{
    /*color: #ed1c24;*/		
}
.about_us_content h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;	
}
.about_us_content .des{}
.about_us_content .des p{}
.about_us_content .des p:last-child{}
.about_us_content .content_list{}
.about_us_content .content_list li{
	display:flex;
	margin-bottom:15px;
}
.about_us_content .content_list li:last-child{}
.about_us_content .content_list li .icon{
	margin-right:20px;
}
.about_us_content .content_list li .icon .img_icon{} 
.about_us_content .content_list li .icon .img_icon img{} 
.about_us_content .content_list li .content{
 -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;	
}

.about_us_more_content{
	margin-top:30px;
}
.about_us_more_content p{}
.about_us_more_content p:last-child{
	margin-bottom:0px;
}
.about_us_more_content p a{
    color: #ed1c24;	
}



.whoWeAreaSec{
	 padding: 0 0 20px;
}
.whoWeAreaSecinner{
	margin-top:20px;
}
.whoWeAreaContent{}
.whoWeAreaContent h4{
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.whoWeAreaContent p{
	

}

.whatMakesDifferentSec{
    padding: 20px 0 0;
}	

.whatMakesDifferentSecinner{
	margin-top:30px;
}
.whatMakesDifferentBox{
	margin-bottom:20px;
}
.whatMakesDifferentBoxinner{	
	text-align:center;	    
}
.whatMakesDifferentBoxinner .icon{
	margin-bottom:25px;
}
.whatMakesDifferentBoxinner .icon img{
    height: 64px;	
}
.whatMakesDifferentBoxinner .content{}
.whatMakesDifferentBoxinner .content h4{
    font-size: 20px;
    /* font-family: "ArquitectaBold"; */
    line-height: 26px;
    margin-bottom: 12px;
    /* min-height: 75px; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.whatMakesDifferentBoxinner .content h4 .number{
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background-color: #ed1c24;
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    font-size: 16px;
}
.whatMakesDifferentBoxinner .content p{
    font-size: 14px;
    line-height: 20px;	
	margin-bottom:0px;
}

.ourPhilosophySec{
	padding: 20px 0;	
}
.ourPhilosophySecinner{
	margin-top:30px;
}
.ourPhilosophyBox{
	margin-bottom:20px;
}
.ourPhilosophyBoxinner{	
	text-align:center;	    
}
.ourPhilosophyBoxinner .icon{
	margin-bottom:25px;
}
.ourPhilosophyBoxinner .icon img{
    height: 64px;	
}
.ourPhilosophyBoxinner .content{}
.ourPhilosophyBoxinner .content h4{
    font-size: 20px;
    /* font-family: "ArquitectaBold"; */
    line-height: 26px;
    margin-bottom: 12px;
    /* min-height: 75px; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.ourPhilosophyBoxinner .content h4 .number{
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background-color: #ed1c24;
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    font-size: 16px;
}
.ourPhilosophyBoxinner .content p{
    font-size: 14px;
    line-height: 20px;	
	margin-bottom:0px;
}













.testimonial_sec{
	padding:40px 0 40px;
    /* background-color: rgb(168, 183, 178); */
}
.testimonial_secinner{
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    /* background-color: #fff; */
    /* box-shadow: 0 0 50px rgb(226 222 232 / 75%); */
    /* padding: 80px; */
    /* border-radius: 20px; */
    margin-top: 30px;
}
.testimonial_slider_proimg {
    max-width: 600px;	
	margin:0 auto;
}

.testimonial_slider_proimg .slick-slide .testimonial_slider_proimg_blk_img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    
	transition: all .4s ease-in;
	
}

.testimonial_slider_proimg .slick-slide{
-webkit-transform: scale3d(0.6, 0.6, 1);
		    transform: scale3d(0.6, 0.6, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;	
			padding: 0 15px;
}
.testimonial_slider_proimg .slick-slide .testimonial_slider_proimg_blk_img img{
    
	height:100px;
	width:100px;
    overflow: hidden;
    border-radius: 50%;	
	transition: all .4s ease-in;
}
.testimonial_slider_proimg .slick-slide.slick-active {
   -webkit-transform: scale3d(0.9, 0.9, 1);
		    transform: scale3d(0.9, 0.9, 1);
	transition: all .4s ease-in;
	
}
.testimonial_slider_proimg .slick-slide.slick-active .testimonial_slider_proimg_blk_img img{
	
}
.testimonial_slider_proimg .slick-slide.slick-center{
	-webkit-transform: scale3d(1.2, 1.2, 1);
		    transform: scale3d(1.2, 1.2, 1);
	transition: all .4s ease-in;
	;
}

.testimonial_slider_proimg .slick-slide.slick-center .testimonial_slider_proimg_blk_img img{
    
    overflow: hidden;
    border-radius: 50%;	
	transition: all .4s ease-in;
	
}

.testimonial_slider_content .carousel-arrow {
    border: 0;
    background:transparent;
    display: block;
    height: 50px;
    width: 45px;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translate(0, -50%);
    outline: 0;
    cursor: pointer;
}
.testimonial_slider_content .carousel-arrow.next {
    right: 0;
}
.testimonial_slider_content .carousel-arrow .icon{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 44px;
    height: 28px;	
	display: block;
}
.testimonial_slider_content .carousel-arrow .icon.left_arrow{
    background-image: url(../images/icon/left_arrow1.png);	
}
.testimonial_slider_content .carousel-arrow .icon.right_arrow{
    background-image: url(../images/icon/right_arrow1.png);	
}
.testimonial_slider_content .carousel-arrow .icon.left_arrow:hover{
    background-image: url(../images/icon/left_arrow1_hover.png);	
}
.testimonial_slider_content .carousel-arrow .icon.right_arrow:hover{
    background-image: url(../images/icon/right_arrow1_hover.png);	
}
.testimonial_slider .owl-stage{
	display:flex;
	
}
.testimonial_slider  .owl-item{
	padding:10px 10px;
	
}
.testimonial_slider_content_blk{
	height:100%;
}
.testimonial_slider_content_blkinner{
	box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 8px 0px;
	padding:20px 20px;
	height:100%;
}

.testimonial_slider_content_blkinner .userInfoArea{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.testimonial_slider_content_blkinner .testimonialThumnail{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}
.testimonial_slider_content_blkinner .testimonialThumnail img{
	 width: 100% !important;
	 height: 100% !important;
}
.testimonial_slider_content_blkinner .profile_info{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;	
}
.testimonial_slider_content_blkinner .profile_info .name{
    margin-bottom: 2px;
    font-size: 18px;
    color: #000;	
}
.testimonial_slider_content_blkinner .profile_info .place{
    margin-bottom: 0px;
    font-size: 14px;	
}

.testimonial_slider_content_blkinner .testimonial_des{
    font-size: 14px;
    line-height: 20px;	
}
.testimonial_rating_area{
	margin-top:10px;
}
.testimonial_rating_area .testimonial_rating{
	margin-bottom:10px;
}
.testimonial_rating_area .testimonial_rating span img{
    display: inline-block !important;
    width: 16px !important;
}

.testimonial_rating_area .rating_date{
   font-size: 14px;
    line-height: 20px;	
   
}

.heighlightBarSec{
    background-color: #F97316;
	color: #fff;	
    padding: 55px 0;   
}
.heighlightBarSecinner{
    text-align: center;	
}
.heighlightBarSecinner h4{
    font-size: 28px;	
}
.heighlightBarSecinner h4 a{color:#fff;}




.homeLatestBlogslider .owl-stage{
	display:flex;
	
}
.homeLatestBlogslider  .owl-item{
	padding:10px 10px;
	
}
.homeLatestBlogslider .blog-slider-box-header img{
    object-fit: cover;
    height: 225px;	
}


.video_sec {
    padding: 140px 0 110px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #ed1c24;
}
.video_secinner {
    max-width: 1200px;
    margin: 0 auto;
	padding-top:60px;
}
.video_slider_boxinner{    
    background: #fff;
    border-radius: 20px;
	overflow:hidden;
	position:relative;   
}
.video_slider_box_img{
	border-radius: 20px 20px 0px 0px;
	overflow:hidden;
	position:relative;  
}
.video_slider_box_img .video_play_area{
	position: absolute;
    top: 0;
    left: 0;
	height:100%;
	width:100%;
	display: flex;
    align-items: center;
    justify-content: center;	
}
.video_slider_box_content{
	padding:30px 30px;
}
.video_slider_box_content h4{
	font-family: "ArquitectaBlack";
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;	
}
.video_slider_box_content .des{
    	
}
.video_secinner_slider .owl-dots{
	padding-top: 20px;
}
.video_secinner_slider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    margin: 0 7px;
	opacity:0.5;
}
.video_secinner_slider .owl-dots button.owl-dot.active {
    background: #fff;
    border: 1px solid #fff;
	width: 12px;
    height: 12px;
	opacity:1;
}

.download_app_sec{
    padding: 120px 0 120px;
    background-color: #f2f2f2;	
}
.download_app_secinner{
	
}
.download_app_content_areainner h3 {
    font-family: "ArquitectaBlack";
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}
.download_app_content_areainner h3 span{
    color: #ed1c24;	
}
.download_app_content_areainner .des{
	margin-bottom:40px;
}
.download_app_content_areainner .download_app_btn_area{}
.download_app_content_areainner .download_app_btn_area .download_app_btn:first-child{
	margin-right:15px;
}



/*----------Home Onload Modal Css Starts---------*/

.home_onload_mobal_diolog{
	max-width:600px;
    margin: 80px auto 0px;	
}
.home_onload_mobal_content{
	padding:20px;
}
.home_onload_mobal_content .close{
    position: absolute;
    right: 0;
    top: -45px;
    color: #fff !important;
    opacity: 1;
	font-size:40px;	
}
.home_onload_mobal_body{
	padding:0px !important;
}
.home_onload_seach_area{
    margin-bottom: 20px;	
}
.home_onload_seach_areainner{
	position:relative;
}
.home_onload_seach_areainner .icon{
    position: absolute;
    left: 15px;
    top: 12px;
    color: rgb(51, 51, 51);	
}
.home_onload_seach_areainner .home_onload_seach_input{
    padding-left: 50px;
    font-size: 14px;
    height: 45px;
    font-family: 'Rajdhani', sans-serif;
}
.home_onload_country_list_area{}
.home_onload_country_list_area h5{
    font-size: 20px;
    /* width: fit-content; */
    text-transform: none;
    color: rgb(51, 51, 51);
    cursor: default;
    text-align: center;;	
}
.home_onload_country_list_area ul{
    width: 100%;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 15px 15px 0px;	
}
.home_onload_country_list_area ul li{
    display: flex;
    cursor: pointer;
    margin: 0px 10px;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;	
}
.country_list_iteminner{
    display: flex;
    cursor: pointer;
    margin: 0px;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    position: relative;	
}
.country_list_iteminner .icon{
    width: 90px;
    height: 90px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    justify-content: center;
    border: 1.5px solid #ddd;
    border-radius: 50%;
    padding: 18px;	
}
.country_list_iteminner .icon img{
    height: 100%;
    max-width: 100%;	
}
.country_list_iteminner .content{
    color: rgb(102, 102, 102);
    font-size: 14px;   
    font-weight: 500;
} 


/*----------Home Onload Modal Css Ends---------*/

.breadcrumb_area {
    /* text-align: center; */
    position: relative;
    padding: 15px 0;
    /* background: url(../images/breadcrumb-bg/breadcrumb-bg.jpg) no-repeat; */
    background-size: cover;
    background: #fdf9f2;    
}
.breadcrumb_area .row{
    align-items: center;	
}
.breadcrumb_hrading {    
    font-family: "ArquitectaBlack";   
    font-size: 25px;
    line-height: 1;    
    margin-bottom: 2px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.breadcrumb_links{}
.breadcrumb_links li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #6a6a6a;
}
.breadcrumb_links li a {
    display: inline-block;
    position: relative;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
}
.breadcrumb_links li a:hover{
	color: #ed1c24;
}
.breadcrumb_links li a:after {
    font-size: 12px;
    line-height: 17px;
    display: block;
    font-weight: 400;
    top: 0;
    right: -15px;
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
}
.breadcrumb_search_area{}
.breadcrumb_search_area .breadcrumb_search_areainner{
    display: flex;
    padding: 3px 20px 3px 10px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 7px 30px 1px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 7px 30px 1px rgb(0 0 0 / 4%);
    /* margin-top: 50px; */
    position: relative;
    width: 100%;
    bottom: 0;
    font-size: 16px;	
}
.breadcrumb_search_areainner .form-control {
    background: transparent;
    border: 0;
    box-shadow: none !important;
    padding-left: 20px;
    font-family: "IntroBookRegular";
    font-size: 14px;	
}
.breadcrumb_search_areainner .breadcrumb_search_btn {
    border: 0;
    background: transparent;
}
.breadcrumb_search_areainner .breadcrumb_search_btn .icon{}
.breadcrumb_search_areainner .breadcrumb_search_btn .icon img{
	height:22px;    	
}

.pageTopSec{
	margin-bottom:10px;
}
.pageTopSecinner{}
.pageTopSecinner .title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0px;	
	color:#000;
}
.breadcrumbListArea{}
.breadcrumbList{}
.breadcrumbList li{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #6a6a6a;	
}
.breadcrumbList li:last-child{}
.breadcrumbList li a{
    display: inline-block;
    position: relative;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 18px;
    margin-right: 13px;
}
.breadcrumbList li a:after{
    font-size: 12px;
    line-height: 17px;
    display: block;
    font-weight: 400;
    top: 0;
    right: -10px;
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";	
}
.breadcrumbList li:last-child a:after{}
.breadcrumbList li a:hover{}

.breadcrumbSearchFld{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 280px;
    width: 100%;	
}
.breadcrumbSearchFldinner{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    padding: 8px 20px;
    /* max-width: 400px; */
    /* width: 100%; */
    border-radius: 8px;	
}
.breadcrumbSearchFldinner .searchBtn{
    border: 0;
    box-shadow: none;
    background-color: transparent;	
}
.breadcrumbSearchFldinner .searchBtn img{
}
.breadcrumbSearchFldinner .searchInput{
    border: 0;
    background-color: transparent;
    box-shadow: none;
    padding-left: 5px;
    padding-right: 0px;
}


.secTitleHeader{	
}
.secTitleHeader .secTitle{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}










.select_product_list_sec{
	padding:40px 0 20px;
}

.select_product_list_secinner{
	padding-top:25px;
}
.homeChooseBrandListingSecinner .customrRow{
	display:flex;
	flex-wrap:wrap;
	margin-left:--10px;
	margin-right:-10px;
}
.homeChooseBrandListingSecinner .customeColumn{
	width:12.5%;
	padding-left:10px;
	padding-right:10px;
} 

.select_product_list_blk{
	margin-bottom:30px;
}
.select_product_list_blk a{
    color: #231f20;	
}
.select_product_list_blkinner{
    text-align: center;
    padding: 15px 10px;
    border: 1px solid transparent;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    color: #231f20;
    height: 100%;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
}
.select_product_list_blkinner .thumnail_img{
	margin-bottom:10px;
}
.select_product_list_blkinner .thumnail_img img{
	height:75px;
	object-fit: contain;
}
.select_product_list_blkinner .content{}
.select_product_list_blkinner .content p{
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
}
.homeChooseBrandListingSecinner .select_product_list_blkinner .thumnail_img{
	margin-bottom:0px;
}
.homeChooseBrandListingSecinner .select_product_list_blkinner .thumnail_img img{
	height:100px;	
}
.homeChooseBrandListingSecinner .select_product_list_blkinner .content{display:none;}
.select_product_list_blk a:hover{
    color: #ed1c24;	
}
.select_product_list_blk:hover .select_product_list_blkinner{
	color: #ed1c24;
	border:1px solid #ed1c24;	
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}





.our_brand_sell_sec{
	padding:40px 0 30px;
}
.our_brand_sell_secinner{
	margin-top:40px;
}
.our_brand_sell_blk{
	margin-bottom:30px;
}
.our_brand_sell_blkinner{
	text-align: center;
     padding: 15px 10px;
	 border: 1px solid transparent;
	background-color:#fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	border-radius:6px;	
	
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.our_brand_sell_blkinner .our_brand_thumnail_img{}
.our_brand_sell_blkinner .our_brand_thumnail_img img{}
.our_brand_sell_blk:hover .our_brand_sell_blkinner{
	color: #ed1c24;
	border:1px solid #ed1c24;	
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}


.select_product_issue_sec{
	padding:40px 0 80px;
}
.sellectProductIssueListAreainner{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);	
    padding: 15px;
    border-radius: 6px;	
	margin-bottom:30px;
}
.singleProductIssueTopArea{
	margin-bottom:20px;
}
.singleProductIssueInfoArea{
    align-items: center;
}
.singleProductIssueInfoArea .thumnail{
    height: 75px;
    min-width: 60px;
    width: 75px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    /* margin: 0px 14px 22px 0px; */
    padding: 6px 24px 8px;
    padding: 7px;
    background-color: rgb(242, 244, 245);
    margin-right: 15px;	
}
.singleProductIssueInfoArea .content{
  -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;	
}
.singleProductIssueInfoArea .content .proName{
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #000;	
}

.sellectProductIssueListAreainner .hdTitleArea{
    margin-bottom: 20px;	
}
.sellectProductIssueListAreainner .hdTitleArea .title{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;	
}



.select_product_issue_secinner{
	padding-top:0px;
}
.select_product_issue_secinner .rowBox{
    margin-right: -10px;
    margin-left: -10px;	
}
.select_product_issue_secinner .columnBox{
    padding-right: 10px;
    padding-left: 10px;	
}
.select_product_issue_blk{
	margin-bottom:30px;
	position:relative;
}
.select_product_issue_blk input{
	position: absolute;	
	top:0;
	left:0;
	height:100%;
	width:100%;
	opacity: 0;
	z-index:1;
}
.select_product_issue_blk input:checked + .select_product_issue_blkinner{
	color: #ed1c24;
	border:1px solid #ed1c24;	
}
.select_product_issue_blk a{
	color: #231f20;	
}
.select_product_issue_blkinner{
text-align: center;
    padding: 15px;	
	border:1px solid transparent;
	background-color:#fff;
	border-radius:6px;
	color: #231f20;
box-shadow: 0 0 10px 0 rgba(0,0,0,.1);	
	
	/*-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); */	
	
}
.select_product_issue_blkinner .thumnail_img{
	margin-bottom:10px;
}
.select_product_issue_blkinner .thumnail_img img{}
.select_product_issue_blkinner .content{}
.select_product_issue_blkinner .content p{
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
}
.select_product_issue_blk a:hover{
    color: #ed1c24;	
}
.select_product_issue_blk:hover .select_product_issue_blkinner{
	/*color: #ed1c24;
	border:1px solid #ed1c24;	
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);*/
}

.sellectProductIssueListAreainner .rowBox {
	margin-left:-5px;
	margin-right:-5px;
}
.sellectProductIssueListAreainner .columnBox  {
	padding-left:5px;
	padding-right:5px;
}
.sellectProductIssueListAreainner .sellectProductIssueBlock{
	margin-bottom:10px;
}

.sellectProductIssueBlock .select_product_issue_blkinner{
    text-align: left;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    color: #231f20;
    box-shadow: none;	
    display: flex;
    justify-content: space-between;	
	height:100%;	
	position:relative;
}
.sellectProductIssueBlock .select_product_issue_blkinner .ribbon { 
    position: absolute;
    top: -2px;
    padding-inline: 6px;
    background: #e51616;
    border-bottom: 10px solid #0005;
    color: #fff;
    line-height: 16px;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.sellectProductIssueBlock .select_product_issue_blkinner .ribbon.right {
    right: calc(-1* 10px);
    border-left: 8px solid #0000;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, calc(100% - 10px) calc(100% - 10px), 0 calc(100% - 10px), 8px calc(50% - 10px / 2));
}



.sellectProductIssueBlock .select_product_issue_blkinner .leftPart{
    display: flex;	
}
.sellectProductIssueBlock .select_product_issue_blkinner .thumnail_img {
    margin-right: 10px;
    margin-bottom: 0px; 
}
.sellectProductIssueBlock .select_product_issue_blkinner .thumnail_img img{
     height: 50px;   
}
.sellectProductIssueBlock .select_product_issue_blkinner .content {
-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;		
}
.sellectProductIssueBlock .select_product_issue_blkinner p.title{}

.sellectProductIssueBlock .select_product_issue_blkinner .proPrice .oldPrice{
	color:#a1a1a1;
	text-decoration:line-through;
}
.sellectProductIssueBlock .select_product_issue_blkinner .proPrice .currentPrice{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;	
}
.sellectProductIssueBlock .select_product_issue_blkinner .rightPart{
    display: flex;
    flex-direction: column;
    align-items: flex-end;	
}
.sellectProductIssueBlock .select_product_issue_blkinner .addBtn{
    margin-top: auto;
    background: #ed1c24;
    color: #fff;
    padding: 2px 15px 2px;
    display: inline-block;
    border-radius: 30px;
    font-size: 12px;
    /* text-transform: uppercase; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.sellectProductIssueBlock .select_product_issue_blkinner .proThumb {
    margin-right: 10px;   
}
.sellectProductIssueBlock .select_product_issue_blkinner .proThumb img {
    height: 60px;
}
.sellectProductIssueBlock .select_product_issue_blkinner .info .content{
	font-size: 12px;
	line-height: 14px;
}

.sellectProductIssueBlockinner h5.title{
    font-size: 14px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;   
    color: #000;
}
.sellectProductIssueBlock .select_product_issue_blkinner .contentinner .proPrice .currentPrice{
	display:block;
    font-size: 14px;	
}
.sellectProductIssueBlock .select_product_issue_blkinner .contentinner .proPrice .oldPrice{
    color: rgba(112, 112, 112, 1);	
	 font-size: 14px;	
}
.contentinner .rightSide{
	display: flex;
    flex-direction: column;
    align-items: flex-end;		
}

.sellectProductIssueBlock .select_product_issue_blkinner .contentinner .addBtn{   
	padding: 3px 15px 4px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}
.sellectProductIssueBlock .select_product_issue_blkinner .contentinner .addBtn .addTxt{
	display:block;
}
.sellectProductIssueBlock .select_product_issue_blkinner .contentinner .addBtn .removeTxt{
	display:none;
}
.select_product_issue_blk input:checked + .select_product_issue_blkinner .contentinner .addBtn{
    color: #ed1c24;
    border: 1px solid #ed1c24;
	background: #fff;
}
.select_product_issue_blk input:checked + .select_product_issue_blkinner .contentinner .addBtn .addTxt{
	display:none;
}
.select_product_issue_blk input:checked + .select_product_issue_blkinner .contentinner .addBtn .removeTxt{
	display:block;
}
.single_product_issue_area{
    text-align: center;
    max-width: 270px;
    width: 100%;    
    margin: 0 auto;	
}
.single_product_issue_area .single_product_thumnail_img{
     /* border: 1px solid #ddd; */
    padding: 40px 20px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 5%);
    box-shadow: 0px 3px 14px rgb(0 0 0 / 9%);
    border-radius: 6px;	
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.single_product_issue_area .content{}
.single_product_issue_area.content p{}

.next_prev_area{}
.next_prev_fld{
	text-align:right;
}
.next_prev_area .prev_button {
    background: #f0f1f1;
    padding: 8px 46px;     
    border-radius: 6px;
    font-size: 16px;
    color: #c7c7c7;
    height: 45px;
    border: 2px solid #c1c1c180;
	cursor:pointer;
	margin-right:10px;
}
.next_prev_area .next_button {
    background: #007bff;
     padding: 8px 46px;
    border-radius: 6px;
    font-size: 16px;
    color: #ffffff;
    height: 45px;
    border: none;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%);
	cursor:pointer;
}



.otp_verification_sec{
    padding: 80px 0;	
}

.otp_verification_area{
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 20px 40px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 5%);
    box-shadow: 0px 3px 14px rgb(0 0 0 / 9%);
    background: #fff;
    border-radius: 10px;	
}
.otp_verification_area h3{
    font-family: "ArquitectaBlack";
    font-size: 24px;	
}
.otp_verification_area p{
	font-size:14px;
	line-height:18px;
}
.top_code_area input {
    width: 50px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 2px;
    text-align: center;
    border: 1px solid gray;
    border-radius: 5px;
    border: none;
    background: #eceff4;
    border-radius: 0px;
    padding-top: 0px;
    display: inline-block;
    padding-bottom: 0px;
    font-size: 16px;    	
}


.top_code_area input::-webkit-outer-spin-button,
.top_code_area input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.top_code_area input[type=number] {
  -moz-appearance: textfield;
}


.otp_btn11_area {
    margin-top: 30px;
}
.otp_btn11_area .otp_btn11 {
    padding: 10px 50px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    background-color: #ed1c24;    
    border: 0;
    font-size: 14px;    
}

.login_sec{
	padding:80px 0;
}
.login_area{
	max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 20px 40px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 5%);
    box-shadow: 0px 3px 14px rgb(0 0 0 / 9%);
    background: #fff;
    border-radius: 10px;		
}
.login_form_area .form-group .form-control {
    background: #fff;    
    border-radius: 0;
    height: 36px;
    padding: 6px 5px 6px 0px;    
    border: 0;
    border-bottom: 1px solid #e6e6e6;
	font-size: 16px;
	box-shadow:none;
}

.login_form_area .form-group .form-control::-webkit-outer-spin-button,
.login_form_area .form-group .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.login_form_area .form-group .form-control[type=number] {
  -moz-appearance: textfield;
}
.login_form_area .form-group .form-control:focus{
	outline:none;
}
.login_form_area .custom-control-label {    
    font-size: 16px;
}
.login_form_area .text-md-right a{
	font-size:16px;
	color:#ed1c24;
}
.login_btn_area{}
.login_btn_area .login_btn{
	padding: 10px 50px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    background-color: #ed1c24;    
    border: 0;
    font-size: 16px;	
}
.login_area h3{
    font-family: "ArquitectaMedium";
    margin-bottom: 15px;	
}
.select_product_summery_sec{
	padding:40px 0 80px;
}
.select_product_price_summery_areainner{
    /*border: 1px solid #ddd;*/
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);	
    padding: 15px;
    border-radius: 8px;	
}
.select_product_price_summery_list{}
.select_product_price_summery_list li{
    display: flex;
    justify-content: space-between;
	font-size:16px;	
	border-bottom:1px solid #ddd;
    border-bottom: 1px dashed #e4e4e4;	
	padding:10px 0;
}
.select_product_price_summery_list li .left_product_price_summery{}
.select_product_price_summery_list li .left_product_price_summery p{
	margin-bottom:0px;
	font-family: "ArquitectaMedium";
}
.select_product_price_summery_list li .left_product_price_summery .promo_code_input{
	font-size:14px;
	box-shadow:none;
}
.select_product_price_summery_list li .left_product_price_summery .promo_code_input:focus{
	outline:none;
	border-color: #e51616;
}
.select_product_price_summery_list li .right_product_price_summery{
	font-size:14px;	
}
.select_product_price_summery_list li .right_product_price_summery p{
	margin-bottom:0px;
}
.select_product_price_summery_list li .right_product_price_summery .apply_btn{
    background: #e51616;
    border: 1px solid #e51616;
    padding: 2px 10px;
    color: #fff;
    border-radius: 6px;	
	font-size:14px;
	cursor:pointer;
}
.select_product_price_summery_list li .right_product_price_summery .offer{}
.select_product_price_summery_list li .right_product_price_summery .old{}
.select_product_price_summery_list li.discount .right_product_price_summery p{
	color:#008000;
}
.select_product_price_summery_list li.total .right_product_price_summery p{
	font-family: "ArquitectaBold";
	font-size:16px;
}
.select_product_price_summery_list li .right_product_price_summery .offer{}
.select_product_price_summery_list li .right_product_price_summery .old{}



.select_product_price_summery_list li .right_product_price_summery .oldPrice{
	color:rgba(112,112,112,1);
    text-decoration-line: line-through;	
}
.select_product_price_summery_list li .right_product_price_summery .currentPrice{
	margin-left:7px;
	color:#000;
}
.select_product_price_summery_list li .left_product_price_summery .applyCoupon{
	color:#e51616;
	cursor:pointer;
}
.select_product_price_summery_list li.couponCodeFormFld{
	display:none;
}
.couponCodeFormFldinner{
    display: flex;
    align-items: center;
    border: 1px dashed #ddd;
    margin-top: 0px;
    padding: 0px 15px;	
}
.couponCodeFormFldinner .couponCodeInput{
    border: 0;
    background: transparent;
    padding: 0px;
    padding-right: 50px;
    font-size: 14px;
    box-shadow: none;	
}
.couponCodeFormFldinner .applyCouponBtn{
    padding: 0px;
    background: transparent;
    border: 0;
    color: #e51616;
    font-size: 14px;
	cursor:pointer;	
}

.couponCodeFormFldinner .removeCouponBtn{
    padding: 0px;
    background: transparent;
    border: 0;
    color: #e51616;
    font-size: 14px;
	cursor:pointer;	
}


.select_product_price_summery_btn_area{
	padding:15px 0 0 0;
	
}
.select_product_price_summery_btn_area .summery_btn_1{
    background: #e51616;
    border: 1px solid #e51616;
    padding: 10px 10px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
	width:100%;	
	cursor:pointer;
	margin-bottom:10px;
}
.select_product_price_summery_btn_area .summery_btn_2{
	background: #e51616;
    border: 1px solid #e51616;
    padding: 10px 10px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
	width:100%;
	cursor:pointer;
}
.select_product_price_summery_btn_area .summery_btn_3{
	
    background: #007bff;
    border: 1px solid #007bff;
    padding: 10px 10px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
	width:100%;	
	cursor:pointer;	
	margin-top:10px;	
}



.productBookingBtnArea{}
.productBookingBtnArea .productBookingBtn{
    background: #e51616;
    border: 1px solid #e51616;
    padding: 10px 10px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;   
}



.select_product_price_summery_area h3{
    font-family: "ArquitectaMedium";  
    font-size: 25px;
    line-height: 31px;
    text-transform: capitalize;
    margin-bottom: 10px;	
	
}
.select_product_price_summery_area h3.title{
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;	
 font-family: "ArquitectaBold";	
}
.select_product_summery_img_area{}
.select_product_summery_img_area .product_summery_img{
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 6px;	
}
.select_product_summery_content_area{}
.select_product_summery_content_area h4{
	font-size:20px;
    font-family: "ArquitectaMedium";	
}
.select_product_summery_content_area ul{}
.select_product_summery_content_area ul li{
	font-size:14px;
}
.select_product_summery_content_area .info{
    color: #e51616;
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 14px;
}
.select_product_summery_dtls_area{
	padding:15px 0 0 0;
}
.select_product_summery_dtls_area h5{
	color:#000;
	font-family: "ArquitectaMedium";
}
.select_product_summery_dtls_area ol{
	margin-left:15px;
}
.select_product_summery_dtls_area ol li{
    list-style-type: unset;    
    font-size: 14px;
    line-height: 20px;
}
.select_product_summery_dtls_area ol li h4{
	font-size: 14px;
    line-height: 20px;	
}
.select_product_summery_dtls_area ol li h4 span {    
    color: #e51616;    
}
.select_location_sec{
	padding:40px 0 40px;
}
.select_location_form_area .section_title_header {
    padding-bottom: 10px;
    border-bottom: 1px solid #ed1c24;
    padding-left: 0px;
}
.select_location_form_area .section_title_header .section_title {    
    font-size: 18px;
    margin-bottom: 0px;
}
.select_location_form_areainner{
	padding-top:30px;
}
.select_location_form_areainner .form-group .form-control{
	height:50px;
	box-shadow:none;
}
.select_location_form_areainner .form-group select.form-control{
    -webkit-appearance: none;
    -moz-appearance: window;
    padding-right: 25px;
    background: url(../images/dropdown-arrow.svg) 20px / 20px, #fff;
    background-repeat: no-repeat;
    background-position: 96% 50%;
}
.select_location_form_areainner .form-group .form-control:focus{
	outline:line;
    border-color: #ed1c24;	
}



.order_sec{
	padding:40px 0 80px;
}
.order_sec .section_title_header {
    padding-bottom: 10px; 
	margin-bottom:10px;	
}
.order_sec .section_title_header .section_title {
    font-size: 18px;
}
.order_secinner{
	margin-top:0px;
}
.order_secinner .order_item{
	margin-bottom:0px;
}
.order_secinner .order_item:last-child{}
.order_iteminner{
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    /*border-radius: 6px;	*/
}

.order_product_img{
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 6px;
    max-width: 120px;
}
.order_product_detailsinner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left_order_product_details{}
.left_order_product_details .product_ttl{
    font-family: "ArquitectaMedium";
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.left_order_product_details ul{}
.left_order_product_details ul li{
    font-size: 14px;	
}
.left_order_product_details ul li:last-child{}
.left_order_product_details ul li .ttl{
	font-weight:normal;	
	margin-right:10px;	
}
.left_order_product_details ul li .txt{
	color:#ed1c24;
}
.right_order_product_details{}
.right_order_product_details .view_more_btn{
    color: #fff;
    display: inline-block;
    padding: 7px 15px 5px;
    background: #ed1c24;
    border-radius: 6px;
	font-size:14px;
}
.right_order_product_details .btn{
    background: #e51616;
    border: 1px solid #e51616;
	color: #fff;
    padding: 7px 15px;   
    border-radius: 6px;
    font-size: 16px;
    line-height: 22px;	
    box-shadow: none;	
}
.right_order_product_details .btn:focus{
	outline:none;
}
.right_order_product_details .btn:hover{
	background: #fff;
    border: 1px solid #e51616;
	color: #e51616;
}
.right_order_product_details .btn.viewBookingBtn{}
.right_order_product_details .btn.cancelBtn{}
.right_order_product_details .btn.rescheduleBtn{}
.right_order_product_details .btn.completeBtn{}
.right_order_product_details .btn.invoiceBtn{}
.right_order_product_details .btn.payNowBtn{}
.orderCancelModalAreainner{}
.orderCancelModalAreainner .form-control{
	box-shadow:none;
}
.orderCancelModalAreainner select.form-control{
    -webkit-appearance: none;
    -moz-appearance: window;
    padding-right: 25px;
    background: url(../images/dropdown-arrow.svg) 16px / 16px, #fff;
    background-repeat: no-repeat;
    background-position: 98% 50%;	
}
.orderCancelModalAreainner .form-control:focus{
	    border-color: #e51616;
}
.orderCancelModal .orderCancelModalContent{
	border-radius:8px;
}
.orderCancelModalBtnArea{}
.orderCancelModalBtnArea .orderCancelModalBtn{
	background: #e51616;
    border: 1px solid #e51616;
	color: #fff;
    padding: 7px 15px;   
    border-radius: 6px;
    font-size: 16px;
    line-height: 22px;	
    box-shadow: none;
    cursor: pointer;	
}
.orderCancelModalBtnArea .orderCancelModalBtn2{
	background: #fff;
    border: 1px solid #e51616;
	color: #e51616;
    padding: 7px 15px;   
    border-radius: 6px;
    font-size: 16px;
    line-height: 22px;	
    box-shadow: none;
    cursor: pointer;	
}
.orderCancelModalBtnArea .orderCancelModalBtn:hover{
	background: #fff;
    border: 1px solid #e51616;
	color: #e51616;
}
.orderCancelModalBtnArea .orderCancelModalBtn2:hover{
	background: #e51616;
    border: 1px solid #e51616;
	color: #fff;
}
.orderCancelModal2 .orderCancelModalDiolog{
	max-width:400px;
}
.orderCancelModal2 .orderCancelModalContent{
	border-radius:8px;
}
.orderCancelModal2 .orderCancelModalHeader{
    padding: 10px 15px 5px;	
}
.orderCancelModal2 .orderCancelModalHeader .modal-title{
    font-size:20px;
}

.order_product_oter_details{
	display:none;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;	
}
.order_product_oter_details p{
	margin-bottom:5px;
}
.order_product_oter_details.open{
	display:block;
}

.thankyou_page_secinner{
    padding: 100px 0;
    max-width: 700px;
    margin: 0 auto;	
}
.thankyou_page_area{
	text-align:center;
}
.thankyou_img_area{
	margin-bottom:30px;
}
.thankyou_content_area p{
	font-size:16px;
	line-height:22px;
}
.thankyou_content_area .continue_btn{
    color: #fff;
    display: inline-block;
    padding: 10px 15px 8px;
    background: #ed1c24;
    border-radius: 6px;
    font-size: 16px;	
}



.thankyouPageSec{
    
}
.thankyouPageSecinner{
	 padding: 60px 0;
	width:100%;
	max-width: 700px;
    margin: 0 auto;		 
}
.thankyouPageSecinner .thankyou_page_area{
	
}
.thankyouPageSecinner .lottie{
	max-width: 500px;
    margin: 0 auto;	
}

/*----------Footer Css Starts---------*/

.footer_area{
	overflow:hidden;
}
.upper_footer{}
.upper_footerinner{
	padding:50px 0;
	border-bottom:1px solid #ddd;
}
.footer_logo{}
.footer_logo_img{}
.footer_logo_img img{}
.footer_text{}
.footer_text p{
	margin-bottom:0px;
}
.middle_footer{
	
}
.middle_footerinner{
	padding:50px 0 45px;
	border-bottom:1px solid #ed1c24;
	
}
.middle_footer_row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.middle_footerblk_colum{
    width: 18%;
    padding-left: 8px;
    padding-right: 8px;	
}
.middle_footer_row .middle_footerblk_colum:last-child{width: 26%;}
.footerblkinner{
	position:relative;
	
}
.footer_ttl{
    font-family: "ArquitectaBlack";
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;	
}
.footer_link_list{}
.footer_link_list li{
	margin-bottom:7px;
}
.footer_link_list li:last-child{
	margin-bottom:0px;
}
.footer_link_list li a{
    color: #231f20;
    font-size: 15px;
}
.footer_link_list li a:hover{
	color:#ed1c24;
}

.footer-contact-link:hover {
    color:#ed1c24 !important;
}
.footer_social_blk{
	position:relative;
}
/*.footer_social_blk:before {
    content: "";
    position: absolute;
    right: -9999em;
    top: 0;
    bottom: 0;
    left: 0px;
    background: #ed1c24;
    z-index: 0;
    pointer-events: none;
}
*/
.footer_social_fld_area{}
.footer_social_fld_area .footer_social_ttl{
	color:#fff;
    text-transform: uppercase;
    font-family: "ArquitectaBold";	
    margin-bottom: 15px;	
}
.footer_social_area{
    max-width: 80px;
    max-width: 100%;	
    width: 100%;
    margin: 0 auto;
    display: inline-block;

}
.footer_social_list{    
     /*display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;*/
}
.footer_social_list li{
	padding:5px 2px;
	/*width:50%;
    width: auto;*/	
    display: inline-block;	
}
.footer_social_list li a{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
	background-color:transparent;
    border: 1px solid #231f20;
    color: #231f20;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
}
.footer_social_list li a:hover{
	background-color:#ed1c24;
	border: 1px solid #ed1c24;
    color: #fff;
}
.footer_social_list li a.whatsapp i{
	font-size:14px;
}
.footer_social_list li a img{
width: 35px;
	
}

.footer_social_blk .footerblkinner{
     text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_chat_area{
	margin-top:10px;
}
.footer_chat_area .footer_chat_link{
    background: #fff;
    display: inline-block;
    padding: 5px 30px 3px;
    border-radius: 30px;
    color: #231f20;	
}
.footerContactArea{}
.footerContactArea .footerContacItem{display: flex;margin-bottom:10px;line-height: 1.4;}
.footerContactArea .footerContacItem i{position:relative;top:3px;margin-right:10px;}
.footerContactArea .footerContacItem:last-child{}
.footerContactArea .footerContacItem.location{}
.footerContactArea .footerContacItem.location.email{}
.footerContactArea .footerContacItem.location.email a{}
.footerContactArea .footerContacItem.location.phone{}
.footerContactArea .footerContacItem.location.phone a{}
.lower_footer{
	padding:20px 0;
}
.lower_footer{
	padding:20px 0;
}
.copyright_text{
	text-align:center;
}
.copyright_text .gradiantText{
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    background: linear-gradient(to right, #23966c, #faaa54, #e23b4a, #db0768, #360670);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.copyright_text p{
	margin-bottom:0px;
    font-size: 15px;	
}
.copyright_text p a{
    color: #231f20;	
}
.copyright_text p a:hover{
    color: #ed1c24;	
}

/*----------Footer Css Ends---------*/


.custome_content_sec{
	padding:40px 0;
}

.custome_content_secinner{
   
}
.custome_content_secinner strong{
	font-weight:600;
font-family: 'Montserrat', sans-serif;		
}
.custome_content_secinner a{
	color:#ed1c24;
}
.custome_content_secinner h1,
.custome_content_secinner h2,
.custome_content_secinner h3,
.custome_content_secinner h4,
.custome_content_secinner h5,
.custome_content_secinner h6{
 font-family: 'Montserrat', sans-serif;	
 font-weight:600;
}
.custome_content_secinner h2{
 
}
.custome_content_secinner h4{     
    color: #000;
}
.custome_content_secinner h5{      
    color: #000;
}
.custome_content_secinner h6{
 font-family: 'Montserrat', sans-serif;	 
 color:#000;
 
}

.custome_content_secinner p strong{
	
}
.custome_content_secinner table{
	width:100%;
}
.custome_content_secinner table td, .custome_content_secinner table th {
    border: 1px solid #DCDCDC;
    padding: 8px;
}
.custome_content_secinner ul{
	margin-left:40px;
}
.custome_content_secinner ul li{
	list-style-type:circle;
    margin-bottom: 10px;	
}
.custome_content_secinner ol{
    margin-left: 30px;	
}

.custome_content_secinner ol li{
	list-style-type:number;
    margin-bottom: 10px;	
}
.custome_content_secinner ol li ul{
	margin-left:30px;
}
.custome_content_secinner ol  li ul li{
	list-style-type:circle;
    margin-bottom: 10px;	
}


.partner_withus_baaner_sec{  
    padding: 40px 0;	
}

.partner_withus_baaner_secinner{}
.partner_withus_baaner_secinner .row{
    align-items: center;
	
}
.partner_withus_baaner_content_areainner h1{
    font-family: "ArquitectaBold";
    margin-bottom: 30px;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;	
}
.partner_withus_baaner_content_areainner p{}
.partner_withus_baaner_content_areainner a.getintouch_btn{
    background: #ed1c24;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 30px;
    text-transform: uppercase;   
    font-family: "ArquitectaBold";
}





.partner_withus_feature_secinner{
	margin-top:60px;
}
.partner_withus_feature_box{
	margin-bottom:30px;
}
.partner_withus_feature_boxinner{	
	text-align:center;	    
}
.partner_withus_feature_boxinner .icon{
	margin-bottom:25px;
}
.partner_withus_feature_boxinner .icon img{
    height: 64px;	
}
.partner_withus_feature_boxinner .content{}
.partner_withus_feature_boxinner .content h4{
    font-size: 20px;
    /* font-family: "ArquitectaBold"; */
    line-height: 26px;
    margin-bottom: 12px;
    /* min-height: 75px; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.partner_withus_feature_boxinner .content h4 .number{
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background-color: #ed1c24;
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    font-size: 16px;
}

.partner_withus_feature_boxinner .content p{
    font-size: 14px;
    line-height: 20px;	
}


.contactus_sec{
	padding:40px 0;
}
.contact_form_areainner{
	
}
.contact_form_areainner .title{
     text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.contact_form_areainner .contact_form .form-control{
    height: 50px;	
}
.contact_form_areainner .contact_form .contact_form_btn_area{}
.contact_form_areainner .contact_form .contact_form_btn_area .contact_form_btn{
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    padding: 15px 45px 13px;
    display: inline-block;
    border-radius: 30px;
    text-transform: uppercase;
}
.contact_details_areainner{
	padding-left:60px;
}
.contact_details_areainner .contact-block {
    background: #fdf9f2;
    padding: 15px;
    border: 1px solid #fdf9f2;
    margin-bottom: 15px;
}
.contact_details_areainner .contact-icon i {
     width: 50px;
    height: 50px;
    background: #ed1c24;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    font-size: 30px;
}
.contact_details_areainner .contact-details {
    margin-left: 20px;
}
.contact_details_areainner .contact-details h5 {
    font-size: 18px;
    line-height: 24px;
    /* font-family: "ArquitectaBold"; */
    margin-bottom: 5px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.contact_details_areainner .contact-details p {
    margin-bottom: 0px;
}

.emty_page_content_area{
    text-align: center;
    padding: 80px 0;	
}
.emty_page_content_areainner h1{
	font-family: "ArquitectaBold";
    font-size: 50px;
}
.homeBannerSliderIteminner{
    margin-left: 350px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.homeBannerContent{
    display: flex;	
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
     flex-direction: column;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	 
    margin-top: 24px;
    margin-bottom: 55px;	 
}

.homeBannerContentinner {}
.homeBannerContentinner .title{
    font-size: 40px;   
    font-family: "ArquitectaBold";
}
.homeBannerContentinner .para{}
.homeBannerThumnail {
    min-width: 405px;
    max-width: 405px;
    height: 320px;
}
.homeBannerBtnArea{}
.homeBannerBtnArea .homeBannerBtn{
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 6px;	
}

.homeSearchBox{
    bottom: 0px;
    position: absolute;
    z-index: 1;
    max-width: 315px;
    width: 100%;
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 0 0 8px 0 #00000024;
    border-radius: 6px;
	
}
.homeSearchBox .form-group{
	margin-bottom:20px;
}
.homeSearchBox .form-group .form-control{
     border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.14);
    height: 50px;
    border: 0;
}
.homeSearchBtnArea{}
.homeSearchBtnArea .homeSearchBtn{
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 6px;
    width: 100%;	
}

.articleLitingSec{
	padding:40px 0 10px;
}
.articleBox{
	margin-bottom:30px;
}
.articleBoxinner{
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 8px 0px;
    /* padding: 20px 20px; */
    height: 100%;
    overflow: hidden;
    border-radius: 6px;	
}
.articleBoxinner .thumnail{}
.articleBoxinner .thumnail img{}
.articleBoxinner .content{
    padding: 20px 20px;	
}
.articleBoxinner .content .title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
	font-size:20px;	
	
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;	
}
.articleBoxinner .content .title a{
	 color: #000;
}
.articleBoxinner .content .title a:hover{
	 color: #ed1c24;
}
.articleBoxinner .content .para{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;	
	
	font-size:14px;
	line-height:20px;
	
}

.singleArticlesec{
	padding:40px 0 10px;
}
.singleArticleDtls{
	margin-bottom:30px;
}
.singleArticleThumnail{
	margin-bottom:20px;
}
.singleArticleContent h4.title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;	
}
.singleArticleContent{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.singleArticleContent strong{	
    font-weight: 700;	
}
.singleArticleContent h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;	
}
.articleSideBar{
    position: sticky;
    top: 100px;	
	margin-bottom:30px;
}

.articleSideBarWidget {
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 8px 0px;
    /* padding: 20px 20px; */   
    border-radius: 6px;
}
.articleSideBarWidgetHeader{
     padding: 14px 15px 10px;
    border-bottom: 1px solid #ddd;
}
.articleSideBarWidgetHeader h4.title{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;	
}
.articleSideBarWidgetBody{
    padding: 10px 15px;	
}
.articleSideBarWidgetBody ul.list{}
.articleSideBarWidgetBody ul.list li{}
.articleSideBarWidgetBody ul.list li:last-child{}
.articleSideBarWidgetBody ul.list li a{
    color: #231f20;
    display: block;
    padding: 3px 0;
    font-size: 14px;
    line-height: 20px;	
}
.articleSideBarWidgetBody ul.list li a:hover{
    color: #ed1c24;	
}
.articleSideBarWidgetBody ul.list li.active a{
	 color: #ed1c24;	
}

.servicesSecinner .whoWeAreaContent h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;	
}
.servicesSecinner .whoWeAreaContent ul.list{}
.servicesSecinner .whoWeAreaContent ul.list li{	
	margin-bottom:5px;
}
.servicesSecinner .whoWeAreaContent ul.list li:last-child{
	margin-bottom:0px;
}
.servicesSecinner .whoWeAreaContent ul.list li strong{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;	
}

.brandListSlider{}
.brandListSlider .our_brand_sell_blk{
	margin-bottom:0px;
	padding:15px 10px;
}
.brandListSlider .our_brand_sell_blkinner {   
    padding: 10px 10px;
    border: 1px solid transparent;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-radius: 10px;    
}
.brandListSlider .our_brand_sell_blkinner .our_brand_thumnail_img img {
    height: 85px;
    width: auto !important;
    display: inline-block;
}
.brandListSlider .owl-nav button{
    background: transparent !important;
    border: 1px solid transparent !important;
    background-color: #fff !important;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);	
	
}
.brandListSlider .owl-nav button.owl-prev {
    left: -10px;
}
.brandListSlider .owl-nav button.owl-next {
    right: -10px;
}
.brandListSlider .owl-nav .owl-prev.disabled {
  opacity:0;
}
.brandListSlider .owl-nav .owl-next.disabled {
    opacity:0;
}
.brandListSlider .owl-nav button:hover span{
	color: #e51616 !important;
}

.quickContactArea{
     /* border: 1px solid transparent; */
    background-color: #FAFAFA;
    border-radius: 6px;
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,.1); */
    padding: 15px 15px;
    margin-top: 30px;
	cursor:pointer;
}
.quickContactAreainner{
    display: flex;
    justify-content: space-between;	
}
.quickContactAreainner .leftSide{
    display: flex;	
}
.quickContactAreainner .icon{
    margin-right: 15px;	
}
.quickContactAreainner .icon img{
    height: 20px;	
}
.quickContactAreainner .content{
-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;	
}
.quickContactAreainner .content p{
	margin-bottom:0px;
font-size: 14px;	
}
.quickContactAreainner .content p strong{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;	
}
.quickContactAreainner .rightSide{
    margin-left: 10px;	
}
.quickContactAreainner .arrowBtn{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #ed1c24;
    color: #fff;
    text-align: center;
    border-radius: 50%;	
}

.whyChooseUsArea{  
    background-color: #fff;
    border-radius: 6px;
   box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    padding: 20px 20px;
    margin-top: 30px;	
	
}
.whyChooseUsAreainner{}
.whyChooseUsAreainner .hdTitle{
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 20px;
}
.whyChooseUsAreainner .rowBox{}
.whyChooseUsAreainner .columnBox{}
.whyChooseUsAreainner .whyChooseUsBox{
	margin-bottom:15px;
}
.whyChooseUsBoxinner{
    text-align: center;	
}
.whyChooseUsBoxinner .icon{
	margin-bottom:10px;
}
.whyChooseUsBoxinner .icon img{
    height: 40px;	
}
.whyChooseUsBoxinner .content{}
.whyChooseUsBoxinner .content .ttl{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    font-size: 14px;
}

.quickContactModalContent{
    font-size: 14px;
    border-radius: 15px;
}
.quickContactModalContent .quickContactModalHeader{
    padding: 15px 25px;	
}
.quickContactModalContent .quickContactModalHeader .modal-title{}
.quickContactModalContent .quickContactModalHeader p{}
.quickContactModalContent .quickContactModalHeader .close{font-size: 20px;}
.quickContactModalContent .quickContactModalBosy{
    padding: 15px 25px;	
}
.quickContactModalContent .quickContactModalFooter{
	padding: 15px 25px;	
}
.quickContactModalContent .form-control{
	font-size:14px;
}

/*arpan css*/

.web-footer_text h4 {
        font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.web-footer_text p {
    margin-bottom: 30px;
}

.web-footer_text p:last-child {
    margin-bottom: 0;
}

.more-btn {
    margin-top: 30px;
}

.blog-slider-box-bottom .blog-content h4 {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;	
}

.blog-slider-box-bottom .blog-content p {
        font-size: 14px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;	
}

.blog-slider-box {
        box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 8px 0px;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.blog-slider-box-bottom {
    padding: 15px 20px;
}

.blogs-slider {
    margin-top: 30px;
}


.searchProductCardFormWrap{
	text-align:center;
}
.searchProductCardFormWrap .homeBrandSearcForm {
    display: inline-block;
    max-width: 400px;
    width: 100%;
}
.searchProductCardFormWrap .homeBrandSearcForminner {   
    padding: 7px 25px;
    border-radius: 30px;
}
.searchProductCardFormWrap .homeBrandSearcForminner .homeBrandSearcBtn {   
    font-size: 20px;
}

.searchProductCardFormWrap .searchProductCardCtaWrap{
	margin-left: 20px;
}
.searchProductCardFormWrap .searchProductCardCtaWrap .ctaUnderline{
	display:inline-block;
	font-size: 15px;   
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	color: #231f20;
	position:relative;
}
.searchProductCardFormWrap .searchProductCardCtaWrap .ctaUnderline:before {
	content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 2px;
  background-color:#000;
}

.searchProductCardFormWrap .searchProductCardCtaWrap .ctaUnderline:hover:before{  
    -webkit-animation: cta-underline-animation .2s both;
    animation: cta-underline-animation .2s both;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
  
}

@-webkit-keyframes cta-underline-animation {
  0% {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }

  to {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes cta-underline-animation {
  0% {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }

  to {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}


.findModelNumberModalDiolog{
	max-width:480px;
}
.findModelNumberModalContent{
    padding: 40px 30px;
    border-radius: 15px;	
}
.findModelNumberModalContent .close{
     position: absolute;
    top: 10px;
    right: 15px;
    padding: 0px;
    font-size: 22px;
    line-height: 26px;
    opacity: 1;
}
.findModelNumberModalHeader{
    text-align: center;
    margin-bottom: 20px;
}
.findModelNumberModalHeader h4{
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 5px
}
.findModelNumberModalHeader p{}
.modalContBtnArea{
	text-align: center;
}
.modalContBtnArea .modalContBtn{
	background-color:#fff;
    border: 1px solid #ed1c24;
    color: #ed1c24;
    padding: 7px 25px 7px;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;	
}
.modalContBtnArea .modalContBtn{
	background-color:#ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
}


.searchProductCardSupportArea{
	margin-top:6px;
}
.searchProductCardSupportAreainner{
	max-width:800px;
	margin:0 auto;
}
.searchProductCardSupportAreainner .rowBox{
    margin-left: -10px;
    margin-right: -10px;	
}
.searchProductCardSupportAreainner .columnBox{
    padding-left: 10px;
    padding-right: 10px;	
}
.searchProductCardSupportAreainner .searchProductCardItem{
    margin-bottom: 20px;	
}
.searchProductCardIteminner{
    display: block;
    color: #231f20;
    text-align: center;
    padding: 30px 10px;
    border: 1px solid transparent;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    color: #231f20;
    height: 100%;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.searchProductCardIteminner .icon{
	margin-bottom:20px;
}
.searchProductCardIteminner .icon img{height:130px;}

@media (min-width: 1200px) {
.searchProductCardItem.Repair .searchProductCardIteminner .icon{
    overflow: hidden;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.searchProductCardItem.Repair .searchProductCardIteminner .icon img{height:130px;}
.searchProductCardItem.Mobile .searchProductCardIteminner .icon img{height:140px;}
.searchProductCardItem.iPad .searchProductCardIteminner .icon img{}
.searchProductCardItem.Macbook .searchProductCardIteminner .icon img{height:130px;}
.searchProductCardItem.Smartwatch .searchProductCardIteminner .icon img{height:120px;}

}


.searchProductCardIteminner .content{}
.searchProductCardIteminner .content h5{
	margin: 0;
    font-size: 15px;   
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.searchProductCardIteminner:hover{
	color: #ed1c24;
	border:1px solid #ed1c24;	
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);	
}










.homeBrandLayoutBoxThumnailinner i {
        font-size: 50px;
    color: #000;
    margin-bottom: 20px;
}

.homeBrandLayoutBoxThumnailinner h5 {
    margin: 0;
    font-size: 15px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.homeBrandLayoutBox {
    padding: 8px;
    text-align: center;
    align-items: center;
    justify-content: center;
        border: 1px solid transparent;
}

.homeBrandLayoutBox:hover {
    border: 1px solid #ed1c24;
}

.trasted-happy-user-inner {
    display: flex;
    align-items: center;  
    box-shadow: 0 0 10px 0 #00000007;
    background-color: #f7f7f7;
    padding: 30px 30px;
    border-radius: 10px;
}
.trasted-happy-user-left{
	padding-right:30px;
}
.trasted-happy-user-left h3 {
    font-size: 30px;    
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}

.trasted-happy-user-right ul {
    display: flex;
    flex-wrap:wrap;
	margin-left:-5px;
	margin-right:-5px;
}

.trasted-happy-user-right ul li {
	width:33.33%;
    padding-left:5px;
	padding-right:5px;
}
.happy-users-list-iteminner{
    height: 100%;
    border-radius: 8px;
    text-align: center;
    padding: 20px 10px;
    background: #fff;
    border: 1px solid #d6d6d6;	
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.happy-users-list-iteminner .icon{
	margin-bottom:10px;
}
.happy-users-list-iteminner .icon img{
	height:50px;
}

.trasted-happy-users-sec {
    width: 100%;
    padding: 40px 0 20px;
}
@media(min-width:480px){
.trasted-happy-users-sec.trasted-happy-users-sec-desktop{
    padding-top:0px;
}
}

.commited-quality-inner .commited-quality-left {
    width: 70%;
    padding: 43px 0 43px 40px;
    background: #000;
    color: #fff;
}

.commited-quality-right {
    width: 30%;
}

.commited-quality-inner {
        border-radius: 20px;
    overflow: hidden;
}

.commited-quality-left h3 {
    font-weight: 600;
        margin-bottom: 25px;

}

.view_more_btn {
        background: #ed1c24;
    color: #fff;
    padding: 9px 30px 8px;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.view_more_btn:hover {
    color: #fff;
}

.commited-quality-sec {
    padding: 60px 0;
}

.mobile-box-inner {
    padding: 8px 20px;
}

.mobile-box {
   padding: 20px 10px;
   text-align:center;
}
.mobile-box .mobile-box-inner .thumnail_img img{
	display:inline-block;
	height:60px;
	width: auto !important;
}
.top-repair-brand .mobile-box .mobile-box-inner .thumnail_img img {  
    height: 75px;
    object-fit: contain;
}
.mobile-brand-slider {
    margin-top: 10px;
}

.top-repair-brand {
    padding: 60px 0 0px;
}

.service-abalable-sec {
    padding: 40px 0;
}

.thumnail_img i {
    font-size: 30px;
}

.service-box {
    padding: 20px 0;
}

.mobile-box:hover .mobile-box-inner{
	color: #ed1c24;
	border:1px solid #ed1c24;	
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.commited-quality-inner {
    width: 100%;
    display: flex;
    border: 1px solid #000;
}

.commited-quality-left {
    position: relative;
}

.commited-quality-left:after {
       position: absolute;
    display: block;
    width: 135px;
    height: 100%;
    top: 0;
    right: -68px;
    content: "";
    border-radius: 19px 0;
    z-index: 1;
    border-top-width: 25px;
    border-bottom-width: 24px;
    background-color: #000;
    clip-path: polygon(50% 0%, -17% 100%, 99% 122%);
}

.commited-slider-img img {
    height: auto;
}

.homeBannerSliderItem{
   /* height: 400px;*/
}

.blog-content {
    position: relative;
}

.view-more {
    position: absolute;
    background: #ed1c24;
    color: #fff;
    padding: 5px 12px 5px;
    display: inline-block;
    border-radius: 30px;
    font-size: 13px;
    right: 0;
    bottom: -40px;
}

.view-more:hover {
    color: #ffff;
}


.whoWeAreaContent ul li {
    margin-bottom: 20px;
        font-size: 17px;
}

.whoWeAreaContent ul li strong {
    font-size: 19px;
}

.whoWeAreaContent ul li i {
    color: #ec1b23;
    font-size: 20px;
    margin-right: 15px;
}

.small-text {
    font-size: 14px !important;
}

.we-fixed-sec {
    width: 50%;
    display: flex;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    padding: 25px;
    align-items: center;
}

.we-fixed-wrapper {
    display: flex;
}

.jujstify-end {
    justify-content: end !important;
}

.we-fixed-img {
    margin-right: 15px;
}

.we-fixed-img img {
    width: 70px;
}

.we-fixed-content h5 {
    font-weight: bold;
}

.we-fixed-left {
    margin-right: 20px;
}

.we-fixed-right {
    margin-left: 20px;
}

.we-fixed-content p {
    margin-bottom: 0;
}

.location-section {
    border: 0;
    padding: 7px 0px;
    padding-left: 0px;
    width: 95px;
    font-size: 14px;
}
.location-section option{font-size:12px;line-height:16px;}
.location-section:focus-visible {
    border: 0;
    outline: 0;
}

.location-img {
    height: 24px;
}

.landig-search-product {
    max-width: 800px;
    margin: 0 auto;
}

.landing-search-productcard-inner {
    padding: 30px 10px;
}
.searchProductCardIteminner.landing-search-productcard-inner .icon img {
    height: 95px;
}
.replace-book-btn {
    color: #fff;
    background-color: #F97316;
    border-color: #F97316;
    padding: 7px 24px;
    border-radius: 30px;
    transition: .5s;
    font-weight: 600;
}
.replace-book-btn{}
.replace-book-btn i{}
.replace-book-btn:hover {
    color: #e93732;
    background-color: #fff;
}

.mobile-brand-sec-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mobile-box-outer {
    padding: 25px 32px;
}

.inquary-input-sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.landing-mobile-box-inne {
    padding: 13px 24px;
}

.smart-solution-info h3 {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 10px;
    font-weight: 700;
}

.smart-solution-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.smart-solution-info ul li {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 500;
}

.smart-solution-info ul li .icon {
    color: #e93732;
    margin-right: 4px;
}

.bookNowBtn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #e93732;
    border-color: #e93732;
    padding: 10px 30px;
    border-radius: 30px;
    transition: .5s;
    font-weight: 600;
}

.contact-inner-box {
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    background: #fff;
    margin: 0 auto;
    padding: 20px 25px;
    border-radius: 10px;
}

.inquary-input-box {
    margin-right: 20px;
}

.inquary-input-box input {
    width: 235px;
}

.inquary-input-box:last-child {
    margin-right: 0px;
}

.contact-inner-box h2 {
    font-family: "ArquitectaBlack";
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.inquary-input-box input {
    height: 45px;
}

.inquary-input-box textarea {
    width: 235px;
    height: 42px;
    resize: none;
}

.inquary-submit-btn {
    color: #fff;
    background-color: #e93732;
    border-color: #e93732;
    padding: 11px 24px;
    border-radius: 30px;
    transition: .5s;
    font-weight: 600;
    border: 0;
    cursor: pointer;
}

.inqury-submit-btn {
    text-align: right;
}

.contact-sec {
    padding: 20px 0 70px 0;
}

.smart-solution-sec {
    padding: 70px 0;
}

.whyChooseUsBoxinner {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.whyChooseUsBoxinner .icon {
    margin-right: 15px;
    width: 55px;
}

.whyChooseUsBoxinner .content .ttl {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 600;
    color: #000;
}

.whyChooseUsBoxinner .icon img {
    height: 40px !important;
}

.whyChooseUsSecinner {
    padding-top: 35px;
}


.loginModal{}
.loginModalDiolog{
	max-width:750px;
	width:100%;
}
.loginFldArea .leftPart{
    width: 40%;
    background-color: #b2e2f4;
    border-radius: 15px 0 0 15px;
}
.loginModalContent{
	border-radius:15px;
}
.loginModalContent .close{
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 20px;	
}
.loginLeftContentArea{}
.loginLeftContentArea .content{
    height: 140px;
    padding: 20px;	
}
.loginLeftContentArea .content h3{
    font-size: 25px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;	
}
.loginLeftContentArea .loginFldThumnail{}
.loginLeftContentArea .loginFldThumnail img{}
.loginFldArea{
	display:flex;
}
.loginFldArea .rightPart{
	width:60%;
}
.loginModalFormArea{
    padding: 40px 30px;	
}
.loginModalFormArea{
    font-size: 14px;
    height: 100%;
    display: flex;
    flex-direction: column; 
}
.loginModalFormAreainner{
    flex-grow: 1;	
}
.loginModalFormArea p{	
}
.loginModalFormArea p a{	
	color: #ed1c24;	
}
.loginModalFormArea .form-group{
	position:relative;
}
.loginModalFormArea .labelName{
     display: block;   
    margin-bottom: 5px;
}
.loginModalFormArea .changeLink{
    /*position: absolute;
    bottom: 8px;
    right: 0;*/
    display: inline-block;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    padding: 1px 8px 2px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    top: -5px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.loginModalFormArea .changeLink:focus{
	outline:none;
}
.loginModalFormArea .resendLink{
	position: absolute;
    bottom: 8px;
    right: 0;
    display: inline-block;    
    color: #ed1c24;	
    cursor: pointer;
    z-index: 2;	
    background-color: transparent;
    border: 0;	
}
.loginModalFormArea .form-control{
	background: transparent;	
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px;
    box-shadow: none;
    padding-left: 0px;
    height: auto;
    padding: 0px;
	
}
.loginModalFormArea .input-group{
    border-bottom: 1px solid #ced4da;	
}
.loginModalFormArea .input-group .input-group-prepend {
    margin-right: 0px;
    border-right: 1px solid #ced4da;
    padding-right: 10px;
    margin-bottom: 5px;
}
.loginModalFormArea .input-group .input-group-text{
    border: 0;
    background: transparent;
    padding: 0px;
    padding-left: 0;    
}
.loginModalFormArea .input-group .form-control{    
    border-bottom:0;    
    padding-left: 10px;  
	margin-bottom: 5px;    	
}
.loginModalBtnArea{}
.loginModalBtnArea .loginModalBtn{
    background: #ed1c24;
	border:1px solid #ed1c24;
	color: #ffffff;
    padding: 8px 46px;
    border-radius: 6px;
    font-size: 16px;   
    height: 45px;
    border: none;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%);
    cursor: pointer;	
	width:100%;
}




.singleOrderSec {
    padding: 40px 0 80px;	
	font-family: 'Montserrat', sans-serif;	
    font-weight: 500;	
}
.singleOrderDtsArea {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.singleOrderDtsTopArea{
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;	
}
.singleOrderDtsTopAreainner h5.cat{
    font-size: 16px;   
    color: #ed1c24;	
}
.singleOrderDtsTopAreainner p{}
.singleOrderDtsTopAreainner p strong{
    font-weight: 600;
}
.singleOrderDtsMiddleArea{	
}
.singleOrderDtsMiddleAreainner{
	padding:20px 0 20px;
}

.singleOrderDtsMiddleAreainner .serviceName{
	font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;	
}
.singleOrderDtsMiddleAreainner .leftPart ul{
	margin-bottom: 15px;	
}
.singleOrderDtsMiddleAreainner .leftPart ul li{
	margin-bottom:10px;
}
.singleOrderDtsMiddleAreainner .leftPart ul li:last-child{
	margin-bottom:0px;
}
.singleOrderDtsMiddleAreainner .leftPart ul li strong{
	font-weight:600;
}
.singleOrderDtsMiddleAreainner .rightPart{}
.singleOrderDtsMiddleAreainner .serviceThumb{
    max-width: 70px;
    width: 100%;	
}
.singleOrderDtsMiddleAreainner .servicePrice{}
.singleOrderDtsMiddleAreainner .servicePrice strong{
	font-weight:700;
	 color: #ed1c24;	
}

.singleOrderStatusArea{
	padding:20px 0 20px;
	border-top:1px dashed #ddd;
}
.singleOrderStatusArea .title{
	margin-bottom:30px;
}
.singleOrderOterInfoArea .singleOrderBtns{
	text-align:right;
}

.singleOrderOterInfoArea .singleOrderBtns .btn {
    background: #e51616;
    border: 1px solid #e51616;
    color: #fff;
    padding: 7px 15px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 22px;
    box-shadow: none;
}
.singleOrderOterInfoArea .singleOrderBtns .btn:hover {
    background: #fff;
    border: 1px solid #e51616;
    color: #e51616;
}

.singleOrderStatusProgressbar {
    margin-bottom: 10px;
    /*overflow: hidden;*/
    counter-reset: step;
    display: flex;
    justify-content: center;
    align-items: center;
}
.singleOrderStatusProgressbar li {
     list-style-type: none;
    color: #000;  
    font-size: 12px;
    width: 20%;
    /* float: left; */
    position: relative;    
}


    .loginModalFormAreainner h3 {
        /*display: none;*/
    }

.singleOrderStatusProgressbar li:before {
    /*content: counter(step);
    counter-increment: step;*/
	content:'';
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    font-size: 12px;
    color: #333;   
    border-radius: 25px;
    margin: 0 auto 10px auto;
    text-align: center;
    background: #ddd;
    font-weight: 600;
}
.singleOrderStatusProgressbar li:after {
     content: '';
    width: 100%;
    height: 2px;
    /* background: #ddd; */
    position: absolute;
    left: -50%;
    top: 11px;
    z-index: -1;
    border-top: 2px dashed #ddd;
}
.singleOrderStatusProgressbar li:first-child:after {   
    content: none;
}
/*.singleOrderStatusProgressbar li.active:before, .singleOrderStatusProgressbar li.active:after {
    background: #e51616;
    color: #fff;
}
*/
.singleOrderStatusProgressbar li.active:before {
	background: #e51616;
    color: #fff;	
	content:'✓';
}

.singleOrderStatusProgressbar li.activeout:before {
	background: #e51616;
    color: #fff;	
	content:'X';
}
.singleOrderStatusProgressbar li.active:after{
	border-color:#e51616;
}
.singleOrderStatusProgressbar li .content{
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 5px;	
	min-height:40px;
}

.total-amount-sec {
    display: none;
}

 .loginModalFormAreainner h3 {
    /*display: none;*/
}

.right_order_product_details-inner a {
    margin-bottom: 5px;
}

.right_order_product_details {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
}

.resend-otp-btn {
    position: absolute !important;
    right: 0;
    bottom: 7px;
    height: 28px;
    top: auto !important;
}


.otp-send-btn {
    width: 100%;
    height: 40px;
}
.chooseProductCardSupportArea .searchProductCardIteminner{}
.chooseProductCardSupportArea .searchProductCardIteminner:hover{
    color: inherit;
    border: 1px solid transparent;
	transform: scale(1);
}

@media(max-width: 1360px) {
 
}

@media(max-width: 991px) {
    .mobile-box-outer {
        padding: 19px 8px;
    }
    
    .mobile-box-inner {
        padding: 8px 12px;
    }
    
    .smart-solution-info {
        margin-top: 18px;
    }
}

@media(max-width: 767px) {
    .contact-inner-box {
        width: 100%;
    }
    
    .whyChooseUsBoxinner {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .whyChooseUsBoxinner .icon {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media(max-width: 575px) {
    .whyChooseUsBoxinner .icon {
        margin-right: 15px;
        width: 55px;
    }
    
    .login-signup-text{
        display:block;
    }
    
    
    .select_product_price_summery_areainner {
        display:block;
        
    }
    .bill-book-btn-inner-sec {
        display: flex;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        background: #fff;
        z-index: 12;
    }
    
    .right_order_product_details a {
        margin-bottom: 5px;
    }
    
    .total-rupess-btn {
        width: 50%;
    }
    
    .total-amount-sec {
        width: 50%;
    }
    
    .total-amount-sec i {
        font-size: 16px;
        margin-right: 5px;
    }
    
     .total-amount-sec span {
        font-size: 16px;
        font-weight: 800;
    }
    
    .total-amount-sec {
        display: block;
    }
    
    .loginModalFormAreainner h3 {
        font-size: 21px;
        margin-bottom: 24px;
        font-weight: bold;
        text-align: center;
    }
    
    .quickContactArea {
        margin-bottom: 15px;
    }
    
    .right_order_product_details {
            padding-left: 68px;
    }
    
    .right_order_product_details .btn {
        padding: 7px 10px !important;
    }
    
    
}

@media(max-width: 440px) {
    .contact-inner-box h2 {
        font-size: 19px;
    }
    
    .inquary-submit-btn {
        padding: 9px 24px;
    }
    
    .smart-solution-info h3 {
        font-size: 20px;
    }
    
    .smart-solution-sec {
        padding: 22px 0;
    }
    
    .contact-sec {
        padding: 20px 0 20px 0;
    }
    
        .contact-inner-box {
        width: 100%;
    }
    
}



/***** Demo 3 *********/

.opacity-animate3{
    animation:opt-animation3 1s ;
  -moz-animation-fill-mode: forwards
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes opt-animation3 {
  0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
@-moz-keyframes opt-animation3 {
   0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
@-o-keyframes opt-animation3{
  0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
@keyframes opt-animation3 {
  0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}







