@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: "DM Serif Display", serif;
font-family: "Roboto", sans-serif; */

body{
    font-family: "Roboto", sans-serif;
}
select:required:invalid {
	color: #6c757d;
  }
  option[value=""][disabled] {
	display: none;
  }
  option {
	color: #6c757d;
  }
input:-webkit-autofill {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #1E3E74;
    transition: background-color 5000s ease-in-out 0s;
}

.alert,.alert p,.alert ul li{
	font-weight: 400 !important;
  font-family: "Roboto", sans-serif !important;
	font-size: 16px !important;
  line-height: 20px !important;
}
.alert.alert-danger{
	border: 0 !important;
	color: #ff0000 !important;
  background-color:transparent !important;
  border-color:none !important;
	text-align: center !important;
	font-weight: 400 !important;
  font-family: "Roboto", sans-serif !important;
	font-size: 16px !important;
  line-height: 20px !important;
}

.alert.alert-success{
	border: 0 !important;
	color: #1E3E74 !important;
  background-color:transparent !important;
  border-color:none !important;
	text-align: center !important;
	font-weight: 400 !important;
  font-family: "Roboto", sans-serif !important;
	font-size: 16px !important;
  line-height: 20px !important;
}

.form-control:disabled, .form-control[readonly]{background: #fff;}
header{ box-shadow: 0px 4px 10px 0px #D9E1F159;}
header .container{max-width: 1282px;}
header .top-area{display: flex; justify-content: space-between; align-items: center; border-bottom: #D9D9D9 1px solid; padding: 18px 0;}
header .top-area .logo{width: 285px;}
header .top-area .logo img{width: 100%;}
header .top-area .social-block{margin: 0px; padding: 0px; list-style: none; display: flex; width: 20%;}
header .top-area .social-block li{margin-right: 10px;}
header .top-area .social-block li a{background: #EAF0FF; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
header .top-area .social-block li a svg{margin: 0px; width: 12px; height: 12px;}
header .top-area .social-block li a:hover{background: #1E3E74;}
header .top-area .social-block li a:hover .a{fill: #FF6017;}
header .top-area .rightside{ width: 20%; text-align: right;}
header .top-area .rightside .btn-loginbtn{background: #FF6017; color: #fff; align-items: center; display: inline-flex; padding: 10px 23px; font-size: 14px; line-height: 18px; border-radius: 25px; font-weight: 400;}
header .top-area .rightside .btn-loginbtn svg{margin: 0 10px 0 0;}

header .user-top-area{display: flex; justify-content: space-between; align-items: center; border-bottom: #D9D9D9 1px solid; padding: 18px 0;}
header .user-top-area .logo{width: 285px;}
header .user-top-area .logo img{width: 100%;}
header .user-top-area .rightside{display: flex; align-items: center; width: 300px; justify-content: end;}
header .user-top-area .rightside .btn-loginbtn{background: #FF6017; color: #fff; align-items: center; display: inline-flex; padding: 10px 23px; font-size: 14px; line-height: 18px; border-radius: 25px; font-weight: 400; margin-left: 15px;}
header .user-top-area .rightside .btn-loginbtn svg{margin: 0 10px 0 0;}
header .user-top-area .leftside{width: 300px;}
header .user-top-area .leftside .search-container {width: 300px;}
header .user-top-area .leftside .search-container .form-control{border-radius: 25px;}
header ul.navbar-nav.mr-auto{justify-content: center !important;}
header .navbar-expand-lg .navbar-nav .nav-link{padding: 13px 17px !important; font-size: 16px; color: #1E3E74;}
header .dropdown-menu{margin: 0px; border-radius: 0px; border: none; background: #fff; padding: 10px;}
header .navbar .dropdown-menu .dropdown-item:hover{color: #FF6017;background-color: #fff;}

.pricing-page{padding: 75px 0 100px 0;}
.pricing-page h2{font-family: "DM Serif Display", serif; text-align: center; font-size: 40px; line-height: 54px; margin: 0 0 8px 0; color: #1E3E74;}
.pricing-page p{font-size: 16px; line-height: 25px; color: #91929E; font-weight: 400; font-family: "Roboto", sans-serif; margin: 0 0 5px 0; text-align: center;}
.pricing-page p a{color: #FF6017;}
.pricing-page p.ancor-p{font-size: 16px; line-height: 20px; color: #91929E; font-weight: 400; font-family: "Roboto", sans-serif; margin: 0 0 30px 0; text-align: center;}
.pricing-page p.ancor-p a{color: #FF6017;}
.pricing-page .g-recaptcha{text-align: center; width: 304px; margin: 0 auto 20px auto;}
.pricing-page .form-group{position: relative; margin: 0px 0px 24px 0px;}
.pricing-page .form-group label{font-size: 12px; line-height: 14px; color: #1E3E74; font-weight: 400; margin: 0px; font-family: "Roboto", sans-serif; position: absolute; top: -7px; background: #fff; left: 12px; padding: 0 6px;}
.pricing-page .form-group .form-control{font-family: "Roboto", sans-serif; border: #91929E 1px solid; border-radius: 10px; font-size: 16px; line-height: 18px; font-weight: 400; color: #1E3E74 !important; padding: 16px;}
.pricing-page .form-group .form-control:focus{border: #FF6017 1px solid;}
.pricing-page select.form-control:not([size]):not([multiple]){height: auto;}
.pricing-page .btn-submit{font-size: 16px; line-height: 18px; padding: 17px 66px; color: #fff; background: #FF6017; border-radius: 30px; border: none;}
.pricing-page .btn-submit:hover{background:#1E3E74;}


.success-pending-page{padding: 80px 0; min-height: 768px; text-align: center;}
.success-pending-page .icon{margin: 0 auto 30px auto; width: 94px; height: 94px;}
.success-pending-page .icon svg{width: 100%; height: 100%;}
.success-pending-page h1{font-family: "DM Serif Display", serif; text-align: center; font-size: 40px; line-height: 54px; margin: 0 0 12px 0; color: #1E3E74;}
.success-pending-page p{font-size: 16px; line-height: 24px; color: #91929E; font-weight: 400; font-family: "Roboto", sans-serif; margin: 0 0 15px 0;}
.success-pending-page .btn-read{min-width: 168px; background: #FF6017; border: #FF6017 1px solid; font-size: 16px; padding: 14px; line-height: 20px; border-radius: 40px; color: #fff; margin: 10px 8px 0 8px;}
.success-pending-page .btn-read:hover{color: #FF6017; background: #fff;}

.job-list-page{padding: 60px 0;min-height:calc(100vh - 205px);}
.job-list-page .container{max-width: 1282px;}
.job-list-page .inner-area{display: flex;}
.job-list-page .filter-part{width: 24%;}
.job-list-page .all-list-area{width: 52%; padding: 0 15px;}
.job-list-page .info-rightside{width: 24%;}
.job-list-page .info-rightside .info-block{border: #D9D9D9 1px solid; border-radius: 20px; padding: 36px 26px; margin-bottom: 14px; text-align: center;}
.job-list-page .info-rightside .info-block h2{font-family: "Roboto", sans-serif; text-align: center; font-size: 22px; line-height: 26px; color: #1E3E74; font-weight: 600; margin: 0 0 10px 0;}
.job-list-page .info-rightside .info-block p{text-align: center; font-family: "Roboto", sans-serif; font-size: 16px; line-height: 24px; color: #505050; font-weight: 300; margin: 0 0 15px 0;}
.job-list-page .info-rightside .info-block .btn-add-event{font-size: 14px; line-height: 18px; background: #FF6017; border: #FF6017 1px solid; padding: 10px 40px; border-radius: 30px; color: #fff;}
.job-list-page .info-rightside .info-block .btn-add-event:hover{background: #fff; border: #FF6017 1px solid; color: #FF6017;}

.job-list-page .filter-titlebar{border-top: #A9B6CC 1px solid; border-bottom: #A9B6CC 1px solid; font-family: "Roboto", sans-serif; font-weight: 600; font-size: 18px; line-height: 26px; color: #1E3E74; padding: 8px 0;}
.job-list-page .accordion{border-bottom:#A9B6CC 1px solid ;}
.job-list-page .accordion .btn-categories,
.job-list-page .accordion .btn-countries,
.job-list-page .accordion .btn-city{display: flex; justify-content: space-between; align-items: center; border-radius: 0px; padding: 20px 0px; width: 100%; background: transparent; font-size: 16px; font-weight: 400; color: #1E3E74; font-family: "Roboto", sans-serif;}
.job-list-page .accordion .btn-categories i,
.job-list-page .accordion .btn-countries i,
.job-list-page .accordion .btn-city i{color: #FF6017;}
.job-list-page .accordion .categories-body,
.job-list-page .accordion .countries-body,
.job-list-page .accordion .city-body{padding: 0 0 5px 0;}
.job-list-page .accordion .form-check{padding: 0px; display: flex; margin-bottom: 15px;}
.job-list-page .accordion input[type=checkbox].form-check-input {position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }
.job-list-page .accordion input[type=checkbox].form-check-input + label.form-check-label{padding-left:30px; cursor:pointer; font-weight:normal; font-family: "Roboto", sans-serif; font-size: 13px; font-weight: 400; color: #1E3E74;  position: relative; line-height: 20px; margin: 0px}
.job-list-page .accordion input[type=checkbox].form-check-input + label.form-check-label::before{content: ''; position: absolute; top: 0px; left: 0px; width: 20px; height: 20px; border-radius: 5px; border: #D9DDE6 1px solid}
.job-list-page .accordion input[type=checkbox].form-check-input:checked + label.form-check-label::after{content: ''; width: 14px; height: 14px; background: #FF6017; position: absolute; top: 3px; left: 3px; border-radius: 3px}


.job-list-page .btn-search{font-size: 14px; line-height: 18px; background: #1E3E74; border: #1E3E74 1px solid; padding: 10px 40px; border-radius: 30px; color: #fff; margin-top: 30px; margin-right: 15px;}
.job-list-page .btn-search:hover{background: #fff; border: #1E3E74 1px solid; color: #1E3E74;}
.job-list-page .btn-clear{font-size: 14px; line-height: 18px; background: #FF6017; border: #FF6017 1px solid; padding: 10px 40px; border-radius: 30px; color: #fff; margin-top: 30px;}
.job-list-page .btn-clear:hover{background: #fff; border: #FF6017 1px solid; color: #FF6017;}
.job-list-page .result-text{border-top: #A9B6CC 1px solid; border-bottom: #A9B6CC 1px solid; font-family: "Roboto", sans-serif; font-weight: 600; font-size: 18px; line-height: 26px; color: #1E3E74; text-align: right; padding: 8px 0; margin: 0 0 10px 0;}
.job-list-page ul.job-list{background: #D9E1F159; border-radius: 30px; padding: 15px; margin: 0px;}
.job-list-page ul.job-list li{margin: 0 0 12px 0;}
.job-list-page ul.job-list li:last-child{margin: 0px;}
.job-list-page ul.job-list li a{display: flex; padding: 26px 160px 26px 98px; background: #fff; border-radius: 20px; position: relative;}
.job-list-page ul.job-list li a .listed-photo{width: 62px; height: 62px; border: #EFEFEF 1px solid; border-radius: 50%; position: absolute; overflow: hidden; background: #fff; left: 18px; top: 25px;}
.job-list-page ul.job-list li a .listed-photo img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; padding: 0; background-color: #fff; border: none; border-radius: 0;}
.job-list-page ul.job-list li a h2{font-family: "Roboto", sans-serif; font-weight: 600; font-size: 16px; line-height: 18px; color: #1E3E74; margin: 0 0 4px 0;}
.job-list-page ul.job-list li a .category{font-family: "Roboto", sans-serif; font-weight: 400; font-size: 14px; line-height: 22px; color: #1E3E74;}
.job-list-page ul.job-list li a .venue{font-family: "Roboto", sans-serif; font-weight: 400; font-size: 14px; line-height: 22px; color: #1E3E74;}
.job-list-page ul.job-list li a .date{font-family: "Roboto", sans-serif; font-weight: 400; font-size: 10px; line-height: 14px; color: #8D96A4; position: absolute; top: 30px; right: 30px;}
.job-list-page ul.job-list li a .eventdate{font-family: "Roboto", sans-serif; font-weight: 400; font-size: 14px; line-height: 22px; color: #1E3E74; position: absolute; top: 48px; right: 30px;}

.add-form-page{padding: 60px 0;min-height:calc(100vh - 205px);}
.add-form-page h1{font-family: "DM Serif Display", serif; text-align: center; font-size: 40px; line-height: 54px; margin: 0 0 10px 0; color: #1E3E74;}
.add-form-page h2{font-family: "Roboto", sans-serif; text-align: center; font-size: 20px; line-height: 30px; font-weight: 700; margin: 0 0 20px 0; color: #FF6017;}
.add-form-page p{font-size: 16px; line-height: 20px; color: #91929E; font-weight: 400; font-family: "Roboto", sans-serif; margin: 0 0 18px 0; text-align: center;}
.add-form-page p a{color: #FF6017;}
.add-form-page p b{font-weight: 400; color: #1E3E74;}
.add-form-page p.md10{margin: 0 0 10px 0;}
.add-form-page p.textleft{text-align: left;}
.add-form-page form{max-width: 500px; margin: 0 auto;}
.add-form-page .form-group{position: relative; margin: 0px 0px 24px 0px;}
.add-form-page .form-group label{font-size: 12px; line-height: 14px; color: #1E3E74; font-weight: 400; margin: 0px; font-family: "Roboto", sans-serif; position: absolute; top: -7px; background: #fff; left: 12px; padding: 0 6px;}
.add-form-page .form-group .form-control{font-family: "Roboto", sans-serif; border: #91929E 1px solid; border-radius: 10px; font-size: 16px; line-height: 18px; font-weight: 400; color: #1E3E74 !important; padding: 16px;}
.add-form-page .form-group .form-control:focus{border: #FF6017 1px solid;}
.add-form-page .form-group textarea.form-control{padding: 16px !important;}
/* .add-form-page .form-select{font-family: "Roboto", sans-serif; border: #91929E 1px solid; border-radius: 10px; font-size: 16px; line-height: 18px; font-weight: 400; color: #1E3E74; padding: 16px; background-color: #fff; width: 100%;} */
.add-form-page .form-select { font-family: "Roboto", sans-serif; border: #91929E 1px solid; border-radius: 10px; font-size: 16px; line-height: 24px; font-weight: 400; color: #1E3E74; padding: 16px; background-color: #fff; width: 100%; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 14px center; background-size: 10px;}

.add-form-page .checkbox{margin: 0 0 20px 0;}
.add-form-page .checkbox label{margin: 0px; font-size: 16px; color: #91929E; font-weight: 400;}
.add-form-page .checkbox label a{color: #FF6017;}
.add-form-page .checkbox label input{margin-right: 10px;}
.add-form-page .d-flex{justify-content: center;}
.add-form-page .btn-cancel{min-width: 168px; background: #FF6017; border: #FF6017 1px solid; font-size: 16px; padding: 14px; line-height: 20px; border-radius: 40px; color: #fff; margin: 0 8px;}
.add-form-page .btn-cancel:hover{color: #FF6017; background: #fff;}
.add-form-page .btn-primary{min-width: 168px; background: #1E3E74; border: #1E3E74 1px solid; font-size: 16px; padding: 14px; line-height: 20px; border-radius: 40px;margin: 0 8px;}
.add-form-page .btn-primary:hover{color: #1E3E74; background: #fff;}
.add-form-page .btn-submit{min-width: 168px; background: #FF6017; border: #FF6017 1px solid; font-size: 16px; padding: 14px; line-height: 20px; border-radius: 40px; color: #fff; margin: 0 8px 20px 8px;}
.add-form-page .btn-submit:hover{color: #FF6017; background: #fff;}
.main-phone{
    color:#777 !important;
}

.faq-page{padding: 60px 0; min-height:calc(100vh - 205px);}
.faq-page h1{font-family: "DM Serif Display", serif; text-align: center; font-size: 40px; line-height: 54px; margin: 0 0 25px 0; color: #1E3E74;}
.faq-page .d-flex{align-items: start;}
.faq-page .faqs_main{display: flex;  flex-wrap: wrap; align-items: flex-start; width: 50%;}
.faq-page .faqs_main:first-child{padding-right: 16px;}
.faq-page .faqs_main:last-child{padding-left: 16px;}
.faq-page .faqs_main .card{padding: 0px; border: none; background: #fff; box-shadow: 0px 4px 8px 0px #A9B6CC54; margin:0 0 14px 0; width: 100%;}
.faq-page .faqs_main .card .card-header{padding: 0px; background: transparent; border-bottom: none;}
.faq-page .faqs_main .card .card-header a{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 24px; color: #1E3E74; font-weight: 600; padding: 21px; display: block; position: relative;}
.faq-page .faqs_main .card .card-header .card-link.collapsed::after{position: absolute; top: 25px; width: 2px; height: 16px; background: #1E3E74; content: ''; right: 20px;}
.faq-page .faqs_main .card .card-header .card-link.collapsed::before{position: absolute; top: 32px; width: 16px; height: 2px; background: #1E3E74; content: ''; right: 13px;}
.faq-page .faqs_main .card .card-header .card-link::before{position: absolute; top: 32px; width: 16px; height: 2px; background: #1E3E74; content: ''; right: 13px;}
.faq-page .faqs_main .card .card-body{padding: 0px 21px 20px 21px; font-family: "Roboto", sans-serif; font-size: 16px; line-height: 24px; color: #1E3E74; font-weight: 400;}


footer.small-footer{padding-top: 0px;}
footer.small-footer p{line-height: 32px;}

.requests-page{padding: 60px 0; min-height:calc(100vh - 205px);}
.requests-page .container{max-width: 1282px;}
.requests-page .inner-area{display: flex;}
.requests-page .filter-part{width: 24%;}
.requests-page .all-list-area{width: 52%; padding: 0 15px;}
.requests-page .info-rightside{width: 24%;}
.requests-page .info-rightside .info-block{border: #D9D9D9 1px solid; border-radius: 20px; padding: 36px 26px; margin-bottom: 14px; text-align: center;}
.requests-page .info-rightside .info-block h2{font-family: "Roboto", sans-serif; text-align: center; font-size: 22px; line-height: 26px; color: #1E3E74; font-weight: 600; margin: 0 0 10px 0;}
.requests-page .info-rightside .info-block p{text-align: center; font-family: "Roboto", sans-serif; font-size: 16px; line-height: 24px; color: #505050; font-weight: 300; margin: 0 0 15px 0;}
.requests-page .info-rightside .info-block .btn-add-event{font-size: 14px; line-height: 18px; background: #FF6017; border: #FF6017 1px solid; padding: 10px 40px; border-radius: 30px; color: #fff;}
.requests-page .info-rightside .info-block .btn-add-event:hover{background: #fff; border: #FF6017 1px solid; color: #FF6017;}

.requests-page .filter-titlebar{border-top: #A9B6CC 1px solid; border-bottom: #A9B6CC 1px solid; font-family: "Roboto", sans-serif; font-weight: 600; font-size: 18px; line-height: 26px; color: #1E3E74; padding: 8px 0;}
.requests-page .accordion{border-bottom:#A9B6CC 1px solid ;}
.requests-page .accordion .btn-categories,
.requests-page .accordion .btn-countries,
.requests-page .accordion .btn-city{display: flex; justify-content: space-between; align-items: center; border-radius: 0px; padding: 20px 0px; width: 100%; background: transparent; font-size: 16px; font-weight: 400; color: #1E3E74; font-family: "Roboto", sans-serif;}
.requests-page .accordion .btn-categories i,
.requests-page .accordion .btn-countries i,
.requests-page .accordion .btn-city i{color: #FF6017;}
.requests-page .accordion .categories-body,
.requests-page .accordion .countries-body,
.requests-page .accordion .city-body{padding: 0 0 5px 0;}
.requests-page .accordion .form-check{padding: 0px; display: flex; margin-bottom: 15px;}
.requests-page .accordion input[type=checkbox].form-check-input {position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }
.requests-page .accordion input[type=checkbox].form-check-input + label.form-check-label{padding-left:30px; cursor:pointer; font-weight:normal; font-family: "Roboto", sans-serif; font-size: 14px; font-weight: 400; color: #1E3E74;  position: relative; line-height: 20px; margin: 0px}
.requests-page .accordion input[type=checkbox].form-check-input + label.form-check-label::before{content: ''; position: absolute; top: 0px; left: 0px; width: 20px; height: 20px; border-radius: 5px; border: #D9DDE6 1px solid}
.requests-page .accordion input[type=checkbox].form-check-input:checked + label.form-check-label::after{content: ''; width: 14px; height: 14px; background: #FF6017; position: absolute; top: 3px; left: 3px; border-radius: 3px}

.requests-page .btn-search{font-size: 14px; line-height: 18px; background: #1E3E74; border: #1E3E74 1px solid; padding: 10px 40px; border-radius: 30px; color: #fff; margin-top: 30px; margin-right: 15px;}
.requests-page .btn-search:hover{background: #fff; border: #1E3E74 1px solid; color: #1E3E74;}
.requests-page .btn-clear{font-size: 14px; line-height: 18px; background: #FF6017; border: #FF6017 1px solid; padding: 10px 40px; border-radius: 30px; color: #fff; margin-top: 30px;}
.requests-page .btn-clear:hover{background: #fff; border: #FF6017 1px solid; color: #FF6017;}
.requests-page .result-text{border-top: #A9B6CC 1px solid; border-bottom: #A9B6CC 1px solid; font-family: "Roboto", sans-serif; font-weight: 600; font-size: 18px; line-height: 26px; color: #1E3E74; text-align: right; padding: 8px 0; margin: 0 0 10px 0;}

.requests-page ul.request-list{background: #D9E1F159; border-radius: 30px; padding: 15px; margin: 0px;}
.requests-page ul.request-list li{margin: 0 0 12px 0;}
.requests-page ul.request-list li:last-child{margin: 0px;}
.requests-page ul.request-list li a{display: block; padding: 18px; background: #fff; border-radius: 20px; position: relative;}
.requests-page ul.request-list li a .info-area{padding-left: 72px; min-height: 62px;}
.requests-page ul.request-list li a .listed-photo{width: 62px; height: 62px; border: #EFEFEF 1px solid; border-radius: 50%; position: absolute; overflow: hidden; background: #fff; left: 18px; top: 18px;}
.requests-page ul.request-list li a .listed-photo img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; padding: 0; background-color: #fff; border: none; border-radius: 0;}
.requests-page ul.request-list li a h2{font-family: "Roboto", sans-serif; font-weight: 600; font-size: 18px; line-height: 24px; color: #1E3E74; margin: 0 0 8px 0; }
.requests-page ul.request-list li a p{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 24px; color: #1E3E74; font-weight: 400; margin: 0px 0px 15px 0px;}
.requests-page ul.request-list li a .date{font-family: "Roboto", sans-serif; font-weight: 400; font-size: 12px; line-height: 19px; color: #1E3E74; position: absolute; top: 25px; right: 30px;}
.requests-page ul.request-list li a .d-flex{flex-wrap: wrap; background: #f2f5fa; padding: 10px 10px 3px 10px; border-radius: 10px; margin-top: 8px;}
.requests-page ul.request-list li a .info{font-family: "Roboto", sans-serif;  font-size: 13px; line-height: 16px; color: #1E3E74; font-weight: 400; border-radius: 30px; margin: 0 0px 7px 0; width:50%;}
.requests-page ul.request-list li .no-msg{text-align: center; font-weight: 400; font-family: "Roboto", sans-serif; font-size: 24px; color: #214176; padding: 10px 0;}

.request-detail-page{padding: 50px 0; min-height:calc(100vh - 205px);}
.request-detail-page .container{max-width: 1282px;}
.request-detail-page .gray-block{background: #F2F5FA; border-radius: 21px; margin: 0 auto 15px auto;}
.request-detail-page .gray-block .top-part{padding: 55px 175px 55px 55px; position: relative;}
.request-detail-page .gray-block .top-part .photo{width: 100px; height: 100px; border: #EFEFEF 1px solid; border-radius: 50%; position: absolute; overflow: hidden; background: #fff; right: 55px; top: 55px;}
.request-detail-page .gray-block .top-part .photo img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; padding: 0; background-color: #fff; border: none; border-radius: 0;}
.request-detail-page .gray-block .top-part h1{font-family: "Roboto", sans-serif; font-size: 30px; line-height: 42px; color: #1E3E74; font-weight: 600; margin: 0 0 15px 0; position: relative; border-bottom: #C7D1E1 1px solid; padding-bottom: 14px;}
.request-detail-page .gray-block .top-part .d-flex{align-items: baseline;}
.request-detail-page .gray-block .top-part .content-part{width: 60%; padding-right: 50px;}
.request-detail-page .gray-block .top-part .info-area{display: flex; flex-wrap: wrap; width: 40%;}
.request-detail-page .gray-block .top-part .info-area .info{font-family: "Roboto", sans-serif;  font-size: 16px; line-height: 24px; color: #1E3E74; font-weight: 400; border-radius: 30px; margin: 0 0px 16px 0; width: 50%;}
.request-detail-page .gray-block .top-part .info-area .info strong{display: block;}
.request-detail-page .gray-block .top-part .sub-heading{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 24px; color: #1E3E74; font-weight: 700; margin: 0 0 3px 0;}
.request-detail-page .gray-block .top-part p{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 24px; color: #1E3E74; font-weight: 400; margin: 0 0 20px 0;}
.request-detail-page .btn-cancel{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 22px; background: #FF6017; border: #FF6017 1px solid; padding: 10px 40px; border-radius: 30px; color: #fff; width: 176px;}
.request-detail-page .btn-cancel:hover{background: #fff; border: #FF6017 1px solid; color: #FF6017;}
.request-detail-page .btn-ok{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 22px; background: #FF6017; border: #FF6017 1px solid; padding: 10px 40px; border-radius: 30px; color: #fff; width: 176px;}
.request-detail-page .btn-ok:hover{background: #fff; border: #FF6017 1px solid; color: #FF6017;}
.request-detail-page .btn-submit{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 22px; background: #1E3E74; border: #1E3E74 1px solid; padding: 10px 40px; border-radius: 30px; color: #fff; width: 176px; margin-left: 15px;}
.request-detail-page .btn-submit:hover{background: #fff; border: #1E3E74 1px solid; color: #1E3E74;}
.request-detail-page .gray-block .bottom-part{padding: 0 55px 55px 55px;}
.request-detail-page .gray-block .bottom-part hr{border-top: #1E3E74 1px solid; margin: 0 0 30px 0;}
.request-detail-page .gray-block .bottom-part h2{font-family: "Roboto", sans-serif; font-size: 30px; line-height: 42px; color: #FF6017; font-weight: 600; margin: 0 0 12px 0;}
.request-detail-page .gray-block .bottom-part h2.orange{color: #FF6017;}
.request-detail-page .gray-block .bottom-part p{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 20px; color: #1E3E74; font-weight: 400; margin: 0 0 18px 0;}
.request-detail-page .gray-block .bottom-part .date{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 24px; color: #1E3E74; font-weight: 600; margin: 0 0 5px 0;}
.request-detail-page .gray-block .bottom-part .response{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 24px; color: #1E3E74; font-weight: 400; margin: 0;}
.request-detail-page .gray-block .bottom-part .form-group{margin: 0 0 20px 0;}
.request-detail-page .gray-block .bottom-part .form-control{border: none; border-radius: 10px; font-size: 16px; color: #1E3E74 !important; font-weight: 400; font-family: "Roboto", sans-serif; padding: 17px 20px; height: auto;}
.request-detail-page .gray-block .bottom-part .form-control::placeholder{color: #1E3E74;}
.request-detail-page .gray-block .bottom-part .form-check{padding: 0px;}
.request-detail-page .gray-block .bottom-part input[type=checkbox].form-check-input {position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }
.request-detail-page .gray-block .bottom-part input[type=checkbox].form-check-input + label.form-check-label{padding-left:30px; cursor:pointer; font-weight:normal; font-family: "Roboto", sans-serif; font-size: 16px; font-weight: 400; color: #1E3E74;  position: relative; line-height: 22px; margin: 0px; display: block;}
.request-detail-page .gray-block .bottom-part input[type=checkbox].form-check-input + label.form-check-label::before{content: ''; position: absolute; top: 0px; left: 0px; width: 20px; height: 20px; border-radius: 5px; border: #D9DDE6 1px solid}
.request-detail-page .gray-block .bottom-part input[type=checkbox].form-check-input:checked + label.form-check-label::after{content: ''; width: 14px; height: 14px; background: #FF6017; position: absolute; top: 3px; left: 3px; border-radius: 3px}
.request-detail-page .gray-block .bottom-part ul.response-list{margin: 0px; padding: 0px; list-style: none;}
.request-detail-page .gray-block .bottom-part ul.response-list li{background: #fff; border-radius: 10px; padding: 20px 20px 20px 145px; position: relative; display: flex; align-items: start; min-height: 140px; margin-bottom: 10px;}
.request-detail-page .gray-block .bottom-part ul.response-list li:last-child{margin-bottom: 0px;}
.request-detail-page .gray-block .bottom-part ul.response-list li .photo{width: 100px; height: 100px; border: #EFEFEF 1px solid; border-radius: 50%; position: absolute; overflow: hidden; background: #fff; left: 20px; top: 20px;}
.request-detail-page .gray-block .bottom-part ul.response-list li .photo img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; padding: 0; background-color: #fff; border: none; border-radius: 0;}
.request-detail-page .gray-block .bottom-part ul.response-list li .first-part{width: 50%;}
.request-detail-page .gray-block .bottom-part ul.response-list li .first-part h3{font-family: "Roboto", sans-serif; font-size: 18px; line-height: 22px; font-weight: 700; color: #1E3E74; margin: 0 0 4px 0;}
.request-detail-page .gray-block .bottom-part ul.response-list li .first-part h3 a{color: #1E3E74;}
.request-detail-page .gray-block .bottom-part ul.response-list li .first-part p{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 20px; color: #1E3E74; margin: 0 0 6px 0;}
.request-detail-page .gray-block .bottom-part ul.response-list li .first-part p a{color: #1E3E74;}
.request-detail-page .gray-block .bottom-part ul.response-list li .first-part p:last-child{margin: 0}
.request-detail-page .gray-block .bottom-part ul.response-list li .first-part .info{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 20px; color: #1E3E74; margin: 0 0 6px 0;}
.request-detail-page .gray-block .bottom-part ul.response-list li .first-part .info a{color: #1E3E74;}
.request-detail-page .gray-block .bottom-part ul.response-list li .first-part .d-flex{display: flex; margin: 10px 0 0 0;}
.request-detail-page .gray-block .bottom-part ul.response-list li .first-part .d-flex a{width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; margin-right: 8px;}
.request-detail-page .gray-block .bottom-part ul.response-list li .first-part .d-flex a svg{width: 100%; height: 100%;}
.request-detail-page .gray-block .bottom-part ul.response-list li .third-part{width: 50%;}
.request-detail-page .gray-block .bottom-part ul.response-list li .third-part label{font-family: "Roboto", sans-serif; font-size: 18px; line-height: 22px; color: #1E3E74; font-weight: 600; display: block;}
/* .request-detail-page .gray-block .bottom-part ul.response-list li .third-part .border-block{border: #EBEBEB 1px solid; padding: 15px 20px; margin: 0 0 8px 0;} */
.request-detail-page .gray-block .bottom-part ul.response-list li .third-part .border-block{margin: 0 0 10px 0;}
.request-detail-page .gray-block .bottom-part ul.response-list li .third-part .created_date{font-family: "Roboto", sans-serif; background: #F2F5FA; font-size: 16px; line-height: 22px; padding: 6px 20px 5px 20px; border-radius: 20px; color: #1e3e74; font-weight: 400; display: inline-flex; margin: 0 0 8px 0; border: #ebebeb 1px solid;}
/* .request-detail-page .gray-block .bottom-part ul.response-list li .third-part p{font-family: "Roboto", sans-serif; margin: 0px; font-size: 16px; line-height: 24px; color: #1E3E74; font-weight: 400; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;} */
.request-detail-page .gray-block .bottom-part ul.response-list li .third-part p{font-family: "Roboto", sans-serif; margin: 0px; font-size: 16px; line-height: 24px; color: #1E3E74; font-weight: 400; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;}


.my-request-page{padding: 50px 0; min-height:calc(100vh - 205px);}
.my-request-page .container{max-width: 1282px;}
.my-request-page h1{font-size: 30px; line-height: 42px; color: #1E3E74; margin: 0 0 8px 0;}
.my-request-page p{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 24px; color:#1E3E74; font-weight: 400; margin: 0 0 10px 0;}
.my-request-page .submitter-details{margin: 20px 0 10px 0;}
.my-request-page .submitter-details .btn-orenge{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 22px; background: #FF6017; border: #FF6017 1px solid; padding: 10px 20px; border-radius: 35px; color: #fff; width: 176px;}
.my-request-page .submitter-details .btn-orenge:hover{background: #fff; border: #FF6017 1px solid; color: #FF6017;}
.my-request-page .submitter-details .btn-blue{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 22px; background: #1E3E74; border: #1E3E74 1px solid; padding: 10px 20px; border-radius: 30px; color: #fff; width: 176px; margin-left: 15px;}
.my-request-page .submitter-details .btn-blue:hover{background: #fff; border: #1E3E74 1px solid; color: #1E3E74;}
.my-request-page .table-count{font-family: "Roboto", sans-serif; font-size: 25px; line-height: 34px; color: #1E3E74; font-weight: 500; margin: 25px 0 15px 0;}
.my-request-page  table{margin: 0px;}
.my-request-page  table th{font-family: "Roboto", sans-serif; background-color: #D9E1F1;color: #1E3E74; padding: 15px 20px; font-size: 16px; font-weight: 700; border: 1px solid #9CB4DC;}
.my-request-page  table td{font-family: "Roboto", sans-serif; color: #1E3E74; padding: 15px 20px; font-size: 15px; font-weight: 400; border: 1px solid #9CB4DC; background: #D9E1F159;}
.my-request-page  table td a{color: #1E3E74; font-weight: 700; text-decoration: underline !important;}

.myprofile_page{background: #D9E1F159; padding: 80px 0; min-height:calc(100vh - 205px);}
.myprofile_page .container{max-width:1282px;}
.myprofile_page .first-part{display: flex; margin-bottom: 18px;}
.myprofile_page .left-block{width: 38%;}
.myprofile_page .right-block{width: 62%; padding-left: 20px;}
.myprofile_page .profile-block{background: #fff; border-radius: 20px; position: relative; padding: 186px 30px 30px 30px; height: 100%;}
.myprofile_page .profile-block .bg{background: #1E3E74; border-radius: 20px 20px 0 0; width: 100%; height: 166px; position: absolute; top: 0px; left: 0px;}
.myprofile_page .profile-block .bg svg{position: absolute; bottom: 0px; right: 0px;}
.myprofile_page .profile-block .photo-block{width: 196px; height: 196px; padding: 5px; border-radius: 50%; position: absolute; top: -60px; left: 50%; margin-left: -98px; background: #fff;}
.myprofile_page .profile-block .photo-block .photo{width: 100%; height: 100%; border-radius: 50%; position: relative; overflow: hidden; border-radius: 50%;}
.myprofile_page .profile-block .photo-block .photo img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.myprofile_page .profile-block .photo-block .btn-edit{background: #EAF0FF; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; bottom: 0px; right: 18px;}
.myprofile_page .profile-block .name{font-family: "Roboto", sans-serif; font-size: 22px; line-height: 32px; color: #1E3E74; font-weight: 600; text-align: center; margin: 0 0 8px 0;}
.myprofile_page .profile-block .name span{font-weight: 400; font-size: 18px;}
.myprofile_page .profile-block .social-icons{display: flex; justify-content: center; margin-bottom: 14px;}
.myprofile_page .profile-block .social-icons a{display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: #FF6017; color: #fff; border-radius: 50%; margin: 0 3px; font-size: 14px;}
.myprofile_page .profile-block p{font-family: "Roboto", sans-serif;text-align: center; font-size: 16px; line-height: 24px; text-align: center; color: #91929E; font-weight: 400; margin: 0px;}
.myprofile_page .second-part{display: flex;}
.myprofile_page .title{font-family: "Roboto", sans-serif; font-size: 20px; line-height: 24px; color: #1E3E74; font-weight: 600; margin: 0 0 24px 0; padding-bottom: 22px; border-bottom: #0000000F 1px solid;}
.myprofile_page .title span{display: block; font-size: 14px; line-height: 21px; font-weight: 400; color: #91929E; margin-top: 10px; max-width: 320px;}
.myprofile_page .form-control{font-family: "Roboto", sans-serif; background: #F2F5FA; border: #F2F5FA 1px solid; padding: 20px; font-size: 16px; line-height: 18px; color: #1E3E74; font-weight: 400; border-radius: 10px;}
.myprofile_page .btn-update{font-family: "Roboto", sans-serif; font-size: 14px; line-height: 18px; background: #FF6017; border: #FF6017 1px solid; padding: 10px 32px; border-radius: 30px; color: #fff;  margin-top: 18px; display: inline-block;}
.myprofile_page .btn-update:hover{background: #fff; border: #FF6017 1px solid; color: #FF6017;}
.myprofile_page .btn-area{display: flex; justify-content: end; margin-top: 20px;}
.myprofile_page .btn-area .profile_update_btn{font-family: "Roboto", sans-serif; font-size: 14px; line-height: 18px; background: #1E3E74; border: #1E3E74 1px solid; padding: 10px 32px; border-radius: 30px; color: #fff;   display: inline-block; margin-left: 10px;}
.myprofile_page .btn-area .profile_update_btn:hover{background: #fff; border: #1E3E74 1px solid; color: #1E3E74;}
.myprofile_page .btn-area .cancelbtn{font-family: "Roboto", sans-serif; font-size: 14px; line-height: 18px; background: #FF6017; border: #FF6017 1px solid; padding: 10px 32px; border-radius: 30px; color: #fff; display: inline-block;}
.myprofile_page .btn-area .cancelbtn:hover{background: #fff; border: #FF6017 1px solid; color: #FF6017;}
.myprofile_page .inside-block{background: #fff; border-radius: 20px; padding: 30px;}
.myprofile_page .inside-block h2{font-family: "Roboto", sans-serif; font-size: 20px; line-height: 24px; color: #FF6017; font-weight: 600; margin: 0; padding-bottom: 20px; border-bottom: #0000000F 1px solid;}
.myprofile_page .inside-block .card{border: none; border-bottom: #0000000F 1px solid; padding: 0px;}
.myprofile_page .inside-block .card .card-header{background: #fff; border: none; padding: 0;}
.myprofile_page .inside-block .card .card-header .btn-link{font-family: "Roboto", sans-serif; padding: 18px 0px; color: #1E3E74; font-size: 16px; line-height: 18px; font-weight: 600; display: block; width: 100%; text-align: left; position: relative;}
.myprofile_page .inside-block .card .card-header .btn-link:focus{text-decoration: none;}
.myprofile_page .inside-block .card .card-header .btn-link:hover{text-decoration: none;}
.myprofile_page .inside-block .card .card-header .btn-link.collapsed::before{content: ''; width: 9px; height: 9px; position: absolute; top: 22px; right: 0px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" viewBox="0 0 9 9" fill="none"><path d="M8.27344 3.71094V5.54688H0.476562V3.71094H8.27344ZM5.36719 0.578125V8.85938H3.39062V0.578125H5.36719Z" fill="%231E3E74"/></svg>');}
.myprofile_page .inside-block .card .card-header .btn-link::before{content: ''; width: 6px; height: 2px; position: absolute; top: 26px; right: 0px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="2" viewBox="0 0 6 2" fill="none"><path d="M5.03906 0.3125V1.94531H0.765625V0.3125H5.03906Z" fill="%231E3E74"/></svg>'); background-size: cover; background-repeat: no-repeat;}
.myprofile_page .inside-block .card .card-body{padding: 0 0 18px 0; font-family: "Roboto", sans-serif; font-size: 16px; line-height: 24px; color: #1E3E74; font-weight: 400;}
.myprofile_page .inside-block .card .card-body a{color:#1E3E74;}
.myprofile_page .white-inner-block{background: #fff; border-radius: 20px; padding: 44px 48px; }
.myprofile_page .second-part .white-inner-block{height: 100%;}
.myprofile_page .white-inner-block .detail-area{display: flex; position: relative; padding: 0 0 0 84px; align-items: center; min-height: 72px; margin: 0 0 16px 0;}
.myprofile_page .white-inner-block .detail-area .photo-block{width: 72px; height: 72px; border:#0000000F 1px solid; border-radius: 50%; position: absolute; top: 0px; left: 0px; right: 0px;}
.myprofile_page .white-inner-block .detail-area .photo-block .photo{width: 100%; height: 100%; position: relative; overflow: hidden; border-radius: 50%;}
.myprofile_page .white-inner-block .detail-area .photo-block .photo img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.myprofile_page .white-inner-block .detail-area .outlets-detail h3{font-family: "Roboto", sans-serif; font-size: 16px; line-height: 18px; color: #1E3E74; font-weight: 600; margin: 0px;}
.myprofile_page .white-inner-block .detail-area .outlets-detail h3 a{color: #1E3E74;}
.myprofile_page .white-inner-block .detail-area .outlets-detail p{font-family: "Roboto", sans-serif; margin: 0px; color: #1E3E74; font-size: 16px; line-height: 24px; font-weight: 400;}

.news-page{padding: 50px 0;}
.news-page .container{max-width:1282px;}
.privacy{padding: 30px 0 50px 0;}


.privacy-banner{position: relative;height: 350px;overflow: hidden;text-align: center;}
.privacy-banner img{width: 100%;max-height: 100%;object-fit: cover;}
.privacy-banner h1{position: absolute;z-index: 9999;color: #fff;top: calc(50% - 22.5px);font-size: 30px;line-height: 45px;margin:0 auto;left: 0;right:0;}

.privacy-policy-content .container{max-width: 1282px;}
.privacy-policy-content .privacy-flex{display: flex;justify-content: flex-start;align-items: flex-start;}
.privacy-policy-content .privacy-flex .leftside{width: 25%;padding: 15px;}
.privacy-policy-content .privacy-flex .leftside ul{margin: 0;padding: 0;list-style: none;}
.privacy-policy-content .privacy-flex .leftside ul li{font-size: 18px;line-height: 27px;margin-bottom: 10px;font-weight: 700;color: #1E3E74;}
.privacy-policy-content .privacy-flex .leftside ul li a{font-size: 16px;line-height: 24px;font-weight:400;color: #000;}
.privacy-policy-content .privacy-flex .leftside ul li.active a{color: #FF6017;font-weight: 700;}

.privacy-policy-content .privacy-flex .rightside{width: 75%;padding: 15px;border-left: 1px solid #000;min-height: calc(100vh - 700px);}


@media only screen and (max-width: 1090px) {
  .container{max-width: 100%;}

  header .container{max-width: 100%;}
  header .web-menu{display: none;}
  header .user-top-area{padding: 12px 0;}
  header .user-top-area .leftside .search-container .form-group{margin: 0px;}
  .job-list-page .inner-area{flex-wrap: wrap;}
  .job-list-page .filter-part{width: 30%;}
  .job-list-page .all-list-area{width: 70%; padding: 0 0px 0 15px;}
  .job-list-page .accordion .btn-categories, .job-list-page .accordion .btn-countries, .job-list-page .accordion .btn-city{padding: 10px 0; font-size: 14px;}
  .job-list-page .btn-clear{margin-top: 10px; width: 100%;}
  .job-list-page .info-rightside{width: 100%; display: flex; justify-content: space-between; margin-top: 25px;}
  .job-list-page .info-rightside .info-block{width: 49%;}

  .my-request-page h1{font-size: 20px; line-height: 32px;}
  .my-request-page p{font-size: 14px; line-height: 20px;}
  .my-request-page .submitter-details .btn-orenge,
  .my-request-page .submitter-details .btn-blue{font-size: 14px; line-height: 18px;}

  .my-request-page .table-count{font-size: 18px; line-height: 24px;}
  .table-responsive thead th{ white-space: nowrap; padding: 10px; font-size: 14px;}
  .my-request-page table td{ white-space: nowrap; padding: 10px; font-size: 14px;}

  .request-detail-page .gray-block .top-part{padding: 25px 115px 25px 25px;}
  .request-detail-page .gray-block .top-part .photo{right: 25px; top: 25px; width: 80px; height: 80px;}
  .request-detail-page .gray-block .top-part h1{font-size: 24px; line-height: 36px;}
  .request-detail-page .gray-block .top-part .d-flex{display: block !important;}
  .request-detail-page .gray-block .top-part .content-part{width: 100%; padding-right: 0;}
  .request-detail-page .gray-block .top-part .info-area{width: 100%;}
  .request-detail-page .gray-block .top-part .info-area .info{font-size: 13px; line-height: 21px; margin: 0 0px 8px 0; width: 33.33%;}
  .request-detail-page .gray-block .top-part .sub-heading,
  .request-detail-page .gray-block .top-part p{font-size: 13px; line-height: 21px;}
  .request-detail-page .gray-block .top-part p{margin: 0 0 6px 0;}
  .request-detail-page .gray-block .bottom-part{padding: 0 25px 25px 25px;}
  .request-detail-page .gray-block .bottom-part hr{margin: 0 0 15px 0;}
  .request-detail-page .gray-block .bottom-part h2{font-size: 20px; line-height: 32px;}
  .request-detail-page .gray-block .bottom-part ul.response-list li .first-part h3,
  .request-detail-page .gray-block .bottom-part ul.response-list li .third-part label{font-size: 15px; line-height: 18px;}
  .request-detail-page .gray-block .bottom-part ul.response-list li .first-part p,
  .request-detail-page .gray-block .bottom-part ul.response-list li .third-part p{font-size: 13px; line-height: 16px;}

  .add-form-page h1{font-size: 30px; line-height: 44px;}
  .add-form-page p{font-size: 13px; line-height: 16px; margin: 0 0 10px 0;}
  .add-form-page .btn-cancel,
  .add-form-page .btn-primary{font-size: 14px; line-height: 18px;}

  .faq-page h1{font-size: 30px; line-height: 44px;}
  .faq-page .d-flex{display: block !important;}
  .faq-page .faqs_main{width: 100%; padding: 0px !important;}

}

@media only screen and (max-width: 767px) {
    header .top-area{padding: 8px 0;}
    header .top-area .social-block{width: 30%;}
    header .top-area .rightside{width: 50%;}
    header .web-menu{display: none;}
    header .user-top-area{padding: 8px 0;}

    .center-form-block{padding: 40px 0 !important;}
    .center-form-block h1{font-size: 30px !important; line-height: 40px !important;}
    .center-form-block p{font-size: 14px; line-height: 18px;}
    .center-form-block .btn-cancel,
    .center-form-block .btn-primary{min-width: 120px !important;}

    .job-list-page{padding: 40px 0;}
    .job-list-page .inner-area{display: block;}
    .job-list-page .filter-part{width: 100%;}
    .job-list-page .all-list-area{width: 100%; padding: 0; margin: 15px 0;}
    .job-list-page .info-rightside{width: 100%; gap: 5px;}
    .job-list-page .accordion .btn-categories, .job-list-page .accordion .btn-countries, .job-list-page .accordion .btn-city{padding: 10px 0;}
    .job-list-page .accordion .categories-body, .job-list-page .accordion .countries-body, .job-list-page .accordion .city-body{padding: 0px;}
    .job-list-page .btn-clear{width: 100%; margin-top: 10px;}
    .job-list-page ul.job-list{padding: 10px;}
    .job-list-page ul.job-list li a{display: block; padding: 15px 18px 15px 98px;}
    .job-list-page ul.job-list li a .listed-photo{top: 15px;}
    .job-list-page ul.job-list li a .date{position: relative; top: 0; right: 0;}
    .job-list-page ul.job-list li a .eventdate{position: relative; top: 0; right: 0;}

    /* upd */
    .job-list-page .info-rightside .info-block h2 {font-size: 16px; line-height: 18px; margin: 0px 0 7px 0;}
    .job-list-page .info-rightside .info-block p {  font-size: 12px; line-height: 14px; min-height: 43px; margin: 0 0 10px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical; }
    .job-list-page .info-rightside .info-block .btn-add-event {font-size: 12px; line-height: 14px; padding: 6px 0; width: 100%;}
    .job-list-page .info-rightside .info-block {padding: 10px 5px; border-radius: 15px;}

    .add-form-page{padding: 40px 0;min-height:calc(100vh - 205px);}
    .add-form-page h1{font-size: 30px !important; line-height: 40px !important;}
    .add-form-page p{font-size: 14px; line-height: 18px;}
    .add-form-page .btn-cancel,
    .add-form-page .btn-primary{min-width: 120px !important;}

    .success-pending-page{padding: 40px 0; min-height: auto;}
    .success-pending-page h1{font-size: 30px !important; line-height: 40px !important;}
    .success-pending-page p{font-size: 14px; line-height: 18px;}

    .faq-page{padding: 40px 0;}
    .faq-page h1{font-size: 30px !important; line-height: 40px !important;}
    .faq-page .d-flex{display: block !important;}
    .faq-page .faqs_main{width: 100%; padding: 0px !important;}
    .faq-page .faqs_main .card .card-header a{padding: 21px 40px 21px 21px;}

    .requests-page{padding: 40px 0;}
    .requests-page .inner-area{display: block;}
    .requests-page .filter-part{width: 100%;}
    .requests-page .all-list-area{width: 100%; padding: 0; margin: 15px 0;}
    .requests-page .info-rightside{width: 100%;}
    .requests-page .accordion .btn-categories, .requests-page .accordion .btn-countries, .requests-page .accordion .btn-city{padding: 10px 0;}
    .requests-page .btn-search, .requests-page .btn-clear{margin-top: 10px;}
    .requests-page ul.request-list li a{display: block; padding:  10px;}
    .requests-page ul.request-list li a .listed-photo{position: relative; left: 0; top: 0; margin-bottom: 10px;}

    .request-detail-page{padding: 40px 0;}
    .request-detail-page .gray-block .top-part{padding: 20px;}
    .request-detail-page .gray-block .top-part .photo{position: relative; left: 0; top: 0; margin-bottom: 10px;}
    .request-detail-page .gray-block .top-part .info-area{flex-wrap: wrap;}
    .request-detail-page .gray-block .bottom-part{padding: 0 20px 20px 20px;}
    .request-detail-page .gray-block .bottom-part hr{margin: 0 0 20px 0;}
    .request-detail-page .gray-block .bottom-part h2{font-size: 20px; line-height: 32px;}

    .my-request-page{padding: 40px 0;}
    .my-request-page .submitter-details .btn-orenge{width: 100%;}
    .my-request-page .submitter-details .btn-blue{width: 100%; margin: 5px 0 0 0;}
    .my-request-page .table-count{font-size: 20px; line-height: 25px; margin: 15px 0 5px 0;}
    .request-detail-page .gray-block .bottom-part ul.response-list li{display: block; padding: 20px;}
    .request-detail-page .gray-block .bottom-part ul.response-list li .photo{position: relative; left: 0; top: 0; margin-bottom: 10px;}
    .request-detail-page .gray-block .bottom-part ul.response-list li .first-part{width: 100%; margin-bottom: 10px;}
    .request-detail-page .gray-block .bottom-part ul.response-list li .second-part{width: 100%; margin-bottom: 10px;}
    .request-detail-page .gray-block .bottom-part ul.response-list li .third-part{width: 100%;}




    .add-form-page .form-select { font-size: 14px; line-height: 18px; padding: 13px 12px 12px 12px; }
    .add-form-page .form-group { margin: 0px 0px 20px 0px; }
    .add-form-page .form-group .form-control {  font-size: 14px; line-height: 17px; padding: 14px 12px 12px 12px;}


    input[type="date"].flatpickr-mobile {
      appearance: none;
      height: 45px;
      box-sizing: border-box;
      display: block;
      text-align: start !important;
  }
  .flatpickr {
    text-align: start !important;
  }
    /* .flatpickr-input {width: 100% !important; display:flex !important; height: 52px; padding:0 .75rem !important; line-height: 50px !important;} */


  .privacy-banner {height: 164px;}
  .privacy-banner h1 { top: calc(50% - 30.5px); font-size: 21px; line-height: 31px;}
  .privacy-policy-content .privacy-flex {    flex-wrap: wrap;}
  .privacy-policy-content .privacy-flex .leftside { width: 100%;}
  .privacy-policy-content .privacy-flex .rightside {width: 100%;padding: 0 10px 10px 15px;}
  .privacy-policy-content .privacy-flex .leftside { padding: 15px 0 10px 0;}
  .privacy-policy-content .privacy-flex .rightside p { margin-left: 10px !important;}


  .requests-page ul.request-list li a .info-area { padding-left: 0 !important;}
  .requests-page ul.request-list li a h2 {  font-size: 15px; line-height: 17px}
  .requests-page ul.request-list li a p {font-size: 13px; line-height: 17px; }
  .requests-page ul.request-list li a .info { width: 100% !important;}

  .requests-page .info-rightside { width: 100%;display: flex;justify-content: space-around; }
  .requests-page .info-rightside .info-block { width: 48%; padding: 10px 5px;}
  .requests-page .info-rightside .info-block h2 {font-size: 16px; line-height: 18px;}
  .requests-page .info-rightside .info-block p { font-size: 12px; line-height: 14px; margin: 0 0 10px 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; min-height: 43px; }

  .requests-page .info-rightside .info-block .btn-add-event {font-size: 12px;line-height: 14px;padding:6px 0px;width: 100%;}
  .request-detail-page .btn-cancel {font-size: 14px;line-height: 21px;padding:10px 30px;width: 130px;}
  /* .submitter-details {display: flex; justify-content: space-between;} */
  .request-detail-page .gray-block .top-part .info-area .info { font-size: 13px; line-height: 21px; margin: 0 0px 2px 0; width: 100%; display: flex; gap:5px;}

}
