@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Poppins", sans-serif;
}
.color{
    color: #F2D544 ;
}
.color2{
    color: #FF2400;
}
.sec_hd{
    font-size: 42px;
}
.sec_pd{
    padding: 80px 0;
}
a{
    text-decoration: none;
}
a:hover{
    color: #fff;
}
.bg::before{
   content: "";
   position: absolute;
   width: 52px;
   height: 55px;
   border-radius: 100%;
   animation: pulse 1.8s ease-in-out infinite;
   right: 0%;
   top: 0px;
   z-index: -1;
   animation-delay: 0.7s;
}
.head_btn .theme_btn{
   padding: 7px 10px;
   font-size: 14px;
   display: inline-block;
   font-weight: 600;
}
/* ==================================header================================== */
.header_above {
   padding: 10px 0 !important;
}
.head_icon ul li i {
   padding: 10px;
   border-radius: 100px;
   background-color: #FF2400;
   display: inline-block;
}
.head_contact ul, .head_icon ul{
   margin-bottom: 0;
}
.head_contact ul li a{
   color: #FF2400;
   text-decoration: none;
}
.logo{
   height: 110px ;
}
.navbar{
   background-color: #372A8C;
}

.theme_btn{
   border: none;
   background-color: #FF2400;
   color: #fff;
   padding: 15px 30px;
   border-radius: 10px;
   font-weight: 500;
   letter-spacing: 2px;
   transition: all 0.4s ease-in-out;
}
.theme_btn:hover{
   background-color: #fff;
   color: #FF2400;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   transform: scale(1.01);
}
.navbar-nav{
   gap: 3px;
}
.nav-item .nav-link{
   color: #fff !important;
   font-size: 14px;
}
.dropdown-toggle::after{
   color: #FF2400  ;
}
.nav-item .nav-link:hover , .navbar .nav-item .active{
   color: #FF2400 !important;
}


.nav-item.dropdown:hover > .dropdown-menu {
   display: block;
   margin-top: 0;
}

.dropdown-menu {
   transition: all 1s ease-in-out;
   opacity: 0;
    visibility: hidden;
    background-color: #123075;
    border-top: 2px solid #FF2400;
   }
   .dropdown-item{
      color: #fff;
   }
   .dropdown-item:hover{
      background-color: transparent !important;
      color: #fff !important;
   }

   .nav-item.dropdown:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
}
.login_btn {
    background-color: #FF2400;
    height: 35px;
    border-radius: 100px;
    font-size: 16px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.login_btn a{
    color: #fff !important;
}

/* ==================================Modal Css================================== */
.modal-content{
   background: #0000009c url(../images/modal_bg.jpg)no-repeat center center/cover;
   background-blend-mode: overlay;
}
.modal-body input{
   background-color: #000;
   border: 1px solid red;
   color: #fff;
}
.modal-body label{
   color: #fff;
}
.modal-title{
   font-size: 3.5rem;
   color: #fff;
}
.btn-close{
   opacity: 1;
}
/* ==================================h_banner================================== */

/* .h_banner{
    position: relative;
    background:url(../images/banner1.jpg) no-repeat center center/cover;
    overflow: hidden;
}
.h_banner2{
    background: url(../images/banner2.jpg)no-repeat center center/cover;
} */

.bann_shape{
    overflow: hidden;
    filter: brightness(0) invert(1);
    transform: translateY(56px);
    margin-bottom: -5px;

}

.cart_icon {
   position: relative;
}
.cart_icon .increase_number {
   position: absolute;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   font-size: 12px;
   font-weight: 600;
   height: 17px;
   width: 17px;
   background-color: #ff2c18;
   color: #fff;
   border-radius: 100px;
   top: -16px;
   left: -10px;
}

.h_banner .banner_overlay{
    position: absolute;
    background: linear-gradient(270deg, #10101040 0%, #372A8C 80%);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.7;
}
.h_bann_heading{
    position: relative;
    z-index: 99;
}
.h_bann_heading h1{
    font-size: 4.5rem;
}
.h_bann_heading p{
    font-size: 18px;
    width: 60%;
}
.bg {
    position: absolute;
    width: 52px;
    height: 55px;
    border-radius: 100%;
    animation: pulse 1.8s ease-in-out infinite;
    right: 0%;
    top: 0px;
    z-index: -1;
}
.button_pulse a{
    position: relative;
    color: #fff;
}
    .button_pulse a i{
        z-index: 555;
        border: 1px solid #fff;
        padding: 20px;
        border-radius: 100%;
        position: relative;
    }
    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0px rgba(248, 92, 68, 0.295);
          }
          100% {
            box-shadow: 0 0 7px 15px rgb(243 108 86 / 25%);
          }
      }
