/*
Theme Name: Busfam Connects
Theme URI: https://www.busfam.com/
Author: Busfam Team
Author URI: https://www.busfam.com/
Description: The 2026 theme for WordPress is a fully responsive theme that looks great on any device With HTML5, Bootstrap5 and CSS3.
Version: 6.0
*/


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

:root{
    --dblue:#0a5db4;
    --blue:#18beb4;
    --white:#fff;
    --black:#444;
    --red:#ee4d4d;
}
body {
    margin: 0;
    padding: 0;
}
.container {
    max-width: 90%!important;
}

a {
    color: var(--black);
    text-decoration: none!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    color: var(--black);
    text-decoration: none;
}

h1,
h2 {
    font-family: montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 10px;
    position: relative;
}

h3 {
    font-family: montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    font-weight: 700;
    color: var(--blue);
}

p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}
button:focus {
    outline: none;
}
.sectiongap {
    padding: 20px 0;
}
ul {
    padding: 0!important;
    margin-bottom: 0!important;
}
li {
    list-style: none;
}

.logo-main img {
    width: 275px;
}

/*topbar*/
.topbar {
    width: 100%;
    background:var(--white);
    padding:8px 0;
    border-top:3px solid var(--dblue);
}
.topbar ul li {
    float: left;
    font-size: 14px;
    color: #222;
    margin: 0 10px;
    list-style-type: none;
}

.topbar ul li:hover a {
    color: var(--blue)!important;
}
.topbar ul li a {
    font-weight: 400;
    color: var(--black)!important;
}
.topbar ul li i {
    font-size: 12px;
    color: var(--blue);
    margin-right: 4px;
}
.topbar ul li .cart_area i {
    font-size: 16px;
    color:var(--white);
    background:var(--blue);
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}

.topbar ul li .cart_area a{
    color:#111!important;
    font-weight:400;
}
.topbar ul li a:hover{
    color:var(--blue)!important;
    background:transparent;
}
.topbar ul li .cart_area ul li{
    float: none!important;
    padding:7px 0;
    border-bottom: 1px solid #00000036;
}
.topbar .header-cart{position:relative;}
.cart-count{
    background:var(--white);
    width: 22px;
    height: 22px;
    position: absolute;
    display: table;
    top: -10px;
    right: -14px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    margin: 0;
	color:var(--blue);
	border:1px solid #444;
}
.cart_area{
    border-left:1px solid #ddd;
    padding-left:10px;
}
.cart_area strong {
    font-size: 12px;
}

.cart_area .dropdown-item {
    padding: .25rem .25rem;
}
.cart_area .dropdown-menu {
    border:1px solid var(--blue);
    margin-top:10px!important;
}
.cart_area .dropdown-menu:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    right: 20%;
    margin-left: -10px;
    margin-top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid var(--blue);
}
/*topbar*/

.section_title {
    margin-bottom:16px;
    text-align: center;
}
.section_title h1 {
    font-size: 22px;
    color:var(--dblue);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 2px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}
.section_title h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 55px;
    background-color:var(--blue);
    right: 0;
    margin: 0 auto;
}
.section_title p{
    width:70%;
    margin:0 auto;
}

.tick ul{
    padding-left:0;
    margin:15px 0 0 25px;
}
.tick ul li{
    margin-bottom:6px;
    font-size: 14px;
    color: var(--white);
}
.tick ul li:last-child{
    margin-bottom:0;
}
.tick ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #18beb4;
    font-size: 12px;
    margin-right:6px;
    margin-left: -25px;
    position:relative;
}
.tick_double ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.btn:focus{
    box-shadow:none;
}
.btn-primary, #btn-razorpay {
    background:var(--blue)!important;
    padding: 8px 16px;
    border-radius:4px;
    border: transparent!important;
    color: var(--white) !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.btn-primary a, #btn-razorpay a {
    color: var(--white);
}

