@font-face {
    font-family: OpenSans-Regular;
    src: url('../font/OpenSans-Regular.ttf');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: OpenSans-Regular;
}

.container-fluid {
    padding: 0px;
    margin-top: 70px;
}

.hp-header {
    position: fixed;
    top: 0px;
    width: 100%;
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    z-index: 99999;
    background-color: #ffffff;
    margin: 0px;
    border-bottom: 1px solid #569bf7;
    box-shadow: 0 8px 6px -6px #a9a6a6;
}

.hp-header div,
.hp-footer div {
    /*padding: 0px;*/
}

.hp-header img {
    height: 50px;
}

.hp-header .hp-header-title {
    font-size: 23px;
    color: #569bf7;
    margin-left: 10px;
}

.hp-header .hp-header-title .hp-header-subtitle {
    color: #919191;
}

.hp-header-middle-div {
    padding: 0px;
    display: flex;
    align-items: center;
}

.hp-header-parent>div {
    padding: 0px;
    display: flex;
    align-items: center;
}

/*.hp-header {
    background-image: url(./../images/Yum.svg), url(./../images/brand-logo.png);
    background-position: 2% 15px, 98% 19px;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 40px, auto 32px;
}*/

.hp-header {
    background-image: url(./../images/Yum.svg);
    background-position: 2% 15px;
    background-repeat: no-repeat;
    background-size: auto 40px;
}

img.hp-user-icon {
    height: 40px;
}

.hp-header-right-div {
    text-align: right;
}

img.hp-brands-icon {
    height: 32px;
}

.hp-prerequisite-main-container {
    background-color: #569bf7;
    display: none;
}

.hp-prerequisite-container,
.hp-tab-container,
.hp-steps-title,
.hp-steps-conatiner,
.hp-header-parent {
    margin: auto;
    width: 85%;
}

.hp-prerequisite-container {
    display: table;
    width: 85%;
}

.hp-tesmp-cont>div {
    margin: auto;
    width: 85%;
}

.hp-prerequisite-img {
    padding: 0px;
    text-align: right;
    display: table-cell;
    width: 25%;
    position: relative;
    padding-left: 10px;
}

.hp-prerequisite-img img {
    position: absolute;
    top: 3px;
    right: 0px;
    height: 112%;
    width: 114%;
}

.hp-prerequisite-text {
    color: #ffffff;
    padding: 25px 0px;
    display: table-cell;
    width: 75%;
    padding-right: 30px;
}

.hp-prerequisite-text .hp-title {
    font-size: 22px;
}

.hp-prerequisite-text .hp-text {
    font-size: 15px;
}

.hp-tab-container {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
}

.hp-tab-container div {
    padding: 0px;
}
.hp-tab>span{
	text-transform: uppercase;
}

.hp-tab-container .hp-tab {
    font-size: 15px;
    color: #919191;
    margin-right: 20px;
	position: relative;
}

.hp-tab-container .hp-tab.active {
    color: #569bf7;
    border-bottom: 3px solid #569bf7;
    padding-bottom: 3px;
}

.hp-tab-container a:hover,
.hp-tab-container a:focus {
    text-decoration: none;
    color: #569bf7;
}

.hp-title-main-container {
    background-color: #f7f7f7;
    padding: 20px 0;
}

.hp-FAQ-container,
.hp-add-container,
.hp-prerequisite-main-container-add {
    display: none;
}

.hp-FAQ-container,
.hp-add-container,
.hp-delete-container,
.hp-prerequisite-main-container-FAQ {
    display: none;
}

.hp-steps-title {
    font-size: 22px;
    color: #569bf7;
}

.hp-steps-title div {
    padding: 0px;
}

.hp-step-img-container {
    height: 200px;
    width: 200px;
    display: inline-block;
}

.hp-step-img-container img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    border: 1px solid #d2d2d2;
}
.hp-step-img-container img.hp-step-image-big {
    width: auto !important;
    height: 70vh !important;
}

