@font-face {
  font-family: 'Avenir Heavy';
  src: url('../fonts/avenir-font/Avenir Heavy.ttf');
} 
@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url('../fonts/avenir-font/AvenirLTStd-Book.otf');
}
@font-face {
  font-family: 'Optician-Sans';
  src: url('../fonts/optician-font/Optician-Sans.otf');
}
@font-face {
  font-family: 'Agrandir-GrandHeavy';
  src: url('../fonts/agrandir-font/Agrandir-GrandHeavy.otf');
}
@font-face {
  font-family: 'Agrandir-GrandLight';
  src: url('../fonts/agrandir-font/Agrandir-GrandLight.otf');
}
@font-face {
  font-family: 'Agrandir-Regular';
  src: url('../fonts/agrandir-font/Agrandir-Regular.otf');
}
@font-face {
  font-family: 'Agrandir-WideLight';
  src: url('../fonts/agrandir-font/Agrandir-WideLight.otf');
}

@font-face {
  font-family: 'Avenir Medium';
  src: url('../fonts/avenir-font/Avenir Medium.ttf');
}
@font-face {
  font-family: 'Avenir Book';
  src: url('../fonts/avenir-font/Avenir Book.ttf');
}
@font-face {
  font-family: 'OpticianSans';
  src: url('../fonts/OpticianSans/Optician-Sans.otf');
}

@font-face {
  font-family: 'Abadi_MT_Extra_Bold';
  src: url('../fonts/AbadiMT/abadi-mt-std-extra-bold.otf');
}

@font-face {
    font-family:'Abadi MT Condensed Extra Bold';
    src: url('../fonts/AbadiMT/Abadi-MT-Condensed-Extra-Bold-Regular-Font.eot');
    src: url('../fonts/AbadiMT/AbadiMT-CondensedExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AbadiMT/AbadiMT-CondensedBold.woff2') format('woff2'),
        url('../fonts/AbadiMT/AbadiMT-CondensedBold.woff') format('woff'),
        url('../fonts/AbadiMT/AbadiMT-CondensedBold.ttf') format('truetype'),
        url('../fonts/AbadiMT/AbadiMT-CondensedBold.svg#AbadiMT-Condensed') format('svg');
    font-style: normal;
}
/*// css by mayur start*/
.error,.jv-error{
	color:red;
}
a , a:hover{
	text-decoration: none;
}
#addCategories .select2-container,#editCategories .select2-container,#frmaddmockup .select2-container,#frmupdatemockup .select2-container{
  float: left;
  width: 100% !important;
}
#addCategories .select2-container ,#editCategories .select2-container,#frmaddmockup .select2-container,#frmupdatemockup .select2-container {
  float: left;
  width: 100% !important;
}
#addCategories .select2-container .select2-selection--single,#editCategories .select2-container .select2-selection--single, #frmaddmockup .select2-container .select2-selection--single,#frmupdatemockup .select2-container .select2-selection--single{
	padding-top:2px !important;
	height: 38px !important;
}
#addCategories .select2-container--default .select2-selection--single .select2-selection__arrow,#editCategories .select2-container--default .select2-selection--single .select2-selection__arrow,#frmaddmockup .select2-container--default .select2-selection--single .select2-selection__arrow,#frmupdatemockup .select2-container--default .select2-selection--single .select2-selection__arrow{
	top:6px !important;
}
.curspointer{
	cursor: pointer;
}
.deletecattext{
	float: left;
	width: 100%;
	margin:15px 0;
	font-size: 18px;
}
.responsetext{
	float: left;
	width: 100%;
	margin:15px 0;
	font-size: 18px;	
}
.profileicon{
	height: 25px !important;
	border-radius:25px !important;
	background: whitesmoke;
}
.dropdown-toggle:after {
    padding: 0px !important;
    transform: rotate(0deg) !important;
}
.pfsimagselect2{
	height: 50px;width: 50px;object-fit: cover;
}

/*index page start*/
.frontend{
	font-family: 'Avenir Medium';
	text-transform: uppercase;	
}
.draylitebrand{
 width:100px;
}
.leftcontainer{
  height: 100%;
  position: fixed;
  width: 50%;
  left: 0;
}
.branddiv{
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
}
.Mask-Group-4 {
  width: 100%;
  height: 898px;
  object-fit: cover;
}
.Group-987 {
    background-image: url(../images/index/group_987.svg);
    background-size: cover;
}
.rightcontainermain{
position: absolute;
right: 0;
width: 50%;
z-index: -2;
}

.navmenus li>a {
  
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  font-family: 'Avenir Medium';
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: right;
  color: #333333;
}

.Alert-Backing {
  width: 247px;
  height: 371px;
  padding: 7px 5px 25px 6px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(246, 246, 246, 0.6);

}
.searchdrayplite{
	width: 90%;
	background:transparent;
	border:none;
	display: none;
	margin: 0 0 0 7.9px;
	 font-size: 14px;
	  font-weight: 900;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: 0.84px;
	  text-align: left;
	  color: #919191;
}
.searchdrayplite::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: left;
  color: #919191;
}
.searchdrayplite:focus{
    outline: none;
}
.searchlabel{
	font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: left;
  color: #333333;
  margin: 0 0 0 7.9px;
	display: none;
  z-index:1000;
}
.noresultsearchmockup{
display:none;
margin-bottom: 6%;
}
.noresultmockuph2{

  font-family: 'Agrandir-WideLight';
  font-size: 37px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 0.74px;
  text-align: center;
  color: #2b41ff;
  text-transform: capitalize;
}
.noresultfirstspan{

  font-family: Avenir Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: 0.16px;
  text-align: center;
  color: #000000;
  float: left;
  width: 100%;
  text-transform: lowercase;
  margin-bottom: 4%;
}
.noresultsecondspan{
   
  font-family: Avenir Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: 0.16px;
  text-align: center;
  color: #000000;
  
  width: 100%;
  text-transform: lowercase;
}
.capitalizetext{
  text-transform: capitalize;
}
#mockupsearchpagination{
  display: none;
}
.nomoremockstaricon{
  height: 50px;
  width: 50px;
  margin-bottom: 4%;
}
.nomoremkpfirst{
margin-bottom: 13% !important;
}
.nomoremockupsresult{
  display:none;
margin-bottom: 6%;
}
.responsesmalltext{
  float: left;
  width: 100%;
  margin:5px 0;
  font-size: 16px;  
  font-family: Avenir Book;
}
.fixedleftdiv{
  position: fixed;
  width: 50vw;
}

.promptmain{
  width: 362px;
  position: absolute;
  z-index: 1000;
  display: none;
}
.prompt_inner{
  position: relative;
  padding: 17px 27px 17px  25px;
  mix-blend-mode: multiply; 
  background-blend-mode: multiply;
}
.prompt_head{
  font-family: 'Avenir Medium';
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: left;
  color: #333333;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.prompt_description {
  
  font-family: Avenir Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  text-transform: lowercase;
  float: left;
  width: 100%;

}
.prompt_action {
  
  font-family: Avenir Book;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.32px;
  color: #888888;
  text-transform: lowercase;
  position: relative;
}
.promptmain_one{
  margin:1% -1.5%;
}
.promptmain_second{
  left: 78%;
  margin-top: -25%;
}
.promptmain_third{
  left: 90%;
  top: 74%;
  width: 381px ! important;
}
.promptcontent{
  width: 100%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(246, 246, 246, 0.6);
  border-radius: 10px;
}

