body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #303030;
  font-family: roboto, sans-serif;
}

class,
div,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
img,
input,
li,
ol,
p,
section,
select,
span,
textarea,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#container {
  width: 100%;
}

.full_width {
  width: 100%;
}

.page_width {
  width: 1200px;
  text-align: left;
}

.left {
  float: left;
}

.right {
  float: right;
}

.left_side {
  float: left;
}

.right_side {
  float: right;
}

.col {
  float: left;
}

.clearfix {
  clear: both;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.hide {
  display: none;
}

.wd_100 {
  width: 100%;
}

.wd_95 {
  width: 95%;
}

.wd_90 {
  width: 90%;
}

.wd_85 {
  width: 85%;
}

.wd_80 {
  width: 80%;
}

.wd_75 {
  width: 75%;
}

.wd_70 {
  width: 70%;
}

.wd_65 {
  width: 65%;
}

.wd_60 {
  width: 60%;
}

.wd_55 {
  width: 55%;
}

.wd_50 {
  width: 50%;
}

.wd_45 {
  width: 45%;
}

.wd_40 {
  width: 40%;
}

.wd_35 {
  width: 35%;
}

.wd_30 {
  width: 30%;
}

.wd_25 {
  width: 25%;
}

.wd_20 {
  width: 20%;
}

.wd_15 {
  width: 15%;
}

.wd_10 {
  width: 10%;
}

.txt_align_left {
  text-align: left;
}

.txt_align_center {
  text-align: center;
}

.txt_align_right {
  text-align: right;
}

.position_relative {
  position: relative;
}

p {
  text-align: left;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
}

h1 {
  font-size: 28px;
  color: #000;
  text-align: left;
  font-weight: 400;
  margin-bottom: 15px;
}

h2 {
  font-size: 22px;
  color: #000;
  text-align: center;
  font-weight: 400;
  margin-bottom: 15px;
}

h3 {
  font-size: 20px;
  color: #000;
  text-align: left;
  font-weight: 400;
  margin-bottom: 10px;
}

a {
  color: #000;
}

.bestprice {
  width: 36px;
  height: 140px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  left: -36px;
  background: url(../images/bestprices.webp) 0 0 no-repeat;
}

.gerenricpadding {
  padding: 70px 0 0 0;
}

.contentpadding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.gerenric_heading {
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #111;
  margin-bottom: 60px;
}

.gerenric_heading span {
  color: #3067fe;
}

.processpage.contentmain h3::after {
  width: 120px;
  height: 3px;
  background-color: #ffc820;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

.processpage.contentmain h2::before,
.gerenric_heading::before {
  width: 120px;
  height: 3px;
  background-color: #ffc820;
  position: absolute;
  left: 0;
  right: 0;
  left: -60px;
  margin: auto;
  bottom: 0;
  content: "";
}

.processpage.contentmain h2::after,
.gerenric_heading::after {
  width: 120px;
  height: 3px;
  background-color: #111;
  position: absolute;
  left: 0;
  right: 0;
  left: 60px;
  margin: auto;
  bottom: -10px;
  content: "";
}

.gerenrice_heading2 {
  width: 100%;
  padding: 15px 25px;
  background-color: #111;
  border-left: 8px solid #ffc820;
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.gerenric_pagination {
  width: 100%;
}

.gerenric_pagination.mt50 {
  margin-top: 50px;
}

.gerenric_pagination ul {
  display: flex;
  justify-content: center;
}

.gerenric_pagination ul li {
  list-style-type: none;
}

.gerenric_pagination ul li a {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
}

.gerenric_pagination ul li a:hover {
  background-color: #3068fe;
  color: #fff;
  border-radius: 3px;
}

.gerenric_pagination ul li a.pageactive {
  background-color: #3068fe;
  color: #fff;
  border-radius: 3px;
}

input.es_required_field.es_txt_email.ig_es_form_field_email,
input.ig_es_form_field_name,
.gerenric_input {
  width: 100%;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.gerenric_input:focus {
  outline: 0;
}

.gerenric_input.gerenric_textarea {
  height: auto;
  min-height: 100px;
  resize: vertical;
  overflow-y: hidden;
}

.gerenric_input.lightblue {
  background-color: #eaf0ff;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.es_subscription_form_submit.es_submit_button.es_textbox_button,
.gerenric_button {
  display: inline-block;
  vertical-align: middle;
  height: 46px;
  cursor: pointer;
  min-width: 170px;
  background-color: #ffc820;
  border: 0;
  font-size: 18px;
  color: #3f1000;
  font-weight: 600;
  padding: 13px 15px;
  border-radius: 5px;
}

.es_subscription_form_submit.es_submit_button.es_textbox_button:hover,
.gerenric_button:hover {
  background-color: #f0b500;
}

.gerenric_button.buttonbluebg {
  background-color: #3068fe;
  color: #fff;
}

.gerenric_button.buttonbluebg:hover {
  background-color: #074bfe;
}

.gerenric_button.minwidt210 {
  min-width: 210px;
  font-size: 16px;
}

.gerenric_button.addplus {
  background-color: #000;
  height: 42px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.gerenric_select {
  width: 100%;
  height: 38px;
  cursor: pointer;
  line-height: 100%;
  position: relative;
  color: #3f1000;
  background: url(../images/arrowdown.webp) no-repeat right #ddd;
  -webkit-appearance: none;
  font-size: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 30px 5px 8px;
}

.gerenric_select:focus {
  outline: 0;
}

.gerenric_select::after {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  font-size: 16px;
  content: "\f0d7";
}

.gerenric_form {
  width: 100%;
}

.gerenric_form p {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 15px;
}

.gerenric_form .formrow {
  width: 100%;
  margin-bottom: 25px;
}

.gerenric_form .formheading {
  width: 100%;
  font-size: 18px;
  margin-bottom: 15px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #222;
  position: relative;
}

.gerenric_form .formheading::before {
  width: 70px;
  height: 3px;
  content: "";
  background-color: #ffc820;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.gerenric_form ul li {
  list-style-type: none;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}

.gerenric_form ul li::after {
  clear: both;
  display: block;
  content: "";
}

.gerenric_form ul li .formleft {
  width: 50%;
  float: left;
  padding-right: 5px;
}

.gerenric_form ul li .formcol1 {
  width: 33.333%;
  float: left;
  padding-left: 10px;
}

.gerenric_form ul li .formcol1:first-child {
  padding-left: 0;
}

.gerenric_form ul li .formright {
  width: 50%;
  float: right;
  padding-left: 5px;
}

.gerenric_form ul li .formlabel {
  width: 100%;
  margin-bottom: 4px;
}

.gerenric_form ul li .formlabel span.redstar {
  color: red;
}

.gerenric_form ul li .formfiled {
  width: 100%;
}

.contactpage ul {
  margin-left: 0 !important;
}

.socialmdia {
  width: 100%;
  margin-bottom: 20px;
}

.socialmdia ul {
  display: flex;
}

.socialmdia ul li {
  list-style-type: none;
  margin-left: 10px;
  font-size: 25px;
  color: #000;
}

.socialmdia ul li:first-child {
  margin-left: 0;
}

.socialmdia ul li .sm_box {
  width: 48px;
  height: 48px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.socialmdia ul li .sm_box:hover {
  background-color: #ffc820;
}

.grnc_checkbox {
  position: relative;
  line-height: 130%;
  padding-top: 3px;
  display: inline-block;
  align-items: center;
  text-align: left;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
}

.grnc_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.grnc_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #404e65;
}

.grnc_checkbox input:checked~.checkmark {
  background-color: #3068fe;
  border: 1px solid #3068fe;
}

.grnc_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.grnc_checkbox input:checked~.checkmark:after {
  display: block;
}

.grnc_checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.upload_btn_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.upload_btn_wrapper.upload_width {
  width: 250px;
}

.upload_btn_wrapper .grncupload {
  border: 1px solid #074bfe;
  border-radius: 5px;
  width: 100%;
  background-color: #3068fe;
  height: 42px;
  cursor: pointer;
  padding: 9px 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.upload_btn_wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  cursor: pointer !important;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload_btn_wrapper.bgwhite {
  width: 100%;
}

.upload_btn_wrapper.bgwhite .grncupload {
  border: 1px solid #074bfe;
  height: 38px;
  background-color: #fff;
  color: #3068fe;
}

.gerenric_orderform {
  width: 400px;
  padding: 20px;
  position: relative;
  background-color: transparent;
}

.gerenric_orderform.bannerorderform {
  border-radius: 0;
  height: auto;
  top: 7px;
  position: absolute;
  right: 0;
  border: 3px solid #fbc210;
}

.gerenric_orderform .orderformheading {
  width: 100%;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

.gerenric_orderform ul li {
  list-style-type: none;
  margin-bottom: 7px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.gerenric_orderform ul li span {
  font-size: 12px;
  font-weight: 400;
}

.gerenric_orderform ul li .orderleft {
  width: 50%;
  float: left;
  padding-right: 5px;
}

.gerenric_orderform ul li .orderright {
  width: 50%;
  float: right;
  padding-left: 5px;
}

.gerenric_orderform ul li .orderlabel {
  width: 100%;
  margin-bottom: 2px;
}

.gerenric_orderform ul li .orderfiled {
  width: 100%;
}

.gerenric_orderform ul li .orderinput {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.gerenric_orderform ul li .orderinput:focus {
  outline: 0;
}

.gerenric_orderform ul li .orderinput::-webkit-input-placeholder {
  color: #000;
}

.gerenric_orderform ul li .orderinput:-ms-input-placeholder {
  color: #000;
}

.gerenric_orderform ul li .orderinput::placeholder {
  color: #000;
}

.gerenric_orderform ul li .gerenric_select {
  border: 0;
}

.gerenric_orderform ul li .orderprice_div {
  width: 100%;
  margin-top: 15px;
}

.gerenric_orderform ul li .orderprice {
  width: 100%;
  padding-bottom: 7px;
  font-size: 18px;
}

.gerenric_orderform ul li .orderbutton {
  width: 50%;
  margin: 0 auto;
  height: 40px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #3f1000;
  border-radius: 100px;
  cursor: pointer;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffc820;
  border: 1px solid #ffc820;
}

.gerenric_orderform ul li .orderbutton:focus {
  outline: 0;
}

.gerenric_orderform ul li .orderbutton:hover {
  background-color: #f0b500;
  border-color: #ffc820;
}

.gerenric_listing {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.gerenric_listing ul li {
  list-style-type: none;
  line-height: 150%;
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
}

.gerenric_listing ul li:last-child {
  margin-bottom: 0;
}

.gerenric_listing ul li::before {
  width: 12px;
  height: 11px;
  content: "";
  background: url(../images/buliticon.webp) 0 0 no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}

.gerenric_listing.oklist ul li::before {
  background-image: none;
  width: auto;
  height: auto;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 6px;
  top: 3px;
  font-size: 16px;
  color: #34cd02;
}

.gerenric_pricetable {
  width: 100%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.gerenric_pricetable .pricetable_row {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.gerenric_pricetable .pricetable_row:last-child {
  border-bottom: 0;
}

.gerenric_pricetable .pricetable_row:nth-child(1) {
  background-color: #3068fe !important;
  padding: 8px;
}

.gerenric_pricetable .pricetable_row:first-child .main_pricetext {
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.gerenric_pricetable .pricetable_row:first-child .main_pricetext::before {
  display: none;
}

.gerenric_pricetable .pricetable_row .main_pricetext {
  list-style-type: none;
  float: left;
  text-align: center;
  line-height: 150%;
  padding: 8px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.gerenric_pricetable .pricetable_row .main_pricetext:first-child {
  text-align: left;
}

.gerenric_pricetable .pricetable_row .main_pricetext:nth-child(1) {
  width: 20%;
}

.gerenric_pricetable .pricetable_row .main_pricetext:nth-child(2) {
  width: 19%;
}

.gerenric_pricetable .pricetable_row .main_pricetext:nth-child(3) {
  width: 20%;
}

.gerenric_pricetable .pricetable_row .main_pricetext:nth-child(4) {
  width: 26%;
}

.gerenric_pricetable .pricetable_row .main_pricetext:nth-child(5) {
  width: 15%;
}

.gerenric_pricetable .pricetable_row .main_pricetext .pricetext::before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 6px;
  font-size: 16px;
  color: #34cd02;
}

.gerenric_pricetable .pricetable_row .main_pricetext .pricetext {
  display: inline-flex;
  align-items: center;
}

.gerenric_paperformat {
  width: 100%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.gerenric_paperformat .paperformat_heading {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffc820;
  font-size: 20px;
  color: #402000;
  font-weight: 500;
  text-align: center;
}

.gerenric_paperformat .paperformat_row {
  padding: 7px 0;
}

.gerenric_paperformat .papertext {
  width: 100%;
  list-style-type: none;
  text-align: left;
  line-height: 120%;
  padding: 6px 8px 6px 40px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.gerenric_paperformat .papertext::before {
  content: "\f00c";
  position: absolute;
  left: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 6px;
  font-size: 16px;
  color: #34cd02;
}

.scrollarrowtop {
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 60px;
  left: 0;
  background-color: rgb(207, 43, 11);
  cursor: pointer;
}

.scrollarrowtop .fa-arrow-up {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.emptyheaderspace {
  width: 100%;
  height: 130px;
}

#header_section {
  width: 100%;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99999;
  position: fixed;
}

#header_section .header_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
  height: 40px;
}

#header_section.headersticky {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

#header_section .header_top .page_width {
  display: flex;
  align-items: center;
}

#header_section .header_top .left_side {
  width: 50%;
  float: left;
}

#header_section .header_top .left_side ul {
  display: flex;
  align-items: center;
}

#header_section .header_top .left_side ul li {
  list-style-type: none;
  font-size: 15px;
  color: #fff;
}

#header_section .header_top .left_side ul li:first-child {
  margin-right: 20px;
}

#header_section .header_top .left_side ul li a {
  color: #fff;
  display: flex;
  align-items: center;
}

#header_section .header_top .left_side ul li a span {
  font-weight: 700;
}

#header_section .header_top .left_side ul li a .fa {
  color: #ffc820;
  font-size: 25px;
  padding-right: 5px;
}

#header_section .header_top .right_side {
  width: 55%;
  float: right;
}

#header_section .header_top .right_side ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#header_section .header_top .right_side ul li {
  list-style-type: none;
  padding: 0 10px;
  font-size: 15px;
  color: #fff;
}

#header_section .header_top .right_side ul li a {
  color: #fff;
}

#header_section .header_top .right_side ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

#header_section .headersearch {
  width: 250px;
  overflow: hidden;
  position: relative;
}

#header_section .headersearch .searchinput {
  width: 100%;
  height: 34px;
  border: 0;
  padding: 6px 45px 6px 10px;
  background-color: #fff;
  border-radius: 5px;
}

#header_section .headersearch .searchinput:focus {
  outline: 0;
}

#header_section .headersearch .searchbutton {
  width: 38px;
  height: 34px;
  font-size: 18px;
  color: #111;
  border-radius: 0 5px 5px 0;
  border: 0;
  cursor: pointer;
  background-color: #ffc820;
  position: absolute;
  right: 0;
  top: 0;
}