.hp-steps-conatiner {
    margin-bottom: 0px;
    padding: 20px 0px;
}

.hp-steps-conatiner .hp-step-text-container {
    display: inline-block;
    width: 75%;
    padding: 0px 0px 0px 30px;
}

.hp-steps-conatiner-odd {
    background-color: #f7f7f7;
}

.hp-steps-conatiner-even {
    background-color: #ffffff;
}

.hp-steps-conatiner>div {
    display: flex;
    align-items: center;
    padding-left: 0px;
}

.hp-step-text-container .hp-step-header {
    font-size: 22px;
    color: #569bf7;
}

.hp-step-text-container .hp-step-text {
    font-size: 16px;
    color: #616161;
}

.hp-step-text-container a {
    /*display: inline-block;*/
    color: #569bf7;
}

.hp-footer {
    height: 70px;
    border-top: 5px solid #569bf7;
    /*display: flex;
    align-items: center;*/
    padding: 0px 2%;
    margin: 0px;
    font-size: 11px;
    color: #616161;
    line-height: 70px;
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
}

.hp-footer>div {
    padding: 0px;
}

.hp-footer img {
    height: 30px;
	margin-top: 20px;
}

.hp-footer-middle-div {
    /*text-align: center;
	margin-right: auto;
    margin-left: auto;*/
    float: left;
}

.right-border {
    border-right: 1px solid #898989;
    padding-right: 10px;
    margin-right: 10px;
}

.hp-footer-middle-div a {
    font-weight: bold;
    text-decoration: underline;
    color: black;
}

.hp-footer-right-div {
    text-align: right;
}

.hp-image-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 10vh;
    padding-bottom: 10vh;
    left: 0% !important;
    top: 0;
    width: 100%;
    overflow: auto !important;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
}


.hp-modal-content {
    text-align: center;
    margin: auto;
    display: block;
    width: 60%;
    /*min-height: 100%;*/
    border: 1px solid red;
    overflow: auto;
    height: max-content;
    border: 0px !important;
    background-color: white;
    /*padding-top: 30px !important;
    padding-bottom: 30px !Important;*/
    position: relative;
}
.hp-image-modal .hp-modal-content {
	padding: 5vh 15px;
}
.hp-closeModal {
    position: fixed;
    top: 8vh;
    right: 19.5%;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    margin-right: -5px;
    line-height: 28px;
    /* text-align: center; */
    font-size: 30px;
    background-color: #ed1c24;
    /* border: 2px solid white; */
    padding-left: 0px;
}

.hp-closeModal,
.hp-step-image {
    cursor: pointer;
}

.hp-step-image-big {
    max-width: 100% !important;
    border-radius: 0px !important;
    width: auto !important;
    height: auto !important;
}

.hp-step-text-container-faq {
    padding-left: 0px !important;
    width: 100% !important;
}

.hp-imp-note {
    font-size: 14px;
    color: #f05656 !important;
}

.hp-step-image-big-mobile {
    width: 200px !important;
}

.hp-blue-text {
    color: #569bf7;
}

.hp-step-text-para {
    font-size: 16px;
    color: #616161;
}

#gotoTopBtn {
    display: none;
    height: 65px;
    width: 65px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    border: 1px solid #569bf7;
    color: #ffffff;
    cursor: pointer;
    background-color: #569bf7;
    padding: 15px;
    border-radius: 34px;
    font-size: 18px;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 7px #a9a6a6;
}

#gotoTopBtn .fa {
    font-size: 24px;
}

#gotoTopBtn:hover {
    background-color: #ffffff;
    color: #569bf7;
}

.float-right {
    float: right;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#faqsContainer{
	width: 85%;
}
#faqsContainer .faqs-left{
	padding-left: 0px;
}
.hp-tab-description{
	font-size: 16px;
	color: #616161;
}
.hp-steps-title-setup{
	/* margin-bottom: 15px; */
}