.btn-primary:hover, #btn-razorpay:hover {
    background:#51d3d5!important;
    cursor: pointer;
}
.btn-primary:focus, #btn-razorpay:focus{
    box-shadow: none!important;
}
#btn-razorpay-cancel{
    background:#d1ab92!important;
    padding: 8px 16px;
    border-radius:4px;
    border: transparent!important;
    color: var(--white) !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
#btn-razorpay-cancel:hover{
    background:#b28d75!important;
    cursor: pointer;
}
/*footer*/

footer {
    background:url(images/footbg.png) 0 0 repeat;
    padding: 25px 0 0;
    margin-top: 20px;
}

footer h3 {
    color: var(--white);
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 22px;
    font-family: poppins;
}

footer ul {
    line-height: 1.2
}

footer i {
    font-size: 14px;
    color: var(--white) !important;
    float: left;
    position: relative;
    top: 4px;
    margin-right: 5px
}
footer a {
    color: #c1c1c1;
    font-size: 13px;
    position: relative;
    top: 0;
}
footer a:hover {
    color: var(--blue)
}
footer li {
    color: var(--white);
    font-size: 13px;
    margin: 0 0 10px
}
footer p {
    font-weight: 300;
    color: #c1c1c1;
    font-size: 13px;
    margin-bottom:5px;
}
footer .footlink ul li {
    margin-bottom: 10px;
}
.social_icons {
    margin: 0;
    padding: 0;
}
.social_icons i {
    font-size: 14px;
    margin-right: 10px;
    background-color: var(--white);
    height: 2pc;
    width: 2pc;
    line-height: 2pc;
    padding-left: 10px;
    border-radius: 50%;
}
.footer_contact {
    background-color: #0404041c;
    padding:14px;
    position: relative;
    border-top:4px solid #ffffff24;
    border-radius:6px;
}
.footer_contact li {
    position: relative;
    margin-bottom: 5px;
    line-height: 26px;
    padding-left: 20px;
    color: #fff;
    font-weight: 300
}
.footer_contact i {
    position: absolute;
    left: 0;
    top: 8px;
    color: var(--blue) !important;
    font-size: 12px
}
.footer_contact strong {
    color: var(--white);
    font-weight:400;
    display: block;
    font-size: 18px;
}
.footer_contact li a {
    border-right: 1px solid #5d5d5d;
    padding-right: 9px;
    margin-right: 6px;
}
.footer_contact li a:last-child {
    border-right: 0;
    padding-right: 0;
}

.copyright {
    padding: 10px 0
}

.copyright li {
    display: inline;
    padding: 4px 6px;
}

.copyright li:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f192";
    color:var(--blue);
    font-size: 10px;
    padding-left:12px;
}

.copyright li:last-child:after{
    content: "";
}
.copyright li a {
    font-weight: 400;
    font-size: 13px;
    color: #fff
}

.copyright li a:hover {
    color: var(--white);
    transition: .6s
}

.copyright p {
    margin: 0;
    font-size: 11px;
    color: #a3a3a3
}

.copy_script {
    text-align: end
}

.copyright a:hover {
    color: var(--white)
}
/*footer*/
.banner{
    margin-bottom:12px;
    box-shadow: 0px 15px 10px -15px #555;
}
/*card*/
.feature-section{
    background-repeat: no-repeat;
    background-position: top right;
}
.feature {
    position: relative;
}
.feature figure {
    margin: 0;
}
.feature .image img {
    width: 100%;
    border-radius: 5px;
}
.feature .content-1 h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--white);
    margin:0;
}
.feature .content-1 {
    padding: 15px 20px;
    background:#28d1b7e6;
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 20px;
    height:50px;
    border-radius: 5px 5px 0px 0px;
    transition: all 500ms ease;
    text-align: center;
    border-top:2px solid #fff;
}
.feature:hover .content-1 {
    opacity: 0;
    height: 0;
    transition: all 500ms ease;
}
.feature .content-2 {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 5px 5px 0px 0px;
    background: rgba(31, 31, 31, 0.90);
    padding:12px;
    opacity: 0;
    transition: all 700ms ease;
    visibility: hidden;
    transform: scale(0);
    transform-origin: bottom;
    color:#d8d8d8;
    margin:6px 0;
    line-height:18px;
    font-size:14px;
}