#header_section .signinbutton {
  min-width: 106px;
  height: 34px;
  position: relative;
  border-radius: 100px;
  background-color: #fff;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding-left: 42px;
  display: flex;
  align-items: center;
}

#header_section .signincircle {
  width: 34px;
  height: 34px;
  box-shadow: 1px 0 0 #000;
  font-size: 20px;
  color: #000;
  border-radius: 100px;
  background-color: #ffc820;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menubutton {
  display: none;
}

.mobilenav {
  display: none !important;
}

#logo {
  width: 100%;
  position: absolute;
  top: -29px;
  left: 0;
}

#logo .logoicon {
  width: 340px;
  position: absolute;
  top: 0;
  left: 0;
}

#logo .mainlogo {
  width: max-content;
  padding-left: 77px;
  position: relative;
  top: 18px;
}

#logo .logotext {
  width: 100%;
  font-size: 25px;
  color: #111;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  border-bottom: 3px solid #ffc820;
}

#logo .slogantext {
  text-align: center;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1.25px;
  font-weight: 700;
  color: #111;
  padding-top: 3px;
}

#navigation_section {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

#navigation_section .navigationinner {
  width: 100%;
  position: relative;
  padding-left: 300px;
  padding-right: 200px;
}

#navigation_section ul {
  display: flex;
  justify-content: flex-end;
}

#navigation_section ul li {
  list-style-type: none;
  position: relative;
  text-align: right;
  padding: 0 12px;
  font-size: 18px;
  color: #000;
}

#navigation_section ul li a {
  color: #000;
  position: relative;
  padding-bottom: 10px;
}

#navigation_section ul li a:hover {
  color: #ffc820;
}

#navigation_section ul li a::before {
  width: 0;
  height: 0;
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffc820;
}

#navigation_section ul li a::after {
  position: absolute;
  display: none;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffc820;
  content: "";
  right: 0;
}

#navigation_section ul li a:hover::before {
  display: block;
}

#navigation_section ul li a:hover::after {
  display: block;
}

#navigation_section .orderbutton {
  width: 190px;
  height: 50px;
  box-shadow: 0 2px 0 #f0b500;
  font-size: 19px;
  text-align: center;
  font-weight: 700;
  border-radius: 100px;
  background-color: #ffc820;
  display: flex;
  color: #3f1000;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

#navigation_section .orderbutton:hover {
  background-color: #f0b500;
}

#navigation_section .orderbutton .orderbuttoninner::before {
  width: 31px;
  height: 31px;
  left: -36px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  position: absolute;
  background: url(../images/orderbuttonicon.webp) 0 0 no-repeat;
}

#navigation_section .orderbutton .orderbuttoninner {
  display: inline-flex;
  position: relative;
}

#mainbanner {
  width: 100%;
}

.banner_section_bg_image {
  background: url(../images/banner_bg.webp) right 0 no-repeat;
}

.banner_section {
  width: 100%;
  height: 500px;
  position: relative;
  background-color: #111;
}

.banner_section::after {
  width: 100%;
  height: 100%;
  background-color: #111;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.banner_section .banner_innner {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
}

.banner_section .banneroverlay {
  width: 650px;
}

.banner_section .banneroverlay .bannertitle {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-weight: 300;
  position: relative;
  font-size: 35px;
  color: #fff;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.9);
}

.banner_section .banneroverlay .bannertitle span {
  font-weight: 500;
}

.banner_section .banneroverlay .bannertitle::before {
  width: 120px;
  height: 3px;
  background-color: #ffc820;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

.banner_section .banneroverlay .bannertitle::after {
  width: 120px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50px;
  bottom: -10px;
  content: "";
}

.banner_section .banneroverlay .bannerdetail {
  width: 100%;
}

.banner_section .banneroverlay .bannerdetail .bannerparagraph {
  font-size: 18px;
  padding-right: 40px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
}

.banner_section .banneroverlay .bannerdetail .bannerbuttons {
  width: 100%;
  display: flex;
  margin-top: 30px;
}

.banner_section .banneroverlay .bannerdetail .bannerbuttons .safebutton {
  width: 190px;
  height: 42px;
  padding-left: 63px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 100px;
  border: 2px solid #05c01d;
}

.banner_section .banneroverlay .bannerdetail .bannerbuttons .safebutton:first-child {
  margin-right: 28px;
}

.banner_section .banneroverlay .bannerdetail .bannerbuttons .safebutton.timebutton {
  border-color: #ffc820;
}

.banner_section .banneroverlay .bannerdetail .bannerbuttons .safebutton.timebutton .cricleicon {
  background-color: #ffc820;
  color: #401000;
  font-size: 30px;
}

.banner_section .banneroverlay .bannerdetail .bannerbuttons .safebutton .cricleicon {
  width: 54px;
  height: 54px;
  font-size: 25px;
  color: #fff;
  background-color: #05c01d;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  margin: auto;
}

.banner_section .bannerstudent {
  width: 415px;
  height: 478px;
  position: absolute;
  bottom: 0;
  right: 340px;
  background: url(../images/banner_girl.webp) 0 0 no-repeat;
}

.bannerprivacy {
  width: 100%;
  background: url("https://www.affordable-dissertation.co.uk/wp-content/uploads/2022/03/background-for-web.webp");
  height: 144px;
  padding: 22px 0;
}

.bannerprivacy .bannerprivacy_inner {
  margin: 20px auto;
}

.bannerprivacy .privacycol {
  width: 25%;
  float: left;
  padding: 0 20px;
}

.bannerprivacy .privacycol:nth-child(4) .privacyitem {
  border-right: 0 solid #402000;
}

.bannerprivacy .privacyitem {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 66px;
  padding-right: 30px;
  border-right: 1px solid #fff;
}

.bannerprivacy .privacyitem .privacyicon {
  width: 50px;
  position: absolute;
}

.bannerprivacy .privacyitem .privacyicon img {
  display: block;
}

.bannerprivacy .privacyitem .privacydetail {
  width: 100%;
  padding-left: 70px;
}

.bannerprivacy .privacyitem .privacydetail .privacytitle {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #fff;
}

.bannerprivacy .privacyitem .privacydetail .privacydescription {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

#maincontent_section {
  width: 100%;
  background: url(../images/contentbg.webp) 0 0 repeat;
  background-color: #f9f9f9;
}

.writingservice_section {
  width: 100%;
}

.writingservice_section .gerenric_heading {
  margin-bottom: 90px;
}

.writingservice_section .writingservice_inner {
  margin-left: -15px;
  margin-right: -15px;
}

.writingservice_section .writingservice_inner::after {
  clear: both;
  display: block;
  content: "";
}

.writingservice_section .col {
  width: 25%;
  padding: 0 15px;
  float: left;
}

.writingservice_section .col .item {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 390px;
  border-radius: 8px;
  border: 1px solid #000;
}

.writingservice_section .col .item .serviceheading {
  width: 100%;
  border-bottom: 1px solid #111;
  position: relative;
  padding: 70px 15px 10px;
}

.writingservice_section .col .item .serviceicon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100px;
  border: 10px solid #f9f9f9;
  background-color: #111;
}

.writingservice_section .col .item .serviceicon img {
  display: block;
}

.writingservice_section .col .item .headingtext {
  color: #000;
  font-weight: 500;
  line-height: 130%;
  font-size: 16px;
}

.writingservice_section .col .item .servicedetail {
  width: 100%;
  padding: 15px;
}

.writingservice_section .col .item .servicedetail p {
  list-style-type: none;
  line-height: 140%;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.writingservice_section .col .item .servicedetail .servicetext {
  list-style-type: none;
  line-height: 140%;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  color: #303030;
  margin-bottom: 10px;
}

.writingservice_section .col .item .servicedetail .servicetext::before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: -1px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  color: #ffc820;
  font-weight: 700;
}

.content_page {
  width: 100%;
}

.content_page .content_inner {
  width: 100%;
  background-color: #fff;
  border-radius: 8px 8px 8px 8px;
  padding: 0 30px;
  border: 1px solid #000;
}

.content_page .content_subheading {
  font-size: 22px;
  font-weight: 500;
  color: #3068fe;
  margin-bottom: 15px;
}

.welcome_section {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}

.welcome_section p {
  text-align: center;
  margin-bottom: 0;
}

.welcome_section .welcome_inner {
  width: 84%;
  margin: auto;
}

.offerservice_section {
  width: 100%;
  padding: 50px 0;
}

