/*mobile media query */
@media only screen and (max-width: 600px) { 
	.col-xs-6
	{
		width: 50% !important;
	}
	.sideba
	{
		margin-top:20px;
	}
	.desktop
	{
		display: none;
	}
	.banner1-1 {
        height: 480px;
    }
    .mob-call
    {
		margin: 5px 0px 5px 0px !important;
	}
}
/*desktop media query */
@media (min-width: 1200px) 
{
	.productimg
	{
		width: 200px !important;
	}
}
.call-btn {
    position: fixed;
    bottom: 1em;
    left: 2%;
    width: 50px;
    height: 50px;
    z-index: 11;
}
.call-btn .icon_logo > a > img {
    width: 70%;
    padding: unset;
    border: none;
}
.call-btn .circle_waves {
    border-radius: 50%;
    background-color: #3399ff;
    width: 40px;
    height: 40px;
    position: absolute;
    opacity: 0;
    bottom: 10px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
.call-btn .icon_logo {
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp-btn {
    position: fixed;
    bottom: 5em;
    left: 2%;
    width: 50px;
    height: 50px;
    z-index: 11;
}
.whatsapp-btn .icon_logo > a > img {
    width: 70%;
    padding: unset;
    border: none;
}
.whatsapp-btn .circle_waves {
    border-radius: 50%;
    background-color: #3cc04e;
    width: 40px;
    height: 40px;
    position: absolute;
    opacity: 0;
    bottom: 10px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
.whatsapp-btn .icon_logo {
    position: relative;
    z-index: 100;
    padding: 5px;
}

.email-btn {
    position: fixed;
    bottom: 9em;
    left: 2%;
    width: 50px;
    height: 50px;
    z-index: 11;
}
.email-btn .icon_logo > a > img {
    width: 70%;
    padding: unset;
    border: none;
}
.email-btn .circle_waves {
    border-radius: 50%;
    background-color: #3399ff;
    width: 40px;
    height: 40px;
    position: absolute;
    opacity: 0;
    bottom: 10px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
.email-btn .icon_logo {
    position: relative;
    z-index: 100;
    padding: 5px;
}
@keyframes waves {
			from {
				transform: scale(.55, .55);
				opacity: .6;
			}
			to {
				transform: scale(1.8, 1.8);
				opacity: 0;
			}
		}

.app-header-background.app-header-background2
{
	background: linear-gradient(87deg, #1b3360, #1b3360 100%);
}
.header-main .top-bar-right i {
    color: #ffffff !important;
}
.dropdown-menu.show i
{
	color: #1b3360 !important;
}
.header-style03 .horizontalMenu>.horizontalMenu-list>li>a.active, .item-card7-icons a:hover, .horizontalMenu>.horizontalMenu-list>li:hover>a .fa, .sticky-wrapper.is-sticky .horizontalMenu>.horizontalMenu-list>li>a.active
{
	    background-color: #b41e43;
}

.text-secondary {
    color: #d40000 !important;
}
.bg-dark-purple
{
	background-color: #e6e6e6 !important;
}
.footer-main a
{
	color: rgb(0 0 0 / 100%);
}
.footer-btn-outline
{
	    border: 1px solid rgb(212 0 0 / 75%);
}
footer .footer-btn-outline:hover
{
	border: 1px solid #d40000;
    background-color: #d40000;
}
.social li a:hover, .footer-main a:hover, .footer-links a:hover
{
	color: #d40000;
}
.bg-success-line {
    background-color: #1b3360 !important;
}
.bannerimg
{
	padding: 3rem 0 3rem 0;
	background: url(../images/bg1.jpg);
	background-position: center;
}
.bg-background3:before
{
	background: linear-gradient(87deg, rgb(216 6 33), #dc3545 100%) !important;
}
.breadcrumb-item.active
{
	color: #fff !important;
}
#progressbar1 { 
    margin-bottom: 10px; 
    overflow: hidden; 
    color: #666060; 
} 
  
#progressbar1 .active { 
    color: #d80621;
} 
  
#progressbar1 li { 
    list-style-type: none; 
    font-size: 15px; 
    width: 25%; 
    float: left; 
    position: relative; 
    font-weight: 400;
    z-index: 0;
    text-align: center;
} 
  
#progressbar1 #step1:before { 
    content: "1";
    z-index: 999999;
    position: relative;
    text-align: center;
} 
  
#progressbar1 #step2:before { 
    content: "2";
    z-index: 999999;
    position: relative;
    text-align: center;
} 
  
#progressbar1 #step3:before { 
    content: "3";
    z-index: 999999;
    position: relative;
    text-align: center;
} 
  