.arrow-up{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #2b41ff; 
  margin-bottom :2%;
  margin-left: 3%;
}

.arrow-left{
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:12px solid blue; 
  top: 40%;
  position: absolute;
  z-index: 9999;
}
.promptcontent-second{
  margin-left: 5%;
}

.promptcontent-third{
  margin-left: 5%;
}

.coockiecontent{
  width: 58vw;
  position: absolute;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(246, 246, 246, 0.6);
  border-radius: 10px;
  z-index: 1000;
  left: 42%;
  bottom: 3%;
  display: none;
}
.content_inner{
  position: relative;
  padding: 17px 27px 17px  25px;
  mix-blend-mode: multiply; 
  background-blend-mode: multiply;
}
.cookie_allow_text{
  margin: 0 41px 0 0;
  font-family: Avenir Book;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  text-transform: lowercase;
}
.cookie_action{
  font-family: Avenir Book;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.32px;
  
  color: #888888;
  text-transform: lowercase;
  
}
.cookie_div{
  padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.appliedtext{

  font-family: Avenir Book;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #333333;
  text-transform: capitalize;
  margin-right: 17px;
}
.closeappliedtext{
  margin: 0 0 0 3px;
  font-family: Avenir Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  text-align: left;
  color: #333333;
  text-transform: lowercase;
}
#appendappliedkeyword{
  padding-left: 7px;
  padding-right: 7px;
  min-height: 5vh;
}
.filtersmaindiv {
  width: 310px;
  height: 725px;
  padding: 37px 23px 26.3px 26px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  z-index: 9999;
  right: 0;
  margin-right: 5%;
  display:none;
}
.clearfilterdiv{
  width: 100%;
  float: left;
  margin-bottom: 47px;
}
.clearfiltersspanfirst {
  font-family: Avenir Book;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: left;
  color: #333333;
}
.clearfiltersspansecond {
  
  font-family: OpticianSans;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  text-align: left;
  color: #333333;
}
.filterlists{
  list-style: none;
  padding-left: 0;
}
.parentfilterlistseach{
  margin-bottom: 16px !important;
}
.filterlistseach {
  
  margin: 0 0 12px 0;
  font-family: Avenir Book;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: left;
  color: #333333;
}
.openedfilterlist {
  font-family: Avenir Book;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: left;
  color: #2b41ff !important;
}
.firstchildlevelfilters {
  font-family: Avenir Book;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #333333;
  text-transform: capitalize;
}
.childlistul{
  list-style: none;
  padding-left: 0;
}
.childappenddiv{
  margin-left: 6.5px;
}
.plusiconchild{
  text-transform: capitalize;
  font-size:14px;
}
.nochildselection{
  width: 17px;
  height:  16px;
  background-color: #2b41ff !important;
  float: right;
  display: none;
}
/*index page end*/
.thnkcontainer, .server-busy-container{
  background-color: #eaeaea;
  height: 100vh;
  padding-top:25px;
  padding-left:33px;
}
.wegoodtextdiv{
  margin-top: 2%;
}
.wegoodtext{
  font-family: Agrandir-WideLight;
  font-size: 64px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.64px;
  text-align: left;
  color:#000;
  text-transform: lowercase;
  float:left;
}
.emailtotext{
  margin-top: 30px;
  margin-bottom :14px;
  font-family: Avenir Medium;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.84px;
  text-align: left;
  color:#000;
  float: left;
  width: 100%;
}
.checkoutemail{
  width: 100%;
  font-family: Avenir Book;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color:#000;
  float: left;
  text-transform: lowercase;
}

.circlediv{
  float: left;
  position: relative;
  margin-left: -9%;
  margin-top: 18.7%;
}
.circlediv div{
  width: 86px;
  height: 81.1px;
  border-radius: 50%;
}
.firstcircle{
  background-color: #ffce00;
  position: absolute;
  top:0;
  left: 0;
  z-index: 9999;
}
.secondcircle{
  background-color: #f96e3c; 
  margin-top:79%;
  position: absolute;
  z-index: 999;
}
.thirdcircle{
  background-color:#ffce00; 
  margin-top:153%;
  position: absolute;
  z-index: 99;
}
.forthcircle{
  background-color: #eff1f300;  
  margin-top: 153%;
}
.batchimage{
  height: 617px;
  width: auto;
}

