/*top bar*/

header{
   padding-bottom:0 !important;
}
#topbar{
    padding:9px 0px !important;
    text-align: right;
    background: #182532;
}
#topbar .text-247 {
    background: #da822a;

}
#topbar i {
    color:#fff;
    font-size:18px;
    margin-right: 5px;
}
#topbar a {
    color:#fff;
    font-size:13px;
    text-decoration: none;
}

/*end top bar*/
.copyrightSection .copyright-inner p{
     color: #fff !important;
}
#new-footer {
    padding: 20px 0 !important;
    /*background: #182431;*/
}
/* calender css*/
.ui-widget-header {
    border: 1px solid #aaaaaa;
    background:none !important;
    font-weight: bold;
}
.ui-datepicker td {
    border: 0;
    padding: 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    height: 30px;
    background: none !important;
    font-weight: normal;
    color: #555555;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: 1px solid #eb8c2a;
    background: #eb8c2a !important;
    color: #fff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
     border: 1px solid #eb8c2a;
    background: #eb8c2a !important;
    color: #fff;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}
.ui-datepicker{
        width: 430px;
}

.ui-datepicker td span, .ui-datepicker td a{
    text-align: center;
}
/* End calender css*/



.step_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* new order form style */
		
.customfileupload{
    position:relative;
}		
.attachment {
    height: 100%;
    width:100%;
    position: absolute;
    /* top: 202px; */
    cursor: pointer;
}
		 
.new_order_form_wrapper h2 span{
    color:#212529;
    display: inline-block;
    position: relative;
}
 

.new_order_form_wrapper h2 span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 14px;
    background-color: #EE8E2D;
    bottom: 5px;
    z-index: -1;
    opacity: 0.5;
}


img{
    max-width:100%;
}		 
ul{
    list-style:none;
}
		 
		 
section#new_order_form_style h1 {
    font-weight: bold;
    color: #212529;
    font-size: 42px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 65px;
    color: #212529;
    margin-bottom: 14px;
}

section#new_order_form_style {
    min-height:600px;
    margin-bottom:50px;
}


section#new_order_form_style h1 span {
    position: relative;
    display:inline-block;
}

section#new_order_form_style h1 span:before {
    position: absolute;
    content: "";
    width: 126.09px;
    height: 8.46px;
    background:url('../../../index.html');
        bottom: 0;
            left: -9px;
}

section#new_order_form_style .order_form_title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #666D72;
}		

section#new_order_form_style .order_form_title p {
    margin-top: 25px;
}

        .steps_wrap ul {
    width: 567.62px;
    margin: 0 auto;
    border: 1px solid #D9D9D9;
    border-radius: 32px;
    display: flex;
    height: 42px;
    align-items: center;
    counter-reset: section;
        overflow: hidden;
}

section#new_order_form_style ul  li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
/* identical to box height */
    text-align: left;
    color: #9E9E9E;
}

.steps_wrap ul li {
    flex-grow: 1;
    position: relative;
}

.stepformcompleted:before{
    background: url('../img/formcmplete.svg') !important;
    content: "" !important;
}

.steps_wrap ul li:before {
    left: 8px;
    counter-increment: section;
    content: counter(section);
    display: flex;
justify-content: center;
align-items: center;
    position: absolute;
    width: 31px;
    height: 31px;
    border: 1px solid #DADADA;
    border-radius: 100%;
    top: -6px;
    font-weight: 600;
}

section#new_order_form_style ul li:after {
    position: absolute;
    content: "";
    height: 42px;
    width: 42px;
    border-right: 1px solid #DADADA;
    top: -11px;
    border-top: 1px solid #DADADA;
    transform: rotateZ(45deg);
    right: 8px;
}

section#new_order_form_style ul li:last-child:after {
    display: none;
}

section#new_order_form_style ul li.active{
    color: #212529;
}


section#new_order_form_style ul li.active:before {
    background: linear-gradient(90.05deg, #3a4454 0.04%, #EB8C2A 100%);
    color: #fff;
    font-weight: 600;
}

 /* new order form style end here */
 

.new_order_form_wrapper {
    max-width: 1060px;
    margin: 0 auto;
}

