h1, h2, h3, h4, h5, h6 {
    font-family: "Merriweather", serif;
}
body {
    font-family: "Open Sans", sans-serif;
}

@media (min-width: 1031px) {
    nav.myMainMenu>div>div>li>a.nav-link {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .tooltipe {
        width: 400px;
    }
    
}


@media (max-width: 1030px) and (min-width: 1000px) {
    nav.myMainMenu>div>div>li>a.nav-link {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .mr-md-5 {
        margin-right: 0 !important;
    }
    button.btn.hitBtn.mr-md-5.d-md-block.d-none {
        margin-right: 1rem;
    }
    img.col-md-8.col-sm-12 {
        max-width: 230px !important;
    }
    div#my-content-row {
        place-content: center;
    }
    div#my-sidebar-right {
        display: none;
    }
    div#my-content-section {
        max-width: 80%;
        flex: 0 0 80%;
    }
    .tooltipe {
        width: 400px;
    }
}


@media (max-width: 999px) and (min-width: 768px) {
    nav.myMainMenu>div>div>li>a.nav-link {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .mr-md-5 {
        margin-right: 0 !important;
    }
    button.btn.hitBtn.mr-md-5.d-md-block.d-none {
        margin-right: 1rem;
    }
    img.col-md-8.col-sm-12 {
        max-width: 100% !important;
    }
    div#my-content-row {
        place-content: center;
    }
    div#my-sidebar-right {
        display: none;
    }
    div#my-content-section {
        max-width: 80%;
        flex: 0 0 80%;
    }
    .tooltipe {
        width: 400px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    nav.myMainMenu>div>div>li>a.nav-link {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .mr-md-5 {
        margin-right: 0 !important;
    }
    button.btn.hitBtn.mr-md-5.d-md-block.d-none {
        margin-right: 1rem;
    }
    img.col-md-8.col-sm-12 {
        max-width: 100% !important;
    }
    div#my-content-row {
        place-content: center;
    }
    div#my-sidebar-right {
        display: none;
    }
    div#my-content-section {
        max-width: 90%;
        flex: 0 0 90%;
        padding: 0;
    }
    button.navbar-toggler {
        margin: 5px;
    }
    .tooltipe {
        width: 400px;
    }
}


@media (max-width: 575px) and (min-width: 300px) {
    nav.myMainMenu>div>div>li>a.nav-link {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .mr-md-5 {
        margin-right: 0 !important;
    }
    button.btn.hitBtn.mr-md-5.d-md-block.d-none {
        margin-right: 1rem;
    }
    img.col-md-8.col-sm-12 {
        max-width: 100% !important;
    }
    div#my-content-row {
        place-content: center;
    }
    div#my-sidebar-right, #my-topbar {
        display: block;
    }
    .navbar.navbarfoot{
        display:block!important;
    }
    .hfaq{
        display:none;
    }
    div#my-content-section {
        max-width: 90%;
        flex: 0 0 90%;
        padding: 0;
    }
    .container-full.bgFooter>.row.w-75.mx-auto.p-4 {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    button.navbar-toggler {
       margin: 5px;
    }
    .ratingdiv, .ratingdiv span a {
        font-size: 15px !important;
    }
    #my-order-btn-head>#onBtn {
        float: right !important;
        padding: 7px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: .3rem;
        color: #fff;
        font-size: 15px;
        text-shadow: none;
    }
    .myMainMenu {
        padding: 0px 0.5rem !important;
    }
    ul.wizard_actions {
        padding: 0;
    }
    #getprice1 {
        width: 100% !important;
    }
    .stage3price {
        float: inherit !important;
        padding-bottom: 30px;
    }
    .cardscontainer>img {
        width: 100%;
    }
    .tooltipe {
        width: 100%;
    }
}