.batchimagediv{
  padding-top: 0%;
}
.lastcontentdiv{
  float: left;
  width: 100%;
  position: relative;
  margin-top: 24px;
}
.lastcirclediv{
  float: right; 
  margin-right: 47%;
  margin-top: 30%;
  position: relative;
}
.lastcirclediv div{
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.firstlastcircle{
  background-color: #ffce00;  
  top:0;
  left:0;
  position: absolute;
  z-index:  999;
}
.secondlastcircle{
  background-color: #f96e3c;
  position: absolute;
  z-index:  99;
  margin-top: 74%;
}
.thirdlastcircle{
  background-color: #1f3a5d;
  position: absolute;
  z-index:  9;
  margin-top: 142%;
}
.forthlastcircle{
  background-color: #fff;
  margin-top: 75%;
  position: relative;
}
.secondlastdiv{
  float: right; 
  margin-right: 25%;
  margin-top:10%;
   width: 90px;
  height: 90px;
  border-radius: 50%;
  
  border: solid 1px #707070;
  background-color: #000;  
}
.lastcontentspanmain{
  font-family: Avenir Book;
  margin:10% 25% 7% 0;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color:#000;
  text-transform: lowercase;
}
.lastcontentclickmore{
   font-family: Avenir Book;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color:#000;
  text-transform: lowercase; 
  padding-bottom: 2px;
  border-bottom:1px solid #2b41ff;
}
.holdtext{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%,-8%);
}
.holdonminute{
  font-family: Avenir Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.08px;
  text-align: center;
  color: #333;
  text-transform: uppercase;
}
.preparingdesign{
  
  margin: 51.4px 0 0;
  font-family: Agrandir-WideLight;
  font-size: 70px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.4px;
  text-align: center;
  color: #2b41ff;
}
.expiredleft{
  margin:0 12%;
  margin-top: 22vh;
}
.expirtext{
  font-family: Agrandir-WideLight;
  font-size: 70px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.4px;
  text-align: left;
  color:#2b41ff;
  text-transform: lowercase;
}
.expirewell{
  margin:10% 0;
  font-family: Avenir Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.16px;
  text-align: left;
  color: #000;
  text-transform: lowercase;
}
.getstartedbtn{
  background-color: #2b41ff !important;
}
.getstartedtext{
  font-family: Avenir Medium;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.getstartedarraow {
  width: 14.2px;
  height: 12.3px;
   margin: 3.3px 0 5.3px 4.4px;
}
.expiredright{
  margin:0 12%;
  margin-top: 10vh;
}
.readdiv {
  width: 280.8px;
  height: 109.9px;
  padding: 35px 61.5px 41.1px 47.5px;
  border: solid 1px #333333;
  background-color: #f06900;
  transform: rotate(-5deg);
  margin-left: 1.2%;
}
.readdivtext{
  font-family: Agrandir-GrandHeavy;
  font-size: 41px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  transform: rotate(5deg);
  position: absolute;
}
.orangediv{
  width: 275.1px;
  height: 90.9px;
  padding: 28.9px 58.6px 31.9px 58.6px;
  border: solid 1px #333333;
  background-color: #f29500;
  position: relative;
  z-index: 99;
  margin-left: 5%;
}
.orangedivtext{
  font-size: 41px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-family: Agrandir-GrandHeavy;
  margin-left: 14%;
}
.bluediv{
  width: 328px;
  height: 113.2px;
  padding: 38px 38.8px 41.6px 44.5px;
  border: solid 1px #333333;
  background-color:#2b41ff;
  position: relative;
  z-index: 999;
  transform: rotate(3deg);
}
.bluedivtext{
  font-family: Agrandir-GrandHeavy;
  font-size: 41px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  transform: rotate(-3deg);
  position: absolute;
  margin-left: 6%;
}
.uploadarraow{
  width: 202.5px;
  height: 202.5px;
  padding: 40.6px 46.6px 29.7px 46.6px;
  border: solid 1px #2b41ff;
  border-radius: 50%;
  margin-left: 10%;
  margin-top: 2%;
}

.expiredarrow{
  width: 105px;
  height: 121px;
}

.holdminus{
  font-size: 30px;
  vertical-align: sub;
}

.circledivleft{
  float: left; 
  position: relative;
  margin-left: 15%;
  margin-top:10%;
}
.circledivleft div{
  width: 86px;
  height: 81.1px;
  border-radius: 50%;
}
.thirdcircleleft{
  border: solid 0.5px #000;
  background-color: #b6d9ff; 
  position: absolute;
  z-index: 99;
}
.forthcircleleft{
 border: solid 0.5px #000;
  background-color: #2978df;  
  margin-top:45%;
}

/*about us page start */
.aboutusuploadarraow{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-80%,-67%);
    z-index: 99;
}
.drayplogodiv{
  position: fixed;
  /* height commented by aalok about page link overlaped  */
  /* height: 100%; */
  padding: 25px 0 0 44px;
  z-index: 9999;
}
.firstleftbgdiv{
  position: fixed;
  height: 100%;
  border-radius: 10px 0 0 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(246, 246, 246, 0.6);
  padding: 25px 0 0 33px;
}
.aboutusleftdiv{
  padding: 25px 0 0 33px;
  height: auto;
}
.aboutustryfree{
  border-radius: 21px;
    float: right;
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border: 1.5px solid rgba(210, 205, 205, 0.6);
    margin: 30px;
  border-radius: 17px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-blend-mode: luminosity;
  background-image: linear-gradient(to bottom, #fff, #fff);
}
.aboutustryfreespan {
  margin: 3px 0 0 5px;
  font-family: Avenir Medium;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.84px;
  text-align: center;
  color: #333;
}
.aboutustryfree svg{
  width: 25px;
  height: 25px;
}
.aboutustryfreestar{
 width: 25px;
  height: 25px; 
}
.leftfirstmain{
  height: auto;
  display: inline-block;
  position: relative;
  margin-top:207px;
  margin-bottom: 239px;
}
.leftfirstind{
  margin-top: 140px !important;
}
.firstimgdiv{
  margin-left: -40px;
  font-family: Agrandir Book !important;
  text-transform: none !important;
}
.rightfirstmain{
    padding-left: 58px;
    margin-top: 66%;
}
.firstrighhead{
  
}
.rightfirstmaindiv{
    margin-top: 45% !important; 
}
.headtextaboutus{
  font-family: Agrandir-WideLight;
  font-size: 30px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  color: #333333;
  text-transform: lowercase;
}
.knowmorerightarrow{
  
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #2b41ff; 
  float: left;
  margin-top:1.5% ;
  margin-right: 0.5%;
}
.firstknowmore{
  font-family: Avenir Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.16px;
  text-align: left;
  color: #000000;
  text-transform: lowercase;
  float: left;
  width: 100%;
margin-bottom:  24px;
}
.knowmoretextdiv{
padding-right: 15%;
display: none;
}
.knowmoretext{
  margin: 24px 0 0 1px;
  font-family: Avenir Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.16px;
  text-align: left;
  color: #000;
  text-transform: lowercase;
}
.aboutusleftdivsecond{
  padding:25px 0 0 78px;
}
.secondimagesdiv{
  float: left;
}
.secondimagesdivicon{
  float: left;
}
.secondimagesdiviconsvg{
  top: 50%;
  left: 50%;
  transform: translate(44%, 69.3%);
}
.aboutusleftdivthird{
  padding: 25px 0 0 33px;
  height: auto;
  position: relative;
}
.thirdimagesdiv{
  float: left;
}
.thirimageicon{
    top: 10%;
    left: 50%;
    
    transform: translate(107.7%, 32.6%);
    position: absolute; 
}
.thirdimageuploaddiv{
      position: absolute;
    top: 10%;
    left: 10%;
    transform: translate(44%, 4%);

}
.thirdimageupload{
  width: 13vw;
}
.fourthimagesdiv{
  padding-left: 67px;
}
.fourthimagesdiviconsvg{
   top: 50%;
    left: 50%;
    transform: translate(34%, 69.3%);
}
.leftemailmaindiv{
  padding-left: 107px;
margin-bottom: 25px !important;
z-index: 0;
}
.lastmailformdiv{
  float: left;
  border-radius: 10px;
    background-color: rgba(246, 246, 246, 0.6);
    box-shadow: 0px 1px 4px rgb(0 0 0 / 60%);
}
.mailformmain{
  width: 361px;
  margin: 0px 0 0;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(246, 246, 246, 0.6);
float: left;
position: relative;
}
.emailclosbtndiv{
  width: 100%;
  padding:15px 15px;

}
.closeemailbtn{
  float: right;
  margin: 0 0 0 9.5px;
  font-family: Avenir Book;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.32px;
  text-align: right;
  color: #888;
}
.emailicondiv{
  width: 100%;
  text-align: center;
}
.emailfirstheaddiv {
  width: 100%;
  text-align: center;
  margin:23px 0;
  text-transform: none;
}
.emailfirsthead{
  font-family: Agrandir-WideLight;
  font-size: 37px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 0.74px;
  text-align: center;
  color: #2b41ff;
  text-transform: capitalize;
}
.emaildescriptiondiv{
  width: 100%;
  padding:0 62px ;
  text-align: center;
}
.emaildesccommon{
  font-family: Avenir Book;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color:#000000;
  text-transform: lowercase;
}
.firstemaildesc{
  padding:0 1%;
}
.secondemaildesc{
  float: left;
  margin-top: 10%;
}
.emailinputdiv{
  width: 100%;
  text-align: center;
}
.emailinput {
  width: 277.2px;
  height: 42px;
  margin: 16.3px 0 6px 0;
  padding: 11px 26.8px 11px 26px;
  border-radius: 26px;
  border: solid 1px #979797;
}
.emailsubmitdiv{
  width: 100%;
  margin-bottom: 38px;
  text-align: center;
  margin-top:10px;
}
.emailsubmitbtn{
  height: 30px;
  border-radius: 17px;
  font-family: Avenir Medium;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: center;
  color: #fff;
  padding: 4px 17px;
  font-family: 'Avenir Medium';
  text-align: center;
  border: 1px solid #CACACA;
  background-color:#2b41ff;
  color: #fff;
  text-transform: uppercase;
}
.emailiconcircle{
  border-radius: 50%;
  border:1px solid #606060;
}
.emailsubmitarrow{
  width: 16.8px;
  height: 15.6px;
  margin-bottom: 3%

}
.emailsubmitarrow path{
  color: #ffffff;
  fill: #ffffff;
  background-color:#2b41ff;
}
.emailsubmitsuccess{
      bottom: 0;
      text-align: center;
      left: 30%;
      color: #2b41ff;
      text-transform: capitalize;
      font-family: Avenir Book;
      height: 25px;
       font-size:14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;

}
.emailsuccessmsg{
      display: none;
}
.emaildivicon{
  float: left;
}
.emaildiviconsvg{
  top: 50%;
  left: 50%;
  transform: translate(47%, 86.3%);
}
.footermaindiv{
  background-color: #eaeaea;
  position: relative;
}
.footermenudiv{
  float: left;
}
.customerror{
  color: red;
  text-transform: lowercase;
  font-size: 16px;
}
#twotaskonescreen{
  
  font-family: Avenir Book !important;
}
.fixedarrow{
  top: 30%;
  position: fixed;
  z-index: 99;
}
.secondroundsvgs{
  top: 37%;
  position: relative;
}
.thirdroundsvgs{
  top: 37%;
  position: relative;
}
.fourthroundsvgs{
  top: 37%;
  position: relative; 
}
.fifthroundsvg{
  top: 54%;
  position: relative; 
  /* commented by aalok overlapping arro-up svg */
  /* z-index: 99999; */
}
.pdro{
  padding-right: 0;
}
.fixedarrowdiv{
  border-radius: 0 10px 10px 0;
  background-color: rgba(246, 246, 246, 0.6);
}
.artboardshirt{
    width: 45vw;
  }