/*#hpTabRegister::before, #hpTabAdd::before, #hpTabFAQ::before{
	background-color: #fff;
	color: #919191;
	padding: 8px;
	display: none;	
	position: absolute;
	border: 1px solid #616161;
	top: 100%;
	font-size: 11px;
	z-index: 100;
}
#hpTabRegister::before{
	content: 'This flow is for users who want to register their mobile device with Google Authenticator for the first time.';
}
#hpTabRegister:hover::before{
	display: inline-block;
}

#hpTabAdd::before{
	content: 'This flow is for users who have already registered one mobile device with Google Authenticator and want to register additional mobile device (A single user can have multiple mobile devices registered with Google Authenticator).';
}
#hpTabAdd:hover::before{
	display: inline-block;
}

#hpTabFAQ::before{
	content: 'FAQ for Yum! 2 Factor Authentication.';
}
#hpTabFAQ:hover::before{
	display: inline-block;
}*/
.hp-tab-container-flex .popover-content{
	padding: 8px;
	color: #919191;
	border-color: #616161;
	background-color: #fff;
	border-radius: 5px;
	font-size: 11px;
}
.popover-hp{
	position: absolute;
    top: 100%;
    left: 0;
    width: 205px;
	border-radius: 3px;
	margin-top: 13px !important;
}
.popover-hp.popover.bottom>.arrow {
    left: 10%;
	
}
#hpTabFAQ:hover #hpFAQTooltip{
	display: block !important;
}
#hpTabGoogle:hover #hpGoogleTooltip{
	display: block !important;
}
#hpTabMicro:hover #hpMicroTooltip{
	display: block !important;
}
#hpTabDuo:hover #hpDuoTooltip{
	display: block !important;
}
#hpTabAuthy:hover #hpAuthyTooltip{
	display: block !important;
}

#hpTabRegister:hover #hpRegTooltip{
	display: block !important;
}
#hpTabAdd:hover #hpsetupTooltip{
	display: block !important;
}
#hpTabDelete:hover #hpDeleteTooltip{
	display: block !important;
}

#hpTabRegisterMicro:hover #hpRegMicroTooltip{
	display: block !important;
}
#hpTabAddMicro:hover #hpsetupMicroTooltip{
	display: block !important;
}
#hpTabDeleteMicro:hover #hpDeleteMicroTooltip{
	display: block !important;
}

#hpTabRegisterDuo:hover #hpRegDuoTooltip{
	display: block !important;
}
#hpTabAddDuo:hover #hpsetupDuoTooltip{
	display: block !important;
}
#hpTabDeleteDuo:hover #hpDeleteDuoTooltip{
	display: block !important;
}

#hpTabRegisterAuthy:hover #hpRegAuthyTooltip{
	display: block !important;
}
#hpTabAddAuthy:hover #hpsetupAuthyTooltip{
	display: block !important;
}
#hpTabDeleteAuthy:hover #hpDeleteAuthyTooltip{
	display: block !important;
}

*{
	box-sizing: border-box;
}

.hp-ul-error{
	margin-left: 30px;
	position: relative;
	list-style: none;
}

.hp-ul-error li{
	margin-bottom: 5px;
}

.hp-ul-error li::before{
	content: ' ';
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background-color: #569bf7;
	position: absolute;
	display: inline;
	left: -15px;
	margin-top: 7px;
}

/* start styles for custom select */
/* The container must be positioned relative: */
.custom-select {
  color: #333333;
  background-color: #fff;
  position: absolute;
  right: -5.5%;
  font-size: 12px;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}