.priceplan_section {
  width: 100%;
  padding: 40px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.priceplan_section .subheading {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 25px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.priceplan_section .subheading span {
  font-weight: 900;
  color: #3067fe;
}

.priceplan_section .price_left {
  width: 72%;
  padding-right: 30px;
  float: left;
}

.priceplan_section .price_right {
  width: 28%;
  float: right;
}

.client_section {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  padding: 60px 30px 70px;
  position: relative;
  background: url(../images/clientbg.webp) 0 40% no-repeat;
  background-size: cover;
}

.client_section::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.client_section ul li {
  list-style-type: none;
  position: relative;
  padding: 5px 15px 5px 40px;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #a4b8ec;
  height: 55px;
  display: flex;
  align-items: center;
}

.client_section ul li::before {
  content: "\f00c";
  position: absolute;
  left: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  color: #34cd02;
}

.client_section ul li:last-child {
  border-bottom: 0;
}

.client_section ul li a {
  color: #fff;
}

.client_section .gerenric_heading {
  color: #fff;
}

.client_section .gerenric_heading::before {
  background-color: #fff;
}

.client_section .gerenric_heading span {
  color: #ffc71f;
}

.client_section .client_inner {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  z-index: 999;
}

.client_section .client_inner .client_col {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}

.client_section .client_inner .client_item {
  width: 100%;
  height: 225px;
  border: 1px solid #a4b8ec;
  border-radius: 8px;
  background-color: rgba(1, 50, 177, 0.7);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.free_feature_section {
  width: 100%;
}

.free_feature_section .free_feature_inner {
  width: 100%;
  background-color: transparent;
  padding: 0 25px 30px 25px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.free_feature_section .free_feature_inner::after {
  clear: both;
  content: "";
  display: block;
}

.free_feature_section .free_feature_inner .free_col {
  width: 16.66%;
  float: left;
  padding: 0 5px;
}

.free_feature_section .free_feature_inner .free_item {
  width: 100%;
  background-color: #fff;
  position: relative;
  height: 170px;
  overflow: hidden;
  border-radius: 8px;
  border: 2px dashed #ffc820;
}

.free_feature_section .free_feature_inner .free_heading {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #401000;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 55px;
  background-color: #ffc820;
}

.free_feature_section .free_feature_inner .free_heading::after {
  width: 0;
  height: 0;
  border-left: 84px solid transparent;
  border-right: 84px solid transparent;
  position: absolute;
  bottom: -24px;
  left: 0;
  z-index: 99;
  content: "";
  border-top: 25px solid #ffc820;
}

.free_feature_section .free_feature_inner .free_detail {
  width: 100%;
  text-align: center;
  padding: 35px 5px 10px;
}

.free_feature_section .free_feature_inner .freeprice {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}

.free_feature_section .free_feature_inner .freeprice del {
  color: #111;
  position: relative;
  text-decoration: none;
}

del::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d90000;
  transform: rotate(-10deg);
}

.free_feature_section .free_feature_inner .freetext {
  font-size: 18px;
  color: #d90000;
  font-weight: 600;
  font-style: italic;
}

.discount_section {
  width: 100%;
}

.discount_section .discount_inner {
  margin-left: -15px;
  margin-right: -15px;
}

.discount_section .discount_inner::after {
  clear: both;
  content: "";
  display: block;
}

.discount_section .dis_col {
  width: 33.333%;
  padding: 0 15px;
  float: left;
}

.discount_section .dis_item {
  width: 100%;
  padding: 30px 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
}

.discount_section .dis_cricle {
  width: 140px;
  height: 140px;
  padding-top: 15px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 60px;
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  border-radius: 140px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background: #ff1c1c;
  background: radial-gradient(circle,
      rgba(255, 28, 28) 0,
      rgba(230, 0, 0) 50%,
      rgba(230, 0, 0) 100%);
  border: 10px solid #fff;
  margin: auto;
  margin-bottom: 30px;
}

.discount_section .dis_cricle sup {
  font-size: 30px;
  position: relative;
  top: -24px;
}

.discount_section .dis_cricle .uptotext {
  position: absolute;
  font-style: italic;
  top: 24px;
  left: 27px;
  font-size: 18px;
}

.discount_section .dis_offer {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  color: #000;
  font-weight: 500;
}

.discount_section .dis_offer::after {
  width: 90px;
  height: 3px;
  background-color: #000;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.discount_section .dis_automatically {
  font-size: 16px;
  text-align: center;
  font-style: italic;
  color: #d90000;
  font-weight: 500;
}

.discount_section .dis_included {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  margin-bottom: 15px;
  font-weight: 500;
}

.discount_section .dis_word {
  font-size: 21px;
  text-transform: uppercase;
  line-height: 130%;
  height: 60px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
}

.discount_section .orderbutton {
  width: 230px;
  margin: auto;
  border-radius: 100px;
  height: 60px;
  background: url(../images/orderarrow.webp) 82% center no-repeat;
  background-color: #ffc820;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount_section .orderbutton:hover {
  background-color: #f4b800;
}

.guarantee_section {
  width: 100%;
  background: url(../images/guaranteeimage.webp) 0 0 repeat;
}

.guarantee_section .gerenric_heading {
  color: #fff;
  padding-left: 90px;
  padding-right: 90px;
}

.guarantee_section .gerenric_heading::before {
  background-color: #fff;
}

.guarantee_section .guarantee_inner {
  margin-left: -15px;
  margin-right: -15px;
}

.guarantee_section .guarantee_inner::after {
  clear: both;
  content: "";
  display: block;
}

.guarantee_section .gte_col {
  width: 33.333%;
  padding: 0 15px;
  float: left;
}

.guarantee_section .gte_col:nth-child(3) .gte_item {
  padding: 30px 25px;
}

.guarantee_section .gte_item {
  width: 100%;
  height: 350px;
  overflow: hidden;
  padding: 30px 35px;
  background-color: transparent;
  border: 2px solid #81b6f5;
  border-radius: 8px;
}

.guarantee_section .gte_icon {
  width: 100%;
  height: 80px;
  text-align: center;
  margin-bottom: 20px;
}

.guarantee_section .gte_icon img {
  display: block;
  margin: auto;
}

.guarantee_section .gte_title {
  font-size: 25px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.guarantee_section .gte_detail {
  font-size: 15px;
  text-align: center;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.testimonail_section {
  width: 100%;
}

.testimonail_section .page_width {
  padding-right: 0;
}

.testimonail_section.full_column .test_col {
  width: 100%;
  float: none;
}

.testimonail_section .test_col {
  width: 33.333%;
  float: left;
  padding: 0 20px;
}

.testimonail_section .test_item {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #000;
  padding: 40px 30px;
}

.testimonail_section .testdetail {
  width: 100%;
}

.testimonail_section .testdetail .qouteicon {
  position: relative;
  width: 100%;
  text-align: center;
}

.testimonail_section .testdetail .qouteicon::after {
  font-size: 45px !important;
  font: normal normal normal 14px/1 FontAwesome;
  text-align: center;
  color: #ffc820;
  margin-bottom: 10px;
  content: "\f10e";
}

.testimonail_section .testdetail p {
  color: #303030;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  min-height: 180px;
}

.testimonail_section .testdetail .testimage {
  width: 115px;
  height: 115px;
  border-radius: 115px;
  margin: auto;
  padding: 3px;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.testimonail_section .testdetail .testimage img {
  width: 109px;
  height: 109px;
  border-radius: 109px;
  object-fit: cover;
}

.testimonail_section .testdetail .testtitle {
  color: #ffc820;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}

.testimonail_section .testdetail .testreview {
  width: 100%;
  margin-bottom: 40px;
}

.testimonail_section .testdetail .testreview ul {
  display: flex;
  justify-content: center;
}

.testimonail_section .testdetail .testreview ul li {
  list-style-type: none;
  padding: 0 5px;
}

.testimonail_section .testdetail .testreview ul li .fa {
  color: #ffd50d;
  font-size: 20px;
}

.testimonail_section .slick-dots {
  text-align: center;
  padding-left: 15px;
  bottom: -25px;
  justify-content: space-between;
}

.testimonail_section .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  vertical-align: middle;
  background-color: #dcdfe3;
  border-radius: 2px;
}

.testimonail_section .slick-dots li:first-child {
  margin-left: 0;
}

.testimonail_section .slick-dots li button {
  width: auto;
  height: auto;
}

.testimonail_section .slick-dots li.slick-active {
  width: 15px;
  height: 15px;
  background-color: #3068fe;
  border-radius: 2px;
}

.slick-next,
.slick-prev {
  display: none !important;
}

.testimonail_section .col-12 {
  padding: 15px;
}

.testimonail_section .slick-list::after {
  clear: both;
  display: block;
  content: "";
}

.testimonail_section .slick-track {
  float: left;
}

.orderworktoday_section {
  width: 100%;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

.orderworktoday_section .orderworktoday_inner {
  width: 100%;
  height: 290px;
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.15);
  background: url(../images/orderworkimage.webp) -50px 0 no-repeat;
  background-color: #f9f9fa;
  border-top: 1px solid #97b3fe;
}

.orderworktoday_section .orderwtodaybutton_section {
  width: 100%;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.orderworktoday_section .orderwtodaybutton_section .ordertodaybutton_col:first-child {
  margin-right: 40px;
}

.orderworktoday_section .orderwtodaybutton_section .ordertodaybutton_title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  text-shadow: 0 2px 1px rgba(255, 255, 255, 0.9);
}

.orderworktoday_section .ordertoday_button {
  width: 290px;
  height: 64px;
  border-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  padding: 5px 10px 5px 45px;
  color: #200900;
  text-transform: uppercase;
  background-color: #ffc820;
}

.orderworktoday_section .ordertoday_button .cricleicon {
  width: 40px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 35px;
}

.orderworktoday_section .ordertoday_button:hover {
  background-color: #f4b800;
}

.orderworktoday_section .ordertoday_button.chatbutton {
  color: #fff;
  background-color: #34ce00 !important;
}

.orderworktoday_section .ordertoday_button.chatbutton .cricleicon {
  left: 25px;
}

.orderworktoday_section .ordertoday_button.chatbutton:hover {
  background-color: #31c100 !important;
}

.newsletter_section {
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #3068fe;
}

.newsletter_section .newsletter_inner {
  width: 100%;
  height: 220px;
  background: url(../images/newsletterbg.webp) 0 0 no-repeat;
  padding: 30px 0 30px 280px;
}

.newsletter_section .newsletterheading {
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}

.newsletter_section .newsletterdetail {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  padding-right: 230px;
}

.newsletter_section .newsletterform {
  width: 100%;
}

.newsletter_section .newsletterform ul {
  display: flex;
}

.newsletter_section .newsletterform ul li {
  list-style-type: none;
  padding-left: 10px;
}

.newsletter_section .newsletterform ul li:first-child {
  padding-left: 0;
}

.newsletter_section .newsletterform ul li:nth-child(1) {
  width: 40%;
}

.newsletter_section .newsletterform ul li:nth-child(2) {
  width: 40%;
}

.newsletter_section .newsletterform ul li:nth-child(3) {
  width: 20%;
}

.orderpage {
  width: 100%;
  margin: 50px 0;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.orderpage.bodercontent .gerenric_form ul {
  border: 3px solid #ffc820;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.orderpage.bodercontent .gerenric_form .formheading {
  border-bottom: 0;
  margin-bottom: 10px;
  font-size: 22px;
}

.orderpage.bodercontent .gerenric_form .formheading::before {
  display: none;
}

.samplepage {
  width: 100%;
  padding: 0 60px;
}

.samplepage .sampleblock {
  width: 100%;
  height: 330px;
  margin-bottom: 30px;
  background-color: #e6e6e6;
  border-radius: 6px;
  padding: 5px;
}

.samplepage .sampleblock .sampleblock_inner {
  width: 100%;
  position: relative;
  padding-left: 240px;
}

.samplepage .sampleblock .paperformat {
  width: 230px;
  height: 320px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 0;
}

.samplepage .sampleblock .paperformat .papersymbol {
  width: 75px;
  height: 75px;
  font-size: 42px;
  color: #000;
  font-weight: 700;
  background-color: #fff;
  box-shadow: 6px 0 0 rgba(0, 0, 0, 0.15);
  border-radius: 75px;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  margin: auto;
  z-index: 999;
}

.samplepage .sampleblock .paperformat .paperimage {
  width: 100%;
}

.samplepage .sampleblock .paperdetail {
  width: 100%;
  height: 320px;
  position: relative;
  padding: 15px 30px 15px 50px;
  background-color: #fff;
  border-radius: 6px;
}

.samplepage .sampleblock .paperdetail .paperattach {
  width: 48px;
  height: 320px;
  background-color: transparent;
  background: url(../images/attachicon.webp) 0 0 repeat-y;
  position: absolute;
  top: -2px;
  left: -29px;
  z-index: 999;
}

.samplepage .sampleblock .paperdetail .papertitle {
  font-size: 18px;
  text-transform: uppercase;
  color: #3068fe;
  font-weight: 700;
  margin-bottom: 15px;
}

.samplepage .sampleblock .paperdetail .paperdescription {
  width: 100%;
}

.samplepage .sampleblock .paperdetail .paperdescription ul li {
  list-style-type: none;
  margin-bottom: 14px;
  position: relative;
  font-size: 14px;
  color: #111;
}

.samplepage .sampleblock .paperdetail .paperdescription ul li .paperlabel {
  width: 135px;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.samplepage .sampleblock .paperdetail .paperdescription ul li .paperinfo {
  width: 100%;
  max-height: 34px;
  overflow: hidden;
  padding-left: 150px;
}

.samplepage .sampleblock .paperdetail .paperbutton {
  display: flex;
}

.samplepage .sampleblock .paperdetail .paperbutton .gerenric_button {
  height: 40px;
  border-bottom: 1px solid #f4b800;
  text-align: center;
  font-size: 16px;
  padding: 10px 15px;
}

.samplepage .sampleblock .paperdetail .paperbutton a:nth-child(1) .gerenric_button {
  margin-right: 15px;
}

.samplepage .sampleblock .paperdetail .paperbutton a:nth-child(2) .gerenric_button {
  background-color: #3068fe;
  color: #fff;
  border: 1px solid #1656fe;
}

.samplepage .sampleblock .paperdetail .paperbutton a:nth-child(2) .gerenric_button:hover {
  background-color: #1656fe;
}

.processpage {
  width: 100%;
}

.processpage .process_block {
  width: 100%;
  margin-bottom: 40px;
}

.processpage .process_heading {
  width: 560px;
  margin-bottom: 25px;
  border-radius: 25px;
  padding: 5px 40px 5px 110px;
  height: 85px;
  margin-left: 13px;
  font-size: 25px;
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #f4f7fd;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.processpage .process_heading .process_number {
  width: 110px;
  height: 67px;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 7px;
  left: -13px;
  margin: auto;
  background: url(../images/process_heading.webp) 0 0 no-repeat;
}

.contactpage {
  width: 100%;
}

.contactpage .contact_paragraph {
  width: 70%;
  font-size: 15px;
  text-align: center;
  line-height: 150%;
  color: #000;
  margin: auto;
  margin-bottom: 60px;
}

.contactpage .gerenric_input.gerenric_textarea {
  min-height: 150px;
}

.contactpage .gerenric_button {
  border-radius: 100px;
}

.contactpage .contactinner::after {
  clear: both;
  display: block;
  content: "";
}

.contactpage .info_heading {
  width: 100%;
  font-size: 25px;
  font-weight: bolder;
  color: #000;
  position: relative;
  margin-bottom: 45px;
}

.contactpage .info_heading::after {
  width: 100px;
  height: 3px;
  background-color: #ffc820;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
}

.contactpage .contact_left {
  width: 55%;
  border-right: 1px solid #ccc;
  padding-right: 40px;
  float: left;
}

.contactpage .contact_right {
  width: 45%;
  padding-left: 40px;
  float: right;
}

.contactpage .contact_information {
  width: 100%;
}

.contactpage .contact_information ul {
  margin-bottom: 50px;
}

.contactpage .contact_information ul::after {
  clear: both;
  content: "";
  display: block;
}

.contactpage .contact_information ul:last-child {
  margin-bottom: 20px;
}

.contactpage .contact_information ul li {
  width: 60%;
  float: left;
  list-style-type: none;
  position: relative;
}

.contactpage .contact_information ul li:nth-child(2) {
  width: 40%;
  float: right;
}

.contactpage .contact_information ul li .info_icon {
  width: 45px;
  height: 45px;
  font-size: 18px;
  color: #000;
  position: absolute;
  left: 0;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.contactpage .contact_information ul li .info_detail {
  width: 100%;
  padding-left: 55px;
}

.contactpage .contact_information ul li .info_detail.pdleft0 {
  padding-left: 0;
}

.contactpage .contact_information ul li .info_title {
  font-size: 16px;
  color: #3066fe;
  font-weight: 600;
  margin-bottom: 4px;
}

.contactpage .contact_information ul li .info_des {
  font-size: 14px;
  color: #000;
}

.contactpage .contact_information ul li:first-child .info_des {
  padding-right: 20px;
}

.contactpage .contact_information ul li .info_des.phonenubmer {
  font-size: 17px;
}

.contactpage .contact_information ul li .socialmdia ul li {
  margin-left: 6px;
}

.contactpage .contact_information ul li .socialmdia ul li .sm_box {
  width: 42px;
  height: 42px;
  font-size: 18px;
  border-radius: 42px;
}

.contactpage .contact_information ul li .socialmdia ul li:nth-child(1) .sm_box {
  background-color: #00b0e9 !important;
  color: #fff;
}

.contactpage .contact_information ul li .socialmdia ul li:nth-child(2) .sm_box {
  background-color: #1877f2 !important;
  color: #fff;
}

.contactpage .contact_information ul li .socialmdia ul li:nth-child(3) .sm_box {
  background-color: #e2306c !important;
  color: #fff;
}

.contactpage .contact_information ul li .socialmdia ul li:nth-child(4) .sm_box {
  background-color: #074e94 !important;
  color: #fff;
}

.contactpage .contact_information ul li .socialmdia ul li:nth-child(1) .sm_box:hover {
  background-color: #0095c6 !important;
}

.contactpage .contact_information ul li .socialmdia ul li:nth-child(2) .sm_box:hover {
  background-color: #0c60d1 !important;
}

.contactpage .contact_information ul li .socialmdia ul li:nth-child(3) .sm_box:hover {
  background-color: #cd1d56 !important;
}

.contactpage .contact_information ul li .socialmdia ul li:nth-child(4) .sm_box:hover {
  background-color: #043362 !important;
}

.contactpage .contact_chatbox {
  width: 420px;
  height: 230px;
  margin: auto;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #ff1f35;
}

.contactpage .contact_chatbox .chattop {
  width: 100%;
  height: 156px;
  display: flex;
  padding: 15px 20px;
  align-items: center;
  position: relative;
}

.contactpage .contact_chatbox .chattop .chatimage {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 120px;
  position: absolute;
  border: 5px solid #bebebe;
  background-color: #fff;
}

.contactpage .contact_chatbox .chattop .chatdetail {
  width: 100%;
  padding-left: 160px;
  line-height: 140%;
  font-size: 25px;
  color: #000;
  font-weight: 500;
}

.contactpage .contact_chatbox .chattop .chatdetail span {
  color: #ff1f35;
}

.contactpage .contact_chatbox .chatbottom {
  width: 100%;
  height: 70px;
  position: relative;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  background-color: #ff1f35;
}

.contactpage .contact_chatbox .chatbottom .livechatbutton {
  width: 200px;
  height: 48px;
  background-color: #35ce01;
  cursor: pointer;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactpage .contact_chatbox .chatbottom .livechatbutton:hover {
  background-color: #2ba701;
}

.contactpage .contact_chatbox .chatbottom .chatonline {
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding-right: 10px;
}

.signup_page {
  width: 100%;
}

.signup_page .signup_inner {
  width: 540px;
  padding: 30px 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15);
}

.signup_page .signupheader {
  width: 100%;
  margin-bottom: 60px;
}

.signup_page .signupheader .signupheader_inner {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #000;
}

.signup_page .signupheader .signupheader_inner #logo {
  width: auto;
  left: inherit;
  right: inherit;
  display: inline-block;
  margin: auto;
  top: 9px;
}

.signup_page .signupheader .signupheader_inner .websiteback {
  display: inline-block;
  padding-right: 10px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.signup_page .signupheader .signupheader_inner .websiteback a {
  color: #000;
}

.signup_page .signup_inner .signup_heading {
  width: 100%;
  margin-bottom: 30px;
}

.signup_page .signup_inner .signup_heading h2 {
  font-size: 25px;
  text-align: center;
  color: #0e4cf1;
  margin-bottom: 4px;
  font-weight: 600;
}

.signup_page .signup_inner .signup_heading h2.blacktext {
  color: #000;
}

.signup_page .signup_inner .signup_heading h3 {
  font-size: 13px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

.signup_page .signup_inner .signup_heading h3.orangetext {
  color: #ff7f00;
  font-weight: 500;
}

.signup_page .signup_inner .formfiledinner {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.signup_page .signup_inner .fmicon {
  position: absolute;
  left: 15px;
  color: #9f9f9f;
  font-size: 20px;
}

.signup_page .signup_inner .fmicon .fa-envelope {
  font-size: 17px;
}

.signup_page .signup_inner .gerenric_input {
  height: 44px;
  padding: 9px 15px 9px 40px;
  background-color: #f5f3f4;
  border: 0;
}

.signup_page .signup_inner .gerenric_button {
  background-color: #11c979;
  color: #fff;
  padding: 16px 15px;
  font-size: 16px;
}

.signup_page .signup_inner .gerenric_button:hover {
  background-color: #13e88d;
}

.signup_page .signup_inner .gerenric_button.mt_30 {
  margin-top: 30px;
}

.signup_page .signup_inner .gerenric_form ul li a {
  color: #1852f2;
  text-decoration: underline;
  font-weight: 700;
}

.signup_page .signup_inner .gerenric_form ul li a:hover {
  text-decoration: none;
}

.signup_page .signup_inner .loginlink {
  margin-top: 30px;
}

.signup_page .signupfooter {
  width: 100%;
  padding: 30px 0 40px;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.signup_page .signupfooter .page_width {
  margin: auto;
  text-align: center;
}

#footer_section {
  width: 100%;
  background-color: #262d32;
}

#footer_section .footer_heading {
  width: 100%;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #888;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

#footer_section .footer_heading::before {
  width: 90px;
  height: 3px;
  content: "";
  background-color: #ffc820;
  position: absolute;
  bottom: -2px;
  left: 0;
}

#footer_section .footer_top {
  width: 100%;
  padding: 55px 0 40px;
}

#footer_section .footer_top .footer_top_inner {
  width: 100%;
  line-height: 30px;
}

#footer_section .footer_top .footer_top_inner::after {
  clear: both;
  display: block;
  content: "";
}

#footer_section .footer_top .footer_col {
  width: 25%;
  padding-left: 10px;
  float: left;
}

#footer_section .footer_top .footer_col:first-child {
  padding-left: 0;
}

#footer_section .footer_top .footer_col:nth-child(2) {
  width: 26%;
}

#footer_section .footer_top .footer_col:nth-child(4) {
  width: 24%;
}

#footer_section .footer_top .footer_left {
  width: 81%;
  padding-right: 40px;
  float: left;
}

#footer_section .footer_top .footer_right {
  width: 19%;
  float: right;
}

#footer_section .footer_top .footer_left ul li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
}