.feature ul.icon-box {
    display: flex;
    align-items: center;
}
.feature li.icon-text {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--white);
    margin:12px 0 10px 10px;
}
.feature p {
    color:#d8d8d8;
    margin:6px 0;
    line-height:18px;
    font-size:14px;
}
.feature:hover .content-2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1,1);
}
.feature .content-2 span{
    color:var(--blue);
}
.more {
    font-size: 14px;
    text-decoration: none;
    color:var(--blue);
    position: relative;
    display:table;
}
.more:after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid var(--blue);
    transform: scaleX(0);
    transform-origin: 100% 100%;
    transition: transform 0.6s;
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.28, 0.995);
}
.more:hover:after {
    transform: scaleX(1);
    transform-origin: 0 0;
}
.more:hover {
    color: #fff!important;
}
.feature_box{
    background-color: var(--dblue);
    padding: 16px;
    border-radius:8px;
}
.feature_box a{
    color: var(--blue);
}
.feature_box a:hover{
    color: var(--white);
}
.feature_box p{
    color: var(--white);
}
.feature_box .tick ul {
    margin: 10px 0 0 25px;
}
.feature_box.tick ul li{
    margin-bottom:4px;
}
/*card*/

/*pricing*/
.pricing .card{
    padding:0;
    border:1px solid var(--blue);
    border-radius:6px;
}

.pricing .card li{
    position: relative;
}
.pricing .col:nth-child(1) .card li,  .pricing .col:nth-child(2) .card li, .pricing .col:nth-child(3) .card li,.pricing .col:nth-child(4) .card li{
    padding-left:25px!important;
}
.pricing .col:nth-child(1) .card li::before,.pricing .col:nth-child(2) .card li::before,.pricing .col:nth-child(4) .card li::before
{
    content: '';
    background:url('images/bullet_blue.webp');
    width: 12px;
    height: 12px;
    display: block;
    background-size: contain;
    position: absolute;
    left: 8px;
}
.pricing .col:nth-child(3) .card li::before
{
    content: '';
    background:url('images/bullet_dblue.webp');
    width: 12px;
    height: 12px;
    display: block;
    background-size: contain;
    position: absolute;
    left: 8px;
}

.modal.pricing .card li{
    padding-left: 25px!important;
}
.modal.pricing .card li::before
{
    content: '';
    background:url('images/bullet_blue.webp')!important;
    width: 15px;
    height: 15px;
    display: block;
    background-size: contain!important;
    position: absolute;
    left: 6px;
}

#serv-7 .card .card-body2 li::before,#serv-8 .card .card-body2 li::before,#serv-9 .card .card-body2 li::before
{
    content: '';
    background:url('images/bullet_dblue.webp')!important;
    width: 15px;
    height: 15px;
    display: block;
    background-size: contain!important;
    position: absolute;
    left: 6px;
}

#serv-7 .card .card-body2,#serv-8 .card .card-body2,#serv-9 .card .card-body2{
    border-top:1px solid #afc7ea!important;
    padding:0!important;
}
#serv-7 .card,#serv-8 .card,#serv-9 .card{
    border: 2px solid var(--dblue)!important;
}
#serv-7 .card .card_txt h3,#serv-8 .card .card_txt h3,#serv-9 .card .card_txt h3{
    color: var(--dblue)!important;
}


.pricing #serv88 .card{
    padding:0;
    border:2px solid var(--dblue);
    border-radius:6px;
}
#serv88 .card-body2 li{
    border-bottom: 1px solid #afc7ea;
}
#serv88 .card-body2 li::before
{
    content: '';
    background:url('images/bullet_dblue.webp')!important;
    width: 15px;
    height: 15px;
    display: block;
    background-size: contain!important;
    position: absolute;
    left: 12px;
}
#serv88 .card-body2 li:hover{
    background:#d3e8fe;
}
#serv88 .card-body .card_txt h3{
    color: var(--dblue)!important;
    font-weight: 600;
}



