.navbar-toggler i{
    color: var(--white);   
}
.navbar-toggler{
    border-color: var(--white);
}

.navbar-nav a{
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    color: var(--black);
    padding: 13px 20px !important;
    border-top: 5px solid transparent;
}

.navbar .navbar-collapse{
	justify-content: end;
}


.hero-slider-text h2{
	font-size: 45px;
	font-weight: bold;
	color: var(--white);
}
.hero-slider-text p{
	font-size: 18px;
	line-height: normal;
	font-weight: 500;
	color: var(--white);
}
.slider_img {
    margin-top: 60px;
}
.sticky{
    background: var(--blue);
}
.main-heading h1{
    font-size: 45px;
    font-weight: bold;
    color: var(--blue);
    text-align: center;
}
.heading-description p{
    font-size: 18px;
}
.features-box{
    box-shadow: 0px 0px 24px 0px #00083c0d;
    background: white;
    padding: 30px 35px 30px 35px;
    border-bottom: 3px solid transparent;
    height: 100%;
}
.features-box:hover,
.client_box .client_img{
    border-color: var(--blue);
}
.big-icon{
    font-size: 40px;
    color: #151CBD;
    opacity: 0.5;
    margin-bottom: 20px;
}
.small-heading h2{
    font-size: 20px;
    font-weight: 600;
    color: #102465;
    margin-bottom: 20px;
}
.custom-desc p{
    color: #6C8493;
    font-size: 14px;
    line-height: 25px;
    line-height: 1.5;
}
.navbar-brand img{
    max-width: 150px;
}
.rounded-bg-icon i{
    height: 100px;
    width: 100px;
    margin: auto;
    background: var(--white);
    box-shadow: 0px 0px 59px 0px #0000001a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.rounded-bg-small-icon i{
    background: var(--white);
    box-shadow: 0px 0px 59px 0px #0000001a;
    background: white;
    padding: 15px;
    border-radius: 50%;
    color: #2747c8;
    font-size: 20px;
    margin-right: 5px;
}
.get-in-touch{
    background: rgb(38 71 200 / 5%);
}
.green_register_fm .form-control{
    background-color: #f7f8fe;
    border: 1px solid #2747c847;
    padding: 10px;
    height: auto;
    min-height: 46px;
    border-radius: 5px !important;
}
.form-group label{
    margin-bottom: 0;
    font-size: 13px;
}
.get-in-touch-form .btn,
.green_login .form_submit_0 {
    padding: 10px 20px;
    border: 1px solid var(--blue);
    background: transparent;
    color: #102465;
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
}
.get-in-touch-form .btn:hover,
.green_login .form_submit_0:hover{
    color: var(--white);
    background: var(--blue);
    border-color: var(--blue);
}
.input-captcha{
    display: flex;
    align-items: center;
}
.form-group span{
    display: inline-block;
    margin-right: 10px;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
input[type="checkbox"], input[type="radio"] {
    margin-right: 8px;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}



.copy_right_3{
    background: radial-gradient(circle farthest-side at center bottom, #0a92cc, #003087 125%);
    padding-top: 20px;
    padding-bottom: 20px;
}
.payment-logo-box{
    text-align: right;
}
.copy-right-text-box{
    text-align: left;
}

.bread-crumb{
    margin-top: 80px;
}
.bread-crumb ul a {
    color: #888;
    margin-left: 6px;
    margin-right: 6px;
    font-weight: 400;
}
.body::after{
    content: none;
}






.table thead th{
    border-top: none;
    border-bottom: none;
    min-width: 80px;
}
.table tbody th{
    width: 150px;
}
.delivery-time-box{
    width: 150px;
    border-left: 1px solid #dee2e6;
}
.table-content a{
    font-weight: 400;
    color: var(--blue);
}
.table-content a:hover{
    /*color: var(--red);*/
}


.virtual_prod .modal-header{
    background: transparent;
}
.vprod_detial p {
    text-align: left !important;
    font-weight: 300;
    color: var(--black);
}
.vprod_detial p span{
    /*color: var(--red) !important;*/
    background: transparent !important;
}
.delivery_btn{
    background: var(--blue);
    color: var(--white);
}
.social_icons ul li a i{
    color: var(--black);
}
.green_login h3,
.green_login h5,
.social_icons ul li a i:hover,
.footer_3 ul li p{
    color: var(--blue);
    text-align: left;
    font-weight: 300;
}
.green_login .modal-header,
.green_login .close,
.green_login .check-con input:checked~.checkmark,
.add_green_review h2,
.add_rev_btn,
.nam_da,
a.lod_mr,
.custom_accordion a[aria-expanded="true"] h5,
.news_ev_cat h2,
.news_ev_list .nam_da,
.qnt_submit,
.header-3-inner-page,
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span{
    background: var(--blue);
}
.add_rev_btn:hover,
a.lod_mr:hover,
.green_register_fm .btn:hover,
.c_hr::before{
    background: var(--black) !important;
}

.scroller-box .modal-title,
.scroller-box .close,
.register_,
a:focus,
.scroller-box p,
.about_feature_cont p strong,
.green_inner_sec #full-stars-example-two .rating__icon--star,
.green_inner_sec #full-stars-example-two .rating-group .rating__label:hover .rating__icon--star,
.copy-right-text-box p a,
.rev_bx_in h4,
.green_review_list h1,
.client_box:before,
.client_text h5,
.client_text span{
    color: var(--blue);
}
.copy-right-text-box p a:hover,
.nam_da h2{
    color: var(--white);
}

.about_feature_cont p span,
.custom_contact_class h4,
.custom_contact_class .list-icons li a,
#tabcontent h1{
    color: var(--blue) !important;
}
.custom_contact_class .list-icons li i{
    background-color: var(--blue) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-dialog {
    width: 1200px;
    max-width: 100%;
}
.category-main-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dee2e6;
}
.category-main-box:last-child{
    border-bottom: 1px solid #dee2e6;
}
.cate-box{
    padding: 10px 15px;
}
.delivery-time-box.cate-box,
.delivery-time-head {
    max-width: 140px;
    width: 100%;
    text-align: center;
}
.category-head-title{
    margin-top: 30px;
}
.mt-100{
    margin-top: 100px;
}
div#main-content {
    min-height: 500px;
}
.green_login .close {
    width: 40px;
    height: 40px;
    font-size: 20px;
    right: -20px;
    border: 2px solid #FFF;
    font-weight: 300;
}

/*testimonials start here*/
.client_box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.client_box:before{
    font-family: "FontAwesome";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 60px;
}
.client_text h5{
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 600;
}
.client_text span{
    font-weight: bold;
}
.testimonials_box{
    -webkit-box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    padding: 30px;
    margin: 30px 15px;
}
.client_img{
    width: 85px;
    height: 85px;
    border: 5px solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
}
.client_img img{
    -webkit-border-radius: 50%;
    border-radius: 50%;
}