#footer_section .footer_top .footer_left ul li::before {
  color: #ffc820;
  padding-right: 7px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
}

#footer_section .footer_top .footer_left ul li a {
  color: #fff;
}

#footer_section .footer_top .footer_left ul li a:hover {
  color: #ffc820;
  text-decoration: underline;
}

#footer_section .footer_top .footer_right .paymentmethod {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

#footer_section .footer_top .footer_right .paymentmethod img {
  display: block;
  margin: auto;
}

#footer_section .footer_top .footer_right .paymentsecrity {
  width: 100%;
  display: flex;
  justify-content: center;
}

#footer_section .footer_top .footer_right .paymentsecrity .stempcol:first-child {
  padding-right: 5px;
}

#footer_section .footer_top .footer_right .paymentsecrity .stempcol:last-child {
  padding-left: 5px;
}

#footer_section .footer_bottom {
  width: 100%;
  border-top: 1px solid #888;
  padding: 40px 0;
}

#footer_section .footer_bottom .footer_links {
  width: 100%;
  margin-bottom: 30px;
}

#footer_section .footer_bottom .footer_links::after {
  clear: both;
  display: block;
  content: "";
}

#footer_section .footer_bottom .footer_links .links_block ul li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
}

#footer_section .footer_bottom .footer_links .links_block ul li::before {
  color: #ffc820;
  padding-right: 7px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0da";
}