.pricing .col:nth-child(3) .card {
    border:2px solid var(--dblue)!important;
    background: #e2f0ff!important;
}
.pricing .col:nth-child(4) .card {
    border:1px dashed var(--blue)!important;
}
.pricing .col:nth-child(3) .card h3 {
    color: var(--dblue)!important;
}
.pricing .col:nth-child(3) .card .includes {
    background:#c0dfff;
    color:var(--dblue)!important;
}
.pricing .col:nth-child(3) .card .btn-primary {
    background: var(--dblue)!important;
}
.pricing .col:nth-child(3) .card .btn-primary:hover {
    background: var(--blue)!important;
}
.pricing .card li img, .pricing .col:nth-child(3) .card li img{
    margin-right:6px;
    display: inline-block;
    height: 15px;
    width: 15px;
}
.pricing .col:nth-child(3) .card .card-body2{
    background:#e2f0ff;
    border-top:1px solid var(--dblue);
}



del{
    margin-top: 5px;
    display: inline-block;
}
del, ins{
    text-decoration:none;
}
del bdi, del bdi .woocommerce-Price-currencySymbol{
    font-size:18px;
    color:#999;
    font-weight:600;
    text-decoration: line-through;
}


.pricing .card{
    background:#ecfbfb;
    text-align: center;
}
.pricing .card h2, bdi{
    font-size:30px;
    color: var(--black);
    font-weight:400;
    margin-top:15px;
}
.woocommerce-Price-currencySymbol{
    font-size:30px;
    color: var(--black);
    font-weight:400;
    margin:15px 4px 0 0;
}
/*.pricing .card h2 span{font-size: 20px;color: #999;display: block;text-decoration: line-through;}*/
.pricing .card h3{
    font-size:20px;
    color: var(--blue);
    margin:0;
}
.pricing .card-body{
    padding:0;
}
.pricing .card-body .card_txt{
    padding:5px 15px;
    line-height:26px;
}
.card-body2{
    background:#ecfbfb;
    border-top:1px solid #18beb4;
    padding:0;
}
.card-body2 li{
    border-bottom:1px solid #aae3df;
    padding:3px 10px!important;
}
.card-body2 li:hover{
    background:#d7f6f4;
}
.pricing .col:nth-child(3) .card .card-body2 li{
    border-bottom:1px solid #afc7ea;
    padding:12px 5px 12px 20px;
}
.pricing .col:nth-child(3) .card .card-body2 li:hover{
    background:#d3e8fe;
}
.pricing .card li{
    font-size:14px;
    display: flex;
    text-align: left;
    align-items: center;
}
.pricing .card li i{
    font-size:18px;
    color:var(--blue);
    margin-right:12px;
}
.pricing .col:nth-child(3) .card .card-body2 li i{
    color:var(--dblue);
    margin-right:12px;
}

.pricing .card .btn-primary,.pricing .card .btn-secondary{
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 12px;
    padding: 6px 8px;
    font-size: 13px;
}
.pricing .card h4{
    font-size: 18px;
    font-weight: 600;
    color: var(--dblue);
    margin-bottom: 0;
}
.pricing .card a{
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 12px;
    font-weight: 600;
    color: var(--black);
    font-size: 12px;
}
.pricing .card a:hover{
    cursor: pointer;
    color: var(--dblue);
    transition: 400ms all ease;
}
.pricing .card strong{
    margin-left: 20px;
    font-size: 13px;
}
.pricing .card li span{
    width: 15%;
}

.modal.pricing .card h3{
    margin-bottom: 0;
    text-align: left;
}
.modal.pricing .card h2{
    margin-top: 10px;
    text-align: left;
    margin-bottom: 0;
    font-size: 30px;
}
.modal.pricing .card ul{
    columns: 2;
}
.modal.pricing .card-body .card_txt{
    padding: 10px 20px;
}