body
{
	font-size: 17px;
	background-color: #ededed;
}
nav.navbar
{
	background: #2c2c2c;
}
nav.navbar>div>i
{
	color: #bbbbbb;
}
nav.navbar>div>a
{
	font-size: 17px;
}
div.mySocialIcons>i
{
	margin-left: 10px;
}
a.socialCustLinkWhite {
	color: #bbbbbb;
	font-size: 15px !important;
	margin-right: 6px;
}
a.socialCustLinkWhite:hover {
    color: white;
}
.hitBtn
{
	float: right !important;
	border: 2px solid !important;
	padding: 10px;
	border-radius: .3rem;
	color: #fff;
	background-color: #0165BB;
	border-color: #2a2a2a !important;
	margin-top: 7px;
}
.hitBtn:hover
{
	float: right !important;
	border: 2px solid !important;
	padding: 10px;
	border-radius: .3rem;
	color: #fff;
	background-color: #0165BB;
	border-color: #2a2a2a !important;
	margin-top: 7px;
}
.dropdown:hover>.dropdown-menu {
   /* display: block;*/
}
.myMainMenu
{
    background: #0165bb !important;
	/*font-family: 'Poppins';*/
	padding: 0px 1rem;
}
nav.myMainMenu>div>div>li>a
{
    
  font-size: 15px;
  color: white !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
nav.myMainMenu>div>div>li>a:hover
{
    
  text-decoration: underline;
}

.navbar-nav>#onBtn
{
	float: right !important;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
	border-radius: .3rem;
    color: #fff;
    text-shadow: 0px 1px 0px #e1e2ed;
    font-size: 18px;
}
#customDropdown
{
	border-radius: 0px;
    border-color: transparent;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	top: 94%;
}
#customDropdown>a
{
	color: #0165bb;
    /*font-family: 'Poppins';*/
	font-size: 13px;
	font-weight: 600;
	line-height: 25px;
}
#customDropdown>a:hover
{
	text-decoration: underline;
	background: transparent;
}
.custSubSection
{
	background: #eee;
}
.custSubHeading
{
	font-size: 22px;
	font-weight: 600;
}
.custSubSection>div>div>a
{
	color: #0165bb;
    /*font-family: 'Poppins';*/
	font-size: 13px;
	font-weight: 600;
	line-height: 35px;
	padding: 0px;
}
.custSubSection>div>div>a:hover
{
	text-decoration: underline;
	background: transparent;
	color: #0165bb;
}
.blueColorCls
{
	color: #2991d6;
}
.blueColorCls:hover
{
	text-decoration: underline;
}

.bgFooter
{
	background: #2f3254;
}
.footerHeading
{
	/*font-family: 'Nunito';*/
	color: white;
}
.footerDescription
{
	/*font-family: 'Nunito';*/
	color: rgba(255, 255, 255, 0.5);
	font-size: 17px;
	line-height: 28px;
}
.form-field-footer
{
	border-radius: 0px;
	height: 40px;
}
.btn-primary
{
	background: #0165bb;
	font-size: 18px;
	border-color: #0165bb;
}
.socialFooter>i
{
    color: white;
    padding: 4px;
    font-size: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}
.socialFooterFB
{
	background: #3B5998;
}
.socialFooterTW
{
	background: #55acee;
}
.socialFooterINSTA
{
	background: #125688;
}
.socialFooterWA
{
	background: #25d366;
}






/*Order Form*************/
.sidebartotaltitle {
    float: right;
    font-size: 14px;
    font-weight: 400;
}
.sidebartotalamount {
    /*float: right;*/
    text-align:right;
    font-size: 20px;
    font-weight: 700;
}
.couponcode {
    text-align: center;
    font-weight: bold;
}
button{
	background-color: #40c4ff;
    color: #ffffff;
	display: inline-block;
    padding: 11px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.03), inset 0px 4px 3px -2px rgba(0,0,0,.07);
}
.couponcode {
    text-align: center;
    font-weight: bold;
}
.order_new_form input[type=text]{
    margin: 0 !important;
    width: 100% !important;
}
h2{
	border-left: 4px solid #fee266;
	padding-left: 7px;
	margin: 20px 0;
    font-weight: bold;
    font-size: 22px;
}
.c-input__label {
    /*font-family: Patua One, Arial, Tahoma, sans-serif;    */
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0px;
}
.sectionbk{
	background-color:#fff;
	padding:30px;
	margin-bottom:10px;
}
.container1 input:checked ~ .checkmark {
    /* background-color: #2196F3; */
    background-color: #ffffff !important;
    border: 7px solid #40c4ff;
}
.checkmark {
    position: absolute;
    top: 3px;
    left: 7px;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}
