@font-face { font-family: 'open_sansbold'; src: url('../fonts/open-sans/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/open-sans/opensans-bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'open_sansbold_italic'; src: url('../fonts/open-sans/opensans-bolditalic-webfont.woff2') format('woff2'), url('../fonts/open-sans/opensans-bolditalic-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'open_sansextrabold'; src: url('../fonts/open-sans/opensans-extrabold-webfont.woff2') format('woff2'), url('../fonts/open-sans/opensans-extrabold-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'open_sansextrabold_italic'; src: url('../fonts/open-sans/opensans-extrabolditalic-webfont.woff2') format('woff2'), url('../fonts/open-sans/opensans-extrabolditalic-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'open_sansitalic'; src: url('../fonts/open-sans/opensans-italic-webfont.woff2') format('woff2'),  url('../fonts/open-sans/opensans-italic-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'open_sanslight'; src: url('../fonts/open-sans/opensans-light-webfont.woff2') format('woff2'),  url('../fonts/open-sans/opensans-light-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'open_sanslight_italic'; src: url('../fonts/open-sans/opensans-lightitalic-webfont.woff2') format('woff2'), url('../fonts/open-sans/opensans-lightitalic-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'open_sansregular'; src: url('../fonts/open-sans/opensans-regular-webfont.woff2') format('woff2'),  url('../fonts/open-sans/opensans-regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'open_sanssemibold'; src: url('../fonts/open-sans/opensans-semibold-webfont.woff2') format('woff2'),  url('../fonts/open-sans/opensans-semibold-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'open_sanssemibold_italic'; src: url('../fonts/open-sans/opensans-semibolditalic-webfont.woff2') format('woff2'), url('../fonts/open-sans/opensans-semibolditalic-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}


* { margin: 0 0; padding: 0; outline: none;}

body { font-family: 'open_sansregular';  }

html {scroll-behavior: smooth;}/*
html { scrollbar-width: none; -ms-overflow-style: none;}
html::-webkit-scrollbar {display: none;} */

.form-field label.error {color: #f56363 !important; font-size: 12px; line-height: 14px; margin-bottom: 0px; }
.extra-error {color: #f56363 !important; font-size: 12px; line-height: 14px; margin-bottom: 0px; }
.help-block { color: #f56363 !important; font-size: 12px !important; line-height: 14px; }

.hyphens { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; -ms-word-break: break-all; word-break: break-all; word-break: break-word; word-wrap: break-word;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border-bottom:1px solid #717171 !important;
    background: none !important;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}


/* main css code */

header { position: absolute; width: 100%; display: none; z-index: 1; padding: 15px 0px; }
header .navbrand { display: block; width: 250px; height: 30px; }
header .navbrand img { width: 100%; height: 100%; object-position: center; object-fit: contain; }

header .user-name { font-size: 14px; color: #3C3C3C; margin-left: auto; max-width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%;}

.home-banner-section { width: 100%; padding: 50px 0px; position: relative; display: flex; align-items: center;  min-height: 600px; background: url(../images/home-banner.jpg); background-size: cover; background-position: center; background-attachment: fixed; }
.home-banner-section::before { position: absolute; content: ""; left: 0; right: 0; bottom: 0; top: 0; background: rgba(0, 0, 0, 0.51); }
.home-banner-section .home-banner-content-box { max-width: 430px; width: 100%; position: relative; margin-bottom: 90px; z-index: 1; }
.home-banner-content-box .hbc-heading { font-weight: normal; font-size: 42px; line-height: 52px; color: #FFFFFF; margin-bottom: 30px; font-family: 'open_sansextrabold'; }
.home-banner-content-box .btn-block {  display: flex; align-items: center; width: 100%;  }
.home-banner-content-box .btn { position: relative; box-shadow: none !important; border: 1px solid transparent !important; width: 150px; background: transparent; font-family: 'open_sansbold'; font-size: 18px; line-height: 27px; text-transform: uppercase; color: #FFFFFF; padding: 12px; border-radius: 50px; transition: all 0.6s cubic-bezier(1, 0, 0, 1); }
.home-banner-content-box .btn.login-btn { margin-left: 15px; }

.home-banner-content-box .btn:hover {  border: 1px solid #ECB524  !important; color: #ECB524 !important; }
.home-banner-content-box .btn.login-btn:hover { border: 1px solid #F15B2F  !important; color: #F15B2F !important;  }

.home-banner-content-box .btn::before { background: #ECB524; border-radius: 255px; }
.home-banner-content-box .btn.login-btn::before { background: #F15B2F; }

.home-banner-content-box .btn::before {  left: 0; content: ""; position: absolute; z-index: -1; transition: all 0.6s cubic-bezier(1, 0, 0, 1); height: 100%; width: 100%; top: 0; }
.home-banner-content-box .btn:hover::before { width: 0;}



.shapes { width: 100%; position: absolute; bottom: -45px; left: 0; display: block; background: url(../images/Shapes.png); height: 170px; background-position: center; background-size: cover; }

.home-second-section { display: block; padding: 30px 0px; width: 100%; position: relative; }
.home-second-section .content-block .heading { font-size: 32px; line-height: 46px; color: #111111; font-family: 'open_sansbold'; margin-bottom: 12px; }
.home-second-section .content-block .heading span{ color: #ECB524; }
.home-second-section .content-block .heading span + span { color: #f15b2f; }
.home-second-section .content-block .heading span + span + span { color: #00a2af; }
.home-second-section .hss-text { font-size: 14px;  line-height: 27px; color: #3C3C3C;  }

.pph-box { width: 100%; padding-bottom: 30px; }
.pph-box .pph-box-inside { width: 100%; height: 100%; max-width: 265px; margin: 0px auto; }
.pph-box .pph-box-inside .pph-icon { width: 95px; height: 90px; background: url(../images/shapes1.png); background-size: contain; background-position: top center; margin: 0px auto; display: flex; align-items: flex-end; margin-bottom: 15px; }
.pph-box2 .pph-box-inside .pph-icon{ background: url(../images/shapes2.png); background-size: contain; background-position: top center; }
.pph-box3 .pph-box-inside .pph-icon{ background: url(../images/shapes3.png); background-size: contain; background-position: top center; }
.pph-box4 .pph-box-inside .pph-icon{ background: url(../images/shapes4.png); background-size: contain; background-position: top center; }
.pph-box-inside .pph-icon img { width: 56px; height: 56px; margin: 0px auto; }
.pph-box-inside .pph-title { font-size: 18px; line-height: 22px; text-align: center; color: #111111; margin-bottom: 10px;  font-family: 'open_sansbold'; }
.pph-box-inside .pph-text { font-size: 14px; line-height: 23px; text-align: center; color: #3C3C3C; margin-bottom: 0px; }

.home-third-section { width: 100%; display: block; padding: 45px 0px;  background: url(../images/bg_gradient.png) no-repeat; background-size: 100%; background-position:top center; }
.home-third-section .case-image-block { max-width: 343px; padding: 6px; height: 710px; width: 100%; margin: 0px auto; position: relative; }
.home-third-section .case-image-block::after { position: absolute; content: ""; left: 0; top: 0; bottom: 0; right: 0; background: url(../images/Case.png); background-position: center; background-size: cover; }
.home-third-section .case-image-block img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 45px; }

.home-third-section .case-content-block .case-heaing { font-size: 32px; font-family: 'open_sansbold'; line-height: 42px; color: #111111; margin-bottom: 15px; }
.home-third-section .case-content-block .case-text { font-size: 14px; line-height: 23px; color: #3C3C3C; margin-bottom: 15px; }
.home-third-section .case-content-block .case-ul { list-style: none; padding: 0; margin: 0px;  }
.home-third-section .case-content-block .case-ul li {  font-size: 14px; line-height: 23px;  color: #3C3C3C; margin-bottom: 20px; padding-left: 25px; position: relative; }
.home-third-section .case-content-block .case-ul li::before { position: absolute; content: ""; top: 7px; width: 16px; height: 16px; background: url(../images/Polygon.png) no-repeat; background-position: center; background-size: contain; left: 0; }
.join-btn { position: relative; width: 165px; margin-top: 20px; background: transparent; border-radius: 255px; box-shadow: none !important;  font-family: 'open_sansbold'; border: 1px solid transparent !important; font-size: 18px; line-height: 28px; text-transform: uppercase; color: #FFFFFF !important; padding: 12px; }

.join-btn:hover {  border: 1px solid #ECB524  !important; color: #ECB524 !important; }
.join-btn::before { background: #ECB524; border-radius: 255px; }
.join-btn::before {  left: 0; content: ""; position: absolute; z-index: -1; transition: all 0.6s cubic-bezier(1, 0, 0, 1); height: 100%; width: 100%; top: 0; }
.join-btn:hover::before { width: 0;}

.how-it-work-section { position: relative; display: block; padding: 160px 0px 30px; width: 100%; background: linear-gradient(180deg, rgba(236, 240, 253, 0) 0%, rgba(236, 240, 253, 0.53) 14.32%, #ECF0FD 45.83%, rgba(236, 240, 253, 0.43) 84.33%, rgba(236, 240, 253, 0) 100%); }

.circle-shapes-block { width: 820px; z-index: 0; height: 820px; display: flex; align-items: center; justify-content: center; margin: 0px auto; position: relative; position: absolute;  top: 50px; left: 50%; transform: translateX(-50%); }
.how-it-work-section .cricle-box { width: 820px;  height: 820px; border-radius: 100%; border:1px solid; border-top-color: #F7AB41; border-left-color: #F7AB41;  border-bottom-color: #ED8443; border-right-color: #ED8443; animation: rotate-s-loader 10s linear infinite; position: absolute; }
.how-it-work-section .cricle-box-inside { width: 700px; height: 700px; border-radius: 50%; border:1px solid; border-top-color: #F7AB41; border-left-color: #F7AB41;  border-bottom-color: #ED8443; border-right-color: #ED8443;  position: absolute; /* top: 50%; left: 50%; transform: translate(-50% ,-50%); */ animation: rotate-s-loader 10s linear infinite; }

.how-it-work-section .cricle-box .small-div { position: absolute; content: "";  width: 35px; height: 35px; background: #ECB524; border-radius: 50%; right: 140px; top: 68px; }
.how-it-work-section .cricle-box-inside .small-div { position: absolute; content: ""; width: 19px; height: 19px; background: #F15B2F; border-radius: 50%; left: 130px; top: 60px; }
.grecaptcha-badge {display: none !important;}
.swal2-confirm{background-color: #F15B2F !important;}

@keyframes rotate-s-loader {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }

.how-it-work-section .heading-row { max-width: 570px; width: 100%; margin: 0px auto 45px; }
.how-it-work-section .heading-row .sheading { font-size: 32px; line-height: 42px; color: #111111; margin-bottom: 10px;  font-family: 'open_sansbold'; text-align: center; }
.how-it-work-section .heading-row .s-description { font-size: 14px; line-height: 23px; color: #3C3C3C; text-align: center; }

.video-block { width: 100%; height: 580px; position: relative; border-radius: 20px;  }
.video-block video, .video-block ifrems { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.video-block .play-icon { width: 100px; height: 100px; background: linear-gradient(180deg, rgba(0, 162, 175, 0.59) 0%, rgba(214, 252, 255, 0.59) 100%); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.video-block .play-icon img { width: 40px; height: 40px; margin-left: 8px; object-fit: contain; object-position: center;  }

.how-it-work-content-section { width: 100%; display: block; padding: 35px 0px; position: relative; overflow: hidden; }
.how-it-work-content-section .hiwc-row-one { width: 100%; display: block; padding-bottom: 30px; position: relative; }
.how-it-work-content-section .hiwc-row-one::before { position: absolute; content: ""; right: 0; top: 0; width: 563px; height: 563px; background: rgba(236, 181, 36, 0.26); filter: blur(68px); }
.how-it-work-content-section .hiwc-row-two { width: 100%; display: block; padding-top: 30px; position: relative; }
.how-it-work-content-section .hiwc-row-two::before {  position: absolute; content: ""; left: 0; top: 0; width: 563px; height: 100%; background: rgba(0, 162, 175, 0.26);  filter: blur(68px); }
.how-it-work-content-section .hiwc-image { border-radius: 20px; max-width: 584px; width: 100%; height: 340px; }
.how-it-work-content-section .hiwc-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 20px;  }
.how-it-work-content-section .hiwc-row-one .hiwc-content { padding-right: 30px; }
.how-it-work-content-section .hiwc-row-two .hiwc-content { padding-left: 30px; }
.how-it-work-content-section .hiwc-content .hiwc-heading { font-size: 32px; line-height: 42px; color: #111111; margin-bottom: 10px; font-family: 'open_sansbold';}
.how-it-work-content-section .hiwc-content .hiwc-text { font-size: 14px; line-height: 23px; color: #3C3C3C; margin-bottom: 20px; }
.how-it-work-content-section .hiwc-content .join-btn { border: 4px solid #FFFFFF !important; margin-left: -135px; z-index: 11; position: relative; }
.how-it-work-content-section .hiwc-content .join-btn:hover {  border: 4px solid #ECB524 !important;  }

/* Circle */

.swal2-confirm { box-shadow: none !important; background: #F15B2F !important; width: 100px; border-radius: 50px !important; }
.swal2-cancel { box-shadow: none !important;  width: 100px; border-radius: 50px !important; }
.swal2-icon.swal2-info {border-color: #F15B2F;color: #F15B2F;  }

.how-it-work-content-section .hiwc-image { position: relative; overflow: hidden; }
.how-it-work-content-section .hiwc-image::before { position: absolute; top: 50%; left: 50%;	z-index: 2; display: block; content: '';  width: 0;	height: 0; background: rgba(255,255,255,.2);
	border-radius: 100%; -webkit-transform: translate(-50%, -50%);	transform: translate(-50%, -50%);opacity: 0;}
.how-it-work-content-section .hiwc-image:hover::before { -webkit-animation: circle .75s; animation: circle .75s;}

@-webkit-keyframes circle {
	0% {opacity: 1;}
	40% {opacity: 1;}
	100% { width: 200%; height: 200%; opacity: 0;}
}
@keyframes circle {
    0% {opacity: 1;}
	40% { opacity: 1;}
	100% { width: 200%; height: 200%; opacity: 0;}
}


footer{ width: 100%; display: none; padding: 40px 0px; height: 200px; background: #252525; position: fixed; bottom: 0; }
footer .footer-inside-div { display: flex; align-items: flex-start; justify-content: space-between; width: 100%; }
footer hr { margin: 10px 0px 15px; opacity: 1; max-width: 90px; width: 100%; background: #858585; }
footer .fo-title { font-size: 24px; line-height: 32px; color: #fff; margin-bottom: 0px; font-weight: normal; }
footer .footer-logo { width: 100%; max-width: 240px; height: 28px; }
footer .footer-logo img { width: 100%; height: 100%; object-fit: contain; object-position: left; }
footer .social-icons ul { list-style: none; padding: 0px; margin:15px 0px 0px; display: flex; align-items: center;  }
footer .social-icons ul li {  margin-right: 5px;  }
footer .social-icons ul li a { width: 34px; height: 34px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
footer .social-icons ul li a:hover { transition: all 0.3s; transform: translateY(-4px); background: #ECB524; }
footer .social-icons ul li a img { width: 16px; height: 16px; }
footer .connect-box a { color: #929797 !important; font-size: 14px; margin-bottom: 5px; display: inline-block; }
footer .connect-box a:hover { text-decoration: underline !important; color: #fff !important; }
footer hr:not([size]) { height: 2px;}


/* auth form block login page */

.auth-form-section { width: 100%; display: block; justify-content: space-between; background: url(../images/login-bg.jpg); background-size: cover; background-position: center; min-height: 100vh; }
.auth-form-section:before { background: rgba(0, 0, 0, 0.75); position: absolute; content: ""; left: 0px; right: 0px; bottom: 0px; top: 0px; }

.auth-form-block { width: 100%;min-height: 100vh; padding: 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; }

.logo-block {width: 340px; height: 50px; margin: 0px auto 20px; position: relative; }
.logo-block a { display: block; width: 100%; height: 100%; }
.logo-block a img { width: 100%; height: 100%; object-position: center; object-fit: contain;  }

.auth-form-section .form-field { max-width: 420px; width: 100%; -webkit-box-sizing: border-box;  box-sizing: border-box;  padding: 30px 40px 35px;  background-color: #FFF;  position: relative; }

.form-field .p-title { font-size: 18px; color: #353030; margin: 0 0 30px; font-family: 'open_sansbold';}
.form-field .form-group .form-control  { width: 100%; margin: 0; font-size: 14px; color: #000;
    -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 4px; padding: 12px 15px; border: 1px solid #D7D7D7 !important;   box-shadow: none !important; background: none !important; }
.form-field .form-group .form-control::placeholder { color: #D7D7D7 !important; }


.form-field .form-field-haeding-block { width: 100%; display: block; margin-bottom: 30px; }
.form-field .p-description { font-family: 'open_sansbold'; font-size: 14px; line-height: 21px; color: #000; margin-bottom: 0px; margin-top: 10px; }
.form-field label { font-size: 14px; font-family: 'open_sanssemibold'; line-height: 19px; color: #858585; margin-bottom: 2px; }
.form-field .form-group { margin-bottom: 20px; }
.form-field .common-btn { position: relative; z-index: 11; max-width: 100%; height: 50px; background: transparent; border-radius: 255px; font-size: 18px; line-height: 27px; font-family: 'open_sansbold'; text-transform: uppercase; color: #FFFFFF; box-shadow: none; border: 1px solid transparent !important; width: 100%; margin-top: 15px; transition: all 0.6s cubic-bezier(1, 0, 0, 1); }

.go-other-page { font-size: 12px; line-height: 19px; color: #000; margin-top: 25px; margin-bottom: 0px; }
.go-other-page a {  color: #000 !important; display: inline-block;  }
.go-other-page a:hover { text-decoration: underline !important; color: #F15B2F !important; }
.choices[data-type*="select-one"]::after { background: url(../images/arrow-down-white.png); background-position: center; background-size: 12px;  }
.bottom-footer { text-align: center; margin-bottom: 0px; }

.forgot-page .go-other-page a, .forgot-page .go-other-page a:hover { color: #00A2AF !important; }
.signup-page .go-other-page a { color: #ECB524 !important; }
.bottom-footer a { color: #F15B2F !important; text-decoration: underline !important;  }

.form-field .common-btn:hover { border: 1px solid #F15B2F  !important; color: #F15B2F !important;  }
.forgot-page .form-field .common-btn:hover { border: 1px solid #00A2AF  !important; color: #00A2AF !important; }
.signup-page .form-field .common-btn:hover {  border: 1px solid #ECB524  !important; color: #ECB524 !important; }
.form-btn-block .common-btn:hover { border: 1px solid #00A2AF  !important; color: #00A2AF !important; }

.form-field .common-btn::before { background: #F15B2F; border-radius: 255px; }
.signup-page .form-field .common-btn::before { background: #ECB524; }
.forgot-page .form-field .common-btn::before { background: #00A2AF;  }
.form-btn-block .common-btn::before { background: #00A2AF !important;}

.form-field .common-btn::before,
.form-field .common-btn::before {  content: ""; position: absolute; z-index: -1; transition: all 0.6s cubic-bezier(1, 0, 0, 1); }
.form-field .common-btn::before { height: 100%; width: 100%; top: 0; }
.form-field .common-btn:hover::before { width: 0;}
.form-field .common-btn::before { left: 0; }

.form-field .forgot-text { margin-bottom: 20px; }

/* choose */

.choices__inner { background: none !important; padding: 12px 15px !important; min-height: auto; border: none !important; border-radius: 4px !important; font-size: 14px; border: 1px solid #D7D7D7 !important; }
.choices__list--single { padding: 0px !important; }
.choices { font-size: 14px; color: #000;}
.choices__list--single { line-height: 22px;}
.choices__list--dropdown { font-size: 14px; padding: 12px; border-radius: 0px;  z-index: 1111;}
.choices__list--dropdown { background: #252525; border: 1px solid #717171 !important; color: #fff;  }
.choices__placeholder { opacity: 1;}
.choices__list--dropdown .choices__item--selectable.is-highlighted {  background: #00A2AF !important;}
.choices__list--dropdown .choices__item--selectable::after { display: none !important; }
.choices[data-type*="select-one"]::after { width: 10px; height: 100%; right: 10px; margin-top: 0 !important; background: url(../images/arrow-down.png); background-position: center; background-size: 12px; border: none !important; background-repeat: no-repeat; top: 0; background-repeat: no-repeat !important; }
.choices[data-type*="select-one"].is-open::after {  border-color: none !important;}

.choices__list--dropdown .choices__item { padding-right: 10px !important; word-break: break-word;}
.choices__list--single .choices__item.choices__placeholder { color: #D7D7D7 !important; }

/* profile page */

.after-login-section { background: #EEFEFF; min-height: 100vh; padding-left:  310px; }
.after-login-section:before { position: absolute; content: ""; background: #FFE2DA; width: 100%; top: 0px; left: 0px; height: 50%;/*  background: linear-gradient(180deg, rgba(241,91,47,0.9668067910758054) 8%, rgba(241,91,47,0.9556023092830882) 31%, rgba(241,91,47,0.9584034297312675) 92%); */ z-index: 0; }

.side-nav-bar { max-width: 310px; width: 100%; background: #fff; position: fixed; left: 0;  top: 0; height: 100%; box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08); flex-direction: column; z-index: 1; }
.side-nav-bar .site-logo { padding:20px 10px; width: 100%; text-align: center; /* background: #111111;  */}
.side-nav-bar .site-logo a { display: block; width: 240px; height: 28px; margin: 0px auto; }
.side-nav-bar .site-logo a img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

.user-info-block { width: 100%; display: block;}
.user-info-block .user-img { width: 100%; height: 200px; position: relative; }
.user-info-block .user-img img.imgu { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.user-info-block .camera-img { width: 34px; height: 34px; background: #00A2AF; border: 3px solid #F8F8F8; display: flex; align-items: center; justify-content: center; border-radius: 50%; position: absolute; right: 5px; bottom: 5px; }
.user-info-block .loader-img { width: 34px; height: 34px;  border: 3px solid #F8F8F8; display: flex; align-items: center; justify-content: center; border-radius: 50%; position: absolute; right: 5px; bottom: 5px; }
.user-info-block .camera-img img { width: 18px; height: 18px; object-fit: contain; object-position: center;  }
.user-info-block .loader-img img { width: 18px; height: 18px; object-fit: contain; object-position: center;  }

.user-info-block .user-name { padding: 20px; font-family: 'open_sansbold';  font-size: 16px; line-height: 21px; width: 104%; text-align: center; color: #fff; background: #00A2AF; margin-bottom: 0px; box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08); clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%); position: relative; }
.user-info-block .user-img .shapes { position: absolute; content: ""; left: auto !important; clip-path: polygon(0 0, 0% 100%, 100% 100%); background: #00A2AF; width: 4%; height: 4%; right: -4%; bottom: 0px; }

.profile-nav { width: 100%; display: block; height: 100%; padding: 15px; }
.profile-nav ul { list-style: none !important; padding: 0px; margin: 0px; display: flex; flex-direction: column; height: 100%; }
.profile-nav ul li { width: 100%; }
.profile-nav ul li a { border-radius: 6px; position: relative; display: block; font-family: 'open_sansbold'; font-size: 12px; line-height: 17px; padding: 15px 30px; text-transform: uppercase; color: #7B7B7B; /* border-top: 1px dashed #AAF0F5; */ transition: all 0.2s cubic-bezier(1, 0, 0, 1); margin-bottom: 3px; }
.profile-nav ul li a:hover{ background: rgba(236,181,36, 0.6); color: #fff;}
.profile-nav ul li a.active { background: #ECB524; color: #fff;}
.profile-nav ul li a::after { left: 0; }
.profile-nav ul li:last-child { margin-top: auto; }

.after-login-right-side-content-block {  width: 100%; flex: 1%; padding: 20px 20px; position: relative; }
.alrscb-block { max-width: 96%; position: relative; width: 100%; background: #FFFFFF; box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08); border-radius: 20px; margin: 0px auto; display: flex; flex-direction: column; /* height: 100%; */ }
.alrscb-block .alrscb-hading-row { width: 100%; display: flex; border-bottom: 1px dashed #D3D3D3; padding: 20px 33px; }
.alrscb-block .alrscb-hading-row .heading { font-family: 'open_sansextrabold'; font-size: 24px;  font-weight: normal; line-height: 32px; color: #111111; margin-bottom: 0px; }

.profile-form-block { width: 100%; display: block; }
.profile-form-block .form-field .form-group .form-control { color: #3C3C3C; border: 1px solid #D7D7D7 !important; padding: 15px 15px; border-radius: 6px !important; }
.profile-form-block .choices__inner { color: #3C3C3C; border: 1px solid #D7D7D7 !important; padding: 14px 15px !important; border-radius: 6px !important; }
.profile-form-block .profile-form { padding: 20px 33px 10px; }
.profile-form-block .form-field label { margin-bottom: 10px;}
.profile-form-block .choices[data-type*="select-one"]::after { right: 10px;}


.custom-check-box { width: 100%; display: block; margin-bottom: 20px; }
.check-boxs { width: 100%; margin-bottom: 18px; }
.custom-checks { background: none;padding-top: 0px; padding-bottom: 0px;  width: 100% !important;}
.checkbox { position: relative; padding-left: 28px; font-weight: normal; font-family: 'open_sansextrabold' !important; cursor: pointer;font-size: 16px !important; line-height: 20px !important; font-weight: bold;  -webkit-user-select: none; color: #ECB524 !important;  -moz-user-select: none;-ms-user-select: none;user-select: none; margin-bottom: 0; margin-left: 0px; }
.checkbox input { position: absolute; opacity: 0;cursor: pointer;height: 0; width: 0;}
.checkmark { position: absolute; top: 2px; left: 0; height: 16px; width: 16px; background: #FFFFFF; border: 1px solid #C4C4C4; border-radius: 2px; }
.checkmark::after { display: none;}
.checkmark::after {content: "";position: absolute; left: 4px; top: 0px; width: 6px; height: 12px; border: solid #F15B2F; border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
input:checked ~ .checkmark::after { display: block;}

.form-btn-block { width: 100%; display: block; padding: 28px 33px; text-align: center ; border-top: 1px dashed #D3D3D3; }
.form-btn-block .common-btn{ /* background: #00A2AF !important; */ margin-top: 0px !important; }

/* social media page */

.social-button-block { width: 100%; display: flex; flex-direction: column; align-items: center; padding: 40px 33px; }
.social-button-block .btn { min-width: 230px; border-radius: 255px; font-family: 'open_sanssemibold'; display: flex; align-items: center; font-size: 14px; line-height: 19px;  color: #FFFFFF; box-shadow: none !important; border:1px solid transparent; padding: 14px 24px; outline: none !important; margin-bottom: 40px; justify-content: center; }
.social-button-block div:last-child .btn { margin-bottom: 0px; }
.social-button-block .btn img { margin-left: 6px; width: 26px; height: 26px;  }
.social-button-block .btn.insta-btn {  background: linear-gradient(180deg, #AA007F 0%, #E31000 49.81%, #E9BD05 100%); border-bottom: 1px solid #E9BD05; }
.social-button-block .btn.facebook-btn { background: #2B84DA; }
.social-button-block .btn:hover { opacity: 0.7; transition: all 0.5s;}

/*  */

.payment-setting-block { width: 100%; display: flex; flex-direction: column; align-items: center; padding: 25px 33px; }
.payment-setting-block p { font-family: 'open_sanssemibold'; font-size: 14px; line-height: 19px; color: #858585; margin-bottom: 10px; }
.pbtn-block { width: 100%; display: block; margin: 30px 0px 0px; }
.pbtn-block .btn { max-width: 320px; width: 100%; display: block; margin: 0px auto;  border-radius: 255px; font-family: 'open_sansbold'; display: flex; background: #441645; align-items: center; font-size: 16px; line-height: 21px; text-transform: uppercase; color: #FFFFFF; box-shadow: none !important; border:1px solid transparent; padding: 14px 24px; outline: none !important; justify-content: center; }
.pbtn-block .btn img { margin-left: 10px; width: 78px; height: 24px;  }
.pbtn-block .btn:hover { opacity: 0.7; transition: all 0.5s;}

/*  */

.assigned-job-contnet-block { width: 100%; display: block; padding-right: 5px; max-height: 750px; overflow-y: auto; scrollbar-width: thin; }
div::-webkit-scrollbar { width: 3px; height: 90%; margin-right: 5px; }
div::-webkit-scrollbar-track {  background: rgba(78, 87, 170, 0.1);}
div::-webkit-scrollbar-thumb { background-color: #ECB524; border-radius: 6px; }

.assign-job-box { width: 100%; display: flex; padding: 28px 33px; border-bottom: 1px dashed #D3D3D3; }
.assigned-job-contnet-block a:last-child .assign-job-box { border: none !important; }
.assign-job-box .assign-user { width: 160px; height: 160px; border-radius: 6px; }
.assign-job-box .assign-user img { width: 100%; height: 100%; border-radius: 6px; object-fit: cover; object-position: center; }
.assign-job-box .assing-job-info { width: 100%; flex: 1; /* padding-left: 27px;  */}
.assign-job-box .assing-job-info .aji-title { font-size: 16px; font-family: 'open_sansbold'; line-height: 27px; color: #F15B2F; margin-bottom: 10px; }
.assign-job-box .assing-job-info .job-keyword { display: flex; width: 100%; margin-bottom: 12px; }
.assign-job-box .assing-job-info .job-keyword .k-title {font-size: 14px; font-family: 'open_sanssemibold'; line-height: 19px; color: #00A2AF; margin-bottom: 0px; margin-right: 5px; margin-top: 2px; }
.assign-job-box .assing-job-info .job-keyword ul { list-style: none !important; width: 100%; display: flex; align-items: center; flex-wrap: wrap; padding: 0; margin: 0px; flex: 1; }
.assign-job-box .assing-job-info .job-keyword ul li { margin-right: 5px; margin-bottom: 5px; }
.assign-job-box .assing-job-info .job-keyword ul li span { font-family: 'open_sanssemibold'; padding: 5px; font-size: 12px; line-height: 16px; text-align: center; color: #F15B2F; min-width: 69px; height: 25px; background: #FFE2DA; display: block; border-radius: 25px;  }
.assign-job-box .assing-job-info p { font-size: 12px; line-height: 22px; color: #3C3C3C; }
.assign-job-box .assing-job-info p:last-child { margin-bottom: 0px; }

/*  */

.back-text { font-size: 12px; line-height: 22px; display: flex; align-items: center; color: #3C3C3C !important; margin-left: auto; }
.back-text img { width: 10px; height: 10px; margin-right: 3px; object-fit: contain; object-position: center; }
.back-text:hover { text-decoration: underline !important; }

.assigned-job-detail-block { width: 100%; display: block; padding: 28px 21px; }
.assigned-job-detail-block .ajdb-image { max-width: 100%; width: 100%; margin: 0px auto; height: 320px; border-radius: 15px;  }
.assigned-job-detail-block .ajdb-image img { width: 100%; display: block; height: 100%; border-radius: 15px; object-fit: cover; object-position: center; }

.ajdb-content-block { position: relative; width: 100%; display: block; max-width: 96%; margin: -50px auto 0px; background: #FFFFFF; box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08); border-radius: 20px; }

.ajdb-content-left-block { width: 100%; display: block; padding: 20px; overflow: hidden; }
.ajdb-content-left-block .job-keyword { display: flex; width: 100%; margin-bottom: 12px; }
.ajdb-content-left-block .job-keyword .k-title {font-size: 14px; font-family: 'open_sanssemibold'; line-height: 19px; color: #00A2AF; margin-bottom: 0px; margin-right: 5px; margin-top: 2px; }
.ajdb-content-left-block .job-keyword ul { list-style: none !important; width: 100%; display: flex; align-items: center; flex-wrap: wrap; padding: 0; margin: 0px; flex: 1; }
.ajdb-content-left-block .job-keyword ul li { margin-right: 5px; margin-bottom: 5px; }
.ajdb-content-left-block .job-keyword ul li span { font-family: 'open_sanssemibold'; padding: 5px; font-size: 12px; line-height: 16px; text-align: center; color: #F15B2F; min-width: 69px; height: 25px; background: #FFE2DA; display: block; border-radius: 25px;  }

.ajdb-content { width: 100%; display: block; margin-bottom: 15px; }
.ajdb-content .ajdb-title { font-size: 14px; font-family: 'open_sanssemibold'; line-height: 19px; color: #00A2AF; margin-bottom: 10px; }
.ajdb-content .ajdb-text { font-size: 12px; line-height: 22px; color: #858585; margin-bottom: 10px; }
.ajdb-content .ajdb-text:last-child { margin-bottom: 0px; }
.ajdb-content .download-file-block { display: flex; flex-wrap: wrap; }
.download-file { display: flex; font-family: 'open_sanssemibold'; font-size: 12px; line-height: 16px; color: #3C3C3C; border: 1px dashed #D3D3D3; padding: 12px 15px; border-radius: 6px; margin-bottom: 5px; margin-right: 5px; }
.download-file img {  width: 16px; height: 16px; margin-right: 10px; }


.payment-block { width: 100%; display: block; padding-top: 15px; }
.payment-block .payment-top { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.payment-block .payment-top .pay-title { font-size: 18px; font-family: 'open_sansbold'; line-height: 27px; text-transform: uppercase; color: #F15B2F; margin-bottom: 0px; padding-right: 20px; }

.info-payment { width: 100%; flex: 1; display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.info-payment .pay-info-box { min-width: 160px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.11); background: url(../images/payment.png) no-repeat; background-position: 96%; background-size: 28px; border-radius: 2px; display: flex; align-items: center; padding: 7px; margin-bottom: 5px; margin-left: 20px !important; margin-right: 0px !important; }
.info-payment .pay-info-box.receibed-box { background-color: #EEFEFF; }
.info-payment .pay-info-box.receibed-box-next { background-color: #EEFEFF; }
.info-payment .pay-info-box.pending-box { background-color: #FFF9EA; }
.info-payment .pay-info-box p { margin-bottom: 0px;  font-family: 'open_sansbold';  }
.info-payment .pay-info-box p.pay-type { color: #ECB524; font-size: 14px;  line-height: 19px; margin-right: 14px; }
.info-payment .pay-info-box p.pay-amount { font-size: 16px; line-height: 22px; color: #111111; }
.info-payment .pay-info-box.receibed-box p.pay-type { color: #00A2AF; }
.info-payment .pay-info-box.receibed-box-next p.pay-type { color: #00A2AF; }

.payment-table { max-height: 270px; overflow-y: auto; scrollbar-width: thin; position: relative; }
.payment-table .hand-curser { display: none; position: absolute; content:""; width :30px; height: 30px; background: red; background: url(../images/drag.png) no-repeat; background-position: center; background-size: contain; right: 5px; top: 26px;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 5s;
  }
  @-webkit-keyframes run {
    0% {
      right: 0;
    }
    50% {
      right: calc(100% - 95%);
     }
    100% {
      right: 0;
    }
  }

.payment-table .table { width: 100% !important; margin-bottom: 0px !important; }
.table > thead{ max-width: 578px; width: 100%; height: 28px; background: #D6FCFF; }
.table > thead th { font-size: 12px; line-height: 16px; text-transform: uppercase; color: #00A2AF; border: none !important; font-weight: normal; font-family: 'open_sansbold';  }
.table > tbody td { font-size: 12px; line-height: 16px; color: #3C3C3C; border-bottom: 1px dashed #D3D3D3; vertical-align: middle; }
.table > tbody td span { font-size: 12px; line-height: 16px; text-align: center; display: inline-block; padding: 3px; border-radius: 255px; min-width: 110px; }
.table > tbody td span.status-paid { color: #F15B2F; background: #FFEEE9;  }
.table > tbody td span.status-pending { color: #ECB524;  background: #FFF7E0; }

.ajdb-content-block .table > thead th:nth-child(1), .ajdb-content-block .table > tbody td:nth-child(1) { width: 100px;}
.ajdb-content-block .table > thead th:nth-child(2), .ajdb-content-block .table > tbody td:nth-child(2) {  }
.ajdb-content-block .table > thead th:nth-child(3), .ajdb-content-block .table > tbody td:nth-child(3) { width: 100px; }
.ajdb-content-block .table > thead th:nth-child(4), .ajdb-content-block .table > tbody td:nth-child(4) { width: 100px; }

.ajdb-content-right-block { width: 100%; }
.ajdb-content-right-block .up-title { font-family: 'open_sansbold'; font-size: 18px; line-height: 23px;  text-transform: uppercase; color: #F15B2F; }
.upload-proof-block { width: 100%; display: block; margin-bottom: 25px; margin-top: 20px; }
.upload-proof-block .form-field label { font-size: 12px !important; line-height: 16px !important; }
.upload-proof-block .form-field .form-control { border-bottom: 1px solid #D7D7D7 !important; font-size: 14px !important; line-height: 19px !important; padding: 10px 10px !important; resize: unset !important;  color: #3C3C3C !important;}
.upload-proof-block .form-field #attachments { padding-left: 0px !important; }
.upload-proof-block .form-field .form-control::placeholder {  color: #3C3C3C !important; }
.upload-proof-block .form-field .submit-btn { width: 110px !important; background: transparent !important; padding: 5px !important; z-index: 11; font-size: 16px !important; line-height: 22px !important; height: 34px !important; display: block; }
.upload-proof-block .form-field .cancel-btn { width: 110px !important;  padding: 5px !important; z-index: 11; font-size: 16px !important; line-height: 22px !important; height: 34px !important; display: block; }
.form-field input[type=file]::file-selector-button { margin-left: 1px; width: 93px; background: linear-gradient(180deg, #E2E2E2 0%, rgba(196, 196, 196, 0.24) 100%);  border: 1px solid #CACACA; box-sizing: border-box; border-radius: 2px; font-size: 14px; line-height: 19px; color: #3C3C3C; text-align: center; }

.upload-proof-block .form-field .submit-btn::before { background: #00A2AF !important; }
.upload-proof-block .form-field .submit-btn:hover { border: 1px solid #00A2AF !important; color: #00A2AF !important;}

.uploaded-proof-block { width: 100%; display: block; margin-bottom: 25px; }
.uploaded-proof-inside-block {  overflow: hidden; overflow-y: scroll; width: 100%; max-height: 620px; scrollbar-width: thin; }
.uploaded-proof-box { width: 100%; display: block; padding: 15px 0px; border-bottom: 1px dashed #D3D3D3;  }
.uploaded-proof-box:last-child { border-bottom: none ; }
.uploaded-proof-box p { font-size: 12px; line-height: 16px;  color: #3C3C3C; margin-bottom: 10px; }
.uploaded-proof-box p.date { font-family: 'open_sanssemibold'; }
.uploaded-proof-box p.date span { margin-bottom: 0px; display: inline-block; }
.uploaded-proof-box p span {  color: #F15B2F; font-family: 'open_sanssemibold'; display: block; margin-bottom: 3px; }
.uploaded-proof-box p span.uolaod-icon {   display: inline-block;
    font-family: 'open_sanssemibold';
    font-size: 12px;
    line-height: 16px;
    color: #3C3C3C;
    border: 1px dashed #D3D3D3;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
.uploaded-proof-box p span img { width: 16px; height: 16px; margin-right: 5px; }
.uploaded-proof-box p:last-child { margin-bottom: 0px; }


.task-block {  }
.ajdb-content-block .task-block .table > thead th:nth-child(1), .ajdb-content-block .task-block .table > tbody td:nth-child(1) {width: 200px;}
.task-block  .detail_td { padding: 0px; }

/* payment page */

.payment-transaction-page .payment-table { max-height: 530px; }
.payment-transaction-page .payment-block { padding: 28px 33px;}
.payment-transaction-page .table > thead th:nth-child(1), .payment-transaction-page .table > tbody td:nth-child(1) { width: 200px; }
.payment-transaction-page .table > thead th:nth-child(2), .payment-transaction-page .table > tbody td:nth-child(2) { width: 110px; }
.payment-transaction-page .table > thead th:nth-child(3), .payment-transaction-page .table > tbody td:nth-child(3) { width: 400px; }
.payment-transaction-page .table > thead th:nth-child(4), .payment-transaction-page .table > tbody td:nth-child(4) { width: 100px; }
.payment-transaction-page .table > thead th:nth-child(5), .payment-transaction-page .table > tbody td:nth-child(5) { width: 100px; }

.payment-transaction-page .dashboard-table .table > thead th:nth-child(1), .payment-transaction-page .dashboard-table .table > tbody td:nth-child(1) { width: 200px; }
.payment-transaction-page .dashboard-table .table > thead th:nth-child(2), .payment-transaction-page .dashboard-table .table > tbody td:nth-child(2) { width: 10px; }
.payment-transaction-page .dashboard-table .table > thead th:nth-child(3), .payment-transaction-page .dashboard-table .table > tbody td:nth-child(3) { width: 100px; }
.payment-transaction-page .dashboard-table .table > thead th:nth-child(4), .payment-transaction-page .dashboard-table .table > tbody td:nth-child(4) { width: 300px; }
.payment-transaction-page .dashboard-table .table > thead th:nth-child(5), .payment-transaction-page .dashboard-table .table > tbody td:nth-child(5) { width: 100px; }


.payment-transaction-page .campaign-table .table > thead th:nth-child(1), .payment-transaction-page .campaign-table .table > tbody td:nth-child(1) { width: 200px; }
.payment-transaction-page .campaign-table .table > thead th:nth-child(2), .payment-transaction-page .campaign-table .table > tbody td:nth-child(2) { width: 200px; }
.payment-transaction-page .campaign-table .table > thead th:nth-child(3), .payment-transaction-page .campaign-table .table > tbody td:nth-child(3) { width: 400px; }
.payment-transaction-page .campaign-table .table > thead th:nth-child(4), .payment-transaction-page .campaign-table .table > tbody td:nth-child(4) { width: 100px; }
.payment-transaction-page .campaign-table .table > thead th:nth-child(5), .payment-transaction-page .campaign-table .table > tbody td:nth-child(5) { width: 100px; }




.payment-transaction-page .payment-block .payment-top { margin-bottom: 40px; width: 100%; display: block;  }
.payment-transaction-page .info-payment .pay-info-box { margin: 0px; display: block; font-size: 16px; line-height: 22px; width: 249px; height: 87px; border-radius: 8px; padding: 17px 12px; }
.payment-transaction-page .info-payment{  justify-content: space-between; }
.payment-transaction-page .info-payment .pay-info-box.overall-earning-box{ background-color: #FFF8F5; }
.payment-transaction-page .info-payment .pay-info-box.overall-earning-box  p.pay-type { color: #F15B2F; }
.payment-transaction-page .info-payment .pay-info-box p.pay-type { margin-bottom: 5px; }
.payment-transaction-page .info-payment .pay-info-box p.pay-amount {font-size: 16px; font-family: 'open_sansextrabold'; line-height: 23px; color: #111111; }

.payment-transaction-page .table > tbody td .t-title {  font-size: 12px; font-family: 'open_sanssemibold'; line-height: 16px; color: #F15B2F; }
.payment-transaction-page .info-payment .pay-info-box { background-size: 51px;}

/*  */

.view-campaigns-page .download-file-block { display: flex; flex-wrap: wrap; }
.view-campaigns-page .download-file{ padding-left: 16px; padding-right: 16px; }
.view-campaigns-page .download-file span { display: inline-block; margin-left: auto; font-family: 'open_sansregular'; }
.view-campaigns-page .reposts-block { padding-top: 16px; }
.view-campaigns-page .ajdb-content:last-child { margin-bottom: 0px; }

/* header */

.side-toggle { border: none !important; background: none !important; box-shadow: none !important; margin-left: 10px; display: flex; flex-direction: column; border-radius: 5px; padding:8px 5px; }
.navbar-toggler-icon { width: 24px; height: 2px; background: #00A2AF !important; margin-bottom: 5px; }
.navbar-toggler-icon:last-child { margin-bottom: 0px; }
.navbar-toggler-icon:nth-child(1){width: 16px; }
.navbar-toggler-icon:nth-child(2){width: 20px; }

/*  */
.spinner-block { width: 100%; padding:30px 10px; margin-top: -90px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 56.25%); position: relative; border-radius: 20px; }
.lds-spinner {  display:block; position: relative; width: 40px; height: 40px; margin: 0px auto; }
.lds-spinner div { transform-origin: 20px 20px; animation: lds-spinner 1.2s linear infinite; }
.lds-spinner div:after { content: " "; display: block; position: absolute; top: 3px; left: 18px; width: 4px; height: 10px; border-radius: 20%; background: #ECB524;}
.lds-spinner div:nth-child(1) { transform: rotate(0deg); animation-delay: -1.1s; }
.lds-spinner div:nth-child(2) { transform: rotate(30deg); animation-delay: -1s; }
.lds-spinner div:nth-child(3) {  transform: rotate(60deg); animation-delay: -0.9s;}
.lds-spinner div:nth-child(4) { transform: rotate(90deg); animation-delay: -0.8s; }
.lds-spinner div:nth-child(5) { transform: rotate(120deg); animation-delay: -0.7s;}
.lds-spinner div:nth-child(6) {transform: rotate(150deg); animation-delay: -0.6s; }
.lds-spinner div:nth-child(7) { transform: rotate(180deg);  animation-delay: -0.5s;}
.lds-spinner div:nth-child(8) { transform: rotate(210deg); animation-delay: -0.4s; }
.lds-spinner div:nth-child(9) { transform: rotate(240deg); animation-delay: -0.3s;}
.lds-spinner div:nth-child(10) { transform: rotate(270deg); animation-delay: -0.2s; }
.lds-spinner div:nth-child(11) { transform: rotate(300deg); animation-delay: -0.1s; }
.lds-spinner div:nth-child(12) { transform: rotate(330deg); animation-delay: 0s; }
@keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}


/*  */

.email-confirmation-block { max-width: 420px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 30px 40px 35px; background-color: #FFF; position: relative; }
.email-confirmation-block .email-logo { width: 59px; height: 47px; margin: 0px auto 27px; }
.email-confirmation-block .email-logo img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.email-confirmation-block .email-title { font-size: 36px;  font-family: 'open_sansbold'; line-height: 42px; color: #353030; text-align: center; margin-bottom: 16px; }
.email-confirmation-block .email-sub-title {color: #353030; text-align: center; margin-bottom: 0px; font-size: 16px; line-height: 20px; }


.alertify-notifier{ width: 100% !important; max-width:100% !important; top:0 !important;}
.ajs-message{ width: 100% !important; font-size: 16px !important;right: 0 !important; left: 0 !important;margin: auto !important; }

/* privacy page */

.privacy-policy-page { position: relative;  width: 100%; padding: 50px 0px; background: linear-gradient(180deg, rgba(236, 240, 253, 0) 0%, rgba(236, 240, 253, 0.53) 14.32%, #ECF0FD 45.83%, rgba(236, 240, 253, 0.43) 84.33%, rgba(236, 240, 253, 0) 100%);}
.privacy-policy-page .page-heading { font-size: 32px; line-height: 42px; color: #111111; margin-bottom: 10px; font-family: 'open_sansbold'; text-align: center; }
.privacy-policy-page .last_update { font-size: 14px; line-height: 23px; color: #929797 !important; font-weight: 700; text-align: center; margin-bottom: 50px; }
.privacy-policy-page h3 { font-size: 18px;line-height: 22px;  color: #111111; margin-bottom: 15px; margin-top: 35px; font-family: 'open_sansbold'; }
.privacy-policy-page p { font-size: 14px; line-height: 23px; color: #3C3C3C; margin-bottom: 15px;  }
.privacy-policy-page address { font-size: 14px; line-height: 23px; color: #3C3C3C; margin-bottom: 15px;  }
.privacy-policy-page a { color: #00a2af; text-decoration: underline !important; }
.privacy-policy-page ul li { font-size: 14px; line-height: 23px; color: #3C3C3C; margin-bottom: 15px; list-style: square; }

/* new field css */

.header-body { width: 95%; margin: 0px auto 35px; position: relative; display: flex; align-items: center; }
.breadcrumb { margin-bottom: 0px; background: #ECB524; padding: 15px 20px; border-radius: 6px; margin-left: 12px; }
.breadcrumb-item > a { color: #fff; font-family: 'open_sansbold'; font-size: 14px;}
.breadcrumb-item.active  { color: #fff;}
.breadcrumb-item + .breadcrumb-item::before { color: #fff; }
.header-body .heading { font-family: 'open_sansbold'; font-size: 26px; line-height: 32px; color: #111111; margin-right: auto; word-break: break-word; }
.header-body .heading span{ color: #ECB524; }
.header-body .heading span + span { color: #f15b2f; }
.header-body .heading span + span + span { color: #00a2af; }


/*  */

.typeahead__list { background: #252525; border: 1px solid #717171 !important; font-size: 16px; padding: 12px; border-radius: 0px; }
.typeahead__list > li { border:none !important; }
.typeahead__list .typeahead__item > a,
.typeahead__dropdown .typeahead__dropdown-item > a { position: relative; padding: 10px; font-size: 14px; color: #fff; }
.typeahead__list.empty > li { color: #fff; }
.typeahead__list .typeahead__item:not([disabled]) > a:hover, .typeahead__list .typeahead__item:not([disabled]) > a:focus, .typeahead__list .typeahead__item:not([disabled]).active > a, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:hover, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:focus, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active > a
{  background: #00A2AF !important; color: #fff; }


/* dashboard page */

.dashboard-card-block { width: 95%; margin: 100px auto 0px; }
.dashboard-card-block .pay-info-box { margin: 0px; margin-right: 10px; margin-bottom: 10px; display: block; font-size: 16px; line-height: 22px; width: 100%; max-width: 310px; height: 125px; border-radius: 8px; box-shadow: 0px 4px 8px rgb(0 0 0 / 11%); background-image: url(../images/payment.png); background-repeat:no-repeat; background-position: 96%; background-size: 51px;}
.dashboard-card-block .pay-info-box .pay-type { color: #F15B2F; width: 100%; flex: 1; font-size: 16px; font-family: 'open_sansbold'; text-align: right; }
.dashboard-card-block .pay-info-box a.pay_a { width: 100%; display: flex; padding: 20px; }

.dashboard-card-block .pay-info-box.background-one { background-color: #FFF8F5; background-image: url(../images/Campaigns_red.png); background-repeat:no-repeat; background-position: 96%; background-size: 51px; }
.dashboard-card-block .pay-info-box.background-two { background-color: #EEFEFF; background-image: url(../images/money-green.png); background-repeat:no-repeat; background-position: 96%; background-size: 51px; }
.dashboard-card-block .pay-info-box.background-three { background-color: #FFF9EA; background-image: url(../images/social-media-new-yellow.png); background-repeat:no-repeat; background-position: 96%; background-size: 51px; }

.dashboard-card-block .pay-info-box.background-one p.pay-type { color: #F15B2F;}
.dashboard-card-block .pay-info-box.background-two p.pay-type { color: #00A2AF;}
.dashboard-card-block .pay-info-box.background-three p.pay-type { color: #ECB524;}

.icons { width: 64px; height: 64px; border-radius: .75rem; box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(64,64,64,.4) !important; margin-top: -2.5rem !important; display: flex; align-items: center; justify-content: center; padding: 10px;}

.background-one .icons {  background: rgb(241,47,47); background: linear-gradient(180deg, rgba(241,47,47,0.9668067910758054) 8%, rgba(241,91,47,1) 31%, rgba(241,91,47,1) 92%);  }
.background-two .icons {  background: rgb(0,162,175); background: linear-gradient(180deg, rgba(0,162,175,1) 8%, rgba(0,162,175,1) 31%, rgba(0,162,175,1) 92%);  }
.background-three .icons {  background: rgb(236,181,36); background: linear-gradient(180deg, rgba(236,181,36,1) 8%, rgba(236,181,36,1) 30%, rgba(236,181,36,1) 92%);  }
.icons img { width: 35px; height: 35px; }

.social-icons { display:flex; align-items:center; list-style:none; padding:0px; margin:0px; justify-content: flex-end; }
.social-icons li { margin-left: 8px;}
.social-icons li a { display:block; width:18px; height:18px; }
.social-icons li a img { width:100%; height:100%; object-position:center; object-fit:contain; vertical-align: text-top; }

.ability-text { font-size:18px; color: #F15B2F;  font-family: 'open_sansbold'; width:100%; margin-top: 20px; }
.ability-text img { width: 20px; height:20px; margin-right:8px; object-position:center; object-position:center; }


.dashboard_campaigns { margin:20px 0px 0px !important; max-width: 100% !important; }



/*  */

.form-group-block { width: 100%; display: flex; }
.form-group-block .tools-icon { widthl: 24px; margin-right: 10px; }
.form-group-block .tools-icon span { display: block; }
.form-group-block .tools-icon span i { font-size: 24px; }
.form-group-block .form-group { width: 100%; }

.show-uploaded-image { width: 100%; display: block; margin-bottom: 30px; }
.show-uploaded-image ul { list-style: none !important; margin: 0px; padding: 0px; width: 100%; display: flex; align-items: center; flex-wrap: wrap; }
.show-uploaded-image ul li { margin-right: 15px; width: 80px; height: 80px; border: 1px solid #E9E9EF; border-radius: 4px; margin-bottom: 5px; display: flex; align-items: center; justify-content: center; }
.show-uploaded-image ul li a { display: block; width: 100%; height: 100%; }
.show-uploaded-image ul li img { width: 100%; height: 100%; object-fit: contain; object-position: center;  border-radius: 4px; }
.show-uploaded-image ul li.default-img img { width: 40px; height: 40px; }

.after-login-right-side-content-block .form-btn-block { text-align: left; }
.after-login-right-side-content-block .form-field .common-btn { max-width: 250px !important; }
.add-btns{border: 0; background: transparent; margin-left: 20px;}
.add-btns .add-icon-svg{display: none;}
.add-btns.collapsed .add-icon-svg{display: inline-block;}
.add-btns.collapsed .minus-icon-svg{display: none;}

/* responsive view */

.assigned-job-contnet-block { padding:30px 20px 20px; width: 100%; display: flex !important; flex-wrap: wrap; }
.assign-job-box { padding: 0px !important; display: block !important; width: 48% !important; margin : 0px 1% 20px !important; }
.assign-job-box { border: 1px solid #D3D3D3 !important;}
.assign-job-box a { display: block; width: 100%; height: 100%; }
.assign-job-box .assign-user img { border-radius: 0px !important; }
.assign-job-box .assign-user { width: 100% !important; height: 250px !important;  }
.assing-job-info { padding: 15px; }

.moreread-button { text-align: center; color: #fff !important; background: #00A2AF;  margin-bottom: 0px; box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08); display: inline-block !important; width: 90px !important; padding: 6px; border-radius: 6px; font-size: 12px; }

.assign-job-box .assing-job-info .aji-title { font-size: 20px !important;}
.assign-job-box .assing-job-info .job-keyword ul li span { padding: 6px 10px !important; height: auto !important; border-radius: 6px !important;}
.ajdb-content-left-block .job-keyword ul li span { padding: 6px 10px !important; height: auto !important; border-radius: 6px !important; }


.nav-tabs { border: none; padding: 30px 0px 20px; margin-left: 12px;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { background: #ECB524; color: #fff; border-color: #ECB524 !important; }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {  background: #ECB524; color: #fff; border-color: #ECB524 !important;  }
.nav-tabs .nav-link { border: 1px solid #7B7B7B !important; border-radius: 6px !important; text-transform: uppercase; color: #7B7B7B; font-family: 'open_sansbold'; cursor: pointer; }
.nav-tabs .nav-item { margin: 0px 10px; }
.nav-tabs .nav-item:first-child{ margin-left: 0px; }

.show_rec { font-family: 'open_sansbold'; font-size: 18px; line-height: 22px; color: #111111; margin-bottom: 20px; }
.show_rec span {color: #00A2AF; }

.pr-16wyl42 { min-height: unset !important;}
.pr-1u2qwb4 { background: #ECB524; }

.typeahead__cancel-button {
  font-size: 26px !important;
  color: red !important;
}
.modal-dialog.task-modal{max-width: 736px !important;}
.pagination{/* justify-content: flex-start !important; */padding:10px 0px 20px; margin-bottom:0px;}
.pagination .page-item .page-link{background: transparent; border:0px; border-radius:0px; font-family: 'open_sanssemibold'; font-size: 16px;padding:0px 7px; color: #888888; }
.pagination .page-item .page-link.active, .pagination .page-item .page-link:hover{color:#F15B2F !important;}
.pagination .page-item.active .page-link{color:#F15B2F !important;}
.pagination .page-item .page-link:focus{box-shadow: none;}
/*  */






/*  */



@media (min-width: 1200px) and (max-width: 1300px) {


}

@media (min-width: 1400px) {


}

@media (min-width: 1440px) {

.container { max-width: 1250px; }

.show-uploaded-image { width: 100%; display: block; margin-bottom: 30px; }
.show-uploaded-image ul { list-style: none !important; margin: 0px; padding: 0px; width: 100%; display: flex; align-items: center; flex-wrap: wrap; }
.show-uploaded-image ul li { margin-right: 15px; width: 100px; height: 100px; border: 1px solid #E9E9EF; border-radius: 4px; display: flex; align-items: center; justify-content: center; }
.show-uploaded-image ul li a { display: block; width: 100%; height: 100%; }
.show-uploaded-image ul li img { width: 100%; height: 100%; object-fit: contain; object-position: center;  border-radius: 4px; }
.show-uploaded-image ul li.default-img img { width: 75px; height:75px; }
.nav-tabs .nav-item { max-width: 240px; }
.nav-tabs .nav-link { font-size: 16px; line-height: 22px; padding: 12px 20px; }



}

@media (min-width: 1600px) {

}


@media (min-width: 1680px) {

}

@media (min-width: 2100px) {

  .shapes {bottom: -100px !important; height: 360px !important;}
  .home-banner-section { height: 1010px !important;}


}


@media (min-width: 1700px){

.container { max-width: 1450px; }


/* main css code */

header .navbrand { width: 282px; height: 33px; }

.home-banner-section { width: 100%; padding: 50px 0px; position: relative; display: flex; align-items: center;  height: 800px; background: url(../images/home-banner.jpg); background-size: cover; background-position: center; background-attachment: fixed; }
.home-banner-section::before { position: absolute; content: ""; left: 0; right: 0; bottom: 0; top: 0; background: rgba(0, 0, 0, 0.51); }
.home-banner-section .home-banner-content-box { max-width: 539px; width: 100%; position: relative; margin-bottom: 125px; }
.home-banner-content-box .hbc-heading { font-weight: normal; font-size: 64px; line-height: 87px; color: #FFFFFF; margin-bottom: 40px; font-family: 'open_sansextrabold'; }
.home-banner-content-box .btn-block {  display: flex; align-items: center; width: 100%; }
.home-banner-content-box .btn { box-shadow: none !important; width: 192px; font-family: 'open_sansbold'; font-size: 24px; line-height: 32px; text-transform: uppercase; color: #FFFFFF; padding: 14px; border-radius: 50px; }
.home-banner-content-box .btn.login-btn { margin-left: 28px; }

.shapes { width: 100%; position: absolute; bottom: -80px; left: 0; display: block; background: url(../images/Shapes.png); height: 260px; background-position: center; background-size: cover; }

.home-second-section { display: block; padding: 50px 0px; width: 100%; position: relative; }
.home-second-section .content-block .heading { font-size: 46px; line-height: 63px; color: #111111; font-family: 'open_sansbold'; margin-bottom: 20px; }
.home-second-section .content-block .heading span{ color: #ECB524; }
.home-second-section .content-block .heading span + span { color: #f15b2f; }
.home-second-section .content-block .heading span + span + span { color: #00a2af; }
.home-second-section .hss-text { font-size: 16px;  line-height: 30px; color: #3C3C3C;  }

.pph-box { width: 100%; padding-bottom: 30px; }
.pph-box .pph-box-inside { width: 100%; height: 100%; max-width: 265px; margin: 0px auto; }
.pph-box .pph-box-inside .pph-icon { width: 110px; height: 105px; background: url(../images/shapes1.png); background-size: contain; background-position: top center; margin: 0px auto; display: flex; align-items: flex-end; margin-bottom: 22px; }
.pph-box2 .pph-box-inside .pph-icon{ background: url(../images/shapes2.png); background-size: contain; background-position: top center; }
.pph-box3 .pph-box-inside .pph-icon{ background: url(../images/shapes3.png); background-size: contain; background-position: top center; }
.pph-box4 .pph-box-inside .pph-icon{ background: url(../images/shapes4.png); background-size: contain; background-position: top center; }
.pph-box-inside .pph-icon img { width: 70px; height: 70px; margin: 0px auto; }
.pph-box-inside .pph-title { font-size: 20px; line-height: 27px; text-align: center; color: #111111; margin-bottom: 10px;  font-family: 'open_sansbold'; }
.pph-box-inside .pph-text { font-size: 14px; line-height: 30px; text-align: center; color: #3C3C3C; margin-bottom: 0px; }

.home-third-section { padding: 80px 0px; }
.home-third-section .case-image-block { max-width: 405px; padding: 6px; height: 836px; width: 100%; margin: 0px auto; position: relative; }
.home-third-section .case-image-block::after { position: absolute; content: ""; left: 0; top: 0; bottom: 0; right: 0; background: url(../images/Case.png); background-position: center; background-size: cover; }
.home-third-section .case-image-block img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 60px; }

.home-third-section .case-content-block .case-heaing { font-size: 46px; font-family: 'open_sansbold'; line-height: 63px; color: #111111; margin-bottom: 15px; }
.home-third-section .case-content-block .case-text { font-size: 16px; line-height: 30px; color: #3C3C3C; margin-bottom: 20px; }
.home-third-section .case-content-block .case-ul { list-style: none; padding: 0; margin: 0px;  }
.home-third-section .case-content-block .case-ul li {  font-size: 16px; line-height: 30px;  color: #3C3C3C; margin-bottom: 30px; padding-left: 25px; position: relative; }
.home-third-section .case-content-block .case-ul li::before { position: absolute; content: ""; top: 7px; width: 16px; height: 16px; background: url(../images/Polygon.png) no-repeat; background-position: center; background-size: contain; left: 0; }
.join-btn { width: 195px; margin-top: 30px; font-size: 24px; line-height: 33px; text-transform: uppercase; color: #FFFFFF !important; padding: 14px; }

.how-it-work-section { position: relative; display: block; padding: 250px 0px 50px; width: 100%; background: linear-gradient(180deg, rgba(236, 240, 253, 0) 0%, rgba(236, 240, 253, 0.53) 14.32%, #ECF0FD 45.83%, rgba(236, 240, 253, 0.43) 84.33%, rgba(236, 240, 253, 0) 100%); }

.circle-shapes-block { width: 1056px; height: 1056px; }
.how-it-work-section .cricle-box { width: 100%;  height: 100%; }
.how-it-work-section .cricle-box-inside { width: 800px; height: 800px; }

.how-it-work-section .cricle-box .small-div { position: absolute; content: "";  width: 35px; height: 35px; background: #ECB524; border-radius: 50%; right: 180px; top: 97px; }
.how-it-work-section .cricle-box-inside .small-div { position: absolute; content: ""; width: 19px; height: 19px; background: #F15B2F; border-radius: 50%; top: 125px; left: 90px; }

.how-it-work-section .heading-row { max-width: 658px; width: 100%; margin: 0px auto 45px; }
.how-it-work-section .heading-row .sheading { font-size: 46px; line-height: 63px; color: #111111; margin-bottom: 10px;  font-family: 'open_sansbold'; text-align: center; }
.how-it-work-section .heading-row .s-description { font-size: 16px; line-height: 30px; color: #3C3C3C; text-align: center; }

.video-block { width: 100%; height: 690px; position: relative; border-radius: 20px; }
.video-block .play-icon { width: 141px; height: 141px; background: linear-gradient(180deg, rgba(0, 162, 175, 0.59) 0%, rgba(214, 252, 255, 0.59) 100%); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.video-block .play-icon img { width: 60px; height: 60px; margin-left: 12px; object-fit: contain; object-position: center;  }

.how-it-work-content-section { width: 100%; display: block; padding: 70px 0px; position: relative; }
.how-it-work-content-section .hiwc-row-one { width: 100%; display: block; padding-bottom: 30px; position: relative; }
.how-it-work-content-section .hiwc-row-one::before { position: absolute; content: ""; right: 0; top: 0; width: 563px; height: 563px; background: rgba(236, 181, 36, 0.26); filter: blur(68px); }
.how-it-work-content-section .hiwc-row-two { width: 100%; display: block; padding-top: 30px; position: relative; }
.how-it-work-content-section .hiwc-row-two::before {  position: absolute; content: ""; left: 0; top: 0; width: 563px;  height: 100%; background: rgba(0, 162, 175, 0.26);  filter: blur(68px); }
.how-it-work-content-section .hiwc-image { border-radius: 20px; max-width: 584px; width: 100%; height: 412px; }
.how-it-work-content-section .hiwc-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 20px;  }
.how-it-work-content-section .hiwc-row-one .hiwc-content { padding-right: 30px; }
.how-it-work-content-section .hiwc-row-two .hiwc-content { padding-left: 30px; }
.how-it-work-content-section .hiwc-content .hiwc-heading { font-size: 46px; line-height: 63px; color: #111111; margin-bottom: 10px; font-family: 'open_sansbold';}
.how-it-work-content-section .hiwc-content .hiwc-text { font-size: 16px; line-height: 30px; color: #3C3C3C; margin-bottom: 20px; }
.how-it-work-content-section .hiwc-content .join-btn { border: 4px solid #FFFFFF !important; margin-left: -135px; z-index: 11; position: relative; }
.how-it-work-content-section .hiwc-content .join-btn:hover { border: 4px solid #ECB524 !important;  }


/* Circle */

.how-it-work-content-section .hiwc-image { position: relative; overflow: hidden; }
.how-it-work-content-section .hiwc-image::before { position: absolute; top: 50%; left: 50%;	z-index: 2;
	display: block; content: '';  width: 0;	height: 0; background: rgba(255,255,255,.2);
	border-radius: 100%; -webkit-transform: translate(-50%, -50%);	transform: translate(-50%, -50%);opacity: 0;}
.how-it-work-content-section .hiwc-image:hover::before { -webkit-animation: circle .75s; animation: circle .75s;}

@-webkit-keyframes circle {
	0% {opacity: 1;}
	40% {opacity: 1;}
	100% { width: 200%; height: 200%; opacity: 0;}
}
@keyframes circle {
    0% {opacity: 1;}
	40% { opacity: 1;}
	100% { width: 200%; height: 200%; opacity: 0;}
}


footer{ width: 100%; display: none; padding: 70px 0px; height: 269px; background: #252525; position: fixed; bottom: 0; }
footer .footer-inside-div { display: flex; align-items: flex-start; justify-content: space-between; width: 100%; }
footer hr { margin: 10px 0px 20px; opacity: 1; max-width: 90px; width: 100%; background: #858585; }
footer .fo-title { font-size: 36px; line-height: 42px; color: #fff; margin-bottom: 0px; }
footer .footer-logo { width: 100%; max-width: 282px; height: 33px; }
footer .footer-logo img { width: 100%; height: 100%; object-fit: contain; object-position: left; }
footer .social-icons ul { list-style: none; padding: 0px; margin:15px 0px 0px; display: flex; align-items: center;  }
footer .social-icons ul li {  margin-right: 5px;  }
footer .social-icons ul li a { width: 40px; height: 40px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; }
footer .social-icons ul li a img { width: 18px; height: 18px; }
footer .connect-box a { color: #929797 !important; font-size: 14px; margin-bottom: 5px; display: inline-block; }
footer .connect-box a:hover { text-decoration: underline !important; color: #fff !important; }
footer hr:not([size]) { height: 2px;}


/* auth form block login page */


.form-field .form-field-haeding-block { margin-bottom: 40px; }
.form-field .p-title { font-size: 18px; line-height: 25px; }
.form-field .p-description { font-size: 16px; line-height: 25px; margin-top: 10px; }
.form-field label { font-size: 14px; line-height: 19px; margin-bottom: 2px; }
.form-field .form-group { margin-bottom: 20px; }
.form-field .form-group .form-control { font-size: 14px; line-height: 22px; padding:12px 15px ; }
.form-field .common-btn { max-width: 100%; height: 50px; border-radius: 255px; font-size: 20px; line-height: 27px; }
.go-other-page { font-size: 14px; line-height: 16px; margin-top: 28px; }

/* choose */

.choices__inner { padding: 11px 15px !important; font-size: 14px;}
.choices__list--single { line-height: 23px;}
.choices__list--dropdown { font-size: 14px; padding: 12px; border-radius: 0px; }
.choices[data-type*="select-one"]::after {  right: 10px;  width: 10px; background-size: 12px;  border-color: #fff transparent transparent !important;}

/* profile page */

.after-login-section {min-height: 100vh; padding-left: 350px; }
.side-nav-bar { max-width: 350px; }
.side-nav-bar .site-logo { padding:24px 10px;}
.side-nav-bar .site-logo a {width: 278px; height: 33px;}

.user-info-block .user-img { height: 250px; }
.user-info-block .camera-img { width: 34px; height: 34px; right: 5px; bottom: 5px; }
.user-info-block .camera-img img { width: 18px; height: 18px;}
.user-info-block .loader-img{ width: 34px; height: 34px; right: 5px; bottom: 5px; }
.user-info-block .loader-img img { width: 18px; height: 18px;}
.user-info-block .user-name {font-size: 16px;line-height: 21px; padding: 20px; }


.profile-nav ul li a { font-size: 12px; line-height: 17px; padding:15px 20px; }


.after-login-right-side-content-block {  padding: 35px 20px; }
.alrscb-block { max-width: 95%; border-radius: 20px;}
.alrscb-block .alrscb-hading-row { padding: 20px 33px; }
.alrscb-block .alrscb-hading-row .heading {  font-size: 32px; line-height: 42px;}


.profile-form-block .profile-form { padding: 40px 33px 10px; }

.custom-check-box { margin-bottom: 20px; }
.check-boxs { margin-bottom: 18px; }

.checkbox { position: relative; padding-left: 28px; font-family: 'open_sansextrabold' !important; cursor: pointer;font-size: 16px !important; line-height: 20px !important; font-weight: bold;  -webkit-user-select: none; color: #ECB524 !important;  -moz-user-select: none;-ms-user-select: none;user-select: none; margin-bottom: 0; margin-left: 0px; }
.checkbox input { position: absolute; opacity: 0;cursor: pointer;height: 0; width: 0;}
.checkmark { position: absolute; top: 2px; left: 0; height: 16px; width: 16px; background: #FFFFFF; border: 1px solid #C4C4C4; border-radius: 2px; }
.checkmark::after { display: none;}
.checkmark::after {content: "";position: absolute; left: 4px; top: 0px; width: 6px; height: 12px; border: solid #F15B2F; border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
input:checked ~ .checkmark::after { display: block;}

.form-btn-block { width: 100%; display: block; padding: 28px 33px; text-align: center ; border-top: 1px dashed #D3D3D3; }


/* social media page */

.social-button-block { width: 100%; display: flex; flex-direction: column; align-items: center; padding: 68px 33px; }
.social-button-block .btn { min-width: 266px; border-radius: 255px; font-family: 'open_sanssemibold'; display: flex; align-items: center; font-size: 16px; line-height: 22px;  color: #FFFFFF; box-shadow: none !important; border:1px solid transparent; padding: 14px 24px; outline: none !important; margin-bottom: 45px; }
.social-button-block div:last-child .btn { margin-bottom: 0px; }
.social-button-block .btn img { margin-left: 10px; width: 30px; height: 30px;  }
.social-button-block .btn.insta-btn {  background: linear-gradient(180deg, #AA007F 0%, #E31000 49.81%, #E9BD05 100%); border-bottom: 1px solid #E9BD05; }
.social-button-block .btn.facebook-btn { background: #2B84DA; }

.social-button-block .btn:hover { opacity: 0.7; transition: all 0.5s; }

/*  */

.payment-setting-block { width: 100%; display: flex; flex-direction: column; align-items: center; padding: 35px 33px; }
.payment-setting-block p { font-family: 'open_sanssemibold'; font-size: 14px; line-height: 19px; color: #858585; margin-bottom: 10px; }
.pbtn-block { width: 100%; display: block; margin: 60px 0px 0px; }
/* .pbtn-block .btn { max-width: 386px; width: 100%; display: block; margin: 0px auto;  border-radius: 255px; font-family: 'open_sansbold'; display: flex; background: #441645; align-items: center; font-size: 24px; line-height: 33px; text-transform: uppercase; color: #FFFFFF; box-shadow: none !important; border:1px solid transparent; padding: 14px 24px; outline: none !important; justify-content: center; }
 */.pbtn-block .btn img { margin-left: 10px; width: 102px; height: 32px;  }
.pbtn-block .btn:hover { opacity: 0.7; transition: all 0.5s; }


/*  */

.assigned-job-contnet-block { width: 100%; display: block; }
.assign-job-box { width: 100%; display: flex; padding: 28px 33px; border-bottom: 1px dashed #D3D3D3; }
.assign-job-box .assign-user { width: 180px; height: 180px; border-radius: 6px; }
.assign-job-box .assign-user img { width: 100%; height: 100%; border-radius: 6px; object-fit: cover; object-position: center; }
.assign-job-box .assing-job-info { width: 100%; flex: 1; padding-left: 27px; }
.assign-job-box .assing-job-info .aji-title { font-size: 18px; font-family: 'open_sansbold'; line-height: 25px; color: #F15B2F; margin-bottom: 12px; }
.assign-job-box .assing-job-info .job-keyword { display: flex; width: 100%; margin-bottom: 12px; }
.assign-job-box .assing-job-info .job-keyword .k-title {font-size: 14px; font-family: 'open_sanssemibold'; line-height: 19px; color: #00A2AF; margin-bottom: 0px; margin-right: 5px; margin-top: 2px; }
.assign-job-box .assing-job-info .job-keyword ul li { margin-right: 5px; margin-bottom: 5px; }
.assign-job-box .assing-job-info .job-keyword ul li span {  padding: 5px; font-size: 12px; line-height: 16px; height: 25px; border-radius: 25px;  }
.assign-job-box .assing-job-info p { font-size: 12px; line-height: 22px; }


/*  */

.back-text { font-size: 12px; line-height: 22px; }
.back-text img { width: 10px; height: 10px; margin-right: 3px; }

.assigned-job-detail-block { padding: 28px 21px; }
.assigned-job-detail-block .ajdb-image { height: 330px; }


.ajdb-content-left-block { padding: 20px; }
.ajdb-content-left-block .job-keyword { margin-bottom: 12px; }
.ajdb-content-left-block .job-keyword .k-title {font-size: 14px; line-height: 19px; margin-right: 5px; margin-top: 2px; }
.ajdb-content-left-block .job-keyword ul li { margin-right: 5px; margin-bottom: 5px; }
.ajdb-content-left-block .job-keyword ul li span { padding: 5px; font-size: 12px; line-height: 16px; height: 25px; border-radius: 25px; }

.ajdb-content { width: 100%; display: block; margin-bottom: 15px; }
.ajdb-content .ajdb-title { font-size: 14px; line-height: 19px; margin-bottom: 10px; }
.ajdb-content .ajdb-text { font-size: 12px; line-height: 22px; margin-bottom: 10px; }

.payment-block { width: 100%; display: block; padding-top: 15px; }
.payment-block .payment-top { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.payment-block .payment-top .pay-title { font-size: 20px;  font-family: 'open_sansbold'; line-height: 27px; text-transform: uppercase; color: #F15B2F; margin-bottom: 0px; padding-right: 20px; }

.info-payment { width: 100%; flex: 1; display: flex; align-items: center; }
.info-payment .pay-info-box { min-width: 172px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.11); background: url(../images/payment.png) no-repeat; background-position: 96%; background-size: 28px; border-radius: 2px; display: flex; align-items: center; padding: 7px; margin-bottom: 5px; }
.info-payment .pay-info-box.receibed-box { margin-right: 20px; }
.info-payment .pay-info-box.receibed-box-next { margin-right: 20px; margin-left: 20px;}

.info-payment .pay-info-box p.pay-type { font-size: 14px; line-height: 19px; margin-right: 14px; }
.info-payment .pay-info-box p.pay-amount { font-size: 16px; line-height: 22px; }

.table > thead{ max-width: 578px; height: 28px; }
.table > thead th { font-size: 12px; line-height: 16px; }
.table > tbody td { font-size: 12px; line-height: 16px; }
.table > tbody td span { font-size: 12px; line-height: 16px; padding: 3px; border-radius: 255px; min-width: 65px; }

.ajdb-content-block .table > thead th:nth-child(1), .ajdb-content-block .table > tbody td:nth-child(1) { width: 100px;}
.ajdb-content-block .table > thead th:nth-child(2), .ajdb-content-block .table > tbody td:nth-child(2) {  }
.ajdb-content-block .table > thead th:nth-child(3), .ajdb-content-block .table > tbody td:nth-child(3) { width: 100px; }
.ajdb-content-block .table > thead th:nth-child(4), .ajdb-content-block .table > tbody td:nth-child(4) { width: 100px; }

.ajdb-content-right-block .up-title { font-size: 20px; line-height: 27px; }
.upload-proof-block .form-field label { font-size: 12px !important; line-height: 16px !important; }
.form-field input[type=file]::file-selector-button {  width: 93px; font-size: 14px; line-height: 19px;}

.uploaded-proof-inside-block { max-height: 580px; }
.uploaded-proof-box p { font-size: 12px; line-height: 16px;  color: #3C3C3C; margin-bottom: 10px; }
.uploaded-proof-box p span { margin-bottom: 3px; }
.uploaded-proof-box p span img { width: 16px; height: 16px; margin-right: 5px; }


/* payment page */

.payment-transaction-page .payment-block { padding: 28px 33px;}
.payment-transaction-page .table > thead th:nth-child(1), .payment-transaction-page .table > tbody td:nth-child(1) { width: 200px; }
.payment-transaction-page .table > thead th:nth-child(2), .payment-transaction-page .table > tbody td:nth-child(2) { width: 100px; }
.payment-transaction-page .table > thead th:nth-child(3), .payment-transaction-page .table > tbody td:nth-child(3) { width: 400px; }
.payment-transaction-page .table > thead th:nth-child(4), .payment-transaction-page .table > tbody td:nth-child(4) { width: 100px; }
.payment-transaction-page .table > thead th:nth-child(5), .payment-transaction-page .table > tbody td:nth-child(5) { width: 100px; }

.payment-transaction-page .dashboard-table .table > thead th:nth-child(1), .payment-transaction-page .dashboard-table .table > tbody td:nth-child(1) { width: 200px; }
.payment-transaction-page .dashboard-table .table > thead th:nth-child(2), .payment-transaction-page .dashboard-table .table > tbody td:nth-child(2) { width: 100px; }
.payment-transaction-page .dashboard-table .table > thead th:nth-child(3), .payment-transaction-page .dashboard-table .table > tbody td:nth-child(3) { width: 200px; }
.payment-transaction-page .dashboard-table .table > thead th:nth-child(4), .payment-transaction-page .dashboard-table .table > tbody td:nth-child(4) { width: 200px; }
.payment-transaction-page .dashboard-table .table > thead th:nth-child(5), .payment-transaction-page .dashboard-table .table > tbody td:nth-child(5) { width: 100px; }


.payment-transaction-page .campaign-table .table > thead th:nth-child(1), .payment-transaction-page .campaign-table .table > tbody td:nth-child(1) { width: 200px; }
.payment-transaction-page .campaign-table .table > thead th:nth-child(2), .payment-transaction-page .campaign-table .table > tbody td:nth-child(2) { width: 200px; }
.payment-transaction-page .campaign-table .table > thead th:nth-child(3), .payment-transaction-page .campaign-table .table > tbody td:nth-child(3) { width: 400px; }
.payment-transaction-page .campaign-table .table > thead th:nth-child(4), .payment-transaction-page .campaign-table .table > tbody td:nth-child(4) { width: 100px; }
.payment-transaction-page .campaign-table .table > thead th:nth-child(5), .payment-transaction-page .campaign-table .table > tbody td:nth-child(5) { width: 100px; }

.payment-transaction-page .payment-block .payment-top { margin-bottom: 70px; width: 100%; display: block;  }
.payment-transaction-page .info-payment .pay-info-box { margin: 0px; display: block; font-size: 16px; line-height: 22px; width: 249px; height: 87px; border-radius: 8px; padding: 17px 12px;  }
.payment-transaction-page .info-payment{  justify-content: space-between; }
.payment-transaction-page .info-payment .pay-info-box.overall-earning-box{ background-color: #FFF8F5; }
.payment-transaction-page .info-payment .pay-info-box.overall-earning-box  p.pay-type { color: #F15B2F; }
.payment-transaction-page .info-payment .pay-info-box p.pay-type { margin-bottom: 5px; }
.payment-transaction-page .info-payment .pay-info-box p.pay-amount {font-size: 20px; font-family: 'open_sansextrabold'; line-height: 27px; color: #111111; }

.payment-transaction-page .table > tbody td .t-title {  font-size: 12px; font-family: 'open_sanssemibold'; line-height: 16px; color: #F15B2F; }
.payment-transaction-page .info-payment .pay-info-box { background-size: 51px;}

/*  */
/* .view-campaigns-page .download-file-block { overflow-y: auto; max-height: 534px; scrollbar-width: thin; } */
.view-campaigns-page .download-file{ padding-left: 16px; padding-right: 16px; }
.view-campaigns-page .download-file span { display: inline-block; margin-left: auto; font-family: 'open_sansregular'; }
.view-campaigns-page .reposts-block { padding-top: 16px; }


/*  */

.email-confirmation-block .email-logo { width: 59px; height: 47px; margin: 0px auto 27px; }
.email-confirmation-block .email-logo img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.email-confirmation-block .email-sub-title { text-align: center; margin-bottom: 0px; font-size: 18px; line-height: 20px; }


.header-body .heading {font-size: 32px;  line-height: 42px;}
.dashboard-card-block .pay-info-box .pay-type { font-size: 18px;}



}


@media (max-width: 1199px) {

.payment-table .hand-curser { display: block; }

.auth-form-section .left-side-block .logo-block { width: 340px; height: 87px; padding: 10px 25px;}
/* .form-field .p-title { font-size: 32px; line-height: 42px;} */
.form-field .common-btn { height: 48px; font-size: 16px; line-height: 27px; margin-top: 5px; }
.go-other-page { margin-top: 25px;}

.home-banner-section { background-attachment: scroll; }
.home-banner-content-box .hbc-heading { font-size: 32px; line-height: 42px; margin-bottom: 24px;}
.home-banner-content-box .btn { width: 140px;  font-size: 16px; line-height: 24px; padding: 10px;}
.home-second-section .content-block .heading { font-size: 26px; line-height: 32px;}
.pph-box-inside .pph-title { font-size: 16px;}
.pph-box .pph-box-inside .pph-icon { width: 80px; height: 75px;}
.home-third-section .case-content-block .case-heaing { font-size: 26px; line-height: 32px; margin-bottom: 10px;}
.join-btn { width: 140px;  margin-top: 8px; font-size: 16px; line-height: 24px;}
.home-third-section .case-image-block { max-width: 280px; height: 580px;}
.home-third-section .case-image-block img { border-radius: 35px;}
.how-it-work-section .heading-row .sheading { font-size: 26px; line-height: 36px;}

.circle-shapes-block { width: 700px; height: 700px; top: 35px; display:none !important; }
.how-it-work-section .cricle-box .small-div { width: 30px; height: 30px; right: 110px; top: 65px;}
.how-it-work-section .cricle-box-inside .small-div {left: 119px; top: 44px;}
.how-it-work-section .cricle-box-inside { width: 600px; height: 600px;}
.how-it-work-section .cricle-box { width: 700px; height:700px; }
.how-it-work-section .heading-row { margin: 0px auto 25px; max-width:100%; }
.how-it-work-section { padding: 30px 0px 30px;}
.video-block { height: 510px;}
.video-block .play-icon { width: 80px; height: 80px;}
.how-it-work-content-section { padding: 30px 0px;}
.how-it-work-content-section .hiwc-content .hiwc-heading { font-size: 26px; line-height: 36px;}
.how-it-work-content-section .hiwc-row-two { padding-top: 20px;}
footer .footer-logo { max-width: 170px; height: 22px;}
footer .fo-title { font-size: 20px; line-height: 27px;}
.how-it-work-content-section .hiwc-image { max-width: 380px; height: 300px;}
footer { padding: 30px 0px; height: 175px; bottom: 0;}
header .navbrand { width: 210px; height: 25px;}


.after-login-section { padding-left: 270px; }
.side-nav-bar {  max-width: 270px; background: #fff; z-index: 1050; }
.side-nav-bar .site-logo a { width: 200px; height: 24px;}
/* .user-info-block .user-img { width: 120px; height: 120px;} */
.side-nav-bar .site-logo { padding: 15px 10px;}
.profile-nav ul li a { padding:12px 12px;}

.alrscb-block .alrscb-hading-row .heading { font-size: 20px; line-height: 27px;}
.alrscb-block .alrscb-hading-row { padding: 15px 20px;}
.form-field .form-group .form-control { padding: 10px 15px; }
.choices__inner { padding: 10px 15px !important;}
.checkbox { font-size: 14px !important;}
.form-btn-block { padding: 20px 20px;}
.social-button-block .btn { min-width: 210px; padding: 10px 20px; margin-bottom: 40px; }
.social-button-block { padding: 25px 20px;}
.profile-form-block .profile-form { padding: 20px 20px 10px;}
.payment-setting-block { padding: 20px 20px;}
.pbtn-block { margin: 15px 0px 15px;}
.show_rec { font-size: 16px; line-height: 21px; margin-bottom: 15px;}
.assign-job-box { padding: 20px 20px;}
.assign-job-box .assign-user { width: 140px; height: 140px;}
.assign-job-box .assing-job-info { padding-left: 15px;}
.payment-transaction-page .info-payment .pay-info-box { max-width: 200px; width: 100%; height: auto; }
.payment-transaction-page .payment-block {padding: 20px 20px;}
.payment-transaction-page .payment-block .payment-top { margin-bottom: 30px;}
.payment-transaction-page .info-payment .pay-info-box p.pay-type { font-size: 12px; line-height: 17px;}
.payment-transaction-page .info-payment .pay-info-box p.pay-amount { line-height: 21px;}

.assigned-job-detail-block .ajdb-image { height: 310px;}
.ajdb-content-right-block .up-title { font-size: 16px; line-height: 21px;}
.upload-proof-block .form-field .submit-btn { width: 100px !important; font-size: 14px !important;}
.uploaded-proof-box {padding: 10px 15px;}
.assigned-job-detail-block { padding: 20px 21px;}
.alrscb-block { height: auto; max-width: 100%; }

.assigned-job-detail-block .payment-table .table { width: 700px;}
.payment-table .table { width: 1000px;}
.payment-block .payment-top { display: block;}
.payment-block .payment-top .pay-title { margin-bottom: 5px; padding-right: 0px;}


.email-confirmation-block .email-logo { width: 49px; height: 35px;margin: 0px auto 20px;}
.email-confirmation-block .email-title {font-size: 30px; line-height: 36px; margin-bottom: 12px;}
.email-confirmation-block .email-sub-title {font-size: 14px; line-height: 16px;}


.privacy-policy-page { padding: 20px 0px;}
.privacy-policy-page .page-heading { font-size: 26px; line-height: 30px;}
.privacy-policy-page .last_update { margin-bottom: 30px;}
.privacy-policy-page h3 { font-size: 16px; line-height: 20px; margin-bottom: 12px;  margin-top: 30px;}


.user-info-block .user-name { padding: 16px; font-size: 14px; line-height: 17px;}
.header-body .heading { font-size: 24px; line-height: 27px;}
.breadcrumb { padding: 10px 15px;}
.header-body { width: 100%; margin-bottom: 25px; }
.assigned-job-contnet-block { padding: 25px 20px 20px; display: block !important;}
.assign-job-box { width: 100% !important; margin: 0px 0px 20px !important;}
.assign-job-box .assing-job-info .aji-title { font-size: 16px; margin-bottom: 15px;}

.profile-form-block .form-field .form-group .form-control { padding: 10px 15px; }
.profile-form-block .form-field .form-group #client_logo { padding-left: 2px; }
.assign-job-box .assing-job-info .aji-title { font-size: 18px !important;}
.profile-form-block .choices__inner { padding: 8px 15px !important;}




}

@media (max-width: 991px) {

.container { max-width: 100% !important; }

.auth-form-section .left-side-block .logo-block { width: 276px; height: 60px; padding: 10px 20px;}
.home-banner-content-box .hbc-heading { font-size: 28px; line-height: 36px; margin-bottom: 19px;}
.shapes {  height: 142px;}
.home-banner-section { min-height: 560px;}
.home-third-section .case-image-block { margin-bottom: 20px;}
.how-it-work-content-section .hiwc-row-one .hiwc-content { padding-right: 0px;}
.how-it-work-content-section .hiwc-row-two .hiwc-content { padding-left: 0px;  margin-bottom: 25px; }
.how-it-work-content-section { padding: 20px 0px;}
.how-it-work-content-section .hiwc-image { margin: 0px auto;}
.how-it-work-content-section .hiwc-row-one { padding-bottom: 20px;}
.how-it-work-content-section .hiwc-content .join-btn { margin-left: 0;}
.how-it-work-content-section .hiwc-content .hiwc-text { margin-bottom: 10px;}
.how-it-work-content-section .hiwc-row-two { padding-bottom: 20px;}

.ajdb-content-block {display: block;}
.ajdb-content-right-block {   height: auto; margin: 10px auto;}

.social-button-block .btn img { width: 20px; height: 20px; }
.social-button-block .btn { min-width: 195px; margin-bottom: 20px;}
.pbtn-block .btn img { width: 48px;  height: 15px;}
.payment-transaction-page .info-payment .pay-info-box.receibed-box { margin: 0px 10px; }
.ajdb-content-block { padding-right: 0px;}

.after-login-section { padding-left: 0;}

.assigned-job-detail-block .payment-table .table {  width: 100%;}
.payment-block .payment-top { display: flex;}

.assigned-job-detail-block .ajdb-image { height: 250px;}


.dashboard-card-block { width: 100%; margin: 60px auto 0px;}
.dashboard-card-block .pay-info-box { margin-bottom: 45px;}
.user-info-block .user-name { clip-path: unset; width: 100%; }

.payment-transaction-page .dashboard_campaigns .payment-block { overflow: hidden; overflow-x: scroll;}
.payment-transaction-page .dashboard_campaigns .payment-table { width: 808px;}


}


@media (max-width: 767px) {


.form-field .common-btn { height: auto; font-size: 14px;  line-height: 27px; max-width: 130px;}
.go-other-page { margin-top: 20px;  }
.form-field .form-group { margin-bottom: 20px;}
.form-field .form-group .form-control { font-size: 12px; line-height: 17px;}
.choices__inner {  font-size: 12px; }
.choices { font-size: 12px;}
.choices__inner { padding: 7px 0px;}

.home-banner-section { min-height: 390px; padding: 45px 0px; }
.home-banner-content-box .hbc-heading { font-size: 24px; line-height: 30px; margin-bottom: 18px;}
.home-banner-section .home-banner-content-box { margin-bottom: 45px;}
.home-banner-content-box .btn { width: 130px; font-size: 14px; line-height: 22px; padding: 10px;}
.shapes { height: 105px; bottom: -30px;}
.home-second-section .content-block .heading { font-size: 20px; line-height: 27px; margin-bottom: 8px;}
.home-second-section .hss-text { font-size: 12px; line-height: 21px;}
.pph-box-inside .pph-title { font-size: 14px; line-height: 19px;}
.pph-box-inside .pph-text { font-size: 12px; line-height: 19px;}
.home-third-section .case-content-block .case-heaing { font-size: 20px; line-height: 26px; margin-bottom: 8px;}
.home-third-section .case-content-block .case-text { font-size: 12px; line-height: 19px;}
.home-third-section .case-content-block .case-ul li { font-size: 12px; line-height: 19px; margin-bottom: 12px;}
.join-btn { width: 130px; margin-top: 5px; font-size: 14px; line-height: 21px;}
.home-third-section { padding: 30px 0px;}
.home-second-section {  padding: 25px 0px 10px; }
.how-it-work-section  { overflow: hidden; }
.how-it-work-section .cricle-box-inside { width: 460px; height: 460px;}
.circle-shapes-block { width: 530px; height: 530px; top: 25px;}
.how-it-work-section .cricle-box { width: 530px; height: 530px; }
.how-it-work-section .cricle-box .small-div { right: 75px; top: 48px;}
.how-it-work-section .cricle-box-inside .small-div { left: 90px; top: 30px;}
.how-it-work-section .heading-row .sheading { font-size: 20px; line-height: 26px;}
.how-it-work-section .heading-row .s-description {  font-size: 12px; line-height: 19px;}
.video-block { height: 340px;}
.how-it-work-content-section .hiwc-content .hiwc-heading { font-size: 20px; line-height: 26px;}
.how-it-work-content-section .hiwc-image { max-width: 380px; height: 270px;}

footer { padding: 20px 0px; height: auto;  position: relative; }
footer .footer-inside-div { display: block;}
.page-content { margin-bottom: 0 !important;}
footer .footer-logo {  margin: 10px auto 20px;}
.social-icons { margin-bottom: 20px; text-align: center; }
footer .fo-title {  font-size: 16px; line-height: 23px; text-align: center; }
footer hr { margin: 10px auto; }
footer .social-icons ul { justify-content: center;}
.connect-box { text-align: center; }
.how-it-work-section { padding: 30px 0px 20px;}

.alrscb-block .alrscb-hading-row .heading { font-size: 18px; line-height: 23px;}
.assigned-job-detail-block { padding: 15px 15px;}
.after-login-right-side-content-block { padding: 15px 15px;}
.alrscb-block .alrscb-hading-row { padding: 15px 15px;}
.assigned-job-detail-block .ajdb-image { height: 260px;}
.payment-block .payment-top .pay-title { font-size: 16px;}
.info-payment .pay-info-box p.pay-amount { font-size: 14px;}
.info-payment .pay-info-box p.pay-type { font-size: 12px;}

.upload-proof-block .form-field .form-control { font-size: 12px !important;}
.form-field label { font-size: 12px; line-height: 15px;}
.payment-setting-block p { font-size: 12px;}
.pbtn-block .btn { max-width: 260px; font-size: 14px; line-height: 21px; padding: 10px 15px;}
.payment-transaction-page .info-payment .pay-info-box p.pay-amount { font-size: 14px;}
.payment-transaction-page .info-payment .pay-info-box { max-width: 30%;}
.pbtn-block { margin: 10px 0px;}
.assign-job-box { padding: 15px 15px;}

.choices__list--single {line-height: 19px;}
.choices__inner {padding: 9px 15px !important;}


.email-confirmation-block .email-title { font-size: 24px; line-height: 30px; margin-bottom: 12px;}

.header-body .heading { font-size: 20px; line-height: 24px;}
.header-body { margin-bottom: 18px;}

.form-group-block .tools-icon span i { font-size: 16px;}
.form-group-block .tools-icon { margin-right: 6px; padding-top: 2px; }
.assign-job-box .assing-job-info .aji-title { font-size: 16px !important; margin-bottom: 10px; }

.info-payment .pay-info-box { margin-left: 10px !important; }


}

@media (max-width: 700px) {

}

@media (max-width: 600px) {

.auth-form-section { flex-wrap: wrap; }
.auth-form-section .left-side-block .logo-block { margin: 0px auto; width: 100%; justify-content: center; }
.form-field .form-field-haeding-block { margin-bottom: 20px;}
.auth-form-section .left-side-block { width: 100%; display: block; height: 60px; }
.video-block { height: 270px;}
.how-it-work-content-section .hiwc-row-two { padding-top: 5px;}
.how-it-work-section { padding: 20px 0px 20px;}
.video-block .play-icon { width: 70px; height: 70px;}
.video-block .play-icon img { width: 30px; height: 30px; margin-left: 7px;}
.assigned-job-detail-block .ajdb-image {  height: 210px;}


.auth-form-section .left-side-block .logo-block a { width: 200px; }

.dashboard-card-block .pay-info-box { margin-right: auto; margin-left: auto; }






@media (max-width: 500px) {

.assigned-job-detail-block .ajdb-image { height: 160px;}
.payment-block .payment-top { display: block;}
.info-payment .pay-info-box { min-width: auto; width: 50%; }
.assign-job-box { display: block;}
.assign-job-box .assing-job-info .job-keyword { display: block;}
.assign-job-box .assing-job-info .job-keyword .k-title { margin-right: 0; margin-top: 0; margin-bottom: 10px;}
.ajdb-content-left-block .job-keyword { display: block;}
.ajdb-content-left-block .job-keyword .k-title { margin: 0; margin-bottom: 8px;}

.payment-transaction-page .info-payment { display: block;}
.payment-transaction-page .info-payment .pay-info-box { max-width: 100%;}
.payment-transaction-page .info-payment .pay-info-box.receibed-box { margin: 12px 0px;}

.nav-tabs .nav-item { margin: 0px 3px;}
.nav-tabs .nav-link { padding: 5px 10px;}
.nav-tabs { padding: 30px 0px 10px;}

header .user-name {display: none !important; }
.side-toggle { margin-left: auto; }

.auth-form-section .form-field { padding: 25px;}

.logo-block { width: 280px;}
.dashboard-card-block .pay-info-box { max-width: 100%; }





}

@media (max-width:375px) {



}


@media (max-width:320px) {


}