#footer_section .footer_bottom .footer_links .links_block ul li a {
  color: #fff;
}

#footer_section .footer_bottom .footer_links .links_block ul li a:hover {
  color: #ffc820;
  text-decoration: underline;
}

#footer_section .footer_bottom .footer_links .footer_col1 {
  width: 37%;
  float: left;
}

#footer_section .footer_bottom .footer_links .footer_col2 {
  width: 21%;
  padding-left: 30px;
  float: left;
}

#footer_section .footer_bottom .footer_links .disclaimer_text {
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 400;
  color: #fff;
}

#footer_section .footer_bottom .footer_links .secured_row {
  width: 100%;
  display: flex;
}

#footer_section .footer_bottom .footer_links .secured_row .secured_col {
  padding-right: 20px;
}

#footer_section .footer_bottom .footer_links .secured_row .secured_col img {
  display: block;
}

#footer_section .footer_bottom .footer_links .contact_number {
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 5px 5px 5px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid #ffc820;
}

#footer_section .footer_bottom .footer_links .contact_number_inner {
  display: inline-flex;
  position: relative;
  align-items: center;
}

#footer_section .footer_bottom .footer_links .contact_number_inner::before {
  width: 32px;
  height: 32px;
  background: url(../images/phoneicon.webp) 0 0 no-repeat;
  content: "";
  position: absolute;
  left: -40px;
}

#footer_section .footer_bottom .footer_copyright {
  width: 100%;
  font-size: 13px;
  line-height: 130%;
  text-align: center;
  font-weight: 400;
  color: #fff;
}

#footer_section .footer_bottom .footer_copyright .copyright_text {
  width: 100%;
  margin-bottom: 10px;
}

#footer_section .footer_bottom .footer_copyright .company_text {
  width: 100%;
  color: #b7c5d0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 !important;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
  font-display: swap;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  display: none;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

@media screen and (max-width: 1024px) and (min-width: 240px) {
  li.home-menu {
    display: flex;
    align-items: center;
    margin-left: 12px;
  }

  .page_width {
    width: 100%;
    padding: 0 10px;
  }

  .gerenricpadding {
    padding: 40px 0;
  }

  .gerenric_heading {
    font-size: 25px;
    margin-bottom: 40px;
  }

  .bestprice {
    display: none;
  }

  .gerenric_orderform.bannerorderform {
    position: inherit;
    width: 100%;
    padding: 0;
    margin: auto;
    margin-top: 90px;
  }

  .gerenric_pricetable {
    overflow-x: auto;
  }

  .gerenric_pricetable .pricetable_row {
    width: 800px;
  }

  .emptyheaderspace {
    height: 60px;
  }

  .menuclose {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 999;
    cursor: pointer;
    font-size: 18px;
    color: #000;
  }

  .menubutton {
    position: absolute;
    top: -12px;
    right: 0;
    display: block;
    z-index: 999;
    cursor: pointer;
    font-size: 23px;
    color: #000;
  }

  #header_section .header_top {
    display: none;
  }

  #header_section .header_top .left_side {
    display: none;
  }

  #header_section .header_top .right_side {
    width: 100%;
  }

  .mobilenav {
    display: block !important;
  }

  #logo {
    top: -24px;
    left: 0;
    width: 240px;
  }

  #logo .logoicon {
    width: 180px;
  }

  #logo .logoicon img {
    height: 50px !important;
    object-fit: contain;
  }

  #logo .mainlogo {
    padding-left: 43px;
    top: 5px;
  }

  #logo .logotext {
    font-size: 17px;
  }

  #logo .slogantext {
    font-size: 11px;
    letter-spacing: 0.2px;
  }

  #navigation_section .orderbutton {
    width: 130px;
    font-size: 14px;
    height: 40px;
  }

  #navigation_section .orderbutton .orderbuttoninner::before {
    background-size: 20px;
    left: -26px;
    width: 20px;
    height: 20px;
  }

  #navigation_section {
    height: 60px;
  }

  #navigation_section .navigationinner {
    padding: 0;
  }

  #navigation_section ul {
    width: 240px;
    height: 100vh;
    padding-bottom: 20px;
    z-index: 99999;
    overflow-y: auto;
    box-shadow: 0 14px 0 #f0f4ff;
    display: none;
    justify-content: flex-start;
    background-color: #f0f4ff;
    position: fixed;
    top: 0;
    left: 0;
    color: #000;
  }

  #navigation_section ul li {
    text-align: left;
    font-size: 16px;
    padding: 0;
  }

  #navigation_section ul li:nth-child(2) {
    padding: 40px 12px 20px;
    background-color: #ffc820;
    margin-bottom: 15px;
  }

  #navigation_section ul li:last-child {
    margin-top: 10px;
    background-color: #ffc820;
    color: #3f1000;
    box-shadow: 0 2px 0 #f0b500;
    width: 140px;
    height: 30px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 700;
  }

  #navigation_section ul li:last-child a {
    border-bottom: 0;
  }

  #navigation_section ul li:last-child a:first-child .signincircle {
    background-color: #000;
    color: #fff;
  }

  #navigation_section ul li a {
    display: block;
    padding: 6px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  }

  #navigation_section ul li a::before {
    display: none;
  }

  #navigation_section ul li a::after {
    display: none;
  }

  #navigation_section ul li a:hover::before {
    display: none;
  }

  #navigation_section ul li a:hover::after {
    display: none;
  }

  #header_section .headersearch {
    width: 100%;
  }

  #header_section .signinbutton {
    padding-right: 42px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    justify-content: center;
  }

  .banner_section {
    height: 920px;
    background-size: 900px;
  }

  .banner_section::after {
    background-color: #111;
  }

  .banner_section .banner_innner {
    height: auto;
    display: block;
    padding-top: 35px;
  }

  .banner_section .bannerstudent {
    top: 79px;
    right: 15%;
    width: 280px;
    height: 323px;
    background-size: 280px;
  }

  .banner_section .banneroverlay {
    width: 470px;
  }

  .banner_section .banneroverlay .bannertitle {
    font-size: 30px;
  }

  .banner_section .banneroverlay .bannerdetail .bannerparagraph {
    font-size: 15px;
  }

  .bannerprivacy {
    height: auto;
  }

  .bannerprivacy .bannerprivacy_inner {
    margin-left: 0;
    margin-right: 0;
  }

  .bannerprivacy .privacycol {
    width: 100%;
    float: none;
  }

  .bannerprivacy .privacyitem {
    border-right: 0 solid #402000;
    border-bottom: 1px solid #fff;
    padding: 25px 0;
  }

  .bannerprivacy .privacycol:nth-child(2) {
    width: 100%;
  }

  .bannerprivacy .privacycol:nth-child(4) .privacyitem {
    border-bottom: 0 solid #402000;
  }

  .writingservice_section .writingservice_inner {
    margin-left: 0;
    margin-right: 0;
  }

  .writingservice_section .col {
    width: 50%;
  }

  .writingservice_section .col:nth-child(3) {
    margin-bottom: 50px;
  }

  .writingservice_section .col:nth-child(4) {
    margin-bottom: 0;
  }

  .welcome_section {
    padding: 40px 0;
  }

  .offerservice_section {
    padding: 40px 0;
  }

  .priceplan_section .price_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    float: none;
  }

  .priceplan_section .price_right {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }

  .client_section {
    background-position: 0 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .client_section .client_inner {
    margin-left: 0;
    margin-right: 0;
  }

  .client_section .client_inner .client_col {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .client_section .client_inner .client_col:last-child {
    margin-bottom: 0;
  }

  .client_section .client_inner .client_item {
    height: auto;
    width: 400px;
    margin: auto;
  }

  .free_feature_section .free_feature_inner .free_col {
    width: 33.333%;
    margin-bottom: 20px;
  }

  .free_feature_section .free_feature_inner .free_item {
    width: 170px;
    margin: auto;
  }

  .discount_section .discount_inner {
    margin-left: 0;
    margin-right: 0;
  }

  .discount_section .dis_col {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }

  .discount_section .dis_item {
    width: 400px;
    margin: auto;
  }

  .guarantee_section .guarantee_inner {
    margin-left: 0;
    margin-right: 0;
  }

  .guarantee_section .gte_col {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }

  .guarantee_section .gte_item {
    height: auto;
    width: 400px;
    margin: auto;
  }

  .orderworktoday_section .orderworktoday_inner {
    position: relative;
  }

  .orderworktoday_section .orderworktoday_inner::after {
    width: 100%;
    height: 290px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
  }

  .orderworktoday_section .orderwtodaybutton_section {
    position: relative;
    z-index: 9;
    display: block;
  }

  .orderworktoday_section .orderwtodaybutton_section .ordertodaybutton_col:first-child {
    margin-right: 0;
    margin-top: 35px;
    margin-bottom: 30px;
  }

  .orderworktoday_section .orderwtodaybutton_section .ordertodaybutton_title {
    text-shadow: none;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
  }

  .orderworktoday_section .ordertoday_button {
    width: 270px;
    margin: auto;
    height: 55px;
    font-size: 16px;
  }

  .orderworktoday_section .ordertoday_button .cricleicon {
    height: 55px;
    font-size: 30px;
  }

  .orderworktoday_section .ordertoday_button.chatbutton .cricleicon {
    top: -4px;
  }

  .orderwork_section {
    width: 100%;
    height: auto;
  }

  .orderwork_section .orderwork_left {
    width: 100%;
    float: none;
  }

  .orderwork_section .orderwork_right {
    width: 100%;
    float: none;
  }

  .newsletter_section .newsletterdetail {
    padding-right: 30px;
  }

  .newsletter_section .newsletter_inner {
    display: block;
    background-position: center 10px;
    height: inherit;
    padding-top: 250px;
    padding-left: 0;
  }

  .newsletter_section .newsletterform ul {
    display: block;
  }

  .newsletter_section .newsletterform ul li {
    padding-left: 0;
    margin-bottom: 10px;
  }

  .newsletter_section .newsletterform ul li:nth-child(1) {
    width: 100%;
  }

  .newsletter_section .newsletterform ul li:nth-child(2) {
    width: 100%;
  }

  .newsletter_section .newsletterform ul li:nth-child(3) {
    width: 100%;
  }

  #footer_section .footer_top {
    padding-bottom: 30px;
  }

  #footer_section .footer_top .footer_left {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  #footer_section .footer_top .footer_right {
    width: 100%;
    float: none;
  }

  #footer_section .footer_top .footer_right .paymentmethod {
    text-align: left;
  }

  #footer_section .footer_top .footer_right .paymentmethod img {
    margin: inherit;
  }

  #footer_section .footer_top .footer_right .paymentsecrity {
    justify-content: flex-start;
  }

  #footer_section .footer_top .footer_col {
    float: none;
    padding-left: 0;
    margin-bottom: 20px;
  }

  #footer_section .footer_top .footer_col:nth-child(1) {
    width: 100%;
  }

  #footer_section .footer_top .footer_col:nth-child(2) {
    width: 100%;
  }

  #footer_section .footer_top .footer_col:nth-child(3) {
    width: 100%;
  }

  #footer_section .footer_top .footer_col:nth-child(4) {
    width: 100%;
  }

  #footer_section .footer_top .footer_col:nth-child(5) {
    width: 100%;
  }

  #footer_section .footer_heading {
    margin-bottom: 15px;
  }

  #footer_section .footer_bottom .footer_links .footer_col1 {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }

  #footer_section .footer_bottom .footer_links .footer_col2 {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-bottom: 25px;
  }

  #footer_section .footer_bottom .footer_links .footer_col2:last-child {
    margin-bottom: 0;
  }

  #footer_section .footer_bottom .footer_links .contact_number {
    width: 260px;
  }

  .samplepage {
    padding: 0;
  }

  .samplepage .sampleblock {
    height: auto;
  }

  .samplepage .sampleblock .sampleblock_inner {
    padding-left: 0;
  }

  .samplepage .sampleblock .paperformat {
    width: 100%;
    margin-bottom: 10px;
    position: inherit;
  }

  .samplepage .sampleblock .paperformat .paperimage img {
    margin: auto;
    display: block;
  }

  .samplepage .sampleblock .paperdetail {
    height: auto;
    padding: 30px 15px 15px;
  }

  .samplepage .sampleblock .paperdetail .paperattach {
    background-image: none;
    width: 100%;
    height: 48px;
    padding-right: 20px;
    background-color: transparent;
    background: url(../images/attachicon2.webp) 0 0 repeat-x;
    position: absolute;
    top: -29px;
    left: 0;
    z-index: 999;
  }

  .samplepage .sampleblock .paperdetail .paperdescription ul li .paperinfo {
    max-height: inherit;
    overflow: inherit;
  }

  .contactpage .contact_left {
    width: 100%;
    padding-bottom: 30px;
    float: none;
    border-right: 0 solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-right: 0;
  }

  .contactpage .contact_right {
    width: 100%;
    padding-top: 30px;
    float: none;
    padding-left: 0;
  }

  .signup_page .signupheader {
    margin-bottom: 40px;
  }

  .signup_page .signupheader .signupheader_inner {
    height: 75px;
  }
}