/* Style the arrow inside the select element: */
.select-selected:after {
   position: absolute;
   content: "";
   top: 18px;
   right: -12px;
   width: 0;
   height: 0;
   border: 5px solid transparent;
   border-color: #919191 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #919191 transparent;
  top: 13px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #333333;
  padding: 8px 8px 8px 8px;;
 /* border: 1px solid transparent;*/
 /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
  cursor: pointer;
}
.select-selected {
  color: #333333;
  padding: 8px 8px 8px 33px;
}
.select-selected {
  background-color: #ffffff;
  /*border: 1px solid #919191;*/
  padding-top: 0;
  padding-bottom: 0px;
  line-height: 20px;
  padding-left: 27px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 87%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid;
  border-color: #919191 #919191 #919191 #919191;
  width: 94px;
  /*min-width: 65px;
  width: fit-content;*/
  text-align: center;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div{
	border-bottom: 1px solid #e5e5e5;
}
.select-items div:last-child{
	border-bottom: 0;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/* end styes for custom select */

.hp-tab-container-flex{
	display: flex;
}
.custom-select-lang{
	padding: 0;
    height: 40px;
    padding-top: 10px;
}
.custom-select-lang .select-selected::before, .custom-select-lang .select-items div::before{
	content: '';
	background-size: cover;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: 5px;
}
.custom-select-lang .select-selected::before {
	left: 0px;
}

.custom-select-lang .select-selected::before{	
	background-image: url(./../images/world-map.svg);
}

.custom-select-lang .select-selected[value="defaultLocale"]::before{
	background-image: url(./../images/Yum.svg);	
}
#faqsContainer{
	min-height: 70vh;
}
.custom-select-lang .select-items div{
	text-transform: capitalize;
}

.hp-video-container p{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
}
video {
	/*width: 100%;
	max-height: 80vh;*/
	
	/*border-radius: 5px;	
	border-top: 1px solid #aaa;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #eee;*/
}

.hp-footer a:hover{
	color: #569bf7;
}


.hp-video-button {

                background-color: white;
color: #ed2432;
border: 0;
font-size: 15px;
padding: 0;
border-radius: 4px;
display: inline-block;
align-items: center;
margin-bottom: 10px;
width: 30%;
cursor: auto;

position: relative;
line-height: unset;

}

.hp-video-button img {
   width: 100%;
}

.hp-video-container>span {
   font-weight: bold;
   display: block;
}

.hp-video-button i{
   font-size: 25px;
}

.hp-video-button:hover {

                color: #569bf7;

}

 

.hp-video-modal .hp-modal-content {

                padding: 0;

                margin: unset;

                width: max-content;

                min-height: unset;

                position: relative;

                top: 50%;

    transform: translate(-50%, -50%);

    left: 50%;

                overflow: unset;
background-color: unset;
max-width: 90%;

}

 

.hp-video-modal .hp-closeModal {

                top: -12px;

    right: -6px;

    position: absolute;

                z-index: 999;

}

 

.hp-steps-conatiner>div.hp-video-modal {

                display: none;

                padding: unset;

}

.border-placeholder {
	position: absolute;
	background: white;
	left: 0;
	height: 100%;
	width: 1px;
	display: none;
}

.border-placeholder-right {
	right: 1px;
	left: unset;
	width: 1px;
}

.prereq-ul {
	list-style: unset;
	margin-left: 20px;
}

.faq-margin-bottom-main {
    margin-bottom: 10px !important;
}

.faq-margin-left {
    margin-left: 25px;
}

.faq-margin-bottom {
    margin-bottom: 5px !important;
}

.display-none {
    display: none !important;
}

.micro-margin-bottom {
    margin-bottom: 15px;
}
.list-circle {
    /*list-style-type: circle;*/
    color: #337ab7;
}
.faq-padding-left {
    padding-left: 25px;
}
 
/* media queries */

@media screen and (min-width: 1440px) {
    .hp-prerequisite-img img {
        width: unset;
    }
}

@media screen and (max-width: 820px) {
    .hp-prerequisite-text .hp-title {
        font-size: 18px;
    }
    .hp-prerequisite-text .hp-text {
        font-size: 14px;
    }
    .hp-steps-title {
        font-size: 17px;
    }
    .hp-header .hp-header-title {
        font-size: 18px;
		width: 60%;
    }
    .hp-header {
        background-size: auto 32px, auto 24px;
        height: 60px;
        background-position: 1% 14px, 99% 18px;
    }
    img.hp-user-icon {
        height: 32px;
    }
    .container-fluid {
        margin-top: 50px;
    }
    .hp-prerequisite-container,
    .hp-tab-container,
    .hp-steps-title,
    .hp-steps-conatiner,
    .hp-header-parent {
        width: 85%;
    }
    .hp-tab-container .hp-tab {
        font-size: 13px;
    }
    .hp-step-text-container .hp-step-header {
        font-size: 17px;
    }
    .hp-step-text-container .hp-step-text {
        font-size: 13px;
    }
    .hp-footer img {
        height: 25px;
		margin-top: 12px;
    }
    .hp-footer {
        padding: 0px 1%;
        line-height: 50px;
        height: 50px;
    }
    .hp-step-text-container a {
        overflow-wrap: break-word;
    }
    .hp-footer-left-div {
        line-height: 40px;
    }
	
	
	.hp-step-img-container img.hp-step-image-big {
		width: auto !important;
		height: 50vh !important;
	}
	.hp-image-modal {		
		padding-top: 20vh;
		padding-bottom: 20vh;		
	}
	.hp-closeModal{
		top: 19vh;
	}
	.select-items div, .select-selected{
		/*padding: 5px 8px;*/
	}
	.select-selected:after{
		/*top: 12px;*/
	}
	#faqsContainer{
		min-height: 77vh;
	}
        .hp-video-button {
		width: 60%;        
}
}