.new_order_form_wrapper {
    margin-top: 20px;
}

.new_order_form_wrapper h2 {
    position:relative;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #212529;
}

.continuestep a , button {
    background: #eb8c2a;
    border-radius: 5px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 160px;
    height: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
/* identical to box height, or 175% */
    text-align: center;
    color: #FFFFFF !important;
    cursor: pointer;
}

.step_heading p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
/* identical to box height */
    text-align: left;
    color: #666D72;
}

.radiobtn {
width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #212529;
	cursor:pointer;
 
}

/*.currentstep {*/
/*    text-align: right;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
    /* text-align: center; */
/*    color: #9E9E9E;*/
/*    margin-top: 35px;*/
/*}*/

.termsandconditions .checkboxbtn{ margin-top: 0px;position:relative; }
.checkboxbtn span {position: absolute;}
.termsandconditions .checkboxbtn input{
        height: 20px;
    width: 20px;
}
.currentstep {
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #9E9E9E;
    top: 0;
    position: absolute;
}

.radiobtn.active{
	    background: linear-gradient(90.05deg, #3a4454 0.04%, #EB8C2A 100%);
		color:#fff;
}
.termsandconditions .step_header{
	    margin-bottom: 0;
}

.step_header{
	    margin-bottom: 3rem;
}

.refradiobtn.mla  input:before {
    content: "MLA";
}

.refradiobtn.harvard  input:before {
    content: "HARVARD";
}

.refradiobtn.chicago  input:before {
    content: "CHICAGO";
}

.refradiobtn.turabian  input:before {
    content: "TURABIAN";
}

.refradiobtn.oxford  input:before {
    content: "OXFORD";
}

.refradiobtn.oscola  input:before {
    content: "OSCOLA";
}

.refradiobtn.others  input:before {
    content: "Others";
}

.refradiobtn.alevel input:before{
    content: "A-Level";
}

.refradiobtn.Diploma  input:before {
    content: "Diploma";
}

.refradiobtn.Undergraduate  input:before {
    content: "Undergraduate";
}

.refradiobtn.pg  input:before {
    content: "Post Graduate";
}

.refradiobtn.Masters  input:before {
    content: "Masters";
}

.refradiobtn.phd  input:before {
    content: "Ph.D";
}

.refradiobtn.Others  input:before {
    content: "Others";
}

.refradiobtn.fcg  input:before {
    content: "First Class Guaranteed";
}


.refradiobtn.sg1  input:before {
    content: "2:1 Standard Guaranteed";
}


.refradiobtn.sg2  input:before {
    content: "2:2 Standard Guaranteed";
}

#step_4 .refradiobtn input:before {
    padding: 0px 20px;
}



.radiobtn input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    /*background:;*/
    border-radius: 2px;
    /* overflow: hidden; */
    position: relative;
	cursor:pointer !important;
}

.radiobtn input[type="radio"]:before {
    width: 100%;
    height: 100%;
    background: #DCDCDC;
    border-radius: 2px;
    /* overflow: hidden; */
    position: relative;
	content:'';
	position:absolute;
	left:0;
	right:0;
}

.radiobtn.active input[type="radio"]:checked:before {
    background-color: rgba(255, 255, 255, 0.27);
	background-image:url('../img/check-line.svg');
}

.radus5 {
    width: 100%;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
    background-image: url('../img/step1radiobtnborder.png');
    margin-left: 1px;
    height:75px;
    background-size: 100% 100%;
}

.radiobtn label {
    font-size: 16px;
    padding-left: 7px;
    top: 4px;
    position: relative;
    cursor:pointer;
}

.col-lg-3.last-row {
    display: flex;
    justify-content: end;
}


.radus5.mza {
    margin: 0 auto;
}

.withbackbtn.continuestep {
    display: flex;
    gap: 10px;
}

.withbackbtn.continuestep.step10 {
    display: flex;
    gap: 11px;
    flex-flow: column;
}

.withbackbtn.continuestep a:first-child {
    background: #000;
}

.refradiobtn input{
    -webkit-appearance: none;
    appearance: none;
    width: 243px;
    height: 143px;
    position:relative;
    border-radius: 5px;
    cursor: pointer !important;
}