#progressbar1 li:before { 
    width: 50px; 
    height: 50px; 
    line-height: 45px; 
    display: block; 
    font-size: 20px; 
    color: #ffffff; 
    background: lightgray; 
    border-radius: 50%; 
    margin: 0 auto 10px auto; 
    padding: 2px;
} 
  
#progressbar1 li:after { 
    content: ''; 
    width: 100%; 
    height: 2px; 
    background: lightgray; 
    position: absolute; 
    left: 0; 
    top: 25px; 
    z-index: 9;
} 
  
#progressbar1 li.active:before, 
#progressbar1 li.active:after { 
    background: #d80621;
} 
  
#progressbar1 li.active:after {
    background: #d80621;
}
.single-page .wrapper.wrapper2
{
	left: 0%;
}
#stateId, #cityId
{
	color: #000000;
	font-size: small;
	background: inherit;
}
.single-page1 .wrapper.wrapper2   
{
	width: 100%;
    background: #fff;
}
.single-page1 .wrapper label {
    position: absolute;
    top: -7px;
    font-size: 12px;
    white-space: nowrap;
    background: #fff;
    text-align: left;
    left: 15px;
    padding: 0 5px;
    color: #3f3e50;
    pointer-events: none;
}
.single-page1 .wrapper .regi-radio label
{
	position: initial !important;
}
.form-check-input:checked {
    background-color: #d80621;
    border-color: #d80621;
}
.btn-secondary
{
	background-color: #d70621;
    border-color: #d80621;
}
.horizontalMenu>.horizontalMenu-list>li:hover>a, .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li:hover>a, #back-to-top
{
	background-color:#1b3360 !important;
}
#back-to-top:hover
{
	background: #d40000;
    border: 2px solid #d40000;
}
#back-to-top
{
	height: 40px;
    width: 40px;
}
.footer-main .payments li a
{
	color: rgb(0 0 0);
}
/*color*/
.white
{
	color: #fff;
}
/*.red
{
	color: #d80621 !important;
}*/
/*button*/
.black-btn:hover
{
	background: #000 !important;
	color: #fff !important;
}
.red-btn
{
	background: #d80621 !important;
	color: #fff !important;
}
.blacksearch-btn:hover
{
	color: #fff;
}
.my-dash.app-sidebar ul li a
{
	color: #000000;
}
.my-dash.app-sidebar .side-menu li a:hover {
    color: #d60f02 !important;
}
.wideget-user-tab .tabs-menu1 ul li .active
{
	background: #f00;
	color: #fff;
}
.pricingTable2.silver .pricing-plans, .btn-silver
{
	background-color: #c0c0c0;
}
.pricingTable2.gold .pricing-plans, .btn-gold
{
	background-color: #e3c522;
}
.pricingTable2.red .pricing-plans, .btn-red
{
	background-color: #1a3261;
}
.select2-container--default .select2-results__option--selected, .select2-container--default .select2-results__option[aria-selected=true]
{
	background: #d80621;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]
{
	
	background-color: #d80621 !important;
}
.profile-pic-img span
{
	right: -7px;
    top: 0.1rem;
}
.profile-pic-img
{
	width: 10rem;
    height: 6rem;
}
.my-dash.app-sidebar .side-menu li.active>a, .my-dash.app-sidebar .side-menu li a.active
{
	color: #d80621 !important;
}
.my-dash.app-sidebar .side-menu li a.active
{
	border-right: 2px solid #d80621;
}
.ck-editor__editable_inline:not(.ck-comment__input *) {
    height: 150px;
    overflow-y: auto;
}
.sundaydiv, .mondaydiv, .tuesdaydiv, .wednesdaydiv, .thursdaydiv, .fridaydiv, .saturdaydiv, .sundaydivd, .mondaydivd, .tuesdaydivd, .wednesdaydivd, .thursdaydivd, .fridaydivd, .saturdaydivd, .drivethr
	{
		display: none;
	}
.ck-powered-by-balloon
{
	display: none !important;
}
.pricingContent2 ul li
{
	padding: 15px 0 0 0;
}
.align-items-center
{
	display: flex;
  align-items: center;
}
.search-top
{
	height: 30px !important;
}
/*.topbar {
  background-color: #333;
  color: white;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}*/
.header-main i.white
{
	color: #fff !important;
}
.mt-50
{
	margin-top: 50px;
}
.sptbv-2
{
	padding-top: 8rem;
    padding-bottom: 8rem;
}
.bg-background2:before
{
	background: linear-gradient(87deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 70%) 100%) !important;
}
.card-absolute .edit-buttons-absolute {
    top: 12px;
    z-index: 9999;
    transition: all 0.5s;
    opacity: 1;
}
.productfoot
{
	justify-content: center;
    align-items: center;
    display: flex;
}
a:hover {
    color: #d80621;
}
.counter-icon i {
    color: #d80621;
}
.counter-icon
{
	border: 1px solid #d80621;
}
.payments li a:hover i
{
	color: #d80621 !important;
}
.bgredcontact
{
	background: #d9142c;
	color: #fff;
	padding: 50px;
}
.bgredcontact i, .bgredcontact li, .bgredcontact a
{
	color: #fff !important;
	    padding-bottom: 5px;
    font-size: 16px;
}
.desc ul li
{
	list-style: disc;
	padding: 2px 5px;
}
.desc h1, .desc h2, .desc h3, .desc h4, .desc h5, .desc h6
{
	font-size: 22px;
}
.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a.active
{
	background-color: #d80621;
}
.banner1-1 .header-text {
    top: 25px;
}
.categorycolor
{
	background-color: #d40000;
}
.categorycolor h3
{
	color: #fff;
	text-transform: uppercase !important;
}
.member img
{
	width: 80% !important;
}
.whycard .card-body
{
	min-height: 310px !important;
}
.whycard .category-svg svg
{
	width: 28px;
	fill: #d80621;
}
.panel-title1 a:hover {
    color: #d40000 !important;
}
.panel-title1 a
{
	color: #000 !important;
}
.catheading
{
 font-size: 1rem !important;
 margin-left: 10px;
 margin-top: 0.1rem !important;
}
.catbreadcrumb 
{
padding: 7px !important;
}
.catbreadcrumb a
{
color: black;	

}

