body {
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none!important;
}
a:hover {
	text-decoration: none!important;
}
.d-none {
	display: none !important;
}
.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
}
.header-section {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	background-color: rgb(37, 44, 50);
	font-weight: 200;
	z-index: 10;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.logo {
	margin-right: 30px;
}
.logo img {
	width: 100px;
}
.header-ul {
	text-align: right;
	width: calc(100% - 30px);
}
.header-ul a {
	padding: 0 10px;
	color: #b2b9bc;
}
.footer-section {
	background: #E9EFF0;
	padding: 35px 5%;
}
.f-txt {
	display: flex;
	align-items: center;
	color: rgb(153, 153, 153);
}
.f-txt img {
	margin-right: 5px;
}


.main-tlt {
	color: #444;
	font-weight: 400;
	line-height: 1.2em;
	font-size: 30px;
	margin: 35px 0 35px;
}
.main-cnt-row {
	display: flex;
}
.space-cnt {
	width: calc(100% - 915px);
}
.menu-cnt {
	padding-right: 30px;
	width: 615px;
}
.right-bar-cnt {
	width: 300px;
}
.contact_col {
	border-left: solid 1px #ddd;
	padding-left: 30px;
	min-height: 400px;
}
.main-cnt {
	padding: 50px 5% 100px;
	background: #fff;
}
.m-ul {
	width: 100%;
	margin-bottom: 30px;
}
.m-ul ul {
	margin-bottom: 10px;
}
.m-ul ul h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}
.m-ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 10px;
	font-size: 12px;
	color: #afafaf;
	text-transform: uppercase;
}
.m-ul li:first-child {
	margin-left: 0;
}
.done-i {
	display: none;
	margin-right: 5px;
	color: green;
	font-weight: 700;
}
.step-li.active, .step-li.done {
	color: #000;
	cursor: pointer;
}
.step-li.done .done-i{
	display: inline-block;
}

.contact_info {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}
.contact_col h3 {
	color: #494949;
	padding-bottom: 0;
	padding: 0;
	font-size: 14px;
	margin: 0 0 10px;
}

.scd-li {
	color: #777;
	margin-bottom: 5px;
}

.day {
	font-weight: 700;
    width: 42px;
    display: inline-block;
}

.progressBar {
	background-color: #e5e5e5;
	border-radius: 4px;
	height: 4px;
	margin-bottom: 30px;
}
#progressStatus {
	background-color: #36cdbe;
	height: 100%;
	width: 0;
	position: relative;
	overflow: visible!important;
}
#progress-icon {
	position: absolute;
	height: 12px;
	width: 12px;
	background-color: #36cdbe;
	border-radius: 60%;
	right: 0;
	top: -4px;
	font-size: 8px;
	color: #fff;
	padding-top: 2px;
	box-sizing: border-box;
	text-indent: 2px;
	cursor: pointer;
	cursor: hand;
}


.menu-tlt {
	font-size: 16px;
	font-weight: 400;
	color: #252832;
	margin-bottom: 30px;
}
.menu-tab-tlt {
	font-weight: 700;
	font-size: 13px;
	color: #7e7777;
	margin-bottom: 10px;
}
.menu-tab-li {
	color: #1a93d0;
	padding: 13px 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: .1s ease;
}
.menu-tab-li:hover {
	padding: 10px 7px;
	box-shadow: 0 3px 5px rgba(0,0,0,.07);
	border-color: #ccc;
	border-radius: 2px;
}
.provider-tab .menu-tab-li {
	padding: 8px 7px;
	display: flex;
	align-items: center;
}
.provider-tab .menu-tab-li:hover {
	padding-top: 10px;	
	border-radius: 2px;
}
.prov-img {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 15px;
}
.prov-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.menu-tab.date-tab {
	display: flex;
}

.manu-tab-date {
	width: 202px;
}
.manu-tab-date .ui-datepicker {
	width: 100%;
}
.manu-tab-time-l {
	width: calc(100% - 190px);
	padding-left: 30px;
	display: flex;
}
.time-tlt {
	color: #444;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.manu-tab-time-l .time-link {
	color: #1a93d0;
	font-weight: 700;
	padding: 10px 5px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 2px;
	margin-bottom: 5px;
	display: block;
	text-align: center;
}
.manu-tab-time-l .time-link:hover {
	text-decoration: none;
	background: #fff;
	border-color: #bbb;
	box-shadow: 0 3px 5px rgba(0,0,0,.07);
}
.manu-tab-time {
	width: 33.33%;
	padding: 5px;
}

