@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700);
@import url(font/archivo.css);
@import url(font/font_family.css);

html {overflow-x: hidden;scroll-behavior: smooth;}
* {padding:0;margin:0;font-family:'poppins','Archivo';position:relative;transition:0.4s;box-sizing: border-box;}
body {
    overflow-x: hidden;
}
a {text-decoration:none;color:unset;}
div,h1,h2,h3,h4,p,i,a {position:relative;transition:0.4s;   
    }

:root {
	--color:#012563;
	--color2:#021314;
	--color3:#ffffff;
	
}


/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px #dadada;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
     background: #e3e3e3;
    border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  
}




::placeholder {font-style:italic;}

.header {           width: -webkit-fill-available;
    background: linear-gradient(45deg, #2196F3, #2039c5);
    color: white;
    display: grid;
    grid-template-columns: auto 35% auto;
    align-items: center;
    overflow: visible;
    z-index: 5;}
.header .head_cont{        vertical-align: middle;
    margin: 0 auto;
    width: -webkit-fill-available;
    text-align: center;
}
.header .head_cont .head_logo{}
.header .head_cont .head_logo img{         width: 237px;
    height: auto;
    margin: 6px 20px;}
.header .head_cont .search_bar{           border: 1px solid white;
    background: white;
    border-radius: 6px;
    height: 35px;
    padding: 1px 8px 0px 5px;
    display: flex;
}
.header .head_cont .search_bar input{    background: transparent;
    padding: 6px;
    border: 0px;
    outline: none;
    width: auto;
    font-size: 15px;
}
.header .head_cont .search_bar button{       padding: 6px;
    font-size: 18px;
    border: 0px;
    vertical-align: middle;
    border-radius: 20px;
    outline: 1px solid white;
    background: #012563;
    color: white;
    position: absolute;
    right: 0px;
}
.header .head_cont .head_text {       display: inline-block;
    padding: 7px 6px;
    font-size: 11px;
    cursor: pointer;
    vertical-align: middle;}
.header .head_cont .head_text h3{display: inline-block;
    font-weight: 400;
    margin: 0px 5px;}
.header .head_cont .head_text i {    display: inline-block;
    padding: 5px;
    width: 18px;
    border-radius: 23px;
    height: 24px;
    text-align: center;}


.goog-te-gadget .goog-te-combo {
         margin: 0px 0;
    padding: 6px;
    border: 0px solid #ffffff;
    background: #00000075;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    width: 138px;
}


#seBusiness {display:none;}
.se_results,.se_result2 {      position: absolute;
    background: #ffffff;
    left: 50%;
    color: #707070;
    transform: translate(-50%);
    max-width: 423px;
    z-index: 333;
    top: 0;
    width: 100%;}
	
	.se_results h3,.se_result2 h3 {    font-size: 12px;
    font-weight: 400;
    padding: 5px 15px;}
	
	.se_results h3 i ,.se_result2 h3 i {    margin: 0px 12px;
    color: #2196F3;}
.search_cont_head {     display: grid;
    grid-template-columns: 20% 53% 19px 20%;
    margin: 10px;
    border-radius: 4px;}
	
	.search_cont_head select {       font-size: 13px;
    padding: 10px 0px;
    border: 0px;
    outline: none;
    border: 0px;
    background: #f2f2f2;}
	.search_cont_head input {       font-size: 15px;
    padding: 10px 0px 10px 13px;
    border: 0px;
    outline: none;}
	.search_cont_head button {    background: #3F51B5;
    color: white;
    border: 0px;}
.drop_down {       display: none;
    position: absolute;
    z-index: 7;
    background: white;
    color: #505050;
    box-shadow: -2px 29px 20px 0px #5656562e;
    top: 55px;
    border-radius: 5px;
    font-size: 13px;
    text-align: left;}
	
	.drop_down:before {
    content: '';
    position: absolute;
    border: 15px solid transparent;
    border-bottom: 15px solid white;
    top: -25px;
    left: 30;
}
.drop_down li{    list-style-type: none;
    width: 150px;
    padding: 15px 21px;}
.drop_down li:hover {background: #012563;
    color: white;}

.cate_drop {}
.cate_drop i{    top: 0;
    background: #e2e2e2;
    height: 100%;
    display: grid;
    width: -webkit-fill-available;
    text-align: center;
    align-items: center;}
 .drop_list{        display: none;
    position: absolute;
    background: white;
    z-index: 3;
    top: 47px;
    right: 18%;
    font-size: 13px;
    max-height: 500px;
    overflow: auto;
    padding-top: 15px;}
	
	
	.close_btn i {background:transparent;}
	.close_btn {       position: absolute;
    text-align: right;
    top: -3px;
    right: 1px;
    font-size: 17px;
    color: red;
    height: 33px;
    z-index: 3;
    padding: 9px;
    cursor: pointer;}
		.close_btn:hover {
			background: red;
			color:white;
		}
	

 .drop_list .liv{    min-width: 200px;
    padding: 3px 5px;}
	
	.drop_list .liv:hover {
    background: #2196F3;
    color: white;
}
.head_text:hover .drop_down  {display:block;}
	
	
.hero {             color: white;
    padding: 0px;
    border-radius: 0px 0px 19px 20px;
    background-position: center;
    background-repeat: repeat-y;
    padding-top: 1px;
    width: 100%;
    }
.hero_text {display: inline-block;
    width: fit-content;
    padding: 62px;}
.hero_text h1{display: inline-block;
    margin: 10px;
    font-size: 48px;}
.hero_text h2  {display:inline-block}
.hero_text h3{}
.hero_text2 {              color: #000000;
    padding: 50px;
    border-radius: 4px;
    margin: 0px auto;
    max-width: 1100px;
    text-align: left;
    line-height: 1.5;
    align-items: center;
    z-index: 3;
    vertical-align: top;
    display: grid;
    grid-template-columns: 50% 50%;}
	
	
.ht_side2 img {      width: 100%;
    max-width: 400px;
    filter: drop-shadow(0px 0px 11px #bcbcbc38);
    margin: 0 auto;
    display: block;
	 animation: aniupdn1 2s linear infinite alternate;
	 -webkit-animation: aniupdn1 2s linear infinite alternate;
	 -moz-animation: aniupdn1 2s linear infinite alternate;
	}	
	
	
	@keyframes aniupdn1{
		0% {top:10px;}
		100% {top:-10px;}
	}
	@-webkit-keyframes aniupdn1{
		0% {top:10px;}
		100% {top:-10px;}
	}@-moz-keyframes aniupdn1{
		0% {top:10px;}
		100% {top:-10px;}
	}
	
.hero_text2 h1{              font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    background: linear-gradient(90deg, #162ca8 12.55%,#2196F3 46%, #8BC34A 83.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    width: -webkit-fit-content;
    width: fit-content;
    background-clip: text;
    text-fill-color: transparent;}
	
.hero_text2 .big_text {}
.hero_text2 p{         font-size: 15px;
    margin: 20px 0px;
    color: #000000;}

.mobile_header,.outside_click_close {display:none;}
.btn1 {         background: black;
    color: white;
    width: auto;
    border: 0px solid;
    padding: 11px 25px;
    border-radius: 0px;
    margin: 15px 5px 0px;
    display: inline-block;
    font-size: 15px;	}

.btn1:hover {
	
	    transform: scale(1.1);
    background: #01256370;
    border-radius: 60px;
}

.btn_holder_right {    text-align: right;}
.btn_holder_center {    text-align: center;}
.btn_holder_left {    text-align: left;}
.view_all_btn {        background: linear-gradient(45deg, #3F51B5, #2196F3);
    width: fit-content;
    padding: 10px 20px;
    font-size: 15px;
    color: white;
    border-radius: 4px;
    display: block;
    margin: 5px auto;}


	.herobtnh {    text-align: center;}
	.btn_change_f1 {        background: #2196F3;
    color: white;
    padding: 6px 7px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin: 0px 0px;
    border: 2px solid #2196F3;}
.hero_box {              background: url("images/backimg33.png");
    min-height: 231px;
    background-size: 100% 100%;
    background-attachment: fixed;}
	
.hero_clip {     background: #00000069;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: absolute;}
.hero_box img{    width: -webkit-fill-available;
    height: auto;
    position: absolute;
    filter: brightness(0.5);}
.hero_box .search_bar{        width: -webkit-fill-available;
    max-width: 700px;
    padding: 0px 20px;
    margin: 0px auto 0px;}
.hero_box .search_bar input,.hero_box .search_bar select,.hero_box .search_bar button{       font-size: 13px;
    padding: 14px 20px;
    border: 0px;
    background: #ffffff;
    outline: none;}
.hero_box .search_bar select option {background:white;text-align:left;}
.hero_box .search_bar select{    
            padding: 10px 0px;
    background: #e9e9e9;
    text-align: center;}
.hero_box .search_bar button{    
           padding: 10px 5px;
    background: linear-gradient(45deg, #2196F3, #3F51B5);
    color: white;
    font-size: 18px;}
.hero_box .search_bar .search_cont{         display: grid;
    grid-template-columns: 18% 61% 20px 18%;
    background: white;}

.search_result {}

.sr_head {      font-size: 24px;
    color: white;
    font-weight: 500;
    padding: 20px 0px 0px;
    text-align: center;	}
.wtsp_chat {    width: fit-content;
    position: fixed;
    bottom: 10;
    right: 10px;
    z-index: 3;
    background: #4CAF50;
    color: white;
    padding: 10px;
    font-size: 30px;}

.all_category {               width: -webkit-fill-available;
    display: block;
    margin: 14px auto;
    padding: 20px;
    text-align: center;
    background: white;}
.all_category h2{       font-size: 24px;
    font-weight: 600;
    padding: 15px;}
.all_cat_box {         width: 100px;
    overflow: hidden;
    display: inline-grid;
    vertical-align: text-top;
    margin: 6px;
    padding-bottom: 10px;
    border-radius: 5px;
    grid-template-rows: 100px auto;
    align-items: center;
    height: 149px;
    background: #f5fbff;}
.all_cat_box img{        width: 95px;
    border: 2px solid #2196F3;
    height: 95px;
    border-radius: 100px;}
.all_cat_box h3{               font-size: 13px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;}
.all_cat_box p{}
.all_cat_box .btn2{}

.slider_box {            width: fit-content;
    max-width: 96%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    overflow: auto;
    margin: 1px auto;}

.row_bottom {          background: #171717;
    padding: 20px;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    color: #a7a7a7;}
.row_bottom .side1{    padding-left: 100px;}
.row_bottom .side1 h1{    font-size: 30px;
    padding: 20px;}
.row_bottom .side1 .row_bt_p{       display: flex;
    align-items: center;
    font-size: 15px;
    padding: 5px 20px;}
.row_bottom .side1 .row_bt_p i{}
.row_bottom .side1 .row_bt_p h4{    font-weight: 500;
    margin: 0px 10px;}
 .side2{        width: -webkit-fill-available;
    max-width: 400px;
    margin: 0 auto;
    padding: 31px 0px;}

.side2  input{      width: -webkit-fill-available;
    margin: 5px;
    padding: 10px 20px;
    border-radius: 6px;
    border: 2px solid #cecece;}
 .side2  textarea{    width: -webkit-fill-available;
    padding: 20px;
    border: 2px solid #cecece;
    border-radius: 5px;
    margin: 5px;}
.side2 input[type=submit],.side2 button{    font-size: 16px;
    padding: 7px 10px;
    width: -webkit-fill-available;
    margin: 5px;
    background: #2196F3;
    color: white;
    border: 0px;
    outline: none;
    border-radius: 3px;}
	
	.foot_img {        max-width: 300px;
    margin: 11px auto;
    width: -webkit-fill-available;}

footer {    background: black;}
footer p{    margin: 0px;
    padding: 10px;
    font-size: 13px;
    background: black;
    color: white;
    text-align: center;}
	
	
	.all_heproducts {           display: grid;
    grid-template-columns: 250px auto;
    align-items: start;
    width: -webkit-fill-available;
   min-height: 290px;
    margin: 15px auto;
    padding: 0px 0px;
    background: white;}
	.cat_box {          width: 200px;
    text-align: left;
    background: #ffffff;
    height: 100%;
    color: black;
    display: grid;
    margin: 0 auto;
    align-items: center;
    max-height: 295px;
    border-right: 1px solid  #d0d0d0;}
	.cat_box img{     width: 150px;
    border: 2px solid #bfbfbf;
    border-radius: 100px;
    height: 150px;
    overflow: hidden;
    margin: 10px auto;
    display: block;}
	.cat_box h3{         text-align: center;
    font-size: 17px;
    font-weight: 500;
    padding: 0px 20px;}
	
	
	
	
.desktop {display:block}
.mobile {display:none}
	
	.order_box {       width: 150px;
    display: inline-block;
    vertical-align: text-top;
    border: 1px solid #dedede;
    margin: 6px;
    border-radius: 5px;
    background: white;
    padding: 2px 2px 10px;}
	.order_box img{    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: block;}
	
	 img:hover {transform: scale(0.95);}
	.order_box:hover img {transform: scale(0.9);}
	.order_box h2{    font-size: 12px;
    text-align: center;
    font-weight: 500; overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  white-space: pre-wrap;}
	.order_box h4 {         color: #4CAF50;
    font-size: 13px;
    margin: 2px;
    font-weight: 600;
    text-align: center;}
	.order_box p{       font-size: 12px;
    color: #888888;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;}
	
	.order_fill_box {       width: fit-content;
    margin: 4px;
    display: block;
    text-align: center;}
	
	.slider_box::-webkit-scrollbar-track ,.order_fill_box::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px white;
    border-radius: 0px;
}
	.slider_box::-webkit-scrollbar-thumb,.order_fill_box::-webkit-scrollbar {
  width: 10px;
  height:10px;
}

.slider_box::-webkit-scrollbar-thumb,.order_fill_box::-webkit-scrollbar-thumb {
            background: #e2e2e2;
    border-radius: 4px;
}

	#order_search_page {        padding: 20px;
    background: white;
    width: -webkit-fill-available;
    min-height: 400px;
    display: block;}
	
	.back_btn {    background: black;
    width: fit-content;
    color: white;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 3px;}
	
	.city_change {       position: fixed;
    z-index: 100;
    background: white;
    padding: 30px 20px;
    left: 50%;
    top: 34%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #0000003d;
    width: 100%;
    max-width: 500px;}
	.city_change h3{    text-align: center;
    font-size: 20px;
    font-weight: 500;}
	.city_change span.close{    position: absolute;
    right: 9px;
    font-size: 33px;
    top: -1px;
    z-index: 3;
    color: red;
    cursor: pointer;}
	.city_change select{        width: -webkit-fill-available;
    padding: 10px;
    margin: 15px 25px;
    border: 2px solid #2196F3;
    border-radius: 4px;
    font-size: 15px;}
	.city_change button{     width: -webkit-fill-available;
    padding: 10px;
    margin: 0px 25px 20px;
    border: 2px solid #2196F3;
    border-radius: 4px;
    background: #2196F3;
    color: white;
    font-size: 16px;}
	
	.alert {     padding: 23px;
    width: fit-content;
    font-size: 13px;
    margin: 0px auto;
    font-weight: 500;
    border-radius: 6px;}
	
.danger,.failed {background: #ffd0d082;
    color: #d45050;}
.info {    background: #d0deff82;
    color: #5097d4;
}
.success {    background: #c9ffb7;
    color: #1aab2c;
}

.result_tag {    text-align: left;
    padding: 10px;
    font-size: 17px;
    text-decoration: underline;}
.continue_btn {    width: fit-content;
    margin: 10px auto;
    background: #2196F3;
    color: white;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 4px;}
	
	.order_page_full  {        display: grid;
    grid-template-columns: 50% 50%;
    background: white;
    max-width: 1000px;
    margin: 10px auto;}
	.order_box_left {    border: 1px solid #c5c5c5;
    border-radius: 8px;}
	.order_box_left img{    width: -webkit-fill-available;
    margin: 20px;
    max-height: 500px;
    max-width: 500px;}
	.btn_holder{        width: fit-content;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    text-align: left;
    padding: 10px 30px;}
	.buy_btn{        font-size: 14px;
    background: #2196F3;
    padding: 10px 20px;
    border-radius: 3px;
    white-space: nowrap;
    color: white;
    margin: 4px;}
	.buy_btn2{        font-size: 14px;
    background: #20b826;
    padding: 10px 20px;
    border-radius: 3px;
    color: white;white-space: nowrap;
    margin: 0px 10px;}
	.order_box_right {    padding: 0px 20px;}
	.order_box_right h2{       font-size: 22px;
    font-weight: 500;
    padding: 10px 30px;
    margin-top: 35px;}
	.order_box_right p{    color: gray;
    font-size: 14px;
    padding: 0px 30px;}
	.order_box_right h4{    color: #4CAF50;
    font-weight: 600;
    padding: 0px 30px;}
	.order_box_right .pro_dis{      padding: 5px 30px;
    white-space: pre-line;
    font-size: 16px;
    margin-bottom: 30px;}
	
	.pd_se_city {       padding: 4px 30px;
    font-size: 13px;
    color: #15619e;
    font-weight: 500;
    display: block;	}
	
	.pd_se_city b {    background: #2196f3;
    color: white;
    padding: 7px;
    margin: 5px;
    font-weight: 500;}
	
	#leadPopup {       display: none;
    background: white;
    width: 96%;
    max-width: 500px;
    padding: 20px;
    position: fixed;
    z-index: 3;
    top: 14%;
    left: 50%;
    transform: translate(-50%);
    overflow: auto;
    max-height: 80%;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #99999963;}
	 #leadclose{    color: #fa7575;
    position: absolute;
    right: 18px;
    font-size: 30px;
    z-index: 1;}
	#leadPopup h3{    font-size: 20px;
    padding: 20px;
    font-weight: 500;}
	#leadPopup p{       font-size: 14px;
    width: 90%;
    margin: 0 auto;
    text-align: left;}
	#leadPopup input{    padding: 11px;
    width: 90%;
    display: block;
    margin: 6px 20px 20px;
    border: 1px solid #d0d0d0;}
	#leadPopup button{    background: #2196F3;
    width: 90%;
    padding: 14px;
    margin: 20px 20px;
    display: block;
    color: white;
    border: 0px;
    border-radius: 4px;
    font-size: 16px;}
	#leadPopup .login_insted{    color: #2b2b2b;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    text-decoration: underline;}
	
	.similer_pro {    background: #f6f6f6;}
	.similer_pro h3{        padding: 0px 10px;
    font-weight: 600;}
	
	.youtube_videos {    max-width: 1000px;
    margin: 0 auto;
    width: -webkit-fill-available;}
	.youtube_videos h3{    text-align: center;
    padding: 13px;
    font-weight: 500;}
	.youtube_videos iframe{        width: 48%;
    height: 100%;
    max-width: 500px;
    max-height: 300px;
    margin: 20px 10px;
    display: inline-block;
    border-radius: 7px;
	}
	
	.password_sheild {    position: fixed;
    background: white;
    top: 0;
    z-index: 4;
    width: 100%;
    left: 0px;
    height: 100%;}
	.password_form {    margin: 100px auto;
    display: block;
    width: -webkit-fill-available;
    max-width: 600px;}
	.password_form h5{    font-size: 20px;
    text-align: center;
    font-weight: 500;
    padding: 12px;}
	.password_form input{    width: -webkit-fill-available;
    padding: 15px;
    border: 1px solid #d7d7d7;
    margin: 10px auto;}
	.password_form button{    width: -webkit-fill-available;
    padding: 12px;
    font-size: 16px;
    background: #2196F3;
    color: white;
    border: 0px;
    border-radius: 4px;}
	.pass_result {}