/*about us page end*/

@media only screen and (max-width: 1241px) and (min-width: 992px)  {
  .searchdrayplite{
    width: 80%;
  }
  .rightcontainer{
    align-items: baseline !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px)  {
  .coockiecontent{
    width: 90vw;
    left:10%;
  }
}
@media only screen and (max-width: 1526px) and (min-width: 1341px)  {
  .coockiecontent{
    width: 66vw;
    left:34%;
  }
}
@media only screen and (max-width: 1340px) and (min-width: 1200px)  {
  .coockiecontent{
    width: 80vw;
    left:20%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1024px)  {
  .coockiecontent{
    width: 90vw;
    left:10%;
  }
}


.faqnavbar {
  background-color: #eaeaea;
}
.faqfootersvg {
            width: 97px;
            height: 97px;
        }
.lowercase{
  text-transform: lowercase;
}
.footermenudiv{
  padding:75px 0 0 66px;
  z-index:9999;
}
.floatleft{
  float: left;
}
.emailsubmitsuccesshome{
  float: left;
  margin-top: 1.5%;
  margin-left: 4%;
}
.emailsubmitbtnspan{
  text-transform: uppercase;
  vertical-align: middle;
}
.noborder{
  border: none;
}
.faqcontentdiv{
  padding-top:28% !important;
}

.tryforfreediv{
position: fixed;
width: inherit;
}

.cookie_action:hover{
  border-bottom: 1px solid #888888;
  color:#000000;
}
.prompt_action:hover{
  border-bottom: 1px solid #888888;
  color:#000000;
}
.promptclick{
   border-bottom: 1px solid #888888;
   color:#000000; 
}
.promptmain_cart{
   width: 214px !important;
  /*right: -31%;*/
  top:0;
  right: 0;
  transform: translate(112%, 3%);
}
.arrow-cart{
  top:7% !important;
  left: -8%;
}
.bordernone{
  border:none !important;
}
.blueborder{
  border:2px solid #2b41ff;
}
.drayplogodivfaq{
  float: left;
  margin:25px 0 0 21px;
}
.tryforfreeedivfaq{
  margin:34px 25px 0 0;
}
.faqheader{
   background-color: #eaeaea;
}
.faqsecondheaderdiv{
  margin:40px 0 0 83px;
}
.faqbatchimg{
  float: left;
  width: auto;
  margin-right: 26px;
}
@media only screen and (max-width: 1024px) and (min-width: 900px)  {
  .faqcontentdiv{
    padding-top: 35% !important;
  }
}
@media only screen and (max-width: 899px) and (min-width: 700px)  {
  .faqcontentdiv{
    padding-top: 40% !important;
  }
}

@media only screen and (max-width: 699px) and (min-width: 576px)  {
  .faqcontentdiv{
    padding-top: 60% !important;
  }
}
@media only screen and (max-width: 575px) and (min-width: 200px)  {
  .faqcontentdiv{
    padding-top: 80% !important;
  }
}

#overlayuploaddiv{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  border-radius: 10px;
  z-index: 2;
  cursor: pointer;
}

.uploaddivheight{
  max-height: 420px;
}
  
.cartzommimgarrowleft{
  float: left;top: 45%;left: 0;transform: translate(-75%, 0);position: absolute;
}
.cartzommimgarrowright{
  float: left;top: 45%;right: 0;transform: translate(75%, 0);position: absolute;
}

/*css by mayur end*/

/*// css by aalok start*/
.upload-card.Alert-Backing{
  width: 273.8px;
  height: 100%;
  padding: 2px 10px 25px 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(246, 246, 246, 0.6);
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.2);
} 
.upload.title {
  margin: 13px 0 13px;
  font-family: Agrandir-GrandHeavy;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.08px;
  text-align: center;
  color: #4d4d4d;
}
.min.Alert-Description {
  margin: 2px 6px 29px 214px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;  
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: right;
  color: #333333;
  float: right;
}
.Oval {
  border: solid 1px #2b41ff;
  border-radius: 50%;
  padding: 24.5px 29.5px 26.5px 29.5px;
  margin: 22px 70px 19px 70px;
  width: 112px;
  height: 112px;
  cursor: pointer;
}
.Fill-16-Copy{
  width: 53px;
  height: 61px;
  border: solid 0.5px #2b41ff;
  background-color: #2b41ff;
}
.description.Alert-Description {
  margin: 19px 17px 14px;
  font-family: Agrandir-GrandLight;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #626262;
  text-transform: none;
}
.bottom.Alert-Description {
  margin: -2px 39px 3px 39px;
  font-family: Avenir Book;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-transform: none;
}
.add-multiple.Alert-Description {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Avenir Medium';
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.84px;
  text-align: center;
  color: #000000 !important;
  margin-top: 27px;
}
.upload-div{
  position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: .5rem;
    transform: translate(-50%, -50%);
}
.login-modal-title{
  font-family: 'Agrandir-WideLight';
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: center;
  color: black;
}
.form-modal-input-rounded {
  border-radius:26px;
  border: solid 1px #979797;
  padding: .375rem 2rem;
  background: transparent;
}

a,
a label {
    cursor: pointer;
}
.form-input-label{
  padding-left: 26px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.72px;
  font-family: 'Avenir Medium';
}
.drayplite-modal{
  border-radius: 10px; 
}
.form-modal-input-rounded:focus {
    background: transparent;
}
.progress-div{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: .5rem;
  transform: translate(-50%, -50%);

}
.form-modal-input-rounded::-webkit-input-placeholder {
  color: #eaeaea;
  font-size: 14px;

}

.form-modal-input-rounded:-moz-placeholder { /* Firefox 18- */
  color: #eaeaea;
  font-size: 14px;
}

.form-modal-input-rounded::-moz-placeholder {  /* Firefox 19+ */
  color: #eaeaea;
  font-size: 14px;
}