.menu-tab-f-li {
	display: flex;
	position: relative;
	margin-bottom: 10px;
}
.label {
	white-space: nowrap;
	width: 100px;
}
.label span {
	color: red; 
	font-weight: bold;
	margin-left: 2px;
}
.input-profile-fields {
	width: 100%;
}
input,textarea {
	display: block;
	padding: 12px 10px;
	border: 1px solid #dadada;
	border-radius: 2px;
	color: rgb(0 0 0);
}
textarea {
	height: 80px;
}
button:focus,input:focus,select:focus,textarea:focus {
	box-shadow: none;
	outline: 0;
}
.single-input {
	width: 100%;
}
.mul-input {
	display: flex;
	margin-top: 10px;
}
.m-input {
	width: 33.33%;
	border-radius: 0;
	border-right: none;
}
.m-input:last-child {
	border-right: 1px solid #dadada;
}
.confirm-info {
	display: flex;
	margin-bottom: 10px;
}
.confirm-form-info {
	padding: 20px 20px 40px;
	min-height: 180px;
	margin-top: 0;
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	box-shadow: 1px 1px 6px #ddd;
	-moz-box-shadow: 1px 1px 6px #ddd;
	-webkit-box-shadow: 1px 1px 6px #ddd;
}
.info-ty {
	width: 100px;
	font-size: 12px;
	color: #a7a7a7;
	font-weight: 700;
	text-transform: uppercase;
}
.confirm-btn {
	text-align: center;
	margin-top: 30px;
}
.con-btn { 
	background-color: #11c3bc;
	padding: 18px 40px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	border-color: #11c3bc;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
.info-msg {
	border: 1px solid #efefef;
	background: #fcfcfc;
	padding: 15px;
	color: #8a8a8a;
	border-radius: 5px;
	text-align: left;
	margin-top: 30px;
}
.em-cheack {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	justify-content: center;
    margin-right: 4px;
}

.sub-btn .con-btn {
	padding: 12px 45px;
	font-size: 16px;
	margin-top: 10px;
}
/*Header css start*/
.fixed-header .navbar-main {
    position: fixed;
    left: 0;
    top: 0;
}
.header-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #ffffff;
}
.header-top .inner {
    display: flex;
    justify-content: space-between;
}
.header-top .left-box {
    display: flex;
}

.header-top .left-box-item {
    font-size: 12px;
    font-weight: 500;
    margin-right: 24px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.header-top .left-box-item .icon {
    margin-right: 4px;
}
.header-top .right-box-item-wrapper {
    display: flex;
    list-style: none;
    margin: 0;
}
.header-top .right-box-item-wrapper .item:first-child .item-link {
    border-left: 1px solid #f2f2f2;
}
.header-top .right-box-item-wrapper .item-link {
    padding: 10px 10px;
    display: inline-flex;
    border-right: 1px solid #f2f2f2;
    font-size: 12px;
}
.header-top .right-box-item-wrapper .item-link.facebook {
    color: #0166a1;
}
.header-top .right-box-item-wrapper .item-link.twitter {
    color: #0eb8d4;
}
.header-top .right-box-item-wrapper .item-link.linkedin {
    color: #0166a1;
}
.header-inner-wrapper {
    position: relative;
    padding-bottom: 80px;
}
.navbar-main {
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 0% 4%;
    background: #001362;
}
.navbar-main .logo-section {
    display: flex;
    align-items: center;
    height: 100%;
}
.brand-logo{
    display: inline-flex;
    max-width: 200px;
}
.fixed-header .brand-logo {
}
.brand-logo img{
    width: 100%;
}
.navbar-menu-toggle-btn {
    border: none;
    background: #ffffff;
    padding: 5px;
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 3px;
    display: none;
    position: absolute;
    right: 3%;
    z-index: 999;
}
.navbar-menu-toggle-btn:hover {
    background: #ffffff!important;
    border: 0;
}
.navbar-menu-toggle-btn:focus{
    outline: 0;
}
.navbar-menu-toggle-btn .toggler-icon-bar {
    width: 27px;
    height: 1.6px;
    background: #000;
    position: relative;
    display: inline-block;
    transition: .3s ease;
}

.navbar-menu-toggle-btn .toggler-icon-bar:before {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    position: absolute;
    content: '';
    background: #000;
    width: 27px;
    height: 1.6px;
    top: -7px;
    left: 0;
}

.navbar-menu-toggle-btn .toggler-icon-bar:after {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    position: absolute;
    content: '';
    background: #000;
    width: 27px;
    height: 1.6px;
    bottom: -7px;
    left: 0;
}
.navbar-main.menu-visible .toggler-icon-bar{
    background: transparent;
}
.navbar-main.menu-visible .toggler-icon-bar:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
}