.refradiobtn input:before{
    position: absolute;
    content: "APA";
    background-color:#fff;
    background-image: url('../img/btnframe.png');
    background-repeat: no-repeat;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #212529;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-position: center; */
    background-size: cover;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;

}

.refradiobtn {
    margin-bottom: 25px;
}

.refradiobtn input:checked:before{
    background: linear-gradient(90.05deg, #3a4454 0.04%, #EB8C2A 100%);
    border-radius: 5px;
    color:#fff;
}


.step_thumb {margin-bottom: 50px;height: 8px;width: 100%;background: #F5F5F5;}

.steps_tracker {
    height: 100%;
    display: block;
    background: linear-gradient(90.05deg, #3a4454 0.04%, #EB8C2A 100%);
    transition: ease .5s;
}

.inp {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .inp .label {
    position: absolute;
    top: 20px;
    left: 24px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    transform-origin: 0 0;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
    pointer-events: none;
  }
  .inp .focus-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
  }
  .inp input {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 0px 12px 0 24px;
    font-weight: 400;
    transition: all 0.15s ease;
    border-radius: 10px;
    height: 78px;
    background: #F8F8F8;
border: 2px solid rgba(35, 74, 122, 0.21);
border-radius: 10px;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* identical to box height */

color: #212529;
  }
 
  .inp input:not(:-moz-placeholder-shown) + .label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -12px, 0) scale(0.75);
  }
  .inp input:not(:-ms-input-placeholder) + .label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -12px, 0) scale(0.75);
  }
  .inp input:not(:placeholder-shown) + .label {
    color: #666D72;
    transform: translate3d(0, -12px, 0) scale(0.75);
  }
  .inp input:focus {
    background: #F8F8F8;
    outline: none;
    box-shadow: inset 0 -2px 0 #0077FF;
  }
  .inp input:focus + .label {
    color: #666D72;
    transform: translate3d(0, -12px, 0) scale(0.75);
}


  .inp input:focus + .label + .focus-bg {
    transform: scaleX(1);
    transition: all 0.1s ease;
  }


.customselectdropdown  {
    width: 100%;
    height: 78px;
   
    border-radius: 10px;
    background: #F8F8F8;
    border: 2px solid rgba(35, 74, 122, 0.21);
    cursor: pointer;
}
.customselectdropdown .paddsets{
     padding: 0px 24px;
         width: 100%;
    height: 100%;
}
.customselectdropdown select {
    background: transparent;
    width: 100%;
    border: none;
    padding-top: 1px;
    border: 0px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #212529;
    -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
 
}



.customselectdropdown select:focus{
    outline: 0;
}

.customselectdropdown  {
    position: relative;
}

.customselectdropdown span {
    position: absolute;
    right: 10px;
    top:30px;
}
.cont_list_select_mate{
        position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    overflow:hidden;
}
.cont_list_select_mate.scrollselect{
    height: 300px;
    overflow: scroll;

}
.cont_select_int {
     position: absolute;
     left: 0px;
     top: 10px;
     z-index: 999;
     overflow: hidden;
     height: 0px;
     width: 100%;
     background-color: #f8f8f8;
     padding: 0px;
     margin-bottom: 0px;
     margin-top: 0px;
     border-radius: 0px 0px 3px 3px;
     box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
     transition: all 375ms ease-in-out;
}
.cont_select_int li {
	position: relative;
	float: left;
	width: 100%;
	border-bottom:1px solid #E0E0E0;
	background-color: #f8f8f8;
	list-style-type: none;
	padding: 10px 2%;
	margin: 0px;
	transition: all 275ms ease-in-out;
	display: block;
	cursor:pointer;
}
.cont_select_int li.active {
   background-color: #EEEEEE;
   }
.cont_select_int li:last-child {
    border-radius: 3px;
    border-bottom:0px; 

}
.cont_select_int li:hover {
    background-color: #EEEEEE;
} 


.custom_date_picker {
    border-radius: 10px;
    background: #F8F8F8;
    border: 2px solid rgba(35, 74, 122, 0.21);
    height: 78px;
    padding-left: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
/* identical to box height */
    text-align: left;
    color: #212529;
}