/* Overriding styles */

.form-modal-input-rounded::-webkit-input-placeholder {
   color: #eaeaea !important;
  font-size: 14px !important;
}

.form-modal-input-rounded:-moz-placeholder { /* Firefox 18- */
   color: #eaeaea !important;
  font-size: 14px !important;
}
.form-modal-input-rounded::-moz-placeholder {  /* Firefox 19+ */
   color: #eaeaea !important;
  font-size: 14px !important;
}

.row--flex-align-items-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row--flex-justify-content-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Oval-login{
  margin: 10px 0px 13px 0px;
  padding: 24.5px 29.5px 26.5px 29.5px;
    width: 112px;
    height: 112px;
}
.login-modal-footer{
  font-family: 'Avenir Book';
  font-size: 14px;
  line-height: 2.14;
  text-align: center;
  color: black;
  padding-top: 10px;
}
.login-modal-dot{
  height: 30px;
  width: 30px;
  background-color:transparent;
  border-radius: 50%;
  border:1px solid #707070;
  display: inline-block;
  cursor: pointer;
}
.login-modal-dot-container{
  text-align: center;
}
.no-padding{
  padding: 0px !important;
}
.no-margin{
  margin: 0px !important;
}
.no-margin-padding{
  padding: 0px !important;
  margin: 0px !important;

}
.login-modal-body{
    padding: 2rem;
}
.login-modal-content{
    backdrop-filter: blur(30px) !important;
    background-color: rgba(246, 246, 246, 0.6) !important;
    border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55), inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);

}
.mrt15{
  margin-top: 15px;
}
.mrt25{
  margin-top: 25px;
}
.form-modal-check-input{
  margin-right: 12px !important;
  margin-left: 7px !important;
  height: 16px  !important;
  width: 16px !important;
  border: 1px solid #707070 !important;
  border-radius: 0px !important;
  background: transparent;
}
.form-modal-check-label{
  font-family: 'Avenir Book';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
}
.login-modal-btn
{
  height: 30.1px;
  border-radius: 17px;
  padding: 4px 17px;
  font-size: 14px;
  font-family: 'Avenir Book';
  font-weight: 900;
  text-align: center;
  background-color: #eaeaea;
  margin: 10px 0px;
  border: 1px solid #707070;
  letter-spacing: 0.84px;
}
.login-modal-btn:hover { 
  background-color: #2b41ff;
  color: #eaeaea; 
}
.login-modal-dot:hover { 
  background-color: #2b41ff;
}
#frmlogin .error{
  padding-left: 26px;
}
.progress.progress-bar{
  position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 5.5rem;
    padding-bottom: .5rem;
}
.progress-card.Alert-Backing{
  width: 257px;
  height: 371px;
  padding: 25px 9px 38px 11px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color:#eaeaea;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,.2);
}
.progress.Rectangle-Copy-5{
  width: 237px;
  height: 327px;
  padding: 33px 11px 23px 9px;
  border-radius: 10px;
  background-color: #8da2c9;
}
.progress { position:relative; width:100%; }
.bar { background-color: #b5076f; width:0%; height:20px; }
.percent { position:absolute; display:inline-block; left:50%; color: #040608;}

.Oval:hover {
  background-color: #2b41ff !important;
}
.Oval:hover >.arrow path{
  fill: white;
}
.progress.bottom.Alert-Description {
  width: 176px;
  height: 8px;
  margin: 1px 21px 2px;
  bottom: -124px;

}
.progress-design{
  width: 210px;
  height: 169px;
  margin: 0px 4px 0px;
}
/* Manage file div */
.managefile-div{
  position: absolute;
  top: 46%;
  left: 50%;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: .5rem;
  transform: translate(-50%, -50%);


}
.managefile-card.Alert-Backing{
  width: 274px;
  height: 100%;
  padding: 0px 8px 26px 8px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.2);




}
.manage-your-files {
  
  margin: 30px 0px 0px 0px;
  font-family: Agrandir-GrandHeavy;
  font-size: 12px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color:#333333;
}
.managefile.rectangle{
  margin: 16px 0px 0px 0px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
.managefile.title{
  margin: 20px 0px 0px 0px;
  font-family: Agrandir-WideLight;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.1px;
  text-align: center;
  color: #4d4d4d;
  text-transform: none;	
}
.managefile.alert-description{
  margin: 16px 0px 13px 0px;
  font-family: Avenir Book;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color:#4d4d4d;
  text-transform: none;
}
.managefile.showlist{
  margin-left: 60px;
  margin-right: 60px;
  text-align: center;
  height: 98px;
  overflow: hidden;
  overflow-y: scroll;  
  scrollbar-color:  #8e8d8d #dddddd; /* thumb and track color */
  scrollbar-width: thin;
}
.showlist::-webkit-scrollbar {
  width: 6px;
}
.showlist::-webkit-scrollbar-thumb {
  box-shadow: inset 36px 39px 56px #eaeaea;
  width: thin;
  border-radius: 8px;
}

.managefile.star {
  width: 19px;
  height: 19px;
}
.managefile.drayp-it{
  width: 68px;
  height: 19px;
  font-family: Avenir Book;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: center;
  color: black;
  text-transform: uppercase;	
  margin-top: -27px;
  margin-left: 24px;
}
.managefile.uploadmorefile{
  width: 164px;
  height: 14px;
  font-family: Avenir Book;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: center;
  color: #333333;
  padding-left: 0px;
  text-transform: uppercase;
}
.login_image{
  margin-left: -88px;
  margin-top: -90px;
}
.cursor-pointer{
  cursor: pointer;
}
.arrow{
  margin-top: 1px;
  width: 84px;
  height: 61px;
  margin-left: -16px;
}
.progress-show{
  width: 401px;
  height: 271px;
  margin-left: -96px;
}
.managefile.smallimage{
  background-color: white;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.5);
}
.managefile.draypitbuttondiv{
  text-align: center;
}
/*css by aalok end*/
.left-stage-bar-container{
  position: absolute;
    top: 50%;
    left: 8%;
    z-index: 90000;
    width: 38%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: .5rem;
    transform: translate(-50%, -50%);
}
.left-stage-bar {
  list-style: none;
}
.left-stage-bar >li {
  position: relative;
  height: 70px;
  color: #EAEAEA;
}
.left-stage-bar>li:before {
  content: '\25CF';
  margin-right: 10px;
  font-size: 20px;
  color: #EAEAEA;
  z-index: 400;
}
.left-stage-bar>li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-left: 2px solid #2B41FF;
  margin-left: 5px;
  height: 100%;
}
.left-stage-bar >li:first-of-type:after {
  top: 30%;
}
.left-stage-bar >li:last-of-type:after {
  top: -82%;
}
.managefile.list{
  font-family: 'Avenir Book';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.29px;
  text-align: left;
  margin-right: 3px;
  padding-bottom: 3px;
  padding-top: 5px;
  border-bottom: 1px solid #fdefef;;
  cursor: pointer;
  text-transform: none;
  color: #333333;
}
.drayplite-btn
{
  height: 30.1px;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -webkit-appearance: none;
  padding: 4px 17px;
  font-size: 14px;
  font-family: 'Avenir Medium';
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.84px;
  border: 1px solid #CACACA;
  background-color:#ffffff;
  color: #333333;
}
.managefile.showlist::-webkit-scrollbar {
  width: 4.4px;
}
 