.navbar-main.menu-visible .toggler-icon-bar:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
}
.nav-items-wrapper {
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.nav-item-inner-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.nav-item-inner-wrapper .nav-item-main {
    list-style: none;
    display: inline-flex;
    height: 100%;
    align-items: center;
    margin: 0px 5px;
}
.nav-item-inner-wrapper .nav-item-main:last-child {
    margin-right: 0;
}
.nav-item-inner-wrapper .nav-item-link {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease;
    padding: 5px 10px;
    letter-spacing: .5px;
    border-radius: 20px;
    user-select: none;
}
.nav-item-inner-wrapper .nav-item-main .nav-item-link.active,
.nav-item-inner-wrapper .nav-item-main:hover .nav-item-link {
    background: #ffffff;
    color: #000000;
}
.nav-item-inner-wrapper .nav-item-main:hover .nav-item-link:after{
    color: #000000;
}
.nav-item-inner-wrapper .item-has-submenu{
    cursor: pointer;
    position: relative;
}
.nav-item-inner-wrapper .item-has-submenu .nav-item-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 12px;
    margin-left: 4px;
    color: #ffffff;
    top: 58%;
    right: -14px;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.nav-item-inner-wrapper .item-has-submenu .nav-item-submenu{
    position: absolute;
    width: 220px;
    background: #ffffff;
    z-index: 2;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transform-origin: top;
    top: 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}
.nav-item-inner-wrapper .item-has-submenu.right-view .nav-item-submenu {
    right: 0!important;
    left: unset;
}
.nav-item-inner-wrapper .item-has-submenu:hover .nav-item-submenu{
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.nav-item-submenu .nav-item-submenu-item-link {
    display: flex;
    height: 100%;
    width: 100%;
    color: #000000;
    padding: 7px 10px;
    transition: all .3s ease;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    border-bottom: 1px solid #eeeeee;
    text-transform: uppercase;
    user-select: none;
    cursor: pointer;
}
.nav-item-submenu.service-list .nav-item-submenu-item:last-child,
.nav-item-submenu .nav-item-submenu-item-link:last-child {
  border-bottom: 0;
}
.nav-item-submenu .nav-item-submenu-item-link:hover{
    padding-left: 15px;
    background: #001362;
    color: #ffffff;
}
.nav-item-submenu-item:last-child .nav-item-submenu-item-link {
    border-bottom: 0;
}
.nav-item-main.quote-btn .nav-item-link {
    background: #ff542b;
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.make-payment-page .user-input-total {
    width: 253px;
}
.c-field.amount-wrapper {position: relative;}

.c-field.amount-wrapper .c-field__label.p-title {
    position: absolute;
    left: 8px;
    bottom: 0px;
    user-select: none;
}

.c-field.amount-wrapper input {
    padding-left: 22px;
    background: transparent;
    font-weight: 500;
}
.payment-heading {
    text-align: left;
    text-transform: capitalize;
    border-bottom: 2px solid #a2a2a2;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}
.make-payment-page .c-choice.c-choice--radio.c-field img {max-width: 30%;}
.make-payment-page .c-choice.c-choice--radio.c-field label {
    font-weight: 600;
    padding-bottom: 0;
}
.make-payment-page .c-choice.c-choice--radio.c-field .input-wrapper {
    display: flex;
    max-width: 75%;
    margin-right: 5%;
    flex-wrap: wrap;
}
.make-payment-page .c-choice.c-choice--radio.c-field .input-wrapper label.c-choice__label {
}
p.agreement-error-msg {
    margin-bottom: 0;
    margin-top: 5px;
    color: red;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    bottom: -23px;
}














/*Footer*/
.footer-main {
    background: #000820;
    padding-top: 50px;
}

.footer-main .footer-top-box {
    padding-bottom: 30px;
}
.footer-logo-box {
    margin-bottom: 14px;
}

.footer-logo-box .link {
    display: inline-flex;
    width: 150px;
}

.footer-logo-box .link img {
    width: 100%;
}
.footer-logo-box .company {
    color: #ffffff;
}

.footer-logo-box .company .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.footer-logo-box .company .subtitle {
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0px;
}
.footer-nav-item-inner .footer-nav-item .link,
.footer-nav-item-inner .footer-nav-item {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2px;
}
.footer-nav-item-inner .footer-nav-item .link{
    margin-bottom: 0;
    transition: all .3s ease;
    width: 86%;
}
.footer-nav-item-inner .footer-nav-item .link:hover {
    text-decoration: underline;
}
.footer-nav-item-inner .footer-nav-item .title {
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    line-height: 18px;
    margin-bottom: 0;
    padding-right: 25%;
    width: 86%;
}
.footer-nav-item-inner .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 10%;
    margin-right: 3px;
}
.footer-nav-item-wrapper .heading {
    margin-bottom: 10px;
}
.footer-nav-item-wrapper .heading .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
}
.footer-nav-item-inner .footer-nav-item:last-child {
    margin-bottom: 0;
}
.footer-nav-item-inner .footer-nav-item.social {
    align-items: center;
    margin-top: 10px;
}

.footer-nav-item-inner .footer-nav-item.social .link {
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #4c6ef5;
    border-radius: 100%;
    margin-right: 5px;
}
.footer-nav-item-inner .footer-nav-item.social .link:last-child {
    margin-right: 0;
}
.footer-nav-item-inner .footer-nav-item.social .link:hover {
    text-decoration: none;
}
.gt-working-hours-item {
    border-bottom: 1px solid #3b5567;
    margin-bottom: 8px!important;
    padding-bottom: 2px;
    align-items: center;
}
.gt-working-hours-item .time-wrapper {
    width: 63%;
}
.gt-working-hours-item .day {
    width: 32%;
    text-transform: uppercase;
    margin-right: 5%;
    font-size: 12px;
}

.gt-working-hours-item .from-time {
    margin-right: 0px;
}

.gt-working-hours-item .to-time {
    margin-left: 0px;
}

.gt-working-hours-item .close-msg {}


.footer-main .copyright {
    background: #000000;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding: 15px 0px;
}
.footer-main .copyright .link {
    color: #ffffff;
    text-decoration: underline;
}
.footer-main .copyright .link.dev {
    margin-right: 30px;
    width: 100px;
    display: inline-block;
    margin-left: 3px;
}
.footer-main .copyright .link.c {
    text-decoration: none;
}
.footer-main .copyright .link.dev img {
    width: 100%;
}

/*Header css end*/
@media (max-width: 1200px){
    .nav-items-wrapper {
    }
}


@media (max-width: 1100PX){
    .footer-nav-item-inner .footer-nav-item .title{
        padding-right: 0;
    }
}

@media (max-width: 1160PX){
    .brand-logo {
        max-width: 150px;
    }
    .nav-item-inner-wrapper .nav-item-link{
        font-size: 10px;
    }
    .nav-item-inner-wrapper .item-has-submenu .nav-item-link:after{
        font-size: 10px;
    }
    .nav-item-submenu .nav-item-submenu-item-link{
        font-size: 10px;
    }
}


@media (max-width: 1024px){
    .navbar-main .logo-section .brand-logo{
        width: 150px;
    }
    .fixed-header .navbar-main {
        padding: 3%;
    }
    .navbar-menu-toggle-btn {
        display: inline-flex;
    }
    .nav-item-inner-wrapper .nav-item-link{
        font-size: 14px;
    }
    .nav-item-inner-wrapper .nav-item-link:hover{
      background: transparent!important;
      color: #ffffff!important;
    }
    .nav-item-inner-wrapper .item-has-submenu .nav-item-link:after{
      color: #ffffff!important;
    }
    .nav-item-submenu .nav-item-submenu-item-link {
        display: flex;
        color: #000000;
        padding: 5px 5px 0px 10px;
        transition: padding .3s;
        font-size: 13px;
        border: 0;
    }
    .nav-item-inner-wrapper .nav-item-main:hover .nav-item-submenu{
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }
    .nav-items-wrapper{
        background: #001362;
        position: fixed;
        z-index: 111;
        height: 100%;
        width: 40%;
        right: -100%;
        top: 0%;
        display: block!important;
        transition: .3s ease;
    }
    .menu-visible .nav-items-wrapper {
        right: 0%;
    }
    .nav-item-inner-wrapper {
        flex-direction: column;
        height: 100%;
        overflow-y: auto;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 30%;
        padding-left: 10%;
    }
    .nav-item-inner-wrapper .nav-item-main {
        margin: 5px;
        height: auto;
        display: block;
    }

    .nav-menu-hide-button {
        position: relative;
        background: transparent;
        border: 0;
        font-size: 30px;
        color: #ffffff;
        float: right;
        margin-right: 30px;
        top: 20px;
        display: flex;
    }

    .nav-menu-hide-button:before {
        content: "\E909";
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        color: #000000;
        font-size: 30px;
        display: none;
    }

    .navbar-main .logo-section {
        width: 100%;
        justify-content: space-between;
    }

    .fixed-header .nav-items-wrapper{
    }
    .nav-item-inner-wrapper .item-has-submenu .nav-item-submenu{
        margin: 0;
        list-style: none;
        padding: 0px;
        position: unset;
        top: unset;
        width: 100%;
        min-width: 200px;
        background-color: transparent;
        visibility: visible;
        opacity: 1;
        transition: all .3s ease;
        transform: unset;
        padding-left: 10px;
    }

    .nav-item-submenu-item-link{
        color: #ffffff!important;
    }
}

@media (max-width: 991px){
  .common-description .about {
      padding: 0px;
  }
  .common-heading .sub-title {
      font-size: 16px;
  }
  .common-heading .title {
      font-size: 20px;
  }
  .common-width-box {
      max-width: 50%!important;
      flex: 0 0 50%;
  }
  .gt-working-hours-item .day{
    width: 100%;
  }
  .gt-working-hours-item .time-wrapper{
    width: 100%;
  }
}

@media (max-width: 768px){
    .nav-item-inner-wrapper {
        padding-top: 60%;
    }
    .nav-items-wrapper {
        width: 50%;
    }
}

@media (max-width: 767px){
    .gt-working-hours-item .day{
      width: auto;
    }
    .gt-working-hours-item .time-wrapper{
      width: 65%;
    }
    .footer-nav-item-wrapper{
        margin-bottom: 30px;
    }
    .footer-nav-item-inner .footer-nav-item .link, .footer-nav-item-inner .footer-nav-item {
        /* justify-content: center; */
    }
    .footer-nav-item-inner .footer-nav-item .title{
        padding-right: 0;
        text-align: left;
    }
    .footer-nav-item-inner .icon{
        width: auto;
        margin-right: 5px;
    }
    .footer-nav-item-inner .footer-nav-item .title,
    .footer-nav-item-inner .footer-nav-item .link{
        width: auto;
    }
    .footer-nav-item-inner .footer-nav-item {
        flex-wrap: nowrap;
    }
    .footer-main .copyright{
        font-size: 12px;
    }
}

@media (max-width: 600px){
    .nav-item-inner-wrapper .nav-item-link,
    .nav-item-submenu .nav-item-submenu-item-link {
        font-size: 12px;
    }
    .common-width-box {
      max-width: 100%!important;
      flex: 0 0 100%;
    }
    .footer-nav-item-outer {
        width: 45%;
        margin-bottom: 15px;
    }

    .footer-nav-item-outer:nth-child(odd) {
        margin-right: 5%;
    }
    .make-payment-page .c-choice.c-choice--radio.c-field label {
        font-size: 14px;
    }
}

@media (max-width: 450px){
    .header-top .left-box-item {
        font-size: 8px;
        margin-right: 12px;
    }
    .header-top .right-box-item-wrapper .item-link {
        padding: 5px;
        font-size: 10px;
    }
    .nav-items-wrapper {
        width: 80%;
    }
    .g-recaptcha div {
        width: 100%!important;
    }

    .g-recaptcha textarea {
        border: 0!important;
    }

    .g-recaptcha {
        border-radius: 5px;
        overflow: hidden;
        border: solid 1px #b8b8b8;
        height: 75px;
    }
    #paid-invoice-form .form-container{
        margin-top: 30px;;
    }
}

@media (max-width: 320px){
    .nav-item-inner-wrapper {
        padding-top: 70%;
    }
    .navbar-main {
        padding: 15px;
    }
}


@media screen and (max-width: 991px) {
	.main-cnt {
		padding: 10px 5% 40px;
		background: #fff;
	}
	.main-cnt-row {
		display: block;
	}
	.menu-cnt {
		padding-right: 0;
		margin: 0 auto;
		width: 100%;
		max-width: 500px;
	}
	.right-bar-cnt {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.contact_col {
		border-left: 0;
		padding-left: 0;
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.menu-tab.date-tab {
		display: block;
	}
	.manu-tab-date {
		width: 100%;
	}
	.manu-tab-time-l {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}

}
@media screen and (max-width: 576px) {
	.m-ul li {
		margin: 5px 10px;
	}
	
}
.make-payment-page input {
    width: 100%;
    height: 40px;
}

.make-payment-page input[type=checkbox], .make-payment-page input[type=radio] {
    height: 20px;
    width: 20px;
}

.make-payment-page .c-choice.c-choice--radio.c-field {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.make-payment-page .c-choice.c-choice--radio.c-field label {
    margin-bottom: 0;
    padding-left: 6px;
    line-height: 1.3;
}
.contact-us-main-banner-inner{
  position: relative;
  z-index: 1;
}
.contact-us-main-banner-inner .image{
    height: 300px;
    width: 100%;
}

.contact-us-main-banner-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-us-main-banner-inner:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #000000bf;
  opacity: .7;
}

.contact-us-main-banner-inner .content {
    position: absolute;
    z-index: 1111;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}
.contact-us-main-banner-inner .content .title {
    margin-bottom: 100px;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

.contact-us-main-banner-inner .content .c-breadcrumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: #0000008c;
}

.contact-us-main-banner-inner .content .c-breadcrumb .item{
    margin-right: 15px;
    position: relative;
}
.contact-us-main-banner-inner .content .c-breadcrumb .item .link{
    font-size: 16px;
    color: #ffffff;
}
.contact-us-main-banner-inner .content .c-breadcrumb .item:after {
  content: '';
  height: 60%;
  width: 1px;
  background: #ffffff;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-us-main-banner-inner .content .c-breadcrumb .item:last-child:after {
    display: none;
}

.contact-us-main-banner-inner .content .c-breadcrumb .item:last-child {
    margin-right: 0;
}
.contact-us-form-wrapper {
    padding: 40px 40px 0px;
}
.checkout-submit-final {
    padding: 5px 15px;
    border: 0;
    background: #001362;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0;
    line-height: 1.4;
}
.checkout-submit-final:hover{
    background: #001362;
}
.form-checkbox-radio-wrapper {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.form-checkbox-radio-wrapper label {
    margin: 0;
    padding-left: 8px;
    line-height: 1.3;
}


/* Payment Plugin css start */
#paid-invoice-form .payment-title {
    width: 100%;
    text-align: center;
}
#paid-invoice-form .form-container .field-container:first-of-type {
    grid-area: name;
}
#paid-invoice-form .form-container .field-container:nth-of-type(2) {
    grid-area: number;
}
#paid-invoice-form .form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}
#paid-invoice-form .form-container .field-container:nth-of-type(4) {
    grid-area: security;
}
#paid-invoice-form .field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#paid-invoice-form .field-container {
    position: relative;
}
#paid-invoice-form .form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 80px 80px 90px;
    grid-template-areas:
        "name name"
        "number number"
        "expiration security";
    color: #000000;
    padding-top: 20px;
}
#paid-invoice-form .ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(63% - 17px);
    width: 45px;
}