@media screen and (max-width: 800px) and (min-width: 240px) {
  .banner_section .bannerstudent {
    right: 0;
  }

  .banner_section .banneroverlay {
    width: 370px;
    position: relative;
    z-index: 9999;
  }

  .banner_section .banneroverlay .bannertitle {
    font-size: 24px;
  }

  .banner_section .banneroverlay .bannerdetail .bannerparagraph {
    font-size: 14px;
  }
}

@media screen and (max-width: 650px) and (min-width: 240px) {
  .gerenrice_heading2 {
    font-size: 20px;
  }

  .gerenric_form ul li .formleft {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .gerenric_form ul li .formright {
    width: 100%;
    float: none;
    padding-left: 0;
  }

  .gerenric_form ul li .formcol1 {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }

  .gerenric_form ul li .formcol1:last-child {
    margin-bottom: 0;
  }

  .gerenric_orderform.bannerorderform {
    margin-top: 25px;
  }

  .banner_section {
    background-size: 762px;
    height: 1000px;
  }

  .banner_section .banner_innner {
    padding-top: 0;
  }

  .banner_section .banneroverlay {
    height: 340px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .banner_section .bannerstudent {
    display: none;
  }

  .writingservice_section .col {
    width: 400px;
    margin: auto;
    margin-bottom: 70px !important;
    float: none;
    padding: 0;
  }

  .writingservice_section .col .item {
    height: auto;
  }

  .priceplan_section .subheading {
    font-size: 16px;
  }

  .free_feature_section .free_feature_inner {
    padding: 25px 15px;
  }

  .free_feature_section .free_feature_inner .free_col {
    width: 50%;
  }

  .client_section .client_inner .client_item {
    width: 340px;
  }

  .guarantee_section .gerenric_heading {
    padding-left: 0;
    padding-right: 0;
  }

  .orderwork_section .orderwork_right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .orderwork_section .orderwork_right::after {
    width: 50px;
    bottom: -35px;
    top: inherit;
  }

  .upload_btn_wrapper {
    margin-bottom: 10px;
  }

  .gerenric_button.addplus {
    margin-bottom: 10px;
  }

  .processpage .process_heading {
    width: 90%;
    height: 70px;
    margin-left: 8px;
    padding: 5px 20px 5px 80px;
    font-size: 20px;
  }

  .processpage .process_heading .process_number {
    width: 85px;
    height: 58px;
    left: -8px;
    background-size: 100%;
    font-size: 30px;
  }

  .content_page .content_inner {
    padding: 0 15px;
  }

  .contactpage .contact_paragraph {
    width: 90%;
  }

  .contactpage .info_heading {
    font-size: 22px;
  }

  .contactpage .contact_information ul {
    margin-bottom: 0;
  }

  .contactpage .contact_information ul li {
    width: 100%;
    min-height: 60px;
    float: none;
  }

  .contactpage .contact_information ul li:nth-child(2) {
    width: 100%;
    float: none;
  }

  .contactpage .contact_information ul li:first-child .info_des {
    padding-right: 0;
  }

  .contactpage .contact_chatbox {
    width: 100%;
  }

  .signup_page .signup_inner {
    width: 85%;
    padding: 30px 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }

  .signup_page .signupheader .signupheader_inner .websiteback {
    font-size: 14px;
  }

  .signup_page .signup_inner .signup_heading h2 {
    font-size: 20px;
  }

  .signup_page .signupfooter {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) and (min-width: 240px) {
  p {
    font-size: 16px;
  }

  .gerenric_heading {
    font-size: 22px;
  }

  .gerenric_heading::before {
    width: 80px;
    left: -40px;
  }

  .gerenric_heading::after {
    width: 80px;
    left: 40px;
  }

  .gerenrice_heading2 {
    font-size: 18px;
    padding: 15px;
  }

  .gerenric_listing ul li {
    font-size: 14px;
  }

  .gerenric_orderform .orderformheading {
    font-size: 22px;
  }

  #logo .mainlogo {
    top: 8px;
  }

  #logo .logotext {
    font-size: 16px;
  }

  #logo .slogantext {
    font-size: 11px;
    letter-spacing: 0;
  }

  #navigation_section .orderbutton {
    font-size: 11px;
    height: 35px;
    width: 110px;
    padding: 5px 5px 5px 5px;
  }

  .banner_section .banneroverlay .bannertitle {
    margin-bottom: 35px;
    font-size: 22px;
  }

  .banner_section .banneroverlay .bannertitle::before {
    width: 80px;
  }

  .banner_section .banneroverlay .bannertitle::after {
    width: 80px;
    left: 40px;
  }

  .banner_section .banneroverlay .bannerdetail .bannerparagraph {
    font-size: 12px;
    padding-right: 0;
  }

  .banner_section .banneroverlay .bannerdetail .bannerbuttons .safebutton {
    padding-left: 50px;
    padding-right: 5px;
    font-size: 11px;
  }

  .banner_section .banneroverlay .bannerdetail .bannerbuttons .safebutton:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .banner_section .banneroverlay .bannerdetail .bannerbuttons .safebutton .cricleicon {
    width: 46px;
    height: 46px;
  }

  .bannerprivacy .privacyitem .privacydetail .privacytitle {
    font-size: 15px;
  }

  .writingservice_section .col {
    width: 100%;
  }

  .content_page .content_subheading {
    font-size: 18px;
  }

  .client_section ul li {
    font-size: 14px;
  }

  .client_section .client_inner .client_item {
    width: 100%;
  }

  .free_feature_section .free_feature_inner .free_col {
    width: 50%;
    padding: 0;
  }

  .free_feature_section .free_feature_inner .free_item {
    width: 250px;
  }

  .free_feature_section .free_feature_inner .free_heading::after {
    border-left: 124px solid transparent;
    border-right: 124px solid transparent;
  }

  .discount_section .dis_item {
    width: 100%;
    padding: 20px;
  }

  .discount_section .dis_cricle {
    width: 120px;
    height: 120px;
    font-size: 52px;
    border: 7px solid #fff;
    border-radius: 120px;
  }

  .discount_section .dis_cricle .uptotext {
    font-size: 16px;
    top: 21px;
    left: 23px;
  }

  .discount_section .dis_cricle sup {
    font-size: 26px;
  }

  .discount_section .dis_automatically {
    font-size: 14px;
  }

  .discount_section .dis_included {
    font-size: 16px;
  }

  .discount_section .dis_word {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .guarantee_section .gte_item {
    width: 100%;
    padding: 20px !important;
  }

  .guarantee_section .gte_title {
    font-size: 22px;
  }

  .guarantee_section .gte_detail {
    font-size: 14px;
  }

  .testimonail_section .testdetail .qouteicon::after {
    font-size: 35px !important;
  }

  .testimonail_section .testdetail p {
    font-size: 14px;
  }

  .testimonail_section .testdetail .testtitle {
    font-size: 18px;
  }

  .orderworktoday_section .orderworktoday_inner {
    background-position: -150px 0;
  }

  .orderwork_section .orderwork_left {
    height: 300px;
  }

  .orderwork_section .orderwork_button {
    width: 290px;
    height: 60px;
    font-size: 16px;
    padding: 5px 10px 5px 70px;
  }

  .orderwork_section .orderwork_button .cricleicon {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    font-size: 35px;
  }

  .newsletter_section .newsletter_inner {
    background-size: 150px;
    padding-top: 180px;
  }

  .newsletter_section .newsletterheading {
    font-size: 23px;
  }

  .newsletter_section .newsletterdetail {
    font-size: 13px;
  }

  #footer_section .footer_top .footer_right .paymentsecrity .stempcol {
    width: 80px;
  }

  #footer_section .footer_top .footer_right .paymentsecrity .stempcol img {
    height: auto !important;
  }

  #footer_section .footer_bottom .footer_links .secured_row .secured_col img {
    height: auto !important;
  }

  .orderpage {
    background-color: transparent;
    padding: 0;
    border: 0;
  }

  .orderpage.bodercontent .gerenric_form .formheading {
    font-size: 18px;
  }

  .upload_btn_wrapper.upload_width {
    width: 100%;
  }

  .samplepage .sampleblock .paperdetail .papertitle {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .samplepage .sampleblock .paperdetail .paperbutton .gerenric_button {
    min-width: 110px;
    font-size: 13px;
    height: 36px;
    padding: 10px;
  }

  .samplepage .sampleblock .paperdetail .paperbutton a:nth-child(1) .gerenric_button {
    margin-right: 10px;
  }

  .samplepage .sampleblock .paperdetail .paperdescription ul li {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .samplepage .sampleblock .paperdetail .paperdescription ul li .paperlabel {
    position: inherit;
    margin-bottom: 3px;
    width: 100%;
  }

  .samplepage .sampleblock .paperdetail .paperdescription ul li .paperinfo {
    padding-left: 0;
  }

  .processpage .process_heading {
    font-size: 16px;
  }

  .contactpage .info_heading {
    font-size: 18px;
  }

  .contactpage .contact_chatbox {
    height: 190px;
  }

  .contactpage .contact_chatbox .chattop {
    height: 130px;
    padding: 10px;
  }

  .contactpage .contact_chatbox .chattop .chatimage {
    width: 90px;
    height: 90px;
    border-radius: 90px;
  }

  .contactpage .contact_chatbox .chattop .chatdetail {
    font-size: 19px;
    padding-left: 100px;
  }

  .contactpage .contact_chatbox .chatbottom {
    padding: 10px;
    height: 60px;
  }

  .contactpage .contact_chatbox .chatbottom .chatonline {
    font-size: 14px;
    padding-right: 5px;
  }

  .contactpage .contact_chatbox .chatbottom .livechatbutton {
    width: 135px;
    height: 44px;
    font-size: 12px;
  }
}

@media screen and (max-width: 380px) and (min-width: 240px) {
  #logo .mainlogo {
    top: 10px;
  }

  #logo .logotext {
    font-size: 14px;
  }

  #logo .slogantext {
    font-size: 9px;
    letter-spacing: 0.2px;
  }

  #navigation_section .orderbutton {
    font-size: 10px;
    width: 92px;
    height: 29px;
    box-shadow: 0 1px 0 #f0b500;
    padding: 5px;
  }

  #navigation_section .orderbutton .orderbuttoninner::before {
    display: none;
  }

  .banner_section .banneroverlay .bannerdetail .bannerbuttons .safebutton {
    font-size: 10px;
  }
}