#quote_get #tptabwrapper label {
    display: inline-block;   
    cursor: pointer;    
    border-radius: 5px;
    padding-left: 40px;
    font-weight: 100;
    font-size: 18px;
}
#quote_get #tptabwrapper label:hover {
    display: inline-block;
     background: #f5f5f5; 
     width:100%;     
    cursor: pointer;
    border-radius: 5px;
    padding-left: 40px;
    font-weight: 100;
    font-size: 18px;
}
.container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
i.ajax-loader.medium {
    margin-bottom: 200px;
    width: 124px;
    height: 124px;
    border-width: 8px 8px 8px 0;
    border-color: #0869bd;
}
i.ajax-loader {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #08c;
    border-radius: 250px;
    border-bottom-color: transparent !important;
}
.spinnerLoader {
    position: absolute;
    top: 100 !important;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: flex-end;
    background: rgba(238, 238, 238, 0.24);
    display: none;
    z-index: 1;
}
.animate-spin {
    -moz-animation: spin 0.5s infinite linear;
    -o-animation: spin 0.5s infinite linear;
    -webkit-animation: spin 0.5s infinite linear;
    animation: spin 0.5s infinite linear;
    display: inline-block;
}
#dissertation_part_words{
    margin-bottom:20px!important;
}
.input-field{
    margin-bottom:10px;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}
.error{   
    color: #fd6262;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
}
select.error {
    color:black;
    border-color: #fd6262 !important;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
#quote_get .wizard_actions {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    clear: both;
    text-align: center;
}
#quote_get .wizard_actions label.active {
    background: #0165bb !important;
    color: white;
}
#quote_get .wizard_actions label {
    display: inline-block;
    background: #f9f9f9;
    cursor: pointer;
    margin-right: 20px;
    border-radius: 5px;
    text-shadow: 1px 1px 2px black;
    line-height: 1.4;
}
.wizard .wizard_actions label {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 30px;
}
#quote_get .wizard_actions input {
    display: none;
}
#quote_get .wizard_actions label span {
    font-size: 20px;
}
#quote_get .wizard_actions li {
    list-style: none;
    display: inline-block;
}
.wizard_actions1{
    text-align: center;
}

/*Blue box alternative*/
#quote_get .wizard_actionsnone li {
    list-style: none;
    display: inline-block;
    margin:12px;
}
#quote_get .wizard_actionsnone ul {
    padding: 10px;;    
}



#getprice1{
    width:300px;
}

#sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
.wizard input.error {
    border-color: #fd6262 !important;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
input.error {
    color: black;
    border-color: #fd6262 !important;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
.fa-info-circle {
    color: #ffd63f;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 40px;
    margin-top:-20px;
    z-index: 99;
}
.pointheading{
    width:80%;
}
.tooltipe {
    position: absolute;
    z-index: 9999;
    background: #2f3254;
    right: 0px;
    top: 50%;
    min-height: 80px;
    border: 5px solid #2f3254;
    border-radius: 4px !important;
    padding: 10px;
    font-size: 14px;
    transform: translateY(-50%);
    /* margin-left: 15px; */
    color: white;
}
.tooltipedform {
    position: absolute;
    z-index: 9999;
    background: #fd6262;
    right: 0px;
    top: 50%;
    min-height: 80px;
    border: 5px solid #fd6262;
    border-radius: 4px !important;
    padding: 10px;
    font-size: 14px;
    transform: translateY(-50%);
    
    /* margin-left: 15px; */
    color: white;
}
.stepbarbk{
    background-color: #2f3254;
    color:#ededed;
    padding: 5px 10px;
    border-bottom: 1px solid gray;
    cursor:pointer;
}
.stepbarbk h2 {
    border-left: 4px solid #fee266;
    padding-left: 7px;
    margin: 10px 0;
    font-weight: bold;
    font-size: 18px;
}

#cont2.container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #d1ecf1;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0c5460;
    font-weight: 100;
}
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.consultprice {
    float: right;
    padding-right: 20px;
    font-weight: 500;
    color: #0165bb;
}
#cont2.extraservice {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
    font-weight: 100;
    border-bottom: 1px solid #0b67b1;
    margin-bottom: 20px;
}
.extraservice input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.extraservice input:checked ~ .checkmark {
    /* background-color: #2196F3; */
    background-color: #ffffff !important;
    border: 7px solid #40c4ff;
}
.extrainfo {
    color: #40c4ff;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0px;
    margin-top: 3px;
    z-index: 99;
}

textarea {
    font-size: 15px;
    padding: 20px 10px 10px 2px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    background: transparent;
    box-shadow: none;
    background-color:#d1ecf1;
    padding:10px;
    margin:10px 0px;
}