/* CREDIT CARD IMAGE STYLING */
#paid-invoice-form .preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
#paid-invoice-form .container {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding-top: 20px;
}
#paid-invoice-form #ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}
#paid-invoice-form #ccsingle svg {
    width: 100px;
    max-height: 60px;
}
#paid-invoice-form .creditcard svg#cardfront,
#paid-invoice-form .creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}
#paid-invoice-form #generatecard{
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float:right;
}

/* CHANGEABLE CARD ELEMENTS */
#paid-invoice-form .creditcard .lightcolor,
#paid-invoice-form .creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}
#paid-invoice-form .creditcard .lightblue {
    fill: #03A9F4;
}
#paid-invoice-form .creditcard .lightbluedark {
    fill: #0288D1;
}
#paid-invoice-form .creditcard .red {
    fill: #ef5350;
}
#paid-invoice-form .creditcard .reddark {
    fill: #d32f2f;
}
#paid-invoice-form .creditcard .purple {
    fill: #ab47bc;
}
#paid-invoice-form .creditcard .purpledark {
    fill: #7b1fa2;
}
#paid-invoice-form .creditcard .cyan {
    fill: #26c6da;
}
#paid-invoice-form .creditcard .cyandark {
    fill: #0097a7;
}
#paid-invoice-form .creditcard .green {
    fill: #66bb6a;
}
#paid-invoice-form .creditcard .greendark {
    fill: #388e3c;
}
#paid-invoice-form .creditcard .lime {
    fill: #d4e157;
}
#paid-invoice-form .creditcard .limedark {
    fill: #afb42b;
}
#paid-invoice-form .creditcard .yellow {
    fill: #ffeb3b;
}
#paid-invoice-form .creditcard .yellowdark {
    fill: #f9a825;
}
#paid-invoice-form .creditcard .orange {
    fill: #ff9800;
}
#paid-invoice-form .creditcard .orangedark {
    fill: #ef6c00;
}
#paid-invoice-form .creditcard .grey {
    fill: #bdbdbd;
}
#paid-invoice-form .creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#paid-invoice-form #svgname {
    text-transform: uppercase;
}
#paid-invoice-form #cardfront .st2 {
    fill: #FFFFFF;
}
#paid-invoice-form #cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}
#paid-invoice-form #cardfront .st4 {
    font-size: 54.7817px;
}
#paid-invoice-form #cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}
#paid-invoice-form #cardfront .st6 {
    font-size: 33.1112px;
}
#paid-invoice-form #cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}
#paid-invoice-form #cardfront .st8 {
    font-size: 24px;
}
#paid-invoice-form #cardfront .st9 {
    font-size: 36.5498px;
}
#paid-invoice-form #cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}
#paid-invoice-form #cardfront .st11 {
    font-size: 16.1716px;
}
#paid-invoice-form #cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#paid-invoice-form #cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}
#paid-invoice-form #cardback .st2 {
    fill: #111111;
}
#paid-invoice-form #cardback .st3 {
    fill: #F2F2F2;
}
#paid-invoice-form #cardback .st4 {
    fill: #D8D2DB;
}
#paid-invoice-form #cardback .st5 {
    fill: #C4C4C4;
}
#paid-invoice-form #cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}
#paid-invoice-form #cardback .st7 {
    font-size: 27px;
}
#paid-invoice-form #cardback .st8 {
    opacity: 0.6;
}
#paid-invoice-form #cardback .st9 {
    fill: #FFFFFF;
}
#paid-invoice-form #cardback .st10 {
    font-size: 24px;
    transform: translate(85%, 59%);
}
#paid-invoice-form #cardback .st11 {
    fill: #EAEAEA;
}
#paid-invoice-form #cardback .st12 {
    font-family: 'Rock Salt', cursive;
}
#paid-invoice-form #cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
#paid-invoice-form .container {
    perspective: 1000px;
}
#paid-invoice-form .creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}
#paid-invoice-form .creditcard .front,
#paid-invoice-form .creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}
#paid-invoice-form .creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#paid-invoice-form .creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#toast-container {
    position: fixed;
    z-index: 99999999;
    top: unset;
    bottom: 10px;
}
#toast-container > div{
    opacity: 1;
}
/* Payment Plugin css end */
@media screen and (max-width: 1244px) {
    .make-payment-page .c-choice.c-choice--radio.c-field .input-wrapper label.c-choice__label {
         max-width: 86%; 
    }
}
@media screen and (max-width: 360px) {
    .make-payment-page .c-choice.c-choice--radio.c-field .input-wrapper label.c-choice__label {
        max-width: 92%;
        line-height: 1.4;
    }
}
@media screen and (max-width: 320px) {
    .make-payment-page .c-choice.c-choice--radio.c-field .input-wrapper label.c-choice__label {
        max-width: 86%;
    }
}