input:focus{
    outline: 0;
}

label.fieldsmlabel {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
/* identical to box height */
    text-align: center;
    color: #666D72;
    padding-top: 13px;
}

.custom_date_picker input#deadline{
    width: 100%;
    background:transparent;
    border: none;
}

.custom_date_picker{
	position:relative;
}


.custom_date_picker span {
    position: absolute;
    right: 29px;
    top: 27px;
}

.customformatphone input {
    padding-left: 144px;
    padding-top: 2px;
}


.flag {
    position: absolute;
    top: 28px;
    left: 24px;
}

.customformatphone .flag {
    color: #666D72;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #666D72;
}

.customformatphone:before {
    position: absolute;
    content: "";
    height: 48px;
    width: 1px;
    background: #E3E3E3;
    left: 127px;
    z-index: 1;
    top: 15px;
}

.next_button svg {
    margin-left: 8px;
}

.customformatphone {
    position: relative;
}

.personal_details_step .inp {
    margin-bottom: 40px;
}

.orderform_btn a {
    display: inline-block;
    height: 62px;
    width: 181px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.orderform_btn a:first-child {
    background: #0E8944;
}

.orderform_btn a:last-child {
    background: #EA566A;
}

.orderform_btn {
    display: flex;
    gap: 11px;
    padding-top: 9px;
}

.checkboxbtn input {
    position: relative;
    /*top: 5px;*/
    margin-right: 10px;
}

/*.scrolltandc {*/
/*    height: 117px;*/
/*    overflow-y: scroll;*/
/*}*/

.upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 173px;
    background: #F8F8F8;
border: 1px dashed rgba(35, 74, 122, 0.21);
border-radius: 4px;
margin-top:29px;
  }
  
  .upload-icon {
    font-size: 48px;
    color: #888;
  }
  
  .upload-text {
    margin-top: 12px;
   
  }
  
  .file-input {
    display: none;
  }

  .file-wrapper {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 600;
}

p.upload-text span {
    display: block;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
/* identical to box height, or 150% */
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    color: #666D72;
}

p.upload-text {
    text-align: center;
    color: #212529;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}

.upload-container label img{
    Width: 68.78px;
    Height: 59.59px;

}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 8px;
  }


.scrolltandc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
/* or 193% */
    color: #666D72;
}

.checkboxbtn span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
/* identical to box height */
    color: #666D72;
}

.checkboxbtn span a {
    font-weight: 500;
    color: #1E1D2B;
}

.buttonwrapper_sec {
    display: flex;
    gap: 10px;
}

.Totalprice {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 500;
    position: absolute;
    top: -45px;
    right: 0;
}

.Totalprice span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
/* identical to box height */
    color: #212529;
    margin-left: 16px;
}

div#step_10 {
    position: relative;
    /*margin-top: 110px;*/
}

.refradiobtn.A-Level  input:before{
    content: "A-Level";
}

.checkboxbtn {
    margin-top: 35px;
}

a.back_button svg {left: 25px;transform: rotate(180deg);/* margin-right: 10px; */position: absolute;}

a.back_button {
    position: relative;
    padding-left: 12px;
}

.select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    z-index: -1;
}

.select_mate{  }

@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1140px;
	}
}

@media only screen and (max-width:1199px){
    
    .refradiobtn input {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 174px;
        position: relative;
        border-radius: 5px;
        cursor: pointer;
    }

    .new_order_form_wrapper h2{
        font-size: 30px;
    }

    .step_heading p{
        font-size: 12px;
    }

    
}