/* media queries for mobile devices */

@media screen and (max-width: 540px) {
    .hp-prerequisite-text .hp-title {
        font-size: 15px;
    }
    .hp-prerequisite-text .hp-text {
        font-size: 12px;
    }
    .hp-steps-title {
        font-size: 15px;
    }
    .hp-header .hp-header-title {
        font-size: 14px;
        margin-left: 5px;
    }
    .hp-header {
        background-size: auto 22px, auto 14px;
        height: 40px;
        background-position: 1% 9px, 99% 13px;
    }
    img.hp-user-icon {
        height: 18px;
        margin-left: 1%;
    }
    .container-fluid {
        margin-top: 40px;
    }
    .hp-prerequisite-container,
    .hp-tab-container,
    .hp-steps-title,
    .hp-steps-conatiner,
    .hp-header-parent {
        width: 90%;
    }
    .hp-header-parent {
        width: 85%;
    }
    .hp-step-text-container .hp-step-header {
        font-size: 15px;
    }
    .hp-step-text-container .hp-step-text {
        font-size: 11px;
    }
    .hp-footer img {
        height: 20px;
		margin-top: 0px;
		margin-bottom: 10px;
    }
    .hp-footer {
        padding: 0px 1%;
        /*display: flex;
		justify-content: space-between;
		align-items: center;*/
        font-size: 9px;
        line-height: 14px;
        height: 60px;
    }
    .hp-step-img-container,
    .hp-step-img-container img {
        width: 100px;
        height: 100px;
    }
    .hp-tab-container .hp-tab {
        margin-right: 10px;
        font-size: 11px;
    }
    .hp-steps-conatiner .hp-step-text-container {
        padding: 0px 15px 0px 15px;
    }
    .hp-prerequisite-text {
        padding: 12px 0px;
    }
    .hp-footer-middle-div {
        margin: 10px;
    }
    .hp-prerequisite-img {
        vertical-align: middle;
    }
    .hp-prerequisite-img img {
        height: 100px;
        width: 100px;
        position: relative;
    }
    .hp-step-text-container a {
        overflow-wrap: break-word;
    }
    #gotoTopBtn .fa {
        font-size: 22px;
    }
    #gotoTopBtn {
        height: 50px;
        width: 50px;
        padding: 0px;
    }
	.hp-closeModal{
		top: 18vh;
	}
	.custom-select{
		font-size: 10px;
		right: -2.5%;
	}
	
	.custom-select-lang{
		width: 50px;
		height: 39px;
	}
	.select-items div, .select-selected {
		/*padding: 3px 5px;*/
	}
	.select-selected:after {
		top: 18px;
		border: 4px solid transparent;
		/*right: 7px;*/
		border-color: #919191 transparent transparent transparent;
	}
	.select-selected.select-arrow-active:after {
		top: 14px;
	}
	.hp-header .hp-header-title{
		width: 55%;
	}
	.popover-hp{
		width: 150px;
	}
	.hp-tab-container-flex .popover-content{
		font-size: 8px;
	}
	.hp-tab-container-flex{
		display: flex;
		justify-content: space-between;
	}
	#faqsContainer .faqs-right h2.faqs-title span.collapse-expand-all{
		display: block;
		margin-top: 25px;
	}
	#faqsContainer .faqs-right h2.faqs-title{
		margin-bottom: 10px;
	}
	.custom-select-lang {   
		/*padding-top: 10px;*/
	}
	#faqsContainer{
		min-height: 72vh;
	}