/* Track */
.managefile.showlist::-webkit-scrollbar-track {
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
 
/* Handle */
.managefile.showlist::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #EAEAEA;
    -webkit-box-shadow: inset 0 0 6px #EAEAEA; 
    height: 28px !important;
}
.managefile.showlist::-webkit-scrollbar-thumb:window-inactive {
  background: #EAEAEA; 
}
.add-multiple.Alert-Description > span{
  display:inline-block;
  border-bottom:1px solid #2b41ff;
  padding-bottom:2px;
}
.timeline-svg2{
  margin-left: 37%;
}
.timeline-svg1{
  margin-left: -2%;
}
.timeline1-text{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: black;
  text-transform: none;
}
 .no-show {
  display: none;
}
.removeFile{
    float: right;
    font-family: 'Avenir Book';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: center;
    color: black;
    margin-right: 10px
}
span.image-name{
  padding-left: 10px;
}
.mockupcard{
  width: 72px;
  height: 114px;
  margin-left: 13px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(246, 246, 246, 0.6);
  border: 1px solid rgba(0,0,0,.2);
  position:relative;
  
}
.mockupcard-img{
  max-width: 100%;
  max-height: 100%;
  display: block; /* remove extra space below image */
  z-index: 2;
}
.mockupbanner{
  position: absolute;
  top: 80.5%;
  left: 0%;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 113px;
}
.cross-to-clear-mockup{
  z-index: 3;
  position: absolute;
  top: 1px;
  right: 2px;
  font-family: Optician-Sans;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: black;
  display: block;

}
.add-mockups{
  z-index: 1;
  position: absolute;
  width: auto;
  text-align: center !important;
  font-family: 'Avenir Book';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  text-transform: none;
  top: 50%;
  transform: translate(0, -50%);
}
.info-circle-hover-div{
  width: 194px;
  height: 184.8px;
  left: -171px;
  top: -4px;
  text-align: left;
  z-index: -1;
}
.info-circle-text.mockup-name{
  font-family: Avenir Book;
  margin: 9px 0px 0px 0px;
  font-size: 8px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: left;
  color: #333333;
}
.info-circle-text.mockup-pfs-name{
  font-family: Agrandir-WideLight;
  margin: 6px 0;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-circle-text.mockup-dimension{
  font-family: Avenir Book;
  margin: 12px 0px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  text-transform: none;
}
.info-circle-text.mockup-resolution{
  font-family: Avenir Book;
  margin: -2px 0px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  text-transform: none;
}
.info-circle-text.mockup-description{
  font-family: Avenir Book;
  margin: 16px 3px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  text-transform: none;
}
.divtwo{
  float:left;
  background-color: rgba(246, 246, 246, 0.6);
  position:absolute;
  border-radius: 10px;
  width: 194px;
  height: 184px;
  padding: 10px 5px 13.8px 11px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.5);
}
.divone{
position:relative;
}

.bi-info-circle{
  margin-top: 2px;
}
.bi-info-circle path{
  fill:#2b41ff;
}
.cart-items{
  height: 142px;
  margin-bottom: 25px;
}
.cart-items img{
    height: 142px;
    width: 100%;
    object-fit: cover;
    object-position: center 20%;
}

.cart-item-container-scroll::-webkit-scrollbar {
  width: 4.4px;
}
.cart-item-container-scroll::-webkit-scrollbar-track {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #dddddd;

}
.cart-item-container-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px !important;
    border-radius: 1px !important;
    background: #8e8d8d;
    -webkit-box-shadow: inset 0 0 6px #8e8d8d; 
}
.cart-item-container-scroll::-webkit-scrollbar-thumb:window-inactive {
  background: #8e8d8d; 
}
 
 
.view-cart-container{
  background-color:#eaeaea;
  border-right: 1px solid #000;
  min-height: 100vh;
}
.mrl25{
  margin-left: 25px !important;
}
.mrr25{
  margin-right: 25px !important;
}
.cart-item-title{
  font-family: 'Agrandir-WideLight';
  font-size: 45px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart-item-sub-title
{
  font-family: 'Avenir Medium';
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.76;
  letter-spacing: 0.17px;
  text-align: left;
  text-transform: none;
  color: #333333;
  
}
.view-cart-title-container{
  height: 405px;
  max-height: 405px;
}
.view-cart-email-title
{  
  font-family: 'Avenir Book';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.form-modal-input-rounded-white {
  border-radius:26px;
  padding: .375rem 2rem;
  background: #fff;
}
.view-cart-input-label
{  
  font-family: 'Avenir Medium';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.84px;
  padding-left: 26px;
  color: #000000;
}
.pull-right{
  float: right !important;
}
.cart-item-selected{
  border: 2px solid #2b41ff;
}
.view-cart-details-title{
  font-family: 'Agrandir-WideLight';
  font-size: 34px;
  font-weight: 300;
  text-transform: none;
}
.view-cart-details-sub-title{
  font-family: 'Avenir Book';
  font-size: 14px;
  letter-spacing: 0.14px;
  text-transform: none;
  margin-top: 5px;
  color: #333333;
}
.view-cart-selected-container,.cart-item-container{  
  overflow-y: auto;
  max-height: calc(100vh - 300px);
  scrollbar-color:  #8e8d8d #dddddd; /* thumb and track color */
  scrollbar-width: thin;

}

.selected-design-cat{
  font-family: 'Agrandir-WideLight';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.33px;
}
.selected-design-size{ 
  font-family: 'Avenir Book';
  font-size: 9px;
  line-height: 2.14;
  letter-spacing: 0.15px;
  text-transform: none;
  color: #333333;
}
.selected-design-name{
  font-family: 'Avenir Book';
  font-size: 12px;
  letter-spacing: 0.25px;
  float: left;
  width: 90%;
  overflow-wrap: break-word;
}
.selected-details{
  padding: 10px 0px;
}
.no-margin{
  margin: 0px !important;
}
.selected-design-close
{
  font-family: 'Avenir Book';
  font-size: 12px;
  letter-spacing: 0.25px;
  float:right;
  cursor: pointer;
  color: #333333;
}
#managefile_submit:hover,#managefile_submit:hover >.managefile path{
  color: #ffffff;
  fill: #ffffff;
  background-color:#2b41ff;
}
.navmenus{
  z-index: 2;
}

.drayplite-btn:hover,.drayplite-btn:hover >.svg-btn-icon path{
  color: #ffffff;
  fill: #ffffff;
  background-color:#2b41ff;
}
#save-ctn-link{
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #2b41ff;
  cursor: pointer;
}

.cart-footer{
  position: absolute;
  bottom: 0;
  width: 100%;  
  background-color: #f5f5f5;
}    


/* Cart  */
.cart {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
}

.cart__header {
  height: 160px;
}

.cart__footer {
  margin-top: auto;
  height: 165px;
}

.cart__body {
  height: calc(100vh - 300px);
}

.cart__body .col-6 {
  height: 100%;
}

.cart__col {
  padding-left: 50px;
  padding-right: 50px;
}

.cart__header>.row> .col-6:first-of-type,
.cart__body>.row> .col-6:first-of-type,
.cart__footer>.row> .col-6:first-of-type{
  border-right: 1px solid #333333;
}
.cart__header > .row,
.cart__body > .row,
.cart__footer > .row,
.cart__col,
.cart__body [class*=".col"] {
  height: 100%;
}