@media only screen and (max-width:991px){
    
    /*calender css*/
        .ui-datepicker{
            width: auto;
        }
        .ui-datepicker td{
            padding: 1px;
        }
    /* End */
    
    
    .radus5 {
        width: 100%;
        width: 100%;
        max-width: 100%;
        border-radius: 5px;
        margin-bottom: 11px;
        background-image: url(../img/step1radiobtnborder.png);
        margin-left: 1px;
        height: 54px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .step_heading p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        text-align: left;
        color: #666D72;
        max-width: 340px;
    }

    .step_header {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        flex-flow: column;
    }

    .new_order_form_wrapper h2{
        font-size: 30px;
    }

    .refradiobtn input:before {
        
        width: 100%;
        height: 100%;
        background-size: cover;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        border: 1px solid #7d2a4d;
        background: no-repeat;
        border-radius: 5px;
        background: none;
    }

    .refradiobtn input{
        width: 100%;

    }

    .withbackbtn.continuestep.step10 {
        width: 100%;
        flex-flow: row-reverse;
        justify-content: inherit;
    }
    

    .Totalprice {
        position: relative;
        top: 0;
        right: 0;
    }

    
}

@media only screen and (max-width:767px){

    .withbackbtn.continuestep.step10 {
        width: 100%;
        flex-flow: column;
        justify-content: inherit;
    }

    .col-lg-3.last-row {
        display: flex;
        justify-content: start;
    }

    .continuestep a  {
        width: 100%;
        max-width: 199px;
    }

    a.back_button svg {
        left: -16px;
        transform: rotate(180deg);
        /* margin-right: 10px; */
        position: relative;
        margin-right: -10px;
    }

    .radus5 {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 11px;
        background-image: url(../img/step1radiobtnborder.png);
        margin-left: 1px;
        height: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 200px;
        margin: 0px 0px 10px;
    }

    .radus5.mza {
        margin: 0;
    }

    .steps_wrap ul {
        width: 100% !important;
        margin: 0 auto;
        border: 1px solid #D9D9D9;
        border-radius: 32px;
        display: flex;
        height: 42px;
        align-items: center;
        counter-reset: section;
        overflow: hidden;
    }

    .steps_wrap ul li span {
        font-size: 10px;
        
    }
    .continuestep {
        display: flex;
        gap: 10px;
        width: 100%;
    }
    
    
    
    .withbackbtn.continuestep a, .withbackbtn.continuestep button{
        width: 100%;
        max-width: 100%;
    }

    
}

@media only screen and (max-width:567px){
    .steps_wrap ul{
        max-width: 200px;
    }

    

    .continuestep a {
        width: 100%;
        max-width: 199px;
        margin: 0 auto;
    }
    

    .new_order_form_wrapper h2 {
        font-size: 30px;
        line-height: 32px;
        padding: 0px 10px;
    }

    .steps_wrap ul li span {
        visibility: hidden;
    }

    .step_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
}

.step_heading p {
    text-align: center;
    margin: 17px auto 20px;
        margin-bottom: 17px !important;
}

a.back_button svg {
    left: 0;
    transform: rotate(180deg);
    /* margin-right: 10px; */
    position: relative;
    margin-right: 6px;
}

.withbackbtn.continuestep a:first-child {
    padding-left: 0px;
}

.step_heading {
    text-align: center;
   
}



.radus5.mza {
    margin: 0 auto 10px;
}

.radus5{
    width: 100%;
    max-width: 100%;
    height: 60px;
    background-size: 100% 100%;
}

.radus5 {
    margin-bottom: 10px;
    margin: 0 auto 10px;
}

.currentstep {
    text-align: center;
}



}


@media only screen and (min-width: 300px) and (max-width: 767px){
    .orderform_btn{
        justify-content:center;
    }
    .newadding .checkbox{
            text-align: center;
    }
    .newadding label.plage:before{
        height: 65px;
        left: -16px;
    }
    
    .termsandconditions {
        margin-top: 20px;
    }
    .captchaClass{
        margin:0px !important;
    }
   
    section#topbar span.mr-5 {
        margin-right: 0px !important;
        margin-top:10px;
    }
    
    #step_9 .checkbox label {
        margin-bottom: 17px;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        
    }

    
    #topbar .text-left{ text-align:center !important;}
    /*section#topbar a img{max-width:100% !important;}*/
    
    section#topbar span {
        display: flex;
        justify-content:center;
        margin-right:0 !important;
    }
    
   
   #new-footer {
        text-align: center;
    }
    /*.new_order_form_wrapper h2 span:before{*/
    /*    display:none;*/
    /*}*/
}