.guarantee_banner {
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  background: url(https://www.affordable-dissertation.co.uk/wp-content/uploads/2021/11/guarantee_bg.webp) right center no-repeat;
}

.guarantee_banner .guarantee_content {
  width: 720px;
  text-align: left;
  padding: 20px 0 30px 20px;
}

.guarantee_banner .guarantee_content .guarantee_title {
  font-size: 60px;
  margin-bottom: 30px;
  line-height: 110%;
  font-weight: 700;
  color: #272250;
}

.guarantee_banner .guarantee_content .guarantee_description {
  font-size: 20px;
  font-family: Roboto !important;
  width: 80%;
  position: relative;
  padding-bottom: 10px;
  line-height: 130%;
  margin-bottom: 30px;
  font-weight: 700;
  color: #000;
}

.guarantee_banner .guarantee_content .guarantee_info {
  width: 100%;
  display: flex;
}

.guarantee_banner .guarantee_content .ordernowbutton_main {
  width: 100%;
}

.guarantee_banner .guarantee_girl {
  bottom: 0;
  position: absolute;
  right: 40px;
}

.guarantee_banner .guarantee_content .guarantee_info ul:first-child {
  padding-left: 0;
}

.guarantee_banner .guarantee_content .guarantee_info ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

.guarantee_banner .guarantee_content .guarantee_info ul li {
  font-size: 14px !important;
  font-family: arial, helvetica, sans-serif !important;
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 20px;
  line-height: 120%;
  margin-bottom: 20px;
  padding-left: 30px;
  font-weight: 700;
  color: #272250;
}

.guarantee_banner .guarantee_content .guarantee_info ul li::before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 6px;
  font-size: 16px;
  color: #34cd02;
}

.guarantee_banner .guarantee_content .ordernowbutton {
  width: 230px;
  height: 55px;
  line-height: 100%;
  border-radius: 8px;
  margin-top: 10px;
  font-size: 20px;
  text-shadow: 0 2px 1px rgb(0 0 0);
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #34cd02;
}

.guarantee_banner .guarantee_girl img {
  display: block;
}

.price_banner {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #ccc;
  background: url(https://www.affordable-dissertation.co.uk/wp-content/uploads/2021/11/guarantee_bg.webp) center center no-repeat;
  background-size: cover;
  background-color: #fff;
  margin-bottom: 15px;
}

.price_banner .pricebanner_content {
  width: 750px;
}

.price_banner .price_title {
  font-size: 26px;
  width: 100%;
  font-family: Poppins !important;
  text-align: center;
  background-color: #ffc820;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 60px 0 60px;
  padding: 5px 30px;
  margin-bottom: 30px;
  line-height: 110%;
  font-weight: 700;
  color: #402000;
}

.price_banner .price_information {
  width: 100%;
  display: flex;
  margin-top: 80px;
}

.price_banner .price_information .pricecol {
  width: 250px;
  position: relative;
  height: 370px;
  padding: 25px 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 25%);
}

.price_banner .price_information .price_label {
  width: 100%;
  font-family: Poppins !important;
  font-size: 20px;
  font-weight: 700;
  color: #061f64;
  margin-bottom: 10px;
}

.price_banner .price_information .pricedetail {
  width: 100%;
}

.price_banner .price_information .pricedetail ul {
  margin: 0;
  padding: 0;
}

.price_banner .price_information .pricedetail ul li {
  list-style-type: none;
  font-family: Roboto !important;
  font-weight: 700;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
  padding: 5px 10px 5px 34px;
  font-size: 20px !important;
}

.price_banner .price_information .pricedetail ul li::after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  color: #34cd02;
  position: absolute;
  left: 10px;
  content: "\f00c";
}

.price_banner .price_information .price_orderbutton {
  width: 180px;
  font-family: Roboto !important;
  height: 50px;
  margin: auto;
  border-radius: 10px;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #34cd02;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.price_banner .price_information .pricecol:nth-child(2) {
  height: 440px;
  top: -35px;
  position: relative;
  z-index: 999;
}

.price_banner .price_information .pricecol .bestprice {
  width: 190px;
  height: auto;
  display: inline-block;
  margin: auto;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #cf290b;
  padding: 5px 10px;
  position: relative;
  top: -10px;
  left: 0;
  margin-bottom: 0;
  border-radius: 5px;
}

.price_banner .price_information .pricedetail.paperformat ul li {
  font-size: 16px !important;
  padding-top: 3px;
  padding-bottom: 3px;
}

.price_banner .price_girl {
  position: absolute;
  bottom: 0;
  right: 10px;
}

.price_banner .price_girl img {
  max-width: 100%;
  display: block;
}

.discount_banner {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 15px;
}

.discount_banner .discount_title {
  font-size: 40px;
  background-color: #ffc820;
  height: 80px;
  display: inline-flex;
  align-items: center;
  border-radius: 0 80px 0 80px;
  padding: 5px 60px;
  margin-bottom: 30px;
  line-height: 110%;
  font-weight: 700;
  color: #402000;
}

.discount_banner .discount_description {
  font-size: 20px;
  width: 100%;
  padding-bottom: 10px;
  line-height: 130%;
  margin-bottom: 30px;
  font-weight: 700;
  color: #000;
}

.discount_banner .discount_info {
  width: 100%;
  display: flex;
  margin-left: 60px;
  margin-top: 90px;
}

.discount_banner .discount_info .discount_col {
  width: 280px;
  height: 440px;
  position: relative;
  border-radius: 0 60px 0 60px;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 25%);
}

.discount_banner .discount_info .discount_col .discount_label {
  width: 100%;
  height: 65px;
  font-family: arial, helvetica, sans-serif !important;
  font-size: 25px;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 60px 0 60px;
  background-color: #061f64;
}

.discount_banner .discount_info .discount_col .discount_percentage {
  width: 110px;
  height: 110px;
  font-family: arial, helvetica, sans-serif !important;
  font-size: 50px;
  color: #402000;
  font-weight: 700;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #ffc820;
}

.discount_banner .discount_info .discount_col .discount_percentage sub {
  font-size: 20px;
  position: relative;
  bottom: -10px;
  line-height: 0;
  vertical-align: baseline;
}

.discount_banner .discount_info .discount_col .discount_numberword {
  width: 100%;
  margin-bottom: 25px;
  font-family: arial, helvetica, sans-serif !important;
  background-color: #f6f6f6;
  padding: 10px 10px;
  text-align: center;
  font-size: 25px;
  color: #000;
}

.discount_banner .discount_info .discount_col .main_discount_orderbutton {
  width: 100%;
  padding: 0 30px;
}

.discount_banner .discount_info .discount_col .discount_orderbutton {
  width: 100%;
  height: 55px;
  font-family: arial, helvetica, sans-serif !important;
  color: #fff;
  font-size: 16px;
  background-color: #34cd02;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 5px;
  font-weight: 700;
  border-radius: 0 60px 0 60px;
}

.discount_banner .discount_info .discount_col:nth-child(2) {
  position: relative;
  z-index: 999;
  top: -50px;
  height: 530px;
}

.discount_banner .discount_info .discount_col:nth-child(2) .discount_label {
  height: 75px;
}

.discount_banner .discount_info .discount_col:nth-child(2) .discount_percentage {
  width: 130px;
  height: 130px;
}

.discount_banner .discount_info .discount_col:nth-child(2) .discount_numberword {
  margin-bottom: 65px;
}

.discount_banner .discount_info .discount_col .discount_girl {
  position: absolute;
  right: -160px;
  top: -32px;
}

.newsletterform {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .gerenric_orderform.bannerorderform {
    padding: 15px;
  }

  #navigation_section ul {
    width: 332px;
  }

  .dropdown {
    width: 100%;
  }

  .banner_section .banneroverlay .bannerdetail .bannerparagraph,
  .banner_section .banneroverlay .bannertitle {
    text-shadow: none;
  }

  .banner_section .banneroverlay .bannerdetail .bannerbuttons {
    margin-left: 10px !important;
  }

  .banner_section .banneroverlay .bannerdetail .bannerbuttons .safebutton {
    width: 144px;
  }

  .banner_section .banneroverlay .bannerdetail .bannerbuttons .safebutton {
    transform: skew(36deg);
  }

  .banner_section .banneroverlay .bannerdetail .bannerbuttons .safebutton .icons_banner,
  .banner_section .banneroverlay .bannerdetail .bannerbuttons .safebutton .buttontext {
    transform: skew(-36deg);
  }

  .free_feature_section .free_feature_inner .free_heading {
    padding: 20px 8px 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .guarantee_banner {
    background-image: none;
    background-color: #fefefe;
  }

  .guarantee_banner .guarantee_content {
    width: 100%;
  }

  .guarantee_banner .guarantee_content .guarantee_title {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .guarantee_banner .guarantee_content .guarantee_description {
    width: 100%;
  }

  .guarantee_banner .guarantee_content .guarantee_info {
    display: block;
  }

  .guarantee_banner .guarantee_content .guarantee_info ul {
    padding-left: 0;
  }

  .guarantee_banner .guarantee_content .guarantee_info ul li {
    margin-bottom: 15px;
  }

  .guarantee_banner .guarantee_girl {
    width: 200px;
    position: inherit;
    right: 0;
    left: 0;
    margin: auto;
  }

  .price_banner {
    background-image: none;
    padding-bottom: 0;
  }

  .price_banner .pricebanner_content {
    width: 100%;
  }

  .price_banner .price_title {
    font-size: 14px;
    height: auto;
    padding: 12px 20px;
    border-radius: 0 30px 0 30px;
  }

  .price_banner .price_information {
    display: block;
    margin-top: 40px;
  }

  .price_banner .price_information .pricecol {
    width: 100%;
    height: 340px;
    margin: auto;
    margin-bottom: 60px;
  }

  .price_banner .price_information .price_label {
    font-size: 18px;
  }

  .price_banner .price_information .pricedetail ul li {
    font-size: 16px !important;
  }

  .price_banner .price_information .pricecol:nth-child(2) {
    position: relative;
    top: 0;
    height: 360px;
  }

  .price_banner .price_information .pricecol .bestprice {
    font-size: 16px;
  }

  .price_banner .price_information .pricedetail.paperformat ul li {
    font-size: 14px !important;
  }

  .price_banner .price_girl {
    position: inherit;
    width: 200px;
    margin: auto;
  }

  .discount_banner {
    padding: 40px 10px;
  }

  .discount_banner .discount_title {
    font-size: 14px;
    height: 50px;
    padding: 5px 15px;
    border-radius: 0 30px 0 30px;
  }

  .discount_banner .discount_description {
    font-size: 17px;
  }

  .discount_banner .discount_info {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }

  .discount_banner .discount_info .discount_col {
    width: 100%;
    border-radius: 0 30px 0 30px;
    height: 420px;
    margin: auto;
    margin-bottom: 30px;
  }

  .discount_banner .discount_info .discount_col .discount_label {
    border-radius: 0 30px 0 30px;
    height: 55px !important;
    font-size: 22px;
  }

  .discount_banner .discount_info .discount_col .discount_numberword {
    font-size: 20px;
  }

  .discount_banner .discount_info .discount_col .discount_orderbutton {
    border-radius: 0 30px 0 30px;
  }

  .discount_banner .discount_info .discount_col:nth-child(2) {
    height: 420px;
    top: 0;
  }

  .discount_banner .discount_info .discount_col:nth-child(2) .discount_numberword {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .discount_banner .discount_info .discount_col:nth-child(2) .discount_percentage {
    width: 110px;
    height: 110px;
  }

  .discount_banner .discount_info .discount_col .discount_girl {
    display: none;
  }
}

.gray_bg {
  background-color: #eaeaea;
}

.es_subscription_message.success {
  color: #fff !important;
  background-color: green !important;
  padding: 10px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  border-radius: 5px;
}

.page-numbers.current {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #3068fe !important;
  color: #fff !important;
  border-radius: 3px;
}

.page-numbers.dots {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

#logo .logotext,
.bannertitle,
.gerenric_heading,
.gerenric_orderform .orderformheading,
.guarantee_banner .guarantee_content .guarantee_title,
.headingtext,
.newsletter_section .newsletterheading,
.orderpage.bodercontent .gerenric_form .formheading,
.price_banner .price_information .pricecol .bestprice,
.privacytitle,
h1 {
  font-family: Poppins;
}

h2 {
  font-family: Poppins;
  padding-top: 25px;
  font-size: 23px;
  font-weight: 700;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 30px;
}

h3 {
  font-family: Poppins;
  padding-top: 25px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

h4 {
  font-family: Poppins;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 700;
}

.text,
p {
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 1rem;
}

.discount_banner,
.guarantee_banner,
.price_banner {
  margin-top: 15px;
}

.content_page .content_inner .gerenric_heading {
  margin-bottom: 34px;
}

.text img,
.processpage.contentmain a img {
  margin: 15px auto;
  border: 1px solid #ffc820;
  height: auto;
  width: 100%;
}

#other_page_content .content_inner.contentpadding ol,
#other_page_content .content_inner.contentpadding ul {
  margin-left: 25px;
  margin-bottom: 15px;
}

#other_page_content .content_inner.contentpadding ol li,
#other_page_content .content_inner.contentpadding ol li a,
#other_page_content .content_inner.contentpadding ul li,
#other_page_content .content_inner.contentpadding ul li a {
  font-family: Roboto;
  font-size: 16px;
  color: #111;
  text-align: left;
  font-weight: 400;
  line-height: 26px;
}

.writingservice_section .col .item .headingtext {
  font-weight: 700;
  line-height: 140%;
}

.gerenric_orderform .orderformheading {
  text-align: center;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: max-content;
  border-radius: 0;
  box-shadow: 5px 8px 16px grey;
  padding: 10px 0;
  z-index: 1;
  margin-left: 0;
}

#navigation_section ul li.dropdown a:hover::after,
#navigation_section ul li.dropdown a:hover::before {
  display: none;
}

#navigation_section .dropdown .dropdown-content a {
  display: block;
  text-align: left;
  padding: 7px 25px;
}