/* ==================================section1================================== */
.s1_box{
    background-color: #372A8C;
    padding: 35px 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.s1_box_content h4{
   font-size: 20px;
}
.view-more.add_cart:hover{
   color: #fff !important;
}
.s1_icon i{
    padding: 15px 13px;
    color: #FF2400;
    background-color: #fff;
    border-radius: 50%;
    font-size: 25px;
}

.s1_box_content a{
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}
.s1_box_content a:hover{
    transform: translateY(-10px);
}
.s1_mid {
    background-color: #FF2400 !important;
    border-radius: 0px;
}
.sec_1 .row{
    transform: translateY(-180px);
}
.s1_right{
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* ==================================section2================================== */
.s2_img img{
    border-radius: 10px;
    object-fit: cover;
}
.s2_img1{
    width: 300px;
    height: 190px;
}
.s2_img2{
    width: 230px;
    height: 250px;
}
.s2_counter{
    color: #fff;
    background-color: #372A8C !important;
    padding: 50px;
    border-radius: 10px;
}
.count{
    font-size: 50px;
    display: inline;
}
.count span{
    display: inline-block !important;
    transform: translateY(-24px) !important;
}
.s2_right h2{
    font-size: 42px;
}
.s2_list ul li i{
    font-weight: 900;
    font-size: 15px;
}
.s2_list ul li{
    font-size: 14px;
    font-weight: 600;
    color: #2A2A2A;
}
.s2_right p{
    color: #656565;
    padding: 1px 0;
}
.s2_list{
    gap: 42px;
    padding: 20px 0px;
}
.opacit{
    opacity: 0.5;
    transition: all 0.1s ease-in-out;
}
.opacit:hover{
    opacity: 1;
}
/* ==================================section4================================== */
.sec_4{
    background: url(../images/s4_bg.jpg)no-repeat center center/cover #000000c9;
    background-blend-mode: overlay;
    padding: 100px 0px;
}
.s4_heading h2{
    font-size: 40px;
    text-transform: capitalize;
}
.s4_heading{
    width: 70%;
    margin: auto;
}
.s4_box img{
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.s4_box img:hover{
    transform: scale(1.07);
}
.s4_box a {
   position: absolute;
   bottom: 0;
   left: 44px;
   display: inline-block;
   width: 80%;
}
.logo_slider .s3_img{
   width: 85% !important;
}
.logo_slider .s3_img img{
   height: 150px;
}
/* ==================================section5================================== */

.s5-left h2{
    font-size: 45px;
    padding: 15px 0;
}
.s5-left p{
    font-weight: 500;
}
.cont_text{
    color: #2A2A2A;
    font-weight: 500;
}


.s5_contact ul li h5{
    color: #372A8C;
}
.s5_contact ul li i{
    background-color: #FF2400;
    padding: 15px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}
.border_dot{
    display: inline-block;
    width: 220px;
    border-bottom: 1px dashed #FF2400;
}
/* sec_form */

.sec_form {
    background-color: #000;
    padding: 80px 10px;
    border-radius: 20px;
    height: 100%;
}

.sec_form .form_group input,.sec_form .form_group textarea{
    width: 100%;
    padding: 15px;
}
.form_btn{
    font-size: 15px;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.sec_form .form_group .form_control{
    border-radius: 5px;
    border: 2px solid transparent;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.sec_form .form_group .form_control:focus-visible{
   border: 2px solid #f2d544;
    outline: none;
}
/* ==================================section6================================== */
.sec_6{
    background: url(../images/s6_bg.jpg)no-repeat center center/cover;
    background-attachment: fixed;
    position: relative;
    z-index: 5;
}
.sec_6 .s6_overlay{
    position: absolute;
    width: 100%;
    background-color: #372A8C;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.86;

}
.s6_heading{
    width: 80%;
    margin: auto;
}
.s6_heading h2{
    font-size: 50px;
}
.add_cart{
    background-color: #fff;
    color: #372A8C;
    padding: 5px 15px;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}
.add_cart:hover{
    background-color: #372A8C;
    color: #fff;
    box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;
}
.product_slider .s6-box{
   width: 90% !important;
}
/* ==================================section7================================== */

.s7_heading h2{
    font-size: 42px;
}
.s7_heading .color2{
    letter-spacing: 2px;
    font-weight: 600;
}
.s7_box{
    background: linear-gradient(223deg, #000000C4 26%, #FF2400 83%);
    padding: 25px;
    border-radius: 10px;
    margin: 20px 0px;
}
.s7_img img{
    height: 270px;
    width: 260px;
    border-radius: 10px;
    object-fit: contain;
}
.s7_box_content a,.s7_box_content a i{
    transition: all 0.3s ease-in-out;
}
.s7_box_content a:hover i{
    color: #FF2400 !important;
}
.s7_box_content a:hover{
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
    display: inline-block;
    color: #FF2400 !important;
}

.s7_box_content p.color2{
    line-height: 27px;
}
/* ==================================section8================================== */
.s8_heading h2{
    font-size: 42px;
}
.sec_8{
    background-color: #000;
}
.s8_box_bottom{
    background-color: #372A8C;
    display: inline-block;
    width: 80%;
    border-radius: 15px;
    padding: 13px;
    transform: translateY(-20px);
}
/* ==================================section9================================== */
.sec_9{
    /* background: url(../images/s9_bg.jpg) no-repeat center center/cover; */
    background-blend-mode: overlay;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    z-index: 5;
    padding: 150px 0;
}
.sec_9::before{
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient( 90deg, #10101040 35%, #372A8C 50%);
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.hvr_theme_btn{
    display: inline-block;
    transition: all 0.4s ease-in-out;
}
.hvr_theme_btn:hover{
    transform: translateY(-7px);
}
/* ==================================section10================================== */
.s10_box img{
    height: 270px;
    border-radius: 10px;
}

/* ==================================section11================================== */
.sec_11{
    background: url(../images/s11_bg.jpg)no-repeat center fixed;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.sec_11::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #372A8C;
    opacity: 0.86;
    top: 0;
    z-index: -1;
    left: 0;
}
.s11_box{
    background-color: #123075;
    padding: 20px 30px 40px 30px;
}

/* ================================footer=========================== */

footer{
    background-color: #123075;
}
.line{
    display: inline-block;
    width: 100%;
    height: 1px ;
    background-color: #fff;
    margin-bottom: 15px;
}
.foot_box ul li .cnt_icon{
   font-size: 30px;
   color: red;
}

/* ================================innerpagCSS=============================== */
.inner_main{
    font-size: 3.5rem;
}
.about_banner{
    position: relative;
    /* background: url(../images/about_bg.jpg)no-repeat center center/cover; */
    padding: 150px 0;
    height: 500px;
    z-index: 55;
}

.about_banner::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, #10101040 0%, #372A8C 80%);
    opacity: 0.7;
    top: 0;
    right: 0;
    z-index: -1;
}
.team_banner{
    background: url(../images/team_banner.jpg)no-repeat center center/cover;
}
.team{
    background-color: #fff;
}
.team .s8_box_bottom{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.team_sec_3{
    background: url(../images/team_sec.jpg)no-repeat center fixed;
}
.profile{
    height: 40px;
    width: 40px;
    border-radius: 100px;
}
.testi_box{
    width: 95% !important;
}
.testi_box p{
    text-align: center;
    font-size: 18px;
    color: #656565;
    font-weight: 500;
}
.slick-dots{
    position: relative !important;

}
.contact_us .sec_form{
    background-color: #fff;
}
.contact_us .sec_form input{
    border: 1px solid #000;
}

.responsive-map{
    overflow: hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .responsive-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }

    .contact{
        /* background: url(../images/about2.jpg)no-repeat center center/cover; */
        background-attachment: fixed;
    }


    /* ========================ModalCSS====================== */

    .modal-dialog{
        max-width: 600px;
        margin:2rem auto ;
    }
    
    .modal-header .btn-close{
        margin-left: auto !important;
    }
    .modal-header{
        border: none !important;
    }
    .modal-body input{
        width: 100%;
        padding: 10px;
    }




    /*======================================
   Products detiles Services CSS BEGIN
========================================*/



.product-slider .slider-for img{
    border: 1px solid #ccc;
       cursor: pointer;
       transition: 1.5s;
 }



 .product-slider .slider-nav{
    margin-top: 20px;
 }

 .product-slider .slider-nav img{
    border: 1px solid #ccc;
     padding: 10px;
 }

 .product-slider .slider-nav .slick-slide {
       margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
    cursor: pointer;
 }







 /*======================================
    Start Checkout Form CSS
 ========================================*/
 .shop.checkout {
    padding: 0;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
 }
 .shop.checkout .checkout-form {
    margin-top: 30px;
 }
 .shop.checkout .checkout-form h2 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
    line-height: 27px;
 }
 .shop.checkout .checkout-form p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 30px;
 }
 .shop.checkout .form .form-group {
    margin-bottom: 25px;
 }
 .shop.checkout .form .form-group label{
    color:#333;
    position:relative;
 }
 .shop.checkout .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
 }
 .shop.checkout .form .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    background: #F6F7FB;
 }
 .shop.checkout .nice-select {
    width: 100%;
    height: 45px;
    line-height: 50px;
    margin-bottom: 25px;
    background: #F6F7FB;
    border-radius: 0px;
    border:none;
 }
 .shop.checkout .nice-select .list {
    width: 100%;
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
 }
 .shop.checkout .nice-select .list li.option{
    color:#333;
 }
 .shop.checkout .nice-select .list li.option:hover{
    background:#F6F7FB;
    color:#333;
 }
 .shop.checkout .form .address input {
    margin-bottom: 15px;
 }
 .shop.checkout .form .address input:last-child{
    margin:0;
 }
 .shop.checkout .form .create-account {
    margin: 0;
 }
 .shop.checkout .form .create-account input {
    width: auto;
    display: inline-block;
    height: auto;
    border-radius: 100%;
    margin-right: 3px;
 }
 .shop.checkout .form .create-account label {
    display: inline-block;
    margin: 0;
 }
 .shop.checkout .order-details {
    margin-top: 30px;
    background: #fff;
    padding: 15px 0 30px 0;
    border: 1px solid #eee;
 }
 .shop.checkout .single-widget {
    margin-bottom: 30px;
 }
 .shop.checkout .single-widget:last-child{
    margin:0;
 }
 .shop.checkout .single-widget h2 {
    position:relative;
    font-size: 21px;
    font-weight: 500;
    padding: 10px 30px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 5px;
 }
 .shop.checkout .single-widget h2:before{
    position:absolute;
    content:"";
    left:30px;
    bottom:0;
    height:2px;
    width:50px;
    background: #f44336;
 }
 .shop.checkout .single-widget .content ul{
    margin-top:30px;
 }
 .shop.checkout .single-widget .content ul li {
    display: block;
    padding: 0px 30px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 12px;
 }
 .shop.checkout .single-widget .content ul li span{
    display:inline-block;
    float:right;
 }
 .shop.checkout .single-widget .content ul li.last {
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #333;
 }
 .shop.checkout .single-widget .checkbox {
    text-align: left;
    margin: 0;
    padding: 0px 30px;
    margin-top:30px;
 }
 .shop.checkout .single-widget .checkbox label {
    color: #555555;
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    margin-top: -5px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
 }
 .shop.checkout .single-widget .checkbox label:last-child{
    margin-bottom:0;
 }
 .shop.checkout .single-widget .checkbox label:hover{
    cursor:pointer;
 }
 .shop.checkout .single-widget .checkbox label input{
    display:none;
 }
 .shop.checkout .single-widget .checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border: 1px solid #666;
    border-radius: 100%;
 }
 .shop.checkout .single-widget .checkbox label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border-radius: 100%;
    display:block;
    background:#666;
    transform:scale(0);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
 }
 .shop.checkout .single-widget .checkbox label.checked::after{
    opacity:1;
    visibility:visible;
    transform:scale(1);
 }
 .shop.checkout .single-widget.payement {
    padding: 0px 38px;
    text-align: center;
    margin-top: 30px;
 }
 .shop.checkout .single-widget.get-button {
    text-align: center;
    padding:0px 35px;
 }
 .shop.checkout .single-widget.get-button .btn {
    height: 46px;
    width: 100%;
    line-height: 19px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
 }
 /*======================================
    End Checkout Form CSS
 ========================================*/

 .product-page .input-group button{
     border: 1px solid #ccc;
 }

 .product-page .input-group input{
     border: 1px solid #ccc;
     padding: 5px;
 }
 .product_banner .bann_shape{
    margin-bottom: -28px;
 }
 .nav .nav-item .theme_btn{
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 0;
 }
 .prd_to_cart{
    padding: 8px 15px;
    margin-right: 10px;
    border-radius: 0;
 }
 .shop-services .single-service {
    position: relative;
    padding-left: 65px;
}
 .shop-services .single-service i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #e64529;
    background: transparent;
    border-radius: 100%;
    display: block;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 0;
}
.shop-newsletter .newsletter-inner input {
    width: 80%;
    height: 55px;
    border-radius: 0px;
    padding: 0px 30px;
    font-weight: 400;
    display: inline-block;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border: 1px solid #ececec;
}
.shop .single-shorter label {
    display: inline-block;
    float: left;
    font-weight: 500;
}
.shop .nice-select {
    clear: initial;
    display: inline-block;
    margin: 0;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    height: auto;
    width: auto;
    border-radius: 0px;
}



/*======================================
   Start Shopping Cart CSS
========================================*/
.table.shopping-summery {
    background: #fff;
 }
 .shopping-cart {
    background: #f6f6f6;
    padding: 50px 0;
 }
 .shopping-summery thead .main-hading{
    padding:0px 50px;
 }
 .shopping-summery thead {
    background: #e64529;
    color: #fff;
 }
 .shopping-summery thead tr th {
    border: none;
    font-weight: 600;
    color: #fff;
    text-align: center;
 }
 .shopping-summery tbody tr {
    border-bottom: 1px solid #e64529;
    margin-top: 20px;
 }
 .shopping-summery tbody tr img {
    border-radius: 0;
    width: 80px;
    height: 80px;
 }
 .shopping-summery tbody tr:last-child{
    border:none;
 }
 .shopping-summery tbody .product-name a {
    font-weight: 600;
    color: #282828;
    font-weight: 600;
    font-size: 17px;
 }
 .shopping-cart .table p {
    font-size: 14px;
    color: #666;
 }
 .shopping-summery tbody .product-name a:hover{
    color:#e64529;
 }
 .shopping-summery tbody .product img {
    max-width: 70px;
    border-radius: 100%;
    max-height: 65px;
    border: 1px solid #e6e6e6;
    padding: 4px;
 }
 .shopping-summery tbody .product:hover img{
    border-color:#e64529;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    transform:rotate(360deg);
 }
 .shopping-cart .table .remove-icon{
    font-size:16px;
 }
 .shopping-cart .table td {
    vertical-align: middle;
    border-top: 1px solid #eee;
    padding: 30px;
 }
 .shopping-summery tbody .price {
    text-align: center;
 }
 .shopping-cart tbody .qty .input-group {
    width: 175px;
    display: inline-block;
 }
 .shopping-cart .qty .button {
    display: inline-block;
    position: absolute;
    top: 0;
 }
 .shopping-cart .qty .button.minus{
    left:0;
    border-radius:0;
    overflow:hidden;
 }
 .shopping-cart .qty .button.plus {
    right: 0;
    border-radius:0;
    overflow:hidden;
 }
 .shopping-cart .qty .button .btn {
    padding: 0;
    width: 44px;
    height: 47px;
    line-height: 50px;
    border-radius: 0px;
    background: transparent;
    color: #282828;
    border: none;
    font-size: 12px;
 }
 .shopping-cart .qty .button .btn:hover{
    color:#e64529;
 }
 .shopping-cart .qty .input-number {
    border: 1px solid #eceded;
    width: 100%;
    text-align: center;
    height: 47px;
    border-radius:0;
    overflow: hidden;
    padding: 0px 45px;
 }
 .shopping-summery tbody .total-amount {
    text-align: center;
 }

 .shopping-summery tbody .action {
    text-align: center;
 }
 .shopping-summery tbody .action a:hover{
    color:#e64529;
 }
 .shopping-cart .total-amount{
    margin-top:50px;
 }
 .shopping-cart .total-amount .left .coupon form input {
    width: 220px;
    display: inline-block;
    height: 48px;
    color: #333;
    padding: 0px 20px;
    border: none;
    box-shadow: 0px 0px 5px #0000000a;
 }
 .shopping-cart .total-amount .left .coupon form .btn {
    display: inline-block;
    height: 48px;
    border: navajowhite;
    margin-left: 4px;
    background: transparent;
    color: #333;
    background: #fff;
    box-shadow: 0px 0px 5px #00000012;
 }
 .shopping-cart .total-amount .left .coupon form .btn:hover{
    background:#fff;
    color:#e64529;
 }
 .shopping-cart .total-amount .left label{
    font-size:22px;
    font-weight:500;
    color:#333;
 }
 .shopping-cart .total-amount .left .checkbox {
    text-align: left;
    margin: 0;
    margin-top: 20px;
 }
 .shopping-cart .total-amount .left .checkbox label {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 30px;
 }
 .shopping-cart .total-amount .left .checkbox label:hover{
    cursor:pointer;
 }
 .shopping-cart .total-amount .left .checkbox label input{
    display:none;
 }
 .shopping-cart .total-amount .left .checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #555555;
    border-radius: 0px;
 }
 .shopping-cart .total-amount .left .checkbox label::after {
    position: absolute;
    content: "\f00c";
     font-family: "FontAwesome";
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    line-height: 24px;
    left: 3px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 11px;
 }
 .shopping-cart .total-amount .left .checkbox label.checked::after{
    opacity:1;
    visibility:visible;
    transform:scale(1);
 }
 .shopping-cart .total-amount .right {
    padding-left: 100px;
 }
 .shopping-cart .total-amount .right ul li {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 12px;
 }
 .shopping-cart .total-amount .right ul li.last {
    padding-top: 12px;
    border-top: 1px solid #c8c8c8;
    color: #333;
    font-size: 15px;
    font-weight: 400;
 }
 .shopping-cart .total-amount .right ul li span{
    display:inline-block;
    float:right;
 }
 .shopping-cart .total-amount .right .button5 .btn {
    text-align: center;
    border-radius: 0;
    width: 100%;
    margin-top: 10px;
    height: 46px;
    line-height: 18px;
    font-size: 13px;
    color: #fff;
 }
 .action a{
    color: #ff2c18;
 }
 /*======================================
    End Shopping Cart CSS
 ========================================*/



 /*======================================
   Start Checkout Form CSS
========================================*/
.shop.checkout {
    padding: 0;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
 }
 .shop.checkout .checkout-form {
    margin-top: 30px;
 }
 .shop.checkout .checkout-form h2 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
    line-height: 27px;
 }
 .shop.checkout .checkout-form p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 30px;
 }
 .shop.checkout .form .form-group {
    margin-bottom: 25px;
 }
 .shop.checkout .form .form-group label{
    color:#333;
    position:relative;
 }
 .shop.checkout .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
 }
 .shop.checkout .form .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    background: #F6F7FB;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
 }
 .shop.checkout .nice-select {
    width: 100%;
    height: 45px;
    line-height: 50px;
    margin-bottom: 25px;
    background: #F6F7FB;
    border-radius: 0px;
    border:none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

 }
 .shop.checkout .nice-select .list {
    width: 100%;
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
 }
 .shop.checkout .nice-select .list li.option{
    color:#333;
 }
 .shop.checkout .nice-select .list li.option:hover{
    background:#F6F7FB;
    color:#333;
 }
 .shop.checkout .form .address input {
    margin-bottom: 15px;
 }
 .shop.checkout .form .address input:last-child{
    margin:0;
 }
 .shop.checkout .form .create-account {
    margin: 0;
 }
 .shop.checkout .form .create-account input {
    width: auto;
    display: inline-block;
    height: auto;
    border-radius: 100%;
    margin-right: 3px;
 }
 .shop.checkout .form .create-account label {
    display: inline-block;
    margin: 0;
 }
 .shop.checkout .order-details {
    margin-top: 30px;
    background: #fff;
    padding: 15px 0 30px 0;
    border: 1px solid #eee;
 }
 .shop.checkout .single-widget {
    margin-bottom: 30px;
 }
 .shop.checkout .single-widget:last-child{
    margin:0;
 }
 .shop.checkout .single-widget h2 {
    position:relative;
    font-size: 21px;
    font-weight: 500;
    padding: 10px 30px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 5px;
 }
 .shop.checkout .single-widget h2:before{
    position:absolute;
    content:"";
    left:30px;
    bottom:0;
    height:2px;
    width:50px;
    background: #f44336;
 }
 .shop.checkout .single-widget .content ul{
    margin-top:30px;
 }
 .shop.checkout .single-widget .content ul li {
    display: block;
    padding: 0px 30px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 12px;
 }
 .shop.checkout .single-widget .content ul li span{
    display:inline-block;
    float:right;
 }
 .shop.checkout .single-widget .content ul li.last {
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #333;
 }
 .shop.checkout .single-widget .checkbox {
    text-align: left;
    margin: 0;
    padding: 0px 30px;
    margin-top:30px;
 }
 .shop.checkout .single-widget .checkbox label {
    color: #555555;
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    margin-top: -5px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
 }
 .shop.checkout .single-widget .checkbox label:last-child{
    margin-bottom:0;
 }
 .shop.checkout .single-widget .checkbox label:hover{
    cursor:pointer;
 }
 .shop.checkout .single-widget .checkbox label input{
    display:none;
 }
 .shop.checkout .single-widget .checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border: 1px solid #666;
    border-radius: 100%;
 }
 .shop.checkout .single-widget .checkbox label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border-radius: 100%;
    display:block;
    background:#666;
    transform:scale(0);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
 }
 .shop.checkout .single-widget .checkbox label.checked::after{
    opacity:1;
    visibility:visible;
    transform:scale(1);
 }
 .shop.checkout .single-widget.payement {
    padding: 0px 38px;
    text-align: center;
    margin-top: 30px;
 }
 .shop.checkout .single-widget.get-button {
    text-align: center;
    padding:0px 35px;
 }
 .shop.checkout .single-widget.get-button .btn {
    height: 46px;
    width: 100%;
    line-height: 19px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
 }
 /*======================================
    End Checkout Form CSS
 ========================================*/


 /*======================================
    Start LogIn Form CSS
 ========================================*/
 .login_form{
    background-color: #123075b8;
    padding: 50px ;
 }
 .login_form label{
      color: #fff;
 }
 .login_form .form-group{
    margin-bottom: 20px;
   }
 .login_form .form-group input{
    border: unset;
    padding: 10px 15px;
    margin: 5px 0;
   }
   .login_form .form-group input:focus-visible{
      outline: none;
   }
   .login_form_btn{
      color: #fff;
      background-color: #e64529;
      padding: 5px 15px;
      border-radius: 0;
      display: flex;
      width: 45%;
      justify-content: center;


   }

  .causes_slider .slick-slide .col-lg-4{
   width: 90% !important;
  }
  .service_box{
     position: relative;
     overflow: hidden;
     margin-bottom: 30px;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   }
  .service_content{
     position: absolute;
     bottom: 0;
     background-color: #372a8c8a;
     color: #fff;
     padding: 10px 20px 40px 20px;
     transform: translateY(30px);
   transition: all 0.4s ease-in-out;
}
.service_content .theme_btn{
   display: inline-block;
   padding: 10px 20px;
}
.service_box .service_img img{
   display: inline-block;
   transition: all 0.5s ease-in-out;
   height: 350px;
   width: 100%;
   object-fit: cover;
}
.service_box:hover .service_content,.service_box:hover .service_img img{
   opacity: 0.9;
   transform: scale(1.04);
}