.btn-secondary{
    background-color: var(--dblue);
    border: 0;
}
.btn-secondary:hover{
    background-color: #3184dd;
}

.modal.pricing .card_txt h3 strong{
    color: #888;
    font-weight: 600;
    font-size: 28px;
    margin-left: 0;
}



.pricing .card-body2 a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--dblue);
    transition: width .3s;
}

.pricing .card-body2 a:hover::after {
    width: 100%;
    transition: width .3s;
}
/*pricing*/


/*tooltip*/
.tooltip_wrapper {
    color: #9b9b9b;
    cursor: help;
    font-size: 15px;
    position: relative;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */

}
.monthly_div{
    display: block;
    background-color: #0a5db4;
    padding: 0 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    font-size: 12px;
    margin:5px auto -10px auto;
    width: 30%;
}

.tooltip_wrapper .tooltip {
    background:#000000d1;
    bottom: 100%;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tooltip_wrapper .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS Triangles - see Trevor's post */
.tooltip_wrapper .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #000000d1 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.tooltip_wrapper:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .tooltip_wrapper .tooltip {
    display: none;
}

.lte8 .tooltip_wrapper:hover .tooltip {
    display: block;
}
/*tooltip*/
.includes{
    background:#18beb42e;
    padding:6px 16px;
    font-size:15px;
    font-weight:700;
    color:var(--blue);
    text-align:center;
    border-radius:4px;
    display:inline-block;
}
.other_service{
    display:table;
}
.other_service ul {
    margin:7px 0 0 0;
}
.other_service li{
    float:left!important;
    margin:10px 8px 0 0;
}
.other_service li a{
    color:var(--white);
    font-size:14px;
    font-weight:600;
    background: var(--dblue);
    padding: 10px 10px;
    border-radius:5px;
}
.other_service li a:hover{
    background-image: linear-gradient(to right, #008e86 , var(--blue));
    color:var(--white);
}
.other_service li a img{
    width:26px;
    margin-right:4px;
}
.other_service h4{
    color:var(--blue);
    font-size:22px;
    font-weight:700;
    margin:0;
    padding:0;
}
.div_line {
    text-align: center;
    overflow: hidden;
    padding: 2px;
    font-size: 20px;
    font-weight:600;
    color:#fff;
}

.div_line span {
    width:30px;
    height:30px;
    line-height:18px;
    background:#83cdc8;
    padding: 5px;
    border-radius:50%;
    display: inline-block;
    position: relative;
}

.div_line span:before,
.div_line span:after {
    content: '';
    display: block;
    position: absolute;
    width: 999px;
    border-top: 1px solid #83cdc8;
    height: 3px;
    top: 50%;
    margin-top: 0px;
}

.div_line span:before {
    right: 100%;
}
.div_line span:after {
    left: 100%;
}


.btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: var(--dblue)!important;
    opacity: 1!important;
    width: 1.75em!important;
    height: 1.75em!important;
    border-radius: 50%!important;
    z-index: 100;
    background-image: url(images/close.webp)!important;
    background-size: 40% 40%!important;
}
.btn-close:hover {
    opacity: 1;
}
.btn-close:focus {
    box-shadow: none;
}