#navigation_section .dropdown:hover .dropdown-content a::after,
#navigation_section .dropdown:hover .dropdown-content a::before {
  display: none;
}

.dropdown-content a:hover {
  text-decoration: none;
}

.free_feature_section.gerenricpadding {
  margin-bottom: 0;
  padding: 70px 0 0 0;
}

.free_feature_section .free_feature_inner {
  background: transparent;
  border: none;
}

.free_feature_section .free_feature_inner .free_item {
  box-shadow: 4px 6px 9px grey;
  border-radius: 0;
}

.free_feature_section .free_feature_inner .free_heading {
  display: flex;
  align-items: end;
  -ms-flex-align: end !important;
}

.safebutton {
  border: 3px solid #ffc820 !important;
  padding: 15px 12px;
  padding-left: 12px !important;
  transform: skew(45deg);
  border-radius: unset !important;
}

.icons_banner {
  color: #ffc820;
  font-size: 25px;
  width: 54px;
  text-align: center;
  transform: skew(-45deg);
}

.buttontext {
  transform: skew(-45deg);
}

.banner_section .banneroverlay .bannerdetail .bannerbuttons {
  margin-left: 23px;
}

.banner_section .banneroverlay .bannerdetail .bannerparagraph {
  text-transform: none;
}

#header_section .header_top,
.newsletter_section {
  background-color: #111;
}

.stempcol img {
  width: 75px;
  height: 75px;
}

.free_feature_section .free_feature_inner .free_item {
  width: 170px;
}

#logo .logoicon img {
  max-width: 100% !important;
}

@media screen(max-width:1024px) {
  #logo .logoicon {
    width: 100%;
  }
}

@font-face {
  font-display: swap !important;
}

ul#main-menu li {
  display: block !important;
}

ul#main-menu .current-menu-item {
  background-color: #ffd117;
}

ul#main-menu .current-menu-item a {
  color: #403000 !important;
}

ul#main-menu .filter_section span.filterbets a {
  color: #ffffff;
}

.grnc_file_btn input[type="file"] {
  display: inherit !important;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block>p,
.alert-block>ul {
  margin-bottom: 0;
}

.alert-block p+p {
  margin-top: 5px;
}

.postn_padg.price_div .field_div span {
  font-size: inherit;
}

.why_choose_section .col .item {
  min-height: 377px;
}

.card_stn a,
.rating_stn a {
  cursor: default;
}

@media (min-width: 960px) {
  .logo-img {
    width: 315px;
    height: 82px;
  }
}

.writingservice_section .col .item {
  height: 360px;
}

.item,
.free_item {
  cursor: -webkit-grab;
  transition: 0.3s ease-in-out;
}

.item:hover,
.free_item:hover {
  transform: scale(1.04);
}

.bannerprivacy .privacyitem .privacydetail .privacytitle {
  font-weight: bold;
}

.bannerprivacy .privacyitem .privacydetail .privacydescription {
  font-size: 15px;
}

.samplepage .sampleblock .paperdetail .paperbutton {
  display: flex;
  justify-content: space-between;
}

.samplepage .sampleblock .paperdetail .paperbutton a:nth-child(3) .gerenric_button {
  background-color: rgb(207, 43, 11);
  color: #fff;
  border: 1px solid rgb(207, 43, 11);
}

.samplepage .sampleblock .paperdetail .paperbutton a:nth-child(3) .gerenric_button:hover {
  background-color: rgba(207, 43, 11, 0.9);
}

div.pdfemb-toolbar {
  background-color: #0236bf;
}

.jq-star-svg {
  width: 100%;
  height: auto;
}

.my-rating {
  display: flex;
}

.my-rating .jq-star {
  width: 50px !important;
  height: 50px !important;
  margin-right: 8px;
}

.review_write_stn.ge {
  cursor: pointer;
}

.rating_stn {
  padding: 10px 0 0 0;
}

.star_gray {
  color: #ffc820;
}

.mt_20 {
  margin-top: 20px;
}

.mt_10 {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .samplepage .sampleblock .paperdetail .paperbutton {
    display: block;
  }

  .samplepage .sampleblock .paperdetail .paperbutton a:nth-child(3) .gerenric_button {
    margin-top: 5px;
  }
}

.hide_this_div {
  display: none !important;
}

section.body_progressbar {
  background: #000;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999999;
}

.progress {
  background: rgba(255, 255, 255, 0.1);
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 5px;
}

.progress-value {
  animation: load 1s normal forwards;
  animation-delay: 4s;
  box-shadow: 0 10px 40px -10px #fff;
  background: #ffd117;
  height: 4px;
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

img {
  display: none !important;
}

.es_spinner_image {
  display: none !important;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-70 {
  padding-top: 70px;
}

.pt-11 {
  padding-top: 11px !important;
}

@media screen and (max-width: 1024px) and (min-width: 240px) {
  padding-top: 40px;
}

.text-red {
  color: #d90000;
}

.fontzero {
  display: none;
  font-size: 0;
}

.es_subscription_form.es_shortcode_form {
  display: flex;
}

input.es_required_field.es_txt_email.ig_es_form_field_email,
.es_subscription_form_submit.es_submit_button.es_textbox_button {
  margin-top: 17px;
}

.es_subscription_form_submit.es_submit_button.es_textbox_button {
  height: 38px;
  padding: 10px 15px;
  margin-left: 10px;
}

.es-field-wrap {
  width: 80%;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .emaillist .es_subscription_form.es_shortcode_form {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  #navigation_section ul li.dropdown:hover .dropdown-content {
    display: block;
  }

  #navigation_section ul li.dropdown:hover i.fa.fa-caret-up.d-none {
    display: inline-block !important;
  }

  #navigation_section ul li.dropdown:hover i.fa.fa-caret-down {
    display: none;
  }
}

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

.text-yellow {
  color: #ffc820;
}

@media (max-width: 1024px) {
  .dropdown-content {
    width: 100%;
    position: relative;
  }
}

.section-icon {
  background: url("https://www.affordable-dissertation.co.uk/wp-content/uploads/2022/01/counter-bg.webp");
  background-color: #111;
  color: #fff;
  padding: 30px 0;
}

.d-flex {
  display: flex;
}

.col-4 {
  text-align: center;
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.31);
}

.col-4:nth-child(4) {
  border-right: 0;
}

.f-55 {
  font-size: 55px;
}

.section-icon .col-4 div {
  margin: 15px 0;
}

.col-3 {
  width: 33.33%;
  float: left;
  position: relative;
}

.col-9 {
  width: 66.66%;
}

@media (max-width: 1024px) {
  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .col-9 {
    width: 100%;
  }

  .col-3 {
    display: none;
  }

  .col-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.31);
  }

  .col-4:nth-child(4) {
    border-right: 0;
    border-bottom: 0;
  }

  .d-sm-block {
    display: block;
  }
}

.f-30 {
  font-size: 30px;
}

.text-white {
  color: #fff;
}

.f-25 {
  font-size: 25px;
}

.f-20 {
  font-size: 20px;
}

.section-order-now {
  background-image: url("https://www.affordable-dissertation.co.uk/wp-content/uploads/2022/01/training-bg.webp");
  position: relative;
  overflow: visible;
  min-height: auto;
  color: #fff;
  padding: 70px 0;
}

.section-order-now:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #333;
  opacity: 0.85;
}

.section-order-now figure {
  overflow: visible;
  position: absolute;
  left: 36px;
  top: -86px;
}

.section-order-now figure:before {
  content: "";
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 10%;
  position: absolute;
  opacity: 0;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.position-relative {
  position: relative;
}

.section-order-now .order-now-btn {
  width: 250px;
  padding: 10px;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
  border: 2px solid #fff;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #ffc820;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.section-order-now .order-now-btn:hover {
  box-shadow: inset 250px 0 0 0 #ffc820;
}

.justify-space-around {
  justify-content: space-around;
}

.ml-30 {
  margin-left: 30px;
}

.justify-content-center {
  justify-content: center;
}

.px-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

@media (max-width: 650px) {
  .writingservice_section .col:nth-child(5) {
    margin-bottom: 0 !important;
  }

  .free_feature_section .free_feature_inner .free_item {
    width: 144px;
  }

  .free_feature_section.gerenricpadding {
    padding: 0 0 0 0;
  }
}

.text img.wp-image-1126 {
  display: none !important;
}

.processpage.contentmain ul li::before {
  font-family: "FontAwesome";
  content: "\f138";
  font-weight: 900;
  font-size: 16px;
  color: #ffc820;
  margin-right: 10px;
}

.processpage.contentmain ul li {
  list-style: none;
  position: relative;
  padding: 5px 0;
}

.mr-15 {
  margin-right: 15px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.w-250px {
  width: 250px;
}

@media (max-width: 768px) {
  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .d-sm-block {
    display: block !important;
  }
}

.justify-content-center {
  justify-content: center;
}

.pb-35 {
  padding-bottom: 35px;
}

#trustedsite-tm-image {
  right: unset !important;
  left: 0 !important;
}

.mb-20 {
  margin-bottom: 20px;
}

#getall-posts {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  column-gap: 25px;
  row-gap: 30px;
  margin: 5% 0;
}

.blogs-section {
  margin-bottom: 8%;
  position: relative;
}

.blogs-slide-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#all_posts {
  padding: 1% 6%;
  bottom: -36px;
  position: absolute;
  right: 50%;
  transform: translate(50%, 50%);
  background: #EDBB29;
  color: #fff;
  cursor: pointer;
}

.blogs-slide-img h1 {
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 50px;
}

.banner-title::before {
  width: 120px;
  height: 3px;
  background-color: #ffc820;
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: "";
}

.banner-title::after {
  width: 120px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 53%;
  bottom: -15px;
  content: "";
}

#getall-posts .box {
  padding: 20px;
  background: #fafafa;
  border-radius: 10px;
  box-shadow: 0 0 10px #a99f9f;
}

#getall-posts .img-box img {
  display: block !important;
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 600px) {
  .orderbutton {
    display: none !important;
  }

  #getall-posts {
    grid-template-columns: 12fr;
  }
}