.m-0{
    margin: 0 !important;
}
.p-0{
  padding: 0 !important;
}
.p-10{
    padding: 10px !important;
}
.p-20{
    padding: 20px !important;
}
.p-30{
    padding: 30px !important;
}
.p-40{
    padding: 40px !important;
}
.p-50{
    padding: 50px !important;
}
.p-60{
    padding: 60px !important;
}

.mt-0{
    margin-top: 0px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mt10{
    margin-top: -10px !important;
}
.mt20{
    margin-top: -20px !important;
}
.mt30{
    margin-top: -30px !important;
}
.mt40{
    margin-top: -40px !important;
}
.mt50{
    margin-top: -50px !important;
}

.mb-0{
    margin-bottom: 0px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb10{
    margin-bottom: -10px !important;
}
.mb20{
    margin-bottom: -20px !important;
}
.mb30{
    margin-bottom: -30px !important;
}
.mb40{
    margin-bottom: -40px !important;
}
.mb50{
    margin-bottom: -50px !important;
}

.pt-0{
  padding-top: 0px !important;
}
.pt-10{
    padding-top: 10px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.pt-30{
    padding-top: 30px !important;
}
.pt-40{
    padding-top: 40px !important;
}
.pt-50{
    padding-top: 50px !important;
}
.pt10{
    padding-top: -10px !important;
}
.pt20{
    padding-top: -20px !important;
}
.pt30{
    padding-top: -30px !important;
}
.pt40{
    padding-top: -40px !important;
}
.pt50{
    padding-top: -50px !important;
}

.pb-0{
    padding-bottom: 0px !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.pb-40{
    padding-bottom: 40px !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
.pb10{
    padding-bottom: -10px !important;
}
.pb20{
    padding-bottom: -20px !important;
}
.pb30{
    padding-bottom: -30px !important;
}
.pb40{
    padding-bottom: -40px !important;
}
.pb50{
    padding-bottom: -50px !important;
}

.pr-10{
    padding-right: 10px !important;
}
.pr-20{
    padding-right: 20px !important;
}
.pr-30{
    padding-right: 30px !important;
}
.pr-40{
    padding-right: 40px !important;
}
.pr-50{
    padding-right: 50px !important;
}

.pl-10{
    padding-left: 10px !important;
}
.pl-20{
    padding-left: 20px !important;
}
.pl-30{
    padding-left: 30px !important;
}
.pl-40{
    padding-left: 40px !important;
}
.pl-50{
    padding-left: 50px !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 15px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(173, 173, 173); 
    border-radius: 15px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #223f8f; 
}

.reportList{
    padding: 25px 0;
}
.listReport{
    display: flex;
    flex-wrap: wrap;
}
.listReport li{
    position: relative;
    margin: 5px;
    width: 31%;
    padding: 5px;
    border-bottom: 1px solid rgba(34, 63, 143, 0.5);
    cursor: pointer;
}
@media (max-width: 996px){
    .listReport li{
        width: 100%;
    }
    .menu-column{
        padding: 0;
    }
    .main-menu{
        margin: 0;
    }
    .main-logo {
        margin: 15px 0 15px;
    }
}
.listReport li::before{
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: rgba(34, 63, 143, 0.5);
    position: absolute;
    right: 0;
    top: 5px;
    height: 25px;
    width: 25px;
}
.myTitle{
    padding: 9px 0;
}
.mybtn{
    padding: 8px;
    background: #223f8f none repeat scroll 0 0;
    border: 1px solid #223f8f;
    border-radius: 2px;
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    transition: all 500ms ease 0s;
}
.listReport li img {
    margin-right: 20px;
}
.pbdate{
    padding-right: 15px;
    font-size: 18px;
    font-weight: 600;
    border-right: 2px solid #ccc;
}
.addToCart, .viewOrderbtn, .errorOccurBtn{
    float: right;
    border: 2px solid #223f8f;
    padding: 4px 8px;
    font-weight: 600;
    color: #223f8f;

}
.addToCart:hover{
    color: #fff;
     background: #223f8f;
}
.someLine{
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    text-align: justify;
    margin-bottom: 15px !important;
}
.category-style-one ul.nelis li a{
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}
.viewOrderbtn{
    margin-top: 15px;  
    float: none;
    border: 2px solid green;
    color: green;
}
.viewOrderbtn:hover{
    color: #fff;
     background: green;
}
.errorOccurBtn{
    margin-top: 15px;  
    float: none;
    border: 2px solid red;
    color: red;
}
.errorOccurBtn:hover{
    color: #fff;
     background: red;
}
@media(max-width: 820px){
    .prinm{
        padding-top: 15px;
    }
    .addToCart{
        margin-top: 15px;    
    }
}
.makeact span{
    color: #223f8f;
    font-weight: 700;
}
.single-projects .text{
    text-align: justify;
}
.priceList{
    background: #fff;
}
.priceList .listsp{
    position: relative;
    padding: 9px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding-left: 35px;
}
.priceList .listsp:hover{
    background: #ccc;
}
.priceList .listsp::before{
    position: absolute;
    content: "";
    top: 11px;
    left: 8px;
    width: 22px;
    height: 22px;
    border: 2px solid #000;
    padding-bottom: 7px;
}
.ppric{
    float: right;
}
.maksct{
    background: #223f8f;
    color: #fff;
    font-weight: 700;
}
.maksct.listsp:hover{
    background: #223f8f;
}
.maksct.listsp::before{
    border-color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: 100;
}
button.sheder {
    border-radius: 5px;
    background: green; 
    padding: 9px 15px;
    font-weight: 700;
    color: #ffffff; 
}
button.tomo {
    background: tomato; 
}
.newc{
    display: none;
    background: #223f8f !important;
}
.needsome{
    color: #223f8f;
}
.centerInMob{
    padding: 15px 0;
}
.continueshoping{
    color: #fff;
    padding: 15px;
    background: #223f8f;
    font-weight: 700;

}
.procedtocheckout{
    cursor: pointer;
    color: #fff;
    float: right;
    padding: 15px;
    background: green;
    font-weight: 700;
}
.continueshoping:hover, .procedtocheckout:hover{
    color:#fff;
    background: tomato;
}
.incartSec{
    float: right;
}
.aab{
    float: right;
    cursor: pointer;
    color: red;
    font-weight: 700;
}
.colorWhite{
    color: #fff;
}
a.colorWhite:hover{
    color: #fff;
}
.menuitem{
    margin-top: 30px;
}
.menuitem li .searchIt{
    display: inline-block;
    cursor: pointer;
}
.menuitem li .badge{
    position: absolute;
    bottom: 0;
    right: 15px;
    background: tomato;
    padding: 1px 3px;
    padding-top: 4px;
    
}
.menuitem li a, .menuitem li .searchIt{
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 0%;
    background: #223f8f;
}
.socialMedia{
    display: none;
}
.somesmpad{
    padding: 80px 45px;
}

.userInfo{
    padding: 35px;
}
.userInfo h4{
    padding: 8px 0;
}
.make_appointment{
    position: fixed;
    left: -75px;
    z-index: 111;
    bottom: 150px;
    height: 35px;
    width: 180px;
    transform: rotate(-90deg);
    background-color: #0269b1;
    text-align: center;
    color: white;
    padding-top: 5px;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 600;
}
.make_appointment:hover{
    color: white;
}
#myModal{
    height: 80%;
    width: 40%;
    transform: translateX(-50%);
    left: 50%;
    top: 20%;
}
.makpay{
    text-align: center;
    padding: 25px;
    color: #223f8f;
}
.finalpay{
    float: right;
}
/* in footer for mobile */
@media(max-width: 990px){
    .scroll-top{
        bottom: 65px;
        right: 5px;
    }
    .menuitem{
        display: none;
    }
    .socialMedia {
        display: block;
        list-style: none;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 555550;
        width: 100%;
        padding: 0 2px;
        margin: 0;
        background: #fff;
    }
    .socialMedia li{
        width: 24%;
        text-align: center;
        background: #fff;
        display: inline-block;
        padding: 10px 0;
        margin: 0;
        border-right: 1px solid #9b9a9a;
    }
    .socialMedia li a i{
        color: #413f3f;
    }
    .continueshoping, .procedtocheckout{
        padding: 9px;
    }
    .somesmpad{
        padding: 0;
    }
    #myModal{
        width: 90%;
        top: 14%;
    }
    .make_appointment{
        left: -48px;
        height: 25px;
        width: 120px;
        padding-top: 2px;
        font-size: 16px;
        font-weight: 500;
    }
}

.boxcR, .foloading{
    position: fixed;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}
.boxcR::after, .foloading::after{
    content: "";
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    left: calc(50% - 35px); 
    border-radius: 50%;
    border: 4px solid #e2e2e2;
    border-right: 5px solid #223f8f;
    -webkit-animation: spin 0.8s linear infinite; /* Safari */
  animation: spin 0.8s linear infinite;
}
.boxcR::before{
    content: "Verifying Data.. Please Wait....";
    position: absolute;
    height: 45px;
    width: 355px;
    top: calc(50% + 100px);
    left: 50%; 
    transform: translate(-50%, -50%);
    color: #223f8f;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
}
.foloading::before{
    content: "loading....";
    position: absolute;
    height: 45px;
    width: 355px;
    top: calc(50% + 100px);
    left: 50%; 
    transform: translate(-50%, -50%);
    color: #223f8f;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.clickLen{
    display: none;
    background: blue;
    border: none;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
}
.clickLen:focus{
    border: none;
    color: #fff;
}
@media (max-width: 992px){
    #signinCreate, #SubmitCreate, .clickLen{
        width: 100%;
    }
}
.clickLen{
    display: block;
}
.forsuccess{
    background: #DAF7A6;
    padding: 25px;
    text-align: center;
}
.mksmp{
    padding: 15px;
}
.forerror{
    background: #F5B7B1;
    padding: 25px;
    text-align: center;
}

.grene{
	background-color: #E8F8F5;
}
.grece{
	background-color: #E8DAEF;
}
.headsin{
	border-radius: 15px;
	cursor: pointer;
	margin: 15px 0;
	transition: transform .2s;
}
.headsin:hover{
	transform: scale(1.05);
}
.headsin li{
	list-style: none;
	float: left;
	width: 25%;
	padding: 20px;
}
.headsin li.anopas{
	width: 390px;
}

@media (max-width: 512px) {
	.headsin li.anopas{
		width: 100%;
	}
	.headsin li span.ar1{
		text-decoration: underline;
		font-weight: bold;
		padding-right: 10px;
		display: inline-block;
	}
	.headsin li{
		width: 100%;
		padding-top: 10px;
		padding-bottom: 0;
	}
	.nonedisp{
		display: block;
		margin-bottom: 10px;
	}
}


.myprofile{
    background: #f9f9f9;
}
.myprofile{
   margin: 0 !important;
   padding: 0 !important;
}
.myprofile li{
    padding: 11px 15px;
    font-size: 16px;
}
.myprofile li.act{
    font-weight: 700;
    background: #ccc;
}
.myprofile li a{
    color: #223f8f;
}
.myprofile img{
    width: 45px;
    margin-right: 15px;
}
@media (max-width: 992px){
    .myprofile li{
        padding: 5px 15px;
        font-size: 16px;
    }
    .myprofile li.act{
        font-weight: 700;
        background: #ccc;
    }
    .myprofile img{
        width: 45px;
        margin-right: 15px;
    }
}
.error{
    color: red;
    font-weight: 600;
}
.somebgchan{
    background: #DAF7A6;
    padding: 25px;
    text-align: center;
}
.comedy{
    display: none;
}
.projects-block-one .caption-title {
    margin-left: 0;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
.projects-block-one .caption-title h3 a {
    font-size: 12px;
}
.pricePage{
    position: fixed;
    top: 16%;
    left: calc(50% + 215px);
    width: 370px;
}
.pricePageb{
    position: absolute;
    bottom: -732px;
    right: 3%;
    width: 370px;
}
/* .pricePage{
    position: absolute;
    right: 7%;
} */
.logoinmob{
    display: none;
}
.buynowbtn{
    display: none;
}
@media only screen and (max-width: 991px){
    .main-menu .navbar-toggle {
        float: right;
        margin-top: 11px;
        margin-right: 5px;
    }
    .main-menu .navbar-header {
        padding: 5px 0px;
        float: none;
    }
    .logoinmob{
        display: inline-block;
    }
    .logoinmob img{
        margin-right: 15px;
        width: 150px;
    }
    .main-footer{
        margin-bottom: 55px;
    }
    .footer-bottom .pull-right {
        display: block;
    }
    .inner-banner h3 {
        font-size: 22px;
        font-weight: 500;
        line-height: 30px;
    }
    .buynowbtn{
        display: block;
        position: fixed;
        bottom: 75px;
        right: 15px;
        z-index: 1111;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #223f8f;
        text-align: center;
        padding: 11px;
        font-weight: 700;
        font-size: 21px;
        color: #ffffff;
    }
}
.searchBox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 222222;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.searchbar{
    position: absolute;
    width: 45%;
    top: 10%;
    left: 50%; 
    transform: translateX(-50%);
    color: #c8ccd6;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    padding: 15px;
    background: #f1f1f1;
    max-height: 525px;
    overflow: auto;
}
.searchbar input{
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #ccc;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.searchResult{
    margin-top: 5px;
    border: 1px solid #ccc; 
}
.searchResult li{
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    background: #fff;
    text-transform: uppercase;
}
.searchResult li a{
    color : #000;
    -webkit-transition: font-size 2s; /* Safari */
    transition: font-size 0.2s;
}
.searchResult li a:hover{
    color : #223f8f;
    font-weight: 700;
    font-size: 18px;
}
.searchResult li.first{
    cursor: default;
    background: #eeeeee;
    color: #413f3f;
    font-style: italic;
    text-transform: none;
}
.successm{
    display: none;
    background: #DAF7A6;
    color: green;
    text-align: center;
    padding: 15px;
}
.resetsuc{
    text-align: center;
    padding: 15px;
    background: #DAF7A6;
}
.resetsuc a{
    margin: 5px;
    background: #223f8f;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}
.pagname{
    position: absolute;
    top: 0px;
    left: 25px;
    width: 370px;
    /* transition: top 0.1s;  */
}
@media(max-width: 992px){
    .pagname{
        position: relative;
        top: 0px;
        left: 0px;
        width: 370px;
    }
}