#customer_details h3, #order_review h3 {
    margin-bottom: 16px;
    border-bottom: 1px solid var(--blue);
}
#customer_details h3 strong, #order_review h3 strong {
    position: relative;
    background: var(--blue);
    color: var(--white);
    font-family: montserrat, sans-serif;
    font-size:18px;
    font-weight: 500;
    display: inline-block;
    padding: 6px 10px;
}
#customer_details h3 strong:before, #order_review h3 strong:before  {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #18beb4;
    border-top: 34px solid transparent;
}
/* <---CHECKOUT----> */
/*.woocommerce-checkout .woocommerce{overflow: hidden;background: #ecfbfb;padding: 20px;border: 1px solid var(--blue);border-radius: 6px;}*/
.woocommerce-checkout bdi{
    font-size: initial;
}
.woocommerce-checkout .woocommerce-Price-currencySymbol{
    font-size: 14px;
}
.woocommerce-checkout .checkout label{
    font-size:14px;
    font-weight:600;
    margin-bottom:0;
}
.woocommerce-checkout .checkout input{
    padding: 10px;
    border: 1px solid #a5b8d3;
    height: auto!important;
}
#customer_address_details span.select2-selection {
    border: 1px solid #a5b8d3!important;
}
.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single{
    padding:5px 10px;
    border: 1px solid #a5b8d3;
    height: auto!important;
    border-radius:0;
}
.woocommerce-checkout .border_html{
    background-color: var(--blue)!important;
    color: var(--white)!important;
    font-size: 16px !important;
}
.woocommerce-checkout .checkout-two-column-layout .two-column-layout-left{
    padding: 0 20px 0 0;
}
.woocommerce-checkout p {
    font-size: 14px;
    margin: 0 0 5px 0;
    font-weight:500;
}
#cclw_payment_section #payment ul.payment_methods li label img{
    max-height: 30px!important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    margin-top: 10px;
    float:none;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
    background-color: var(--blue)!important;
    transition: 400ms all ease;
}
.woocommerce-checkout .woocommerce-checkout .cclw_opc_main .border_html{
    border-color: #059188!important;
    font-weight: 600;
}
.woocommerce form .form-row:last-child{
    margin:0;
}
.woocommerce form .form-row textarea{
    height:7.2em!important;
    padding: 10px;
    border: 1px solid #a5b8d3;
}
#cclw_order_details_table .cclw_order_review_table table.cclw-style-1 td{
    font-weight: 600;
    vertical-align: middle!important;
    font-size: 13px;
}
.woocommerce-checkout .woocommerce a{
    color: var(--dblue)!important;
}
.checkout-two-column-layout .two-column-layout-right{
    background: #e2f0ff!important;
}
table.onestepcheckout-summary{
    position:relative;
}
#cclw_order_details_table .cclw_order_review_table td.name.more_details{
    padding: 5px 25px;
    position:absolute;
    margin-top:-30px;
}
#cclw_order_details_table .cclw_order_review_table table th{
    background: #c7ddf5!important;
}
#cclw_order_details_table .cclw_order_review_table td.thumb img{
    display: none!important
}
/* <---CHECKOUT----> */
.woocommerce-checkout #payment div.payment_box{
    background:#fff;
}
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-checkout #payment {
    background: #cce0ff;
    padding:10px;
}
#cclw_payment_section #payment ul.payment_methods{
    border-bottom:1px solid #9fb7dc;
}
.woocommerce-message {
    border-top-color: #059188;
}
.woocommerce-message::before {
    color: #059188;
}
.cart-subtotal {
    background: #d6d8fe;
    margin-top:15px;
}
.order-total {
    background: #c1c3f0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width:20%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
    box-shadow:0 0 15px #ccc;
    padding:20px;
}
.woocommerce-MyAccount-navigation ul li{
    padding: 10px;
    border-bottom: 1px solid var(--blue);
    margin:0 0 2px 0;
}
.woocommerce-MyAccount-navigation ul li:first-child{
    border-top:1px solid var(--blue);
}
.woocommerce-MyAccount-navigation ul li:hover{
    background:var(--blue);
}
.woocommerce-MyAccount-navigation ul li:hover a{
    color:var(--white);
}
.woocommerce-MyAccount-navigation ul li a{
    font-size:16px;
    color:#000;
}
.woocommerce-MyAccount-navigation ul li.is-active{
    background:var(--blue);
}
.woocommerce-MyAccount-navigation ul li.is-active a{
    color:#fff;
}
.woocommerce-MyAccount-navigation ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    color:var(--blue);
    font-size: 14px;
    margin-right:6px;
    margin-left: 0;
    position:relative;
}
.woocommerce-MyAccount-navigation ul li.is-active:before,
.woocommerce-MyAccount-navigation ul li:hover:before
{
    color:#fff;
}
.woocommerce-MyAccount-content input.input-text, .woocommerce-MyAccount-content textarea {
    padding: 8px;
    border:1px solid #a5b8d3;
}
.woocommerce-checkout #payment ul.payment_methods {
    border:0;
}
.woocommerce-Button.button, .theme-btn.btn-style-one, .woocommerce-button.button{
    background:#18beb4!important;
    color:#fff!important;
    padding: 10px 20px!important;
    font-size: 16px!important;
    border:0!important;
}
.woocommerce-Button.button:hover, .theme-btn.btn-style-one:hover, .woocommerce-button.button:hover{
    background:#1e85be!important;
    color:#fff!important;
}
.woocommerce-Address address {
    line-height: 30px;
}
.woocommerce table.shop_table {
    border: 1px solid #a5b8d3;
}
.woocommerce table.shop_table td {
    border-top: 1px solid #a5b8d3;
}
.woocommerce-MyAccount-orders .woocommerce-Price-currencySymbol {
    font-size: 17px;
}
.removepro{
    z-index: 2;
    position: absolute;
}
#cclw_order_details_table .cclw_order_review_table table.cclw-style-1 td {
    padding-top: 18px;
}
#cclw_payment_section #payment ul.payment_methods li {
    padding: 4px 10px;
}
.payment_method_razorpay label{
    font-size:13px!important;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 5px 0 0;
}
.my-profile .section-title h2{
    margin-bottom:15px;
    color:#1e85be;
}