.hp-video-button {
		width: 70%;        
}
	
}

@media screen and (max-width: 540px) {
    .hp-step-img-container,
    .hp-step-img-container img {
        width: 80px;
        height: 80px;
    }
    .hp-tab-container .hp-tab {
        margin-right: 5px;
        font-size: 9px;
    }
    .hp-header .hp-header-title {
        font-size: 11px;
        margin-left: 5px;
    }
    img.hp-user-icon {
        margin-left: 2%;
    }
    .hp-footer-right-div,
    .hp-footer-middle-div {
        float: none;
        text-align: center;
    }
	.select-selected{
		line-height: 14px;
		padding-left: 16px;
	}
	.custom-select-lang .select-selected::before, .custom-select-lang .select-items div::before{
		width: 14px;
		height: 14px;
	}
	.select-selected:after{
		right: -16px;
	}
	.custom-select-lang{
		padding-top: 13px;
	}
	.select-items{
		width: 70px;
	}
	.hp-modal-content {
		width: 90%;		
	}
	.hp-closeModal {
		right: 3.5%;
	}
	
	.hp-video-container p{
		margin-bottom: 15px;
		font-size: 15px;
	}
	
	video {	
		border-radius: 5px;	
		border: 1px solid #ccc;
	}
	.border-placeholder, .border-placeholder-right {
		display: unset;
	}
}
@media screen and (max-width: 350px){
	.custom-select{
		font-size: 8px;
		right: -4.5%;
	}
	.custom-select-lang{
		width: 50px;
	}
	.select-items div, .select-selected {
		/*padding: 3px 3px;*/
	}
	.select-selected:after {
		top: 19px;
		border: 4px solid transparent;
		right: 3px;
		border-color: #919191 transparent transparent transparent;
	}
	.select-selected.select-arrow-active:after {
		top: 14px;
	}
	.hp-header .hp-header-title{
		width: 55%;
	}
	.popover-hp{
		width: 130px;
	}
	.hp-tab-container-flex .popover-content{
		font-size: 8px;
	}
	.select-selected{
		line-height: 10px;
		padding-left: 12px;
	}
	.custom-select-lang .select-selected::before, .custom-select-lang .select-items div::before{
		width: 10px;
		height: 10px;
	}
	.select-selected:after{
		right: -3px;
	}
	.custom-select-lang{
		padding-top: 15px;
	}
	.select-items{
		width: 53px;
	}
	.hp-video-container p{
		font-size: 11px;
	}
}

@media screen and (max-width: 320px){
	.container-fluid {
		margin-top: 50px;
	}
	.hp-header {
		height: 50px;
	}
	.hp-header>div{
		margin-left: 30px;
	}
	.custom-select{
		right: -2.5%;
	}
}