.tab-wr-11{
    display:none;
}
.delbutton{
    margin-top:20px;
    background-color: #fd6262;
    color:white;
}
.delbutton:hover{
    margin-top:20px;
    background-color: #c44949;
    color:white;
}

.boxoption{
    background-color: #0165bb;
    color:white;
    padding:10px 0px 6px 10px;
    cursor: pointer;
    margin-bottom:2px;
}
.boxoptioncontainer{
    background-color: #f3f2f2;
    margin-left: 0px;
    margin-right: 0px;
    padding:10px;
}

#cont3.container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #d1ecf1;
    border-radius: 10px;
    padding-top: 2px;
    padding-bottom: 3px;
    color: #0c5460;
    font-weight: 100;
}

#cont4.container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: #d1ecf1;*/
    border-radius: 10px;
    padding-top: 2px;
    padding-bottom: 3px;
    /*color: #0c5460;*/
    font-weight: 100;
}

.stage3order{
    float:left;
}
.stage3price{
    float:right;
}
.stage3top{
    min-height: 40px;
}

.finalstage {
    text-align: center;
    margin-top: 0px;
    background-color: #fff;
    padding-bottom: 20px;    
    border: 7px solid #40c4ff;
}

.finalstagecontent{
    padding:20px;
    text-align: left;
}

.securecheckout {
    text-align: center;
    margin-top: 0px;    
    padding: 20px;
    border-radius: 20px;
}
.securecheckout1 {
    text-align: left;
    margin-top: 0px;    
    padding: 20px;
    border-radius: 20px;
}

#paynow{
    background-color: #0165bb;
    color: #ffffff;
    display: inline-block;
    padding:14px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    
}

.paynow{
    background-color: #40c4ff;
    color: #ffffff;
    display: inline-block;
    padding:14px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    
}

.cardscontainer {
    text-align: center;
    display: block;
    margin-top:10px;
  }
  
 .order_new_form input[type=text] {
    margin: 0 !important;
    width: 100% !important;
    color:black;
}


select { color: black!important; font-weight:500!important;}
option:not(:checked) { color: #495057; }

.spanlabelsidebar{
    float:left;
    font-size: 15px;
    font-weight:bold;
    margin-left: 5px;
}
.divlabelsidebar{
    float:right;
    font-size: 14px;
    margin-left:10px;
}

.sq1 {
    display:none;
    float: right;
    font-size: 24px;
    color: #28a745;
    background-color: white;
    border: 2px solid white;
}

.sq2 {
    display:none;
    float: right;
    font-size: 24px;
    color: green;
    background-color: white;
    border: 2px solid white;
}

.sidepoints{
    /*padding:8px 5px;*/
    /*border-bottom: 1px solid #adadad;*/
    font-size:16px;
}

.fa-check-circle {
    color: #40c4ff;
    padding-right: 10px;
    font-size: 20px;
}

.sidebarpartpayment{
    /*float:right;*/
    float:none;
    font-size:14px;
    border:1px solid #2f3254;
    padding:15px;
}

.primeheader{
    background-color: #40c4ff;
    color:#fff;
    padding-bottom:10px;
    padding-top:5px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.fa-check{
    color:#40c4ff;
    padding:10px;
    padding-bottom: 0px;
    font-size: 28px;
}

.rating{
    background-color: black;
    padding:15px;
    color:white;
    font-size: 20px;
    font-weight: bold;

}

.ratingdiv {
    width:100%;
    text-align: center;
    margin:0 auto;
}

.ratingicon {
    color:#f1a11c;
    font-size: 18px;
}



/*.stepbox1{*/
/*    background-color: #0165bb;*/
/*    padding:8px;*/
/*    font-size:18px;*/
/*    font-weight: 700;*/
/*    color:white;*/
/*    cursor: pointer;*/
/*    border-top-right-radius: 60px;*/
/*}*/

/*bilal arrow stylilng*/
.stepbox1 {
  width: 190px;
  padding: 8px;
  font-size:18px;
  height: 58px;
  color: white;
  cursor: pointer;
  background: #40c4ff;
  position: relative;
}

  /*.stepbox1::after {*/
  /*  content: '';*/
  /*  position: absolute;*/
  /*  left: 0; bottom: 0; width: 0; height: 0;*/
  /*  border-left: 25px solid #7eb4e2;*/
  /*  border-top: 25px solid transparent;*/
  /*  border-bottom: 25px solid transparent;*/
  /*}*/

  .stepbox1::before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #40c4ff;
    border-top: 34px solid transparent;
    border-bottom: 25px solid transparent;
  }
  
  #stepbar2::before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #2f3254;
    border-top: 34px solid transparent;
    border-bottom: 25px solid transparent;
  }
    #stepbar3::before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #2f3254;
    border-top: 34px solid transparent;
    border-bottom: 25px solid transparent;
  }
  /*second step page*/
  .secondsteppage #stepbar2::before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #40c4ff;
    border-top: 34px solid transparent;
    border-bottom: 25px solid transparent;
  }
  .secondsteppage #stepbar1::before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #2f3254;
    border-top: 34px solid transparent;
    border-bottom: 25px solid transparent;
  }
  .secondsteppage #stepbar3::before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #2f3254;
    border-top: 34px solid transparent;
    border-bottom: 25px solid transparent;
  }
  
  /*step three page*/
  .steppagetheree #stepbar1::before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #2f3254;
    border-top: 34px solid transparent;
    border-bottom: 25px solid transparent;
  }
  .steppagetheree #stepbar2::before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #2f3254;
    border-top: 34px solid transparent;
    border-bottom: 25px solid transparent;
  }
  .steppagetheree #stepbar3::before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #40c4ff;
    border-top: 34px solid transparent;
    border-bottom: 25px solid transparent;
  }
  
 