.tab-content .section-title h2{
    font-size:20px;
    color:var(--black)!important;
    font-weight:600;
}
.form-control{
    border:1px solid #a5b8d3;
}
input.form-control{
    margin-bottom:15px!important;
}
.woocommerce-checkout input.form-control{
    margin-bottom:0!important;
}
input:focus {
    box-shadow:none!important;
}
.my-profile .tab-content {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    padding:20px;
}

.nav-link {
    color: #18beb4!important;
    border-bottom:1px solid #18beb4!important;
    border-radius:0!important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #18beb4!important;
}
.whitebox2 h5{
    color:#059188;
    font-size:22px;
}
.table bdi, .table .woocommerce-Price-currencySymbol{
    font-size:18px;
}
table bdi, table .woocommerce-Price-currencySymbol{
    font-size:18px;
}
.woocommerce ul.order_details li {
    padding-right: 4em;
    margin-right: 4em;
    font-size: .8em;
}
.woocommerce .woocommerce-customer-details address{
    line-height:28px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before
{
    color:#18beb4!important;
}
.woocommerce ul.order_details {
    background: #baf5f1;
    padding: 10px !important;
}
.woocommerce-order-received .woocommerce{
    border:0!important;
    padding:0!important;
}
.woocommerce ul.order_details li {
    border-right: 1px dashed #18beb4!important;
}
.woocommerce ul.order_details .woocommerce-checkout bdi {
    font-weight: 700;
    color: #000;
}
.woocommerce .woocommerce-customer-details{
    margin-bottom:0;
}
table.shop_table{
    padding:6px!important;
}
table.shop_table thead{
    width:100%;
    background:var(--dblue);
    color:#fff;
}
table.shop_table td, table.shop_table th{
    padding:10px;
}
.login h5{
    color:#18beb4;
    font-size:28px;
}
.sticky_div {
    position: sticky;
    top: 100px;
}

.nav-link {
    padding: .8rem 1rem!important;
}
h2.woocommerce-order-details__title{
    font-size:25px;
    color:#0a5db4;
}
.woocommerce-table__product-name a{
    color:inherit;
    cursor:none;
}
.woocommerce .woocommerce-error:before {
    color: #1e85be;
    position: relative;
}
.woocommerce-error li{
    padding-left:50px!important;
    margin-top:-8px;
    margin-bottom:12px;
}
.woocommerce form.checkout_coupon {
    background: #fff;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.checkout_coupon .button{
    background:var(--dblue)!important;
    padding: 12px 16px!important;
    border-radius:4px!important;
    border: transparent!important;
    color: var(--white) !important;
    font-size: 16px;
    font-weight: 500!important;
    margin-bottom: 10px;
}
.checkout_coupon .button:hover{
    background:var(--blue)!important;
    color: var(--white) !important;
}
.checkout_coupon input{
    padding:8px;
}
.page-item.active .page-link {
    background-color:var(--dblue);
    border-color:var(--dblue);
}
.pagination li {
    border: 1px solid #9fbae3;
    box-shadow: none;
}
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: inset 0 0 0 9999px #18beb42b!important;
}
.table>thead {
    color:var(--blue);
}
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
    padding: 10px;
    border-bottom: 1px solid #18beb48c;
}
.woocommerce-info {
    border-top-color: var(--blue) !important;
}
.woocommerce-info::before {
    color: var(--blue)!important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    border-top: 3px solid var(--blue);
}
.woocommerce-form-register form{
    padding-left:20px;
}
.woocommerce-checkout-review-order-table .variation dt,
.woocommerce-checkout-review-order-table .variation dd
{font-weight:400;}
#payment div.form-row {padding:0!important;}
#payment div.form-row p{margin:0;}
.woocommerce button.button.alt{background-color:var(--dblue);}
.product-qty strong{font-weight:400;}
.cart-subtotal bdi, .cart-subtotal .woocommerce-Price-currencySymbol,
.order-total bdi, .order-total .woocommerce-Price-currencySymbol
{
    font-weight:600!important;
}
.order-paid .woocommerce-Price-currencySymbol,
.order-remaining .woocommerce-Price-currencySymbol
{font-weight:700!important;font-size:15px;}
.dropdown-toggle::after {vertical-align: .100em!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #9b9ed8 transparent transparent transparent; margin-top: 4px;}
.woocommerce form.login{border: 0 !important;padding: 0 !important;margin: 0 !important;}
#customer_details{position: sticky;top: 100px;}
#order_review .variation{display:none;}
.woocommerce table.shop_table td {padding: 9px 2px!important;line-height: 1.2em!important;}
.xoo-wsc-product{border:0;position:relative;}
.xoo-wsc-product:not(:last-child):after{
    border-bottom:1px solid #18beb4;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: 2;
}
.xoo-wsc-product .woocommerce-Price-currencySymbol, .xoo-wsc-product bdi{font-size:16px;}
.xoo-wsc-smr-del{color:red;}
.xoo-wsc-pname{color:var(--blue);line-height: 20px;}
.xoo-wsc-pname span{color:var(--black);font-size: 14px;}
.xoo-wsc-product dl.variation dt {width: 50%;}
.xoo-wsc-product dl.variation dd, .xoo-wsc-product dl.variation dt {font-style: normal;font-weight: 400;}
.xoo-wsc-qty-price span {display: inline;}
.qib-button-wrapper .quantity input.input-text.qty.text {font-size: 16px!important;}
.qib-button-wrapper button.qib-button{line-height: 12px!important; width: 30px!important;}
.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity{height:30px!important;}
.woocommerce .quantity .qty {width:3em!important;}
.woocommerce-checkout-review-order-table .cart_item .product-name{color:var(--blue);font-weight:500;}
.woocommerce-checkout-review-order-table .cart_item .product-name span{color:var(--black);font-size:12px;}
.woocommerce-checkout-review-order-table .cart_item .product-total{text-align:right;font-size:12px;}
.woocommerce-checkout-review-order-table .cart_item .product-total bdi,
.woocommerce-checkout-review-order-table .cart_item .product-total bdi span
{color:var(--dblue);font-weight:500;}


.foot_icon i{
	font-size:16px;
	color:var(--white)!important;
	padding: 8px;
    border-radius: 4px;
	border: 1px dashed var(--blue);
}
.footer_contact_bottom .foot_item{padding: 10px 0 0 20px;}