.catbreadcrumb .breadcrumb-item::before {
	color: #3f3e50;
}
.widget-spec li {
	padding: 9px 8px !important;
}

/* listingdesign  */

.listingdesign .item-card9-imgs {
 
	min-height: 180px;
	text-align: center;
}
.listingdesign .item-card9-imgs img {
 
	width: 300px;
	text-align: center;
}
.cname
{
	justify-content: center;
    display: flex;
    align-items: center;
}
.cname .company-name
{
	padding: 0px;
    margin: 0px;
}
.texth5
{
	background-image: linear-gradient(to right, rgba(255, 0, 76, 1), rgba(255, 0, 0, 1));
}
.cname h5
{
	color: #fff !important; 
	font-size: 25px;
    text-transform: capitalize;
}


.top-bar .select-country .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px !important;
	background: #f7eeef !important;
	color: #000000 !important;
	BORDER-RADIUS: 5PX 0PX 0PX 5PX;
}

.top-bar  .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent !important;
}

.top-bar .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #282828;
	padding-left: 10px;
	text-align: center;
}

.header-main .top-bar .contact {
	margin: 3px 0 !important;
	padding-left: 15px;
}
.icon-center
{
	align-items: center;
    justify-content: center;
    display: flex;
}
.icon-center i
{
	font-size: 50px; 
	color: #1b3360;
}
.cat-img:hover
{
	border: #d40623 solid 1px;
    padding: 4px;
    border-radius: 100%;
    transform: scale(1.04);
    -webkit-transition: all .3s;
    z-index: 9999;
}

.card-height
{
	min-height: 190px;
}
.whitecolour
{
	color: white !important;
}
.select2-container--default .select2-results__option .select2-results__option {
    height: 40px;
    line-height: 16px;
}
.bg-red:before
{
	    background: linear-gradient(87deg, #1b3360, #1b3360 100%) !important;
}
.service-card-svg svg {
    fill: #1b3360 !important;
}
.homebannertext
{
 	z-index: 9 !important;
	position: relative !important;
}
.statelogo img
{
	margin-bottom: 15px;
}
#myVideo
{
	align-items: center;
    justify-items: center;
    display: grid;
    height: 500px;
}