.cart__header >.row .cart__col--right {
  padding-top: 65px;
}
.view-cart-details{
  height: calc(100vh - 300px);
}
.cart-timeline{
  position: absolute;
  top: 50%;
  z-index: 90000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: .5rem;
  transform: translate(-50%, -50%);
}
.cart-item-selected-img
{
  z-index: 100;
  position: absolute;
  top:4%;
  right:13%;
}
.cart-item-selected-img img{
  height: 23px;
  width: 23px;
}

.cart-show-timeline{
  width: 300px !important;
  height: 320px !important;
  left: 20%;
}


.cart-item-zoom-img
{
  z-index: 1000;
  position: absolute;
  bottom:1%;
  right:13%;
  cursor: pointer;
}
.cart-item-zoom-img img{
  height: 30px;
  width: 30px;
}
#image_zoom_mockup{
  font-family: 'Avenir Medium';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
#image_zoom_name{
  font-family: Agrandir-WideLight;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  font-size: 23px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  padding-top: 3px;
}
#image_zoom_size{
  font-family: Avenir Book;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.zoom-svg.star {
  width: 15px;
  height: 10px;
}
#my-drayp-count{
  color: #2b41ff !important;
}
#image_zoom_tag{
  object-fit: cover;
  height: 526px;
  width: 857px;
  object-position:  center 20%;
}
#image_zoom_details{
  /*backdrop-filter: blur(30px);*/
  /*background-color: rgba(246, 246, 246, 0.22);*/
  position: absolute;
  width: 100%;
  top:45%;
  padding:4px 0;
}

#snackbar{
      padding:0 !important;
      min-width: 290px;    
}
.snackbar.logo {
  width: 58px;
  height: 58px;
  padding-top: 5px;
}
#snackbar {
    visibility: hidden;
    margin-left: -125px;
    color: #4d4d4d;
    text-align: left;
    position: fixed;
    z-index: 1;
    right: 35px;
    top: 80px;
    font-size: 16px;
    width: 289px; 
    z-index: 1000;
    box-shadow: 0 20px 30px 0 rgba(0,0,0,0.1);
    backdrop-filter: blur(30px);
    background-color: rgba(246, 246, 246, 0.6);
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.2);

  }
 #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
  }
  .mydrayp-snack-msg{
    margin-top: 30px;
  }
  .mydrayp-snack-msg p{
    font-family: 'Agrandir-WideLight';
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: -0.13px;
    text-align: left;
    color: #4d4d4d;
    text-transform: none;
    margin-bottom: 2px;
  } 
  .mydrayp-snack-msg div{  
    font-family: Avenir Book;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 0.29px;
    text-align: left;
    color: #333333;
    text-transform: none;
    margin-top: 47px;
  }
  .mydrayp-snack-img-container
  {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border:1px solid #707070;
  }
  .snackbar_body{
    padding: 10px 26px 26px 26px;
  }
  .mydrayp-snack-close-container{
    margin-bottom:40px;
  }
  .oval-arrow{
    margin-top: 11px;
    width: 33px !important;
    height: 33px !important;
  }
  #minimizediv-show{
    text-align: center;
    height: 56px;
    width: 246px;
  }
.leftcontainerdiv{
  padding-top: 0.6rem!important;
}
.mrb25
{
  margin-bottom: 25px;
}
.mrt30{
  margin-top: 30px;
}
.bi-search{
  color: #333333;
}
.view-cart-save-my{
  font-family: 'Avenir Heavy';
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: left;
  color: #333333;
}

[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button:disabled {
    cursor: no-drop;
}
#server-busy-title {
  font-family: Agrandir-WideLight;
  font-size: 70px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.4px;
  text-align: center;
  color: #2b41ff;
  height: 150.1px;
  text-transform: none;
  margin: 0px 0px 35.7px  0px;
}
.server-busy-desc{
  height: 51.1px;
  font-family: 'Avenir Book';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.16px;
  text-align: center;
  color: #000000;
  text-transform: none;

}
.alert_user_about_images{
  width: 361px;
  height: 323.1px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(246, 246, 246, 0.6);
}
.alert_user_about_images_close_button{
  font-family: Avenir Book;
  font-size: 5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.32px;
  float: right;
  color: #888;
  margin-right: 14px;
  margin-top: 18px;
  cursor: pointer !important;
}
.alert_user_oval{
  border: solid 1px #606060;
  border-radius: 50%;
  margin: 31px 130px 31px;
  width: 60px;
  height: 60px;
}
.alert_user_about_image_svg{
  margin-top: 7px;
  width: 86px;
  height: 51px;
  margin-left: -13px;
}
.alert_user_about_images_details{
  margin: 11px 0px 7px 47px;
    font-family: AvenirLTStd-Book;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-transform: none;
    width: 238px;
}
#triangle-up {
  width: 0;
  border-left: 116px solid transparent;
  border-right: 116px solid #cc191900;
  border-bottom: 201px solid #f96e3c;
  margin-top: -164px;
}
.dot1 {
  width: 86px;
  height: 81.1px;
  background-color:#1f3a5d;
  border-radius: 50%;
  display: inline-block;
  margin-left: 142px;
}
.dot2 {
  width: 86px;
  height: 81.1px;
  background-color: #f96e3c;
  border-radius: 50%;
  display: inline-block;
  margin-left: 142px;
}
.halfrightcircle {
  top: 126px;
  right: 0px;
  position: absolute;
  transform: translate(-108%, -50%);
  width: 120.9px;
  height: 250.8px;
  border-bottom-left-radius: 170px;
  border-top-left-radius: 170px;
  background-color: #1f3a5d;
}
.halfleftcircle {
  top: 218px;
  position: absolute;
  transform: translate(0%, -50%);
  width: 120.9px;
  height: 250.8px;
  border-bottom-right-radius: 170px;
  border-top-right-radius: 170px;
  background-color: #ffce00;
}
.footercompanyadd{
  font-family: Avenir Book;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  color: #626262;
  text-transform: capitalize;
}
.footerbigtext{
  font-family: Agrandir-WideLight;
  font-size: 56px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #888;
  text-transform: none;
}
.subscriptioninput{
  border-radius: 25px;
  width: 405px !important;
  height: 43px;
}
.footerlink{
  font-family: 'Avenir Medium';
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: right;
  color: #333333;
  text-align: left;
  margin-left: 30px;
  text-transform: uppercase;
}
.footerul{
  display: flex;
  list-style-type: none;
  margin-left: -55px
}
.footerclass{
  background-color: #eaeaea !important;
  position: initial;
   bottom:0;
   width: 100%;
}
.homepagebannertext1{
  font-family: Agrandir-GrandHeavy;
  font-size: 95px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  margin-bottom: 0rem;
  text-transform: none;
}
.homepagebannertext2{
  font-family: Agrandir-WideLight;
  font-size: 95px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  margin-bottom: 0rem;
  text-transform: none;
}
.homepagebannertext3{
  font-family: 'Avenir Book';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  text-transform: none;
}
.bannerblueline{
  border-bottom: 1px solid #2b41ff;
}
.imagesectionwithtext,.mobile-middle-section{
  padding-top: 141px;
}
.homepagetimeline{
height: 400px;
margin-top: 20px;
margin-left: 12px;
}
.homebrowsebigtext1{
  font-family: Agrandir-WideLight;
  font-size: 22px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #888;
  margin-top: 20px;
  margin-left: 12px;
  text-transform: none;
}
.homebrowsesmalltext1{
  font-family: Avenir Book;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #888;
  margin-top: -16px;
  margin-left: 12px;
  text-transform: none;
}
.adjusthomebannertext2{
  margin-top: 23px;
}
.adjusthomebannertext3{
  margin-top: 46px;
}
.adjusthomebannertext4{
margin-top: 39px;
}
.adjustrighthomepagereadysetdiv{
  margin-top: 13vh;
  margin-left: 4px;
  zoom: 69%;
}
.banneradjusttext{
   margin-top: 0px; 
}
.banneradjustimage{
  margin-left: -8px;
}