.blog_detail img{
   height: 600px;
   width: 100%;
   object-fit: cover;
}

.home-contact a:hover {
    color: #fc1a1a;
}

.arfter-cart-btn {
    font-size: 43px;
    margin: 3px 0 0 20px;
    color: #fc1a1a;
}

.arfter-cart-btn:hover {
    border-color: #fc1a1a;
    text-shadow: #372A8C 1px 1px 10px;
}



/*dashboard-css*/
   

.theiaStickySidebar .nav-item .nav-link {
   color: #372A8C !important;
}

.theiaStickySidebar .profile-name a{
   color: #372A8C;
}

.instructor-card {
   border-radius: 10px;
   margin-bottom: 25px;
   }
   
   .settings-widget {
   border: 1px solid #e9ecef;
   margin-bottom: 24px;
   border-radius: 10px;
   background: #fff;
   position: relative;
   }
   
   .settings-menu {
   background: #fff;
   border-radius: 10px;
   padding: 1.5rem;
   }
   
   .settings-menu h3 {
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 1.5rem;
   font-family: "Poppins";
   }
   
   .settings-menu .profile-bg {
   min-height: 120px;
   background: var(--secondary-color);
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   }
   
   .settings-menu ul {
   display: block;
   border: 0;
   padding: 0px;
   margin: 0;
   list-style: none;
   }
   
   .settings-menu ul li {
   position: relative;
   margin-bottom: 24px;
   }
   .settings-menu ul li a i {
   margin-right: 8px;
   font-size: 18px;
   min-width: 20px;
   }
   
   .settings-menu ul a:hover {
   color: var(--secondary-color);
   }
   
   .settings-menu ul .active a {
   color: var(--secondary-color);
   }
   
   .profile-name p {
   margin-top: 0px;
   line-height: 0;
   margin-bottom: 30px;
   }
   
   .theiaStickySideba {
   position: relative;
   overflow: visible;
   box-sizing: border-box;
   min-height: 1px;
   }
   .profile-group {
   margin-top: 57px;
   }
   
   .profile-img img {
   width: 150px;
   height: 150px;
   border-radius: 50%;
   position: absolute;
   /* bottom: -60px; */
   left: 50%;
   -webkit-transform: translate(-50%, 0);
   -ms-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
   border: 5px solid #ffffff;
   top: 20px;
   }
   
   .most_popular_courses img.mp_img {
   max-width: 80px;
   border-radius: 10px;
   height: auto;
   }
   
   .comman-space {
   padding: 1.5rem;
   }
   
   .checkout-form .form-group {
   margin-bottom: 1.5rem;
   }
   
   .dash_my_profile.checkout-form label {
   font-size: 16px;
   margin-bottom: 5px;
   }
   .checkout-form label {
   color: #333;
   font-weight: 600;
   font-size: 14px;
   }
   
   .sell-course-head {
   border-bottom: 1px solid rgba(199, 199, 199, 0.25);
   }
   
   .dashboard-sec p {
   overflow-wrap: break-word;
   }
   .dashboard-sec p {
   margin-top: 0;
   margin-bottom: 1rem;
   }
   
   .dashboard-sec .course-design {
   width: 100%;
   }
   
   .dashboard-sec .course-design {
   border: 1px solid #e9ecef;
   }
   .dashboard-sec .course-box {
   margin-bottom: 0;
   border-radius: 10px;
   }
   .dashboard-sec .card {
   border: 1px solid #e9ecef;
   margin-bottom: 1.5rem;
   border-radius: 0;
   }
   
   .course-design .product {
   width: 100%;
   }
   .course-design .product {
   padding: 12px;
   }
   .course-design .product {
   background: #fff;
   }
   .course-box .product {
   border-radius: 10px;
   position: relative;
   padding: 20px;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   background: #fff;
   backdrop-filter: blur(17px);
   -webkit-backdrop-filter: blur(17px);
   }
   
   .product-img {
   position: relative;
   overflow: hidden;
   z-index: 1;
   border-radius: 10px 10px 10px 10px;
   }
   
   .product-img img {
   width: 100%;
   
   transform: translateZ(0);
   transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
   }
   
   .product-img:hover img {
   -webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
   transform: scale(1.15);
   }
   
   .course-design .price {
   min-width: auto;
   padding: 8px 15px;
   text-align: center;
   }
   .price {
   min-width: 140px;
   padding: 6px 15px;
   }
   .price {
   background: #fff;
   position: absolute;
   bottom: 20px;
   right: 20px;
   min-width: 149px;
   padding: 14px 15px;
   border-radius: 10px;
   }
   
   .course-design .price .free-color {
   color: #159f46;
   }
   .price h3.free-color {
   color: #159f46;
   text-transform: uppercase;
   }
   .course-design .price h3 {
   font-size: 14px;
   }
   .price h3 {
   font-size: 24px;
   color: var(--secondary-color);
   font-weight: 500;
   margin-bottom: 0;
   font-family: "Poppins";
   }
   
   .product-content {
   padding-top: 18px;
   display: inline-block;
   width: 100%;
   }
   .course-group {
   margin-bottom: 17px;
   }
   
   .product-content h3 {
   font-size: 18px;
   font-weight: 600;
   line-height: 1.4;
   font-family: "Poppins";
   }
   
   .course-info {
   border-bottom: 1px solid #e9ecef;
   margin-bottom: 15px;
   padding-bottom: 15px;
   }
   .course-info {
   margin: 16px 0 18px;
   }
   
   .course-design .course-info p {
   font-size: 14px;
   display: flex;
   }
   .course-info .rating-img p {
   margin: 0;
   display: flex;
   }
   .course-info p {
   margin-bottom: 0;
   color: #685f78;
   font-size: 16px;
   margin-left: 8px;
   margin-right: 0;
   }
   
   .course-view {
   margin-left: auto;
   }
   
   .course-share i {
   color: var(--secondary-color);
   font-size: 20px;
   }
   
   .tutor-course-wishlist:hover i {
   fill: var(--secondary-color);
   }
   
   .course-share {
   margin-left: auto;
   }
   .course-group-img img {
   max-width: 40px;
   height: 40px;
   border-radius: 25px;
   margin-right: 10px;
   border: 3px solid #e9ecef;
   }
   
   .course-name p {
   margin-bottom: 0;
   font-size: 13px;
   flex: 0 0 100%;
   }
   
   .course-name h4 {
   font-family: "Poppins";
   font-size: 17px;
   margin-bottom: 0px;
   }
   
   .profile-heading {
   padding: 1.5rem;
   border-bottom: 1px solid rgb(199 199 199 / 25%);
   }
   
   .profile-details .course-group {
   padding: 25px;
   border-bottom: 1px solid rgb(199 199 199 / 25%);
   }
   
   .profile-heading h3 {
   font-size: 22px;
   font-weight: 600;
   margin-bottom: 10px;
   margin-top: 0;
   }
   
   .profile-heading p {
   margin-bottom: 0;
   }
   
   .profile-details .course-group {
   padding: 25px;
   border-bottom: 1px solid rgb(199 199 199 / 25%);
   }
   
   #tutor_profile_cover_photo_editor {
   flex: 0 0 100%;
   }
   
   .profile-share {
   margin-left: auto;
   }
   
   .profile-share .btn-success {
   background: 0 0;
   color: #159f46;
   border: 1px solid #159f46;
   margin-right: 10px;
   border-radius: 0;
   padding: 7px 22px;
   font-weight: 500;
   border-radius: 5px;
   }
      
   .profile-share .btn-danger {
   background: 0 0;
   color: red;
   border-radius: 0;
   padding: 7px 22px;
   font-weight: 500;
   border-radius: 5px;
   }
   .btn-outline-danger {
   color: #ff0100;
   border-color: #ff0100;
   }
   
   .checkout-form.personal-address {
   padding: 1.5rem;
   margin-bottom: 0;
   }
   .add-course-info {
   padding: 1.5rem;
   }
   
   .checkout-form {
   padding: 20px;
   }
   
   .your_avatar {
   font-family: "Poppins";
   font-size: 22px;
   font-weight: 600;
   }
   .personal-address h4 {
   font-size: 22px;
   margin-bottom: 10px;
   font-weight: 600;
   font-family: "Poppins";
   }
   
   .personal-address p {
   font-size: 14px;
   }
   
   .add-course-info textarea.form-control {
   min-height: 180px;
   color: #685f78;
   }
   
   .add-course-info .form-control {
   border: 1px solid #e9ecef;
   border-radius: 5px;
   background-color: #e9ecef;
   }
   
   .checkout-form label {
   color: #000;
   font-weight: 600;
   font-size: 14px;
   }
   
   .tutor-reset-password-form-wrap input {
   background-color: #cccccc80;
   }
   
   .tutor-grid .single-product {
   margin-top: 0px;
   }
   
   .course-design .product:hover {
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   }
   
   .dashboard-btn .nav-tabs {
   font-size: 16px;
   }
   
   .dashboard-btn .nav-tabs .nav-item.show .nav-link,
   .nav-tabs .nav-link.active {
   background-color: var(--secondary-color);
   color: #fff;
   border: 0px solid #eb681b;
   }
   
   .dashboard-bt .nav-tabs .nav-item.show .nav-link,
   .nav-tabs .nav-link:hover {
   background-color: var(--secondary-color);
   color: #fff;
   border: 0px solid #eb681b;
   }
   
   .nav-tabs .nav-link {
   margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
   background: 0 0;
   border: var(--bs-nav-tabs-border-width) solid transparent;
   border-top-left-radius: var(--bs-nav-tabs-border-radius);
   border-top-right-radius: var(--bs-nav-tabs-border-radius);
   background-color: #292927;
   color: #ffff;
   margin-right: 10px;
   }
   


   .order-account-table a {
   color: #372A8C;
   text-decoration: none;
   }

   .nice-select.form_control{
      width: 100%;
   }
   .nice-select.form_control ul{
      width: 100%;
   }

   .modal-body .nice-select{
      background-color: #000 !important;
      border: 1px solid red;
      color: #fff;
   }
   .modal-body .nice-select .option{
      color: #000;
   }
   /* #card-element{
      background-color: #fff;
      border: 1px solid red;
   } */


   #card-element1{
      background-color: #fff;
      border: 1px solid red;
   }




   .add_cart_1{
    background-color: #fff;
    color: #372A8C;
    padding: 5px 15px;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 1px;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}
/* .add_cart_1:hover{
    background-color: #372A8C;
    color: #fff;
    box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;
} */
 .add_cart_2{
    /* background-color: #fff; */
    /* color: #372A8C; */
    padding: 2px 5px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 1px;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    cursor: pointer;
}


.causes_slider.slick-initialized.slick-slider img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
 
.product_slider.slick-initialized.slick-slider img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
 
section.sec_8 img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.s10_box img{
   width: 100%;
    object-fit: cover;
}

.sec_11 img {
    height: 240px;
    object-fit: cover;
}


.hbot_img img {
    height: 450px;
    object-fit: cover;
}

.s11_box img {
  height: 270px;
  object-fit: cover;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* General property for newer browsers (might not be universally supported yet) */
input[type=number] {
  appearance: none;
}