/*end arrow styling*/
.stepboxspan{
    font-size:12px;
}

.stepboxicon{
    color:white;
    font-size:30px;
    float:left;
    padding-top: 5px;
}

.stepboxdiv{
    display:inline-block;
    font-size:14px;
    padding-left: 10px;
}


#couponsectionclaim {
    display: block;
    background-color: #40c4ff;
    padding: 15px;
    color: #ffffff;
    /*border-radius: 16px;*/
}

h2 {
    text-transform: uppercase;
}

.hide{
    display: none;
}

#currencytotal{
    padding:10px;
    font-size:24px;
    font-weight: 700;
    color:#2f3254;
    float:right;

}

.filetoid{
    background-color: #d1ecf1;
    padding: 8px;
}


.filedelete{
    float: right;
    background-color: #212529;
    padding: 2px;
    color: white;
    cursor: pointer;
}


.twopayheader{
    background: #40c4ff;
    color: white;
    padding: 10px;
    

}

.sidebartotalamountthanks {
    float: right;
    font-size: 16px;
    font-weight: 700;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    max-height: 40px;
    padding: 0 6px 0 8px;
}


.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: fixed;
  left: 50%;
  top: 50%;
    right: 0;
    bottom: 0;
    justify-content: center;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.custom-file{
    width:88%!important;
}

#parttitle{
    background-color:#2f3254;
    padding:10px;
    color:white;
    text-align:center;
}


.grayfoot{
    
    color:gray;
}

.standards{
    font-size:small;
    font-weight:400;
}
.lightweight{
    font-weight: 400;
}

    
@media only screen and (max-width: 480px){    
.specialphone{
padding-top: 30px;
}
.stepbox1 {
    width: 75px;
    padding: 8px;
    font-size: 18px;
    height: 58px;
    color: white;
    cursor: pointer;
    background: #40c4ff;
    position: relative;
}
.stepboxdiv{
    font-size: 9px;
}
.stepboxdiv span{
    font-size: 10px;
}
.stepbox1 .fa{
    display: none;
}
}
/*bilal btn styling*/
.btn-primary {
    background: #40c4ff !important;
    font-size: 18px;
    border-color: #40c4ff !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2f3254 !important;
    border-color: #2f3254 !important;
}
blockquote{
  font-size: 16px;
  /*width:60%;*/
  color: #555555;
  padding:1.2em 30px 1.2em 43px;
  border-left:8px solid #40c4ff ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  /*font-family:Arial;*/
  content: "\201C";
  color:#40c4ff;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
#my-sidebar-right:before {
    position: relative;
    content: "";
    display: block;
    width: 20px;
    height: 41px;
    position: absolute;
    right: 0px;
    top: 24px;
    background-image: url(https://penophile.com/wp-content/uploads/2022/08/ir-clip.png);
    background-repeat: no-repeat;
}