.marquee span {
  animation: scroll-left 7s linear infinite;
}
@keyframes scroll-left {
  0% {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
  100% {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
  }
}
.hometimelinedivwithtext{
  padding-left: 69px;
}
.footersvg{
  margin-left: 90px;
  width: 151px;
}
.homepagebelowthebannerdiv{
  margin-top: -22px;
}

/* faq page styles */
.faq-batch-class {
  background-color: #ffffff;
  border-radius: 50%;
}
.faq-header-div {
  background-color: #ffffff;
  padding: 20px 61px 15px 61px;
  margin-top: 5.5%;
  border-radius: 75px;
}
.faq-header-title {
  font-family: 'Agrandir-WideLight';
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-bottom: 6px;
}
.faq-question-text {
  font-family: 'Agrandir-WideLight';
  font-size: 30px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
}
.blue-arrow-right {
  float: right;
  margin-top: 3px;
  margin-right: -16px;
  width: 0; 
  height: 0; 
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; 
  border-left: 12px solid blue; 
}
.blue-arrow-down {
  float: right;
  margin-top: 3px;
  margin-right: -16px;
  width: 0; 
  height: 0; 
  border-left: 12px solid transparent;
  border-right: 12px solid transparent; 
  border-top: 12px solid blue; 
}
.faq-question-box {
  margin-bottom: 44px;
}
.faq-half-arrow-class {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0, 56%);
}
.faq-answer-div {
  display: none;
  margin-top: 20px;
}
.faq-answer-text {
  font-family: 'Avenir Book';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.16px;
}
.faq-email-form {
  text-align: center;
  width: 300px;
}

/* Contact Us page styles */
.support-content-div {
  text-align: center;
  margin-top: 5%;
  z-index: 99;
}
.support-main-content-text {
  font-family: 'Agrandir-WideLight';
  font-size: 41px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.23px;
}
.support-sub-div {
  margin-top: 6%;
  text-align: center;
}
.support-sub-text {
  font-family: 'Avenir Medium';
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.17px;
}
.support-blue-line {
  width: 150px; 
  height: 1px; 
  background-color: #2442ff; 
  margin: 0 auto; 
  margin-top: 0.2%;
}
.error-text{
  color: #ff0000 !important;
}
.selectedImage-error{
  font-family: Avenir Medium;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #fc0000;
  text-transform: none;
  padding-left: 7px;
}
#mobile-contact{
   font-family: Avenir Heavy;
  font-size: 10px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: right;
  color: #333333;
  border-bottom: 1px solid #2b41ff;
}
.mobile-titleline{
  font-family: Agrandir-WideLight;
  font-size: 28px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.52px;
  text-align: center;
  color: #333333;
  margin-bottom: 0px;
}
.mobile-titleline2{
  font-family: Avenir Medium;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.12;
  letter-spacing: 1.98px;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 0px;
}
.mobile-titleline3
{
  font-family: Agrandir-GrandHeavy;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.12;
  letter-spacing: 1.98px;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 900;
}
.mobile-titleline4{
  font-family: Avenir Medium;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  margin-top: 45px;
  margin-bottom: 50px;
}
.mobile-svg1{
  height: 200px;
  width:240px  ;
}
.mobile-arrow{
  height: 200px;
  width:  235px;
}
.rightsideicon{
    margin-top: 100px;
}
.mobile-contact-titleline{
  font-family: 'Agrandir-WideLight';
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: 1.68px;
  text-align: center;
  color: #000000;
}

.mobile-contact-address{
  font-family: 'Avenir Medium';
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: 0.31px;
  text-align: center;
  color: #333333;
}
.mobile-contact-emailcontainer{
  margin-top: 42px;
}
.mobile-contact-addresscontainer{
  margin-top: 50px;
}
.mrb10{
  margin-bottom: 10px;
}
.m-contact-star{
  height: 156px;
  width: 153px;
  margin-left: -10px;
}
.mobile-contact-middle-section{
  padding-top: 170px;
}
.m-contact-circle{
  height: 190px;
  width: 185px;
  margin-top: -63px;
}
.m-contact-draylitebrand{
  width: 80px !important;
}
#mobile-content-container{
  height: 100vh;
  background-image:url('../images/index/Group 1262.svg'),url('../images/index/star-triangle.svg');
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed,fixed;
  background-position: right bottom, left -8px bottom;
  background-size: 70px 370px,150px 150px;
}
.homepage-iframe{
  width: 100%;
  height: 465px;
}

.cart-zoom-item-selected-img
{
  z-index: 1000;
  position: absolute;
  top: 2%;
  right: 1%;
  cursor: pointer;
}

.cart-zoom-item-selected-modal{
  border: 3px solid #2b41ff;
}
.cart-modal-close{
  height: 15px;
  width: 15px;
}
.cart-modal-arrow{
  height: 32px;
  width: 32px;
  cursor: pointer;
}
#marqueedivfortext{
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 64.9px;
  padding: 10px 9.5px 1.1px 0.5px;
  background-color: #f06900;
  transform: rotate(-1.4deg);
  width:100%;
  margin-top: -18px;
}

#marqueetext1,#marqueetext2 {
  display: inline-block;
  animation: marquee 10s linear infinite;
  font-family: Agrandir-WideLight;
  font-size: 42px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
   width:100%;
   text-transform: none;
   
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
.thirdemaildesc{
  float: left;
  margin-top: 10%;
  margin-left: 23%;
}

.checkoutemail2{ 
  width: 100%;
  font-family: Avenir Book;
  color:#000;
  float: left;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
}
.emailtotext2{
  margin-top: 10px;
  margin-bottom :10px;
  font-family: Avenir Medium;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.84px;
  text-align: left;
  color:#000;
  float: left;
  width: 100%;
  text-transform: uppercase;
}
.lastcontentspanmain2{
  font-family: Avenir Book;
  margin: 120px 10px 30px 0px;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: none;
}
.lastcontentclickmore2{
  font-family: Avenir Book;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color:#000;
  text-transform: lowercase; 
  padding-bottom: 2px;
  border-bottom:1px solid #2b41ff;
}
.mrb60
{
  margin-bottom: 60px;
}
.thnkcontainer2{
  background-color: #eaeaea;
  height: 100vh;
  padding-top:25px;
  padding-left:33px;
  background-image: url(../images/index/email-combined.svg),url(../images/index/curve-yellow.svg);
  background-repeat: no-repeat,no-repeat;
  background-attachment: fixed,fixed;
  background-position: right -38px bottom 150px,right bottom;
  background-size: 600px 350px,580px 580px;
}
.wegoodtext2{
  font-family: Agrandir-WideLight;
  color:#000;
  text-transform: none;
  margin-top: 50px;
  font-size: 64px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.64px;
  text-align: left;
}