@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {background: #ffffff; width: 100%; margin:0 auto; padding:0 ; font-family: 'Roboto', sans-serif; overflow-x: hidden; max-width: 1920px;}
a{text-decoration:none; outline:none; transition:all .3s;}
a:hover{text-decoration:none; transition:all .5s;}
button, button:focus{outline:none;}
h1, h2, h3, h4, h5, h6, ul, li, p{padding:0; margin:0;}
li{list-style:none;}
input, input:hover, input:focus, textarea:hover, textarea:focus, .form-control:hover, .form-control:focus{outline:none !important; box-shadow:none;}
p:empty { display: none; }
input[type=password] { font-family: sans-serif !important; }
@font-face { font-family: 'Crayon Kids'; src: url('../fonts/CrayonKids.eot'); src: url('../fonts/CrayonKids.eot?#iefix') format('embedded-opentype'), url('../fonts/CrayonKids.woff2') format('woff2'), url('../fonts/CrayonKids.woff') format('woff'), url('../fonts/CrayonKids.ttf') format('truetype'), url('../fonts/CrayonKids.svg#CrayonKids') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Candleon DEMO'; src: url('../fonts/CandleonDEMORegular.eot'); src: url('../fonts/CandleonDEMORegular.eot?#iefix') format('embedded-opentype'), url('../fonts/CandleonDEMORegular.woff2') format('woff2'), url('../fonts/CandleonDEMORegular.woff') format('woff'), url('../fonts/CandleonDEMORegular.ttf') format('truetype'), url('../fonts/CandleonDEMORegular.svg#CandleonDEMORegular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
.admin-dash-custom > .row { margin: 0; }
.admin-dash-custom .row > .col-md-3 { background: #142033; width: 225px; padding: 20px 0; }
.admin-dash-custom .logo-sec { text-align: center; margin: 0 0 20px; padding: 0 0 30px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.admin-dash-custom .logo-sec img { filter: invert(1) brightness(100); }
.frontend-admin-menu-class .menu > li > a {color: #fff; display:block; padding:8px 20px; font-size:14px; font-weight:300; }
.frontend-admin-menu-class .menu > li.current-menu-item > a { background: rgba(255,255,255,0.19); color: #fff; }
.frontend-admin-menu-class .menu > li > ul.sub-menu { padding: 7px 10px 7px 45px; }
.frontend-admin-menu-class .menu > li > ul.sub-menu > li { list-style: disc; color: #fff; }
.frontend-admin-menu-class .menu > li > ul.sub-menu > li > a { color: #fff; display: block; padding: 4px 0px; font-weight: 300; font-size: 14px; }
.admin-dash-custom .row > .col-md-9 { width: calc(100% - 225px); padding: 20px 0px 20px 30px; }
.admin-dash-custom .admin-custom-content { margin-right: -15px; }

/*home page*/
.mainheader { position: relative; left: 0; right: 0; top: 0; background: #fff; width: 100%; z-index: 9999; transition: all .3s; box-shadow: 0 0 5px rgba(0,0,0,0.15); }
.headernavbar { display: flex; justify-content: space-between; position: relative; padding: 10px 0; align-items: center; align-content: center; }
.headernavbar .navbar { margin: 0; padding: 0; width: 100%;}
.headernavbar .navbar .navbar-brand { margin: 0 35px 0 0; }
.headernavbar .navbar .navbar-brand img { width: 92px;}
.headernavbar .navbar-nav > li > a{ font-size: 18px; font-weight: 400; text-transform: uppercase; padding: 5px 5px; display: block; font-family: 'Roboto', sans-serif; color: #125D90; }
.headernavbar .navbar-nav > li > a > span { display: inline-block; vertical-align: middle; padding-left: 5px; }
.headernavbar .navbar-nav > li:nth-child(2) > a { color: #F39C3F; }
.headernavbar .navbar-nav > li:nth-child(3) > a { color: #79C360; }
.headernavbar .navbar-nav > li:last-child > a { color: #4AC8E1; }
.btn.closebtn { display: none; }
.cartsearch_row { display: flex; align-items: center; min-width: 150px; justify-content: space-between; }
.headersearch { position: relative; right: 0; top: 0;}
.btn.srchbtn { border: 0; padding: 0; margin: 0; width: 35px; height: 35px; line-height: 35px; text-align: center; background: transparent; box-shadow: none; border-radius: 0; }
.btn.srchbtn span { color: #3c6875; font-weight: 700; font-size: 20px; display: none;}
.searchpopup { position: absolute; top: 50px; z-index: 2; right: -15px; padding: 30px; background-color: #fff; box-shadow: 8px 8px 30px 0 rgba(0,0,0,0.12); border-radius: 5px; min-width: 350px; display: none;}
.searchpopup:before{content:''; position:absolute; height:15px; width:15px; top:-5px; right: 30px; opacity: 1; background: #fff; border-radius: 2px; transform: rotate( 45deg);}
.searchpopup form { position: relative; width: 100%; } 
.searchpopup .form-control {width:100%; padding:7px 60px 7px 20px; height:50px; border:1px solid #dbdbdb; border-radius:3px; background:#ffffff; } 
.searchpopup .search-submit { border: none; position: absolute; top: 5px; right: 5px; width: 40px; height: 40px; line-height: 30px; outline: none; text-align: center; background: #3c6875; transition: all 0.3s linear; border-radius: 3px; }
.searchpopup .search-submit img { filter: invert(1); }
.headersearch.active .btn.srchbtn span { display: inline-block; }
.headersearch.active .btn.srchbtn img { display: none; }
.headersearch.active .searchpopup { animation: searchSlideUp 0.5s cubic-bezier(0.23,1,0.32,1) both; display: block;}
.wps_mfw_buy_button { display: none !important; }
@keyframes searchSlideUp {
  from {-webkit-transform: translateY(10%); transform: translateY(10%);}
  to {-webkit-transform: translateY(0); transform: translateY(0);}
}
.usericon .img-fluid { max-width: 22px; }
.headercart .cartbtn { position: relative; background: #125D90; display: inline-flex; align-items: center; color: #ffffff; text-transform: uppercase; font-size: 16px; padding: 15px 20px; min-width: 150px; border-radius: 100px; }
.headercart .cartbtn svg { fill: #fff; width: 18px; margin-right: 8px; }
.cartbtn .cartcount { position: absolute; top: 50%; right: 13px; transform: translateY(-50%); color: #125D90; background: #ffffff; width: 20px; height: 20px; line-height: 20px; text-align: center; border-radius: 20px; font-size: 14px; font-weight: 600; }
footer { background: #121518; width: 100%; } 
.topfooter { padding: 50px 0; }
.custom_col {margin: 0 0 20px;}
.footerheading { font-size: 18px; font-weight: 600; color: #ffffff; text-transform: uppercase; margin: 0 0 10px; } 
.footerlink li a { color: #ffffff; font-size: 16px; line-height: 30px; } 
.footerlink li a:hover { color: #3c6875; }
.custom_col p { color: #ffffff; font-size: 16px; line-height: 30px; }
.custom_col p a { color: #ffffff; }
.footmid_link { display: flex; flex-wrap: wrap; align-items: center; padding: 0 0 20px; border-bottom: 1px solid rgba(255,255,255,0.13); }
.footmid_link li a { color: rgba(255,255,255,0.5); font-size: 15px; display: block; margin-right: 40px; }
.footmid_link li:last-child a { margin-right:0; }
.bottom_footrow { display: flex; justify-content: space-between; align-items: center; padding: 20px 0;}
.footlogo_social { display: flex; align-items: center; }
.footlogo .img-fluid { filter: invert(1); margin-right: 20px; }
.socialicons li { display: inline-block; padding: 0 0 0 10px; } 
.socialicons li a { width: 30px; height: 30px; line-height: 28px; border-radius: 50px; background: rgba(86,95,112,0.78); display: block; text-align: center; }
.socialicons li a .img-fluid { filter: invert(1); width: 15px; }
.footerpayment .img-fluid { max-height: 28px; }
#elevator_item{position:fixed; right:15px; bottom:50px; transition:opacity .4s ease-in-out; opacity:1; z-index:800; display:none;}
#elevator_item.off{opacity:0; visibility:hidden;}
#elevator{display:block; width:40px; height:40px; cursor:pointer; background:url(../images/icon_top.png) center center no-repeat; background-size:50%; background-color:#f39c3f; border-radius:100px; box-shadow:0 1px 3px rgba(0,0,0,0.2);}
aside#secondary { display: none; }
body header.entry-header{text-align:center; background:#ddebef; padding:50px 15px; }
body header.entry-header .entry-title { font-size: 32px; font-weight: 700; text-transform: uppercase; margin: 0; color: #2e5b68; }
.site-main .entry-content { padding: 60px 15px; }
#customer_login h2 { font-size: 26px; font-weight: 700; text-transform: uppercase; margin: 0 0 15px; color: #2e5b68; }
#customer_login .woocommerce-form { width: 100%; margin: 0 0 30px; box-shadow: 0 0 14px rgba(0,0,0,0.15); border-radius: 16px; border: 1px solid #ddd; }
#primary .woocommerce form .form-row .input-text, #primary .woocommerce form .form-row select, .accounttoyedit-row .form-row .input-text, .accounttoyedit-row .form-row select { height: 43px; padding: 7px 15px; font-size: 16px; color: #242424; border-radius: 0; border: 1px solid #d1d0d0; outline:none; box-shadow: none; width: 100%;}
#primary .woocommerce form .form-row label, .accounttoyedit-row .form-row label { font-size: 16px; font-weight: 400; text-transform: inherit; letter-spacing: inherit; display: block; }
#primary .woocommerce form .form-row textarea.input-text { height:auto; }
#primary .woocommerce form .form-row .woocommerce-form-login__rememberme { display: block; margin: 0 0 10px; }
#primary .woocommerce .woocommerce-button, #primary .woocommerce .woocommerce-Button, #primary .woocommerce-info .button, .woocommerce-account .woocommerce-MyAccount-content .button, #primary .woocommerce .button { background: #3c6875; color: #fff; border-radius: 100px; font-weight: 500; padding: 13px 20px; min-width: 120px; outline: none; margin: 0 0 5px; text-align:center; }
#primary .woocommerce form .lost_password a, #primary .woocommerce form .woocommerce-privacy-policy-text a, #customer_login .login .register_show, #customer_login .register .login_show { color: #3c6875; font-weight: 500; text-decoration: underline; text-underline-position: under; }
#primary .woocommerce form .woocommerce-privacy-policy-text { margin: 0 0 10px; padding: 3px; }
.woocommerce-lost-password .lost_reset_password { width: 100%; padding: 25px; max-width: 700px; margin: 0 auto 30px; box-shadow: 0 0 14px rgba(0,0,0,0.15); border-radius: 16px; border: 1px solid #ddd; }
.woocommerce-lost-password .lost_reset_password .form-row { width: 100%; }
#customer_login .u-column1.col-1, #customer_login .u-column2.col-2 { display: block; float: none; margin: 0 auto; }
#customer_login .login p:last-child { margin: 15px 0 0; text-align: center; }
#customer_login .register > p:last-child { text-align: center; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { background: #fff; border: 1px solid #ddd; box-shadow: 0 0 12px rgba(0,0,0,0.15); } 
.woocommerce-account .woocommerce-MyAccount-navigation ul li a { display: block; padding: 10px 15px; font-size: 16px; color: #353535; border-bottom: 1px solid #ededed; border-left: 3px solid #3c6875; } 
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a { background: #3c6875; color: #fff !important; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover { color: #3c6875; }
.woocommerce-account .woocommerce-MyAccount-content { background: #fff; border: 1px solid #ddd; box-shadow: 0 0 12px rgba(0,0,0,0.15); padding: 20px 30px; min-height: 275px; } 
.woocommerce-account .woocommerce-MyAccount-content p {line-height:28px; font-size:16px; color: #353535; margin: 0 0 13px; }
.woocommerce-account .woocommerce-MyAccount-content p a { color: #3c6875; font-weight: 500; text-decoration: underline; text-underline-position: under; }
.woocommerce-Addresses .woocommerce-Address { background: #fff; border: 1px solid #ddd; box-shadow: 0 0 12px rgba(0,0,0,0.15); margin: 0 0 25px; }
.woocommerce-Addresses .woocommerce-Address .title { background: #3c6875; padding: 8px 15px; }
.woocommerce-Addresses .woocommerce-Address .title h3 { font-size: 18px; text-transform: capitalize; color: #fff; }
.woocommerce-Addresses .woocommerce-Address .title .edit { background: #fff; padding: 2px 5px; color: #000; font-size: 14px; border-radius: 100px; min-width: 50px; text-align: center; outline: none; }
.woocommerce-Addresses .woocommerce-Address address { padding: 15px 15px; margin: 0; font-size: 15px; line-height: 28px; }
.woocommerce-account .woocommerce-MyAccount-content legend { font-weight: 700; text-transform: uppercase; display: block; margin: 15px 0 5px; color: #3c6875; }
.woocommerce-account .woocommerce-MyAccount-content h3 { font-weight: 700; text-transform: uppercase; margin: 0 0 7px; color: #3c6875; }
.toy-rent-form { margin-bottom: 68px; }
.Toy_credits p, .delivery_date p { display: inline; }
.multiuploadbox { margin: 10px 0; border: 2px dashed #ababab; border-radius: 10px; min-height: 150px; }
.multiuploadbox .input-text { display: none; } 
.multiuploadbox > label { min-height: 150px; text-align: center; padding: 15px 20px !important; display: flex !important; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center; cursor: pointer;} 
.multiuploadbox > label span { display: block; width: 100%; font-size: 15px; } 
.multiuploadbox > label .mup-main-msg { font-weight: 600; font-size: 18px; }
#rent-toy-form .submit-btn-from { float: left; margin-top: 5px; }
#rent-toy-form .spinner-border { margin: 13px 0 0 10px; }
.added-toy-images { display: flex; flex-wrap: wrap; justify-content:center; padding: 15px 15px; } 
.added-toy-images li {width: 150px;padding: 10px 10px;} 
.imgaddbox { width: 100%; height: 110px; position: relative; border: 2px solid #ddd; border-radius: 8px; } 
.woocommerce .imgaddbox img { width: 100%; height: 100% !important; object-fit: contain; padding: 5px; } 
.woocommerce .imgaddbox .remove { position: absolute; top: -7px; left: -7px; background: #e90101; color: #fff !important; font-size: 14px; width: 22px; height: 22px; line-height: 22px; }
.woocommerce-cart .woocommerce-cart-form { float: left; width: 57%; } 
.woocommerce-cart .cart-collaterals { float: right; width: 40%; } 
.woocommerce-cart .woocommerce { display: inline-block; width: 100%; } 
.woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping { width: 100%; }
.woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping h2 { font-weight: 700; text-transform: uppercase; margin: 0 0 15px; color: #3c6875; font-size: 26px; }
.woocommerce-cart .woocommerce-cart-form #coupon_code { height: 43px; padding: 7px 15px; font-size: 16px; color: #242424; border-radius: 0; border: 1px solid #d1d0d0; outline: none; box-shadow: none; min-width: 250px; }
.hide_fields_checkout {display: none!important;}
.woocommerce-checkout .checkout.woocommerce-checkout { position: relative; display: inline-block; width: 100%; }
.woocommerce-checkout #customer_details { width: 48%; float: left; }
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2{width:100%; margin:0 0 25px;}
.woocommerce-checkout #order_review_heading { position: absolute; top: 0; right: 0; width: 48%; }
.woocommerce-checkout #order_review { width: 48%; float: right; padding: 68px 0 0; }
body .select2-container .select2-selection { min-height: 45px; height:auto; border: 1px solid #d1d0d0 !important; border-radius: 0; padding: 0 !important; }
body .select2-container .select2-selection--single .select2-selection__rendered { line-height: 43px; }
body .select2-container .select2-selection .select2-selection__arrow { min-height: 43px; height:auto; }
body .select2-container .select2-selection ul.select2-selection__rendered { display: flex; align-items: center; align-content: center; flex-wrap: wrap; }
body .select2-container .select2-selection ul.select2-selection__rendered li { margin: 0px 0px 0 7px; font-size: 14px; padding: 0 5px 0 15px; line-height: 24px; }
body .select2-container .select2-selection ul.select2-selection__rendered li .select2-selection__choice__remove { border: none; background-color: transparent !important; }
body .select2-container .select2-selection ul.select2-selection__rendered li .select2-search__field { margin: 0 0 0 -10px; height: 43px; font-size: 18px; position: relative; z-index: 99; }
.wpfa-floating-edit-button { z-index: 99999; }
.archive .site-main { width: 100%; padding: 50px 12px; margin: 0 auto; }
#primary .page-title { font-size: 32px; font-weight: 700; color: #000; margin: 0 0 15px; text-transform: uppercase; }
.woocommerce .woocommerce-ordering select { padding: 8px 20px 8px 10px; border: 1px solid #b9b9b9; box-shadow: none; outline: none; cursor: pointer; font-size: 15px; }
#primary .products { display: flex; flex-wrap: wrap; margin: 0 -12px; }
#primary .products .product { width: calc(25% - 24px); margin: 0 12px 25px; border: 1px solid #ddd; box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); border-radius: 6px; overflow: hidden; padding: 10px; text-align: center; }
#primary .products .product .attachment-woocommerce_thumbnail { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; }
#primary .products .product h2 { font-size: 16px; color: #000000; font-weight: 500; padding: 0 0 10px; margin: 0; }
#primary .products .product .price { font-size: 15px; color: #000; font-weight: 500; margin: 0 0 10px; }
#primary .products .product .add_to_cart_button { margin: 0 0 10px; background: #3c6875; color: #fff; font-weight: 500; padding: 12px 10px; min-width: 110px; text-align: center; font-size: 15px; border-radius: 50px; display: inline-block; }
#primary .products .product .add_to_cart_button:hover { background: #000; }
.nirweb_ticket_base .row_status { flex-wrap: wrap; justify-content: inherit; }
.nirweb_ticket_base .col_box_status_ticket_wpyar { margin: 10px 20px 10px 0; width: 170px; }
.order_listing { width: 100%; display: inline-block; margin: 0 0 20px; }
.order_listing > h4 { font-weight: 700; display: block; margin: 0 0 10px; color: #3c6875; }
.toyodrtable { display: inline-block; width: 100%; margin: 7px 0; overflow: auto; }
.order_listing table { width: 100%; margin:0; border: 1px solid #ccc; min-width: 450px; } 
.order_listing table thead tr th, .order_listing table tbody tr td { border-top: 1px solid #ccc; padding: 7px 10px; font-size: 15px; color: #202020; } 
.order_listing table thead tr th:first-child { width: 100px; }
.order_listing table thead tr th:last-child { width: 140px; text-align: center; }
.order_listing table tbody tr td img { width: 50px; height: 50px; object-fit: cover; } 
.page-id-400 .mainheader, .page-id-400 footer { display: none; }
.registerheading { text-align: center; margin: 0 0 25px; } 
.registerheading > a { display: inline-block; margin: 0 0 30px; } 
.registerheading h3 { font-size: 32px; color: #125D90; font-weight: 700; margin: 0 0 15px; }
.endloginbtn { color: #125D90; margin-left: 7px; }
.single-product p.price { display: none; }
.products .product .price { display:none !important; }

/*home*/
.homebanner { width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center top; position: relative; padding: 70px 0 0; z-index: 2; }
.homebanner:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; background: url(../images/bannermask.png) no-repeat center top; background-size: 100%; z-index: -1; }
.homebanner .container { text-align:center; } 
.bannerheading { margin: 0 0 40px; } 
.bannerheading h2 { color: #fff; font-size: 70px; font-weight: 400; margin: 0 0 20px; font-family: 'Crayon Kids'; text-transform: uppercase; } 
.bannerheading h4 { color: #125D90; font-size: 40px; font-weight: 400; margin: 0 0 20px; font-family: 'Crayon Kids'; text-transform: uppercase; } 
.bannervideo {text-align: center; background: #fff; border-radius: 30px; padding: 15px 15px; position: relative; z-index: 9; margin: 0 auto -250px; max-width: 750px; box-shadow: 0px 10px 20px 0px #0000001A; } 
.bannervideo:before { content: ''; width: calc(100% - 30px); height: calc(100% - 30px); background: #696969; opacity: 0.40; border-radius: 30px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } 
.bannervideo > .img-fluid, .bannervideo video { width: 100%; height: 400px; object-fit: cover; border-radius: 30px; } 
.playvideobtn {display: inline-block;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%); border: none; background: transparent; padding: 0; outline: none; box-shadow: none; }
.bannervideo video + .playvideobtn { display: none; }
.banneicons { display: flex; align-items: center; justify-content: space-between; padding: 0 10px; position: relative; top: 45px; }
.banneicons .img-fluid { max-height: 125px; }
.joinbtn-sec { width: 100%; text-align: center; padding: 210px 0 70px; }
.btn.lightgreenbutton { display: inline-block; background: #79C360; border: 1px solid #79C360; border-radius: 10px; min-width: 350px; outline: none; box-shadow: none; font-family: 'Candleon DEMO'; font-size: 22px; color: #fff; font-weight: 400; text-transform: uppercase; padding: 10px 15px; }
.btn.lightgreenbutton:hover { background: #f39c3f; border-color: #f39c3f; }
.shortinfo-box { text-align: center; max-width: 1010px; margin: 0 auto 70px; }
.shortinfo-box h2 { color: #0E3D5E; font-size: 40px; font-weight: 400; margin: 0 0 15px; font-family: 'Crayon Kids'; text-transform: uppercase; }
.shortinfo-box p { font-size: 25px; color: #4A4A4A; font-weight: 400; font-family: 'Roboto', sans-serif; line-height: 45px; margin: 0; }
.howitwork-sec { width: 100%; padding: 0 0 150px; }
.workheading { color: #79C360; font-size: 50px; font-weight: 400; margin: 0 0 15px; font-family: 'Crayon Kids'; text-transform: uppercase; text-align: center; }
.howitworklist { width: 100%; position: relative; }
.howitworklist:before { content: ''; background: url(../images/workhowicon.svg) no-repeat center top; background-size: 100%; width: 362px; height: 88.5%; position: absolute; left: -3%; right: 0; top: 3%; margin: 0 auto; }
.howitworklist > li { display: flex; flex-direction: row-reverse; justify-content: flex-end; padding: 80px 0; }
.howitworklist > li:nth-child(even) { flex-direction: inherit; justify-content: flex-end; }
.countbox { background: #F39C3F; width: 100px; height: 100px; border-radius: 200px; display: inline-flex; align-items: center; justify-content: center; font-size: 55px; color: #ffffff; font-family: 'Crayon Kids'; padding: 7px 7px 0 0; position: relative; margin: 70px 0 0; }
.countbox:before { content: ''; border: 1px solid #fff; width: 86px; height: 86px; border-radius: 200px; position: absolute; top: 7px; left: 7px; }
.countbox strong { font-weight: 400; }
.worklist-col { max-width: 600px; }
.workicon .img-fluid { max-height: 200px; }
.workicondata h3 { color: #F39C3F; font-size: 45px; font-weight: 400; margin: 20px 0 5px; font-family: 'Crayon Kids'; text-transform: uppercase; }
.workicondata p { font-size: 25px; color: #2E2E2E; font-weight: 900; font-family: 'Roboto', sans-serif; margin: 0; }
.howitworklist > li:first-child .countbox { margin: 10px 0 0 -60px; }
.howitworklist > li:nth-child(2) .countbox { margin: 70px 80px 0 0; background: #4AC8E1; }
.howitworklist > li:nth-child(3) .countbox { margin: 70px 0 0 30px; background: #79C360; }
.howitworklist > li:nth-child(4) .countbox { margin: 70px 120px 0 0; background: #E20025; }
.howitworklist > li:nth-child(5) .countbox { margin: 70px 0 0 60px; background: #8F4907; }
.howitworklist > li:nth-child(6) .countbox { margin: 70px 65px 0 0; background: #0049D6; }
.howitworklist > li:nth-child(7) .countbox { margin: 65px 0 0 -70px; background: #00A880; }
.howitworklist > li:nth-child(2) .workicondata h3 { color:#4AC8E1 }
.howitworklist > li:nth-child(3) .workicondata h3 {color:#79C360 }
.howitworklist > li:nth-child(4) .workicondata h3 { color:#E20025 }
.howitworklist > li:nth-child(5) .workicondata h3 { color:#8F4907 }
.howitworklist > li:nth-child(6) .workicondata h3 { color:#0049D6 }
.howitworklist > li:nth-child(7) .workicondata h3 { color:#00A880 }
.workjoinbtn { text-align: center; }
.workjoinbtn .btn.lightgreenbutton { background: #F39C3F; border-color: #F39C3F; }
.workjoinbtn .btn.lightgreenbutton:hover { background: #79C360; border-color: #79C360; }
.homefaq-sec { width: 100%; background-color: #79C360; background-position: center center; background-size: 97%; background-repeat: no-repeat; padding: 120px 0 80px; position: relative; } 
.faqiconbox { width: 100px; height: 100px; border-radius: 200px; background: #ffffff; border: 4px solid #79C360; display: inline-flex; align-items: center; align-content: center; justify-content: center; position: absolute; top: -50px; left: 50%; transform: translateX(-50%); } 
.faqheading { color: #ffffff; font-size: 50px; font-weight: 400; margin: 0 0 25px; font-family: 'Crayon Kids'; text-transform: uppercase; text-align: center; }
.accordion.homefaq { width: 100%; max-width: 85%; margin: 0 auto; padding: 0 0 50px; }
.homefaq .accordion-item { border-radius: 10px; overflow: hidden; border: none; margin: 10px 0; display: inline-block; width: 100%; background: #60B544; } 
.homefaq .accordion-item .accordion-button { border-radius: 10px; background: #60B544; color: #ffffff; font-family: 'Roboto',sans-serif; font-weight: 600; font-size: 25px; padding: 15px 80px 15px 20px; box-shadow: none; outline: none; border: none; border-bottom: 1px solid rgba(255,255,255,0.2); } 
.homefaq .accordion-item .accordion-button::after { content: ''; background: url(../images/minusicon.svg) no-repeat center top; background-size: 30px; width: 30px; height: 30px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
.homefaq .accordion-item .accordion-button.collapsed::after { background: url(../images/plusicon.svg) no-repeat center top; background-size: 30px; }
.homefaq .accordion-item .accordion-body { padding: 15px 20px; color: #fff; font-size: 18px; }
.homefaq .accordion-body p { font-size: 18px; color: #ffffff; margin: 0 0 15px; }
.homefaq .accordion-body h2 { font-size: 36px; color: #ffffff; margin: 0 0 15px; }
.homefaq .accordion-body h3 { font-size: 30px; color: #ffffff; margin: 0 0 15px; }
.homefaq .accordion-body h4 { font-size: 26px; color: #ffffff; margin: 0 0 15px; }
.homefaq .accordion-body h5 { font-size: 24px; color: #ffffff; margin: 0 0 15px; }
.homefaq .accordion-body h6 { font-size: 22px; color: #ffffff; margin: 0 0 15px; }
.faqheadbtn { text-align: center; }
.faqheadbtn h4 { color: #ffffff; margin: 0 0 30px; font-size: 35px; font-weight: 800; }
.btn.whitebdrbtn { display: inline-block; background: transparent; border: 2px solid #ffffff; border-radius: 10px; min-width: 350px; outline: none; box-shadow: none; font-family: 'Candleon DEMO'; font-size: 22px; color: #fff; font-weight: 400; text-transform: uppercase; padding: 10px 15px; }
.btn.whitebdrbtn:hover { background: #F39C3F; border-color: #F39C3F; }
.reviewsec { width: 100%; padding: 100px 0; }
.iconreview { text-align: center; } 
.reviewslider.slider { width: 100%; padding: 70px 0; text-align: center; max-width: 1000px; margin: 0 auto; } 
.clientdata-box h4 { color: #0E3D5E; font-size: 50px; font-weight: 400; margin: 30px 0 15px; font-family: 'Crayon Kids'; text-transform: uppercase; text-align: center; } 
.clientdata-box p { font-size: 25px; font-weight: 500; color: #2E2E2E; margin: 0 0 20px; }
.slick-slide .clientdata-box img { margin: 0 auto; }
.reviewslider.slider .slick-dots { position: relative; bottom: 0; margin: 20px 0 0; }
.reviewslider.slider .slick-dots li button { border: 2px solid #F39C3F; border-radius: 100px; padding: 0; }
.reviewslider.slider .slick-dots li button::before { display: none; }
.reviewslider.slider .slick-dots .slick-active button { background: #F39C3F; }
.reversejoin-sec { width: 100%; background: #125D90; text-align: center; padding: 0 0 100px; min-height: 420px; display: flex; align-items: flex-end; align-content: center; justify-content: center; }
.reversejoin-sec h3 { color: #ffffff; font-size: 50px; font-weight: 400; margin: 0 0 50px; font-family: 'Crayon Kids'; text-transform: uppercase; text-align: center; }
footer.mainfooter { background: #ffffff; padding: 50px 0 30px; } 
.copyright-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } 
.copyright-links p { color: #494949; font-size: 16px; font-weight: 400; font-family: 'Candleon DEMO'; margin: 0; }  
.footerlinks li { display: inline-block; vertical-align: middle; padding-left: 30px; margin-left: 30px; border-left: 2px solid #494949; line-height: 1; } 
.footerlinks li:first-child { padding-left: 0px; margin-left: 0px; border-left: none; }
.footerlinks li a { font-size: 16px; color: #494949; font-weight: 400; font-family: 'Candleon DEMO'; }
.footerlinks li a:hover { color:#F39C3F; }

/*New Home Listing*/
/*.mainheader, .wrapperfooter { display: none; }*/
header.newheadermain { width: 100%; background: #125D90; }
.newheadermain .headernavbar .navbar .offcanvas-body { justify-content: flex-end; margin-right: 20px; }
.newheadermain .headernavbar .navbar-nav > li > a { color: #ffff !important; padding: 3px 0; } 
.newheadermain .headernavbar .navbar-nav > li > a .img-fluid { filter: brightness(100); }
.newheadermain .headernavbar .navbar-nav > li.active > a, .newheadermain .headernavbar .navbar-nav > li > a:hover { border-bottom: 2px solid #fff; font-weight: 700; }
.newheadermain .cartsearch_row { min-width: auto; }
.bellicon a { display: flex; align-items: center; margin-right: 40px; }
.bellcount { display: block; color: #125D90; background: #ffffff; width: 20px; height: 20px; line-height: 20px; text-align: center; border-radius: 20px; font-size: 14px; font-weight: 600; margin-left: 10px; }
.newheadermain .headercart .cartbtn { border: 2px solid #fff; padding: 12px 20px; }
.mobile-menu { display: none; }
.deliverhome-list { width: 100%; padding: 20px 0; } 
.deliverhome-list .col-md-4 {margin: 13px 0;} 
.deliverday-box { display: inline-block; width: 100%; height: 100%; background: #F39C3F; border-radius: 10px; text-align: center; padding: 15px 15px; } 
.deliverday-box h5 { font-family: 'Inter',sans-serif; font-size: 22px; font-weight: 500; letter-spacing: 0.03em; text-align: center; color: #ffffff; margin: 0 0 10px; } 
.whitebox { background: #ffffff; width: 100%; border-radius: 10px; padding: 10px 30px; min-height: 110px; } 
.whitebox h3 { font-family: Inter; font-size: 36px; font-weight: 700; line-height: 43.57px; letter-spacing: 0.03em; text-align: center; color: #F39C3F; } 
.btn.orangebtn { background: #F39C3F !important; border: 1px solid #F39C3F !important; color: #ffffff !important; text-transform: uppercase; border-radius: 100px; outline: none; box-shadow: none; min-width: 140px; font-family: Inter; font-size: 13px; font-weight: 700; line-height: 20.31px; letter-spacing: 0.03em; text-align: center; margin: 7px 0 0; } 
.whitebox p { font-family: Inter; font-size: 24px; font-weight: 700; letter-spacing: 0.03em; text-align: center; color: #F39C3F; }
.gettoybtn-sec { width: 100%; padding: 0 0 30px; display: none; }
.btn.toygerbluebtn { display: block; background: #125D90 !important; border: 1px solid #125D90 !important; color: #ffffff !important; text-transform: uppercase; border-radius: 100px; outline: none; box-shadow: none; font-family: Inter; font-size: 24px; font-weight: 700; letter-spacing: 0.03em; text-align: center; margin: 7px 0 0; padding: 15px 15px; }
.borrowedtoy-row { width: 100%; border-radius: 10px; background: #79C360; margin: 0 0 30px; display: flex; align-items: center; justify-content: space-between; padding: 20px 25px; } 
.borrowedtoy-row h2 {font-family: Inter;font-size: 32px;font-weight: 700;letter-spacing: 0.03em;text-align: left;color: #ffffff;margin: 0;display: flex;align-items: center;} 
.borrowedtoy-row h2 svg { margin-right: 15px; } 
.toycount { display: inline-block; background: #ffffff; font-family: Inter; font-size: 36px; font-weight: 500; letter-spacing: 0.03em; text-align: center; border-radius: 10px; min-width: 110px; color: #79C360; }
.borrowstoyslid-sec { width: 100%; padding: 0 0 70px; }
.borrowsliderlist { padding: 0 30px; }
.borrowsliderlist .items { width: 25%; padding: 13px 13px; }
.toyslider-col { width: 100%; background: #ffffff; display: inline-block; box-shadow: 0px 4px 25px 0px #0000001A; border-radius: 10px; }
.borrowslidimg { display: block; width: 100%; overflow: hidden; border-radius: 10px 10px 0 0; }
.borrowslidimg .img-fluid { width: 100%; height: 200px; object-fit: contain; transition: all .5s; }
.borrowslidata { text-align: center; padding: 15px 15px; }
.borrowslidata h3 { font-family: Inter; font-size: 16px; font-weight: 700; letter-spacing: 0.03em; color: #125D90; margin: 0 0 10px; }
.borrowslidata h3 a { color: #125D90; }
.borrowslidata h3:hover a { color: #f39c3f; }
.borrowslidata p { font-family: Inter; font-size: 14px; font-style: italic; font-weight: 400; letter-spacing: 0.03em; margin: 0 0 15px; }
.btn.blueboderbtn { border: 1px solid #125D90; font-family: Inter; font-size: 13px; font-weight: 400; letter-spacing: 0.03em; text-align: center; text-transform: uppercase; min-width: 150px; border-radius:100px; padding:10px 10px; color:#125D90; }
.btn.blueboderbtn:hover { background: #125D90; color: #fff; }
.toyslider-col:hover .borrowslidimg .img-fluid { transform:scale(1.1); }
.borrowsliderlist.slider .slick-list { padding-right: 100px; }
.borrowsliderlist.slider .slick-arrow { left: 0; background: url(../images/arrowleft.png) no-repeat center center; background-size: 22px; width: 30px; height: 40px; }
.borrowsliderlist.slider .slick-arrow::before { display: none; }
.borrowsliderlist.slider .slick-arrow.slick-next { left: auto; right: -12px; background: url(../images/arrowright.png) no-repeat center center; background-size: 22px; }
.modal.toycommenmodal .modal-dialog { width: 100%; max-width: 850px; padding: 0 15px; margin: 30px auto; } 
.modal.toycommenmodal .modal-content { border-radius: 10px; background: #ffffff; } 
.modal.toycommenmodal .modal-body { padding: 10px 30px 20px; }
.toybrrowslider-row { display: flex; flex-wrap: wrap; }
.toybrrowslider-row .slider-for.slider { width: 70%; padding-right: 30px; }
.toybrrowslider-row .slider-nav.slider { width: 30%; }
.sliderimgbox {padding: 10px 0;}
.slider-for .sliderimgbox .img-fluid { width: 100%; height: 550px; object-fit: cover; }
.slider-nav .sliderimgbox .img-fluid { width: 100%; height: 172px; object-fit: cover; object-position: top; }
.toybrrowsliderdata { width: 100%; padding: 5px 0 0; }
.toybrrowsliderdata h3 { font-family: Inter; font-size: 28px; font-weight: 700; letter-spacing: 0.03em; color: #125D90; margin: 0 0 15px; display: flex; }
.toybrrowsliderdata h3 a { color: #A0A0A0; margin-left: 10px; }
.toybrrowsliderdata p { font-family: Inter; font-size: 16px; font-weight: 400; letter-spacing: 0.03em; color: #404040; margin: 0 0 20px; }
.modalbuttons { text-align: center; }
.btn.bluedarkbgbtn { border: 1px solid #125D90; background: #125D90; color: #ffffff; font-family: Inter; font-size: 13px; font-weight: 400; letter-spacing: 0.03em; text-align: center; text-transform: uppercase; min-width: 200px; border-radius: 100px; padding: 10px 10px; }
.btn.bluedarkbgbtn:hover { background: #f39c3f; border-color: #f39c3f; }
.modalbuttons .btn.bluedarkbgbtn { margin-left: 10px; }
.leftbigimg { width: 70%; padding-right: 30px; }
.leftbigimg .sliderimgbox .img-fluid { width: 100%; height: 400px; object-fit: cover; }
.righthumbimg { width: 30%; }
.righthumbimg .sliderimgbox .img-fluid { width: 100%; height: 120px; object-fit: cover; object-position: top; }

/*footer*/
footer.newfooter-sec { background: #125D90; padding: 30px 0; } 
.newfooter-sec .copyright-links p, .newfooter-sec .footerlinks li a { font-size: 14px; color: #ffffff; font-family: 'Inter', sans-serif; letter-spacing: 0.03em; }
.newfooter-sec .footerlinks li { padding-left: 15px; margin-left: 15px; border-left-color: #ffffff; }
.newfooter-sec .footerlinks li a:hover { color: #f39c3f; }

/*My Accout*/
.mytoys-row { width:100%; border-radius:10px; padding:30px; margin: 70px 0; box-shadow: 0px 4px 25px 0px rgba(0,0,0,0.1); }
.mytoyheading { display: flex; align-items: center; margin: 0 0 15px; } 
.mytoyheading h2 { font-family: Inter; font-size: 32px; font-weight: 700; letter-spacing: 0.03em; color: #125D90; margin: 0 20px 0 0; }
.myaccountslider { display: flex; flex-wrap: wrap; padding: 0 30px; }
.myaccountslider.slider .slick-track { display: flex; flex-wrap: wrap; }
.myaccountslider.slider .items { padding: 13px 13px; height: auto; }
.myaccountslider .toyslider-col { height: 100%; max-height: 350px; }
.myaccountslider .borrowslidata { padding-bottom: 0; }
.statuscol > span { display: block; background: #F39C3F; border-radius: 5px; margin: 0 0 15px; padding: 5px 10px; color: #ffffff; font-family: Inter; font-size: 14px; font-weight: 600; letter-spacing: 0.03em; text-align: center; }
.statuscol .pandingstatus { background: #F39C3F; }
.statuscol .rejectstatus { background: #C60000; }
.statuscol .approvstatus { background: #79C360; }
.myaccountslider.slider .slick-arrow { left: -5px; z-index: 9; background: url(../images/arrowleft.png) no-repeat center center; background-size: 22px; width: 30px; height: 40px; }
.myaccountslider.slider .slick-arrow::before { display: none; }
.myaccountslider.slider .slick-arrow.slick-next { left: auto; right: -5px; background: url(../images/arrowright.png) no-repeat center center; background-size: 22px; }
#accountmytoy .statuscol > span { display: inline-block; min-width: 250px; }
.deliverymain-sec .mytoyheading { justify-content: space-between; }
.deliverhistory .table thead tr th, .deliverhistory .table tbody tr td{font-family:Inter; font-size:13px; font-style:italic; font-weight: 400; letter-spacing: 0.03em; text-align: left; color: #125D90; padding: 10px 5px; vertical-align: middle; } 
.deliverhistory .table tbody tr td { font-style: normal; }
.deliverhistory .table tbody tr td:last-child { text-align: right; }
.membershipmain-sec .row .col-lg-3.col-md-6 { margin: 13px 0; }
.membershipbox { width: 100%; height: 100%; border: 1px solid #125D90; text-align: center; display: flex; align-items: center; justify-content: center; padding: 10px 10px; }
.membermidata p { font-family: Inter; font-size: 20px; letter-spacing: 0.03em; color: #125D90; margin: 0 0 10px; }
.membermidata h3, .membermidata h4 { font-family: Inter; font-size: 32px; font-weight: 700; letter-spacing: 0.03em; color: #125D90; margin: 0; }
.membermidata h4 { color: #79C360; text-transform: uppercase; }
.membershipbtns .btn { width: 100%; margin: 5px 0; }
.acdetailform { width: 100%; max-width: 750px; margin: 0 auto; } 
.acdetailform .form-group { display: inline-block; width: 100%; margin: 10px 0; position: relative; } 
.acdetailform .form-group label { width: 100%; font-size: 16px; color: #454545; margin: 0 0 5px; } 
.acdetailform .form-group label sup { top: 0; font-size: 18px; color: #e60404; }
.acdetailform .form-group .form-control { border-radius: 4px; font-size: 16px; color: #454545; padding: 12px 15px; border: 1px solid #bcbcbc; margin: 0 0 5px; } 
.acdetailform .form-group span { font-style: italic; font-size: 15px; color: #454545; } 
.paswordheadin { font-family: Inter; font-size: 32px; font-weight: 700; letter-spacing: 0.03em; color: #125D90; padding: 20px 0 10px; text-transform: uppercase; }
.toggle-password { position: absolute; bottom: 7px; right: 0; font-size: 14px; width: 45px; height: 45px; line-height: 45px; text-align: center;}
.acdetail-btn { text-align: center; padding: 15px 0; }
.toggle-password::before{cursor: pointer;}

/*product detail*/
.single-product #main.site-main { width: 100%; max-width: 1140px; padding: 0 15px; margin: 40px auto; overflow: hidden;}
.single-product #main.site-main .woocommerce-breadcrumb { border-bottom:1px solid #ddd; padding:0 0 10px; margin:0 0 50px; }
.single-product #main .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image { border: 1px solid #ddd; padding: 10px 10px; border-radius: 8px; margin: 5px; }
.single-product #main .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img { width: 100%; height: 100%; object-fit: contain; }
.single-product #main .entry-summary .product_title { font-size: 30px; font-weight: 400; margin: 0 0 10px; font-family: 'Crayon Kids'; text-transform: uppercase; color: #000; }
.single-product #main .entry-summary .price { display: block; font-size: 26px; color: #79C360; font-family: 'Crayon Kids'; text-transform: uppercase; font-weight: 400; margin: 0 0 15px; }
.single-product #main .entry-summary .cart { margin: 0 0 20px; }
.single-product #main .entry-summary .cart .single_add_to_cart_button { display: inline-block; background: #79C360; border: 1px solid #79C360; border-radius: 10px; min-width: 200px; outline: none; box-shadow: none; font-family: 'Candleon DEMO'; font-size: 20px; color: #fff; font-weight: 400; text-transform: uppercase; padding: 15px 15px 8px; }
.single-product #main .entry-summary .cart .single_add_to_cart_button:hover { background: #f39c3f; border-color: #f39c3f; }
.single-product #main .entry-summary .product_meta { font-size: 18px; font-weight: 500; color: #000; }
.single-product #main .entry-summary .product_meta a { color: #79c360; font-weight: 400; }
.single-product #main .entry-summary .product_meta a:hover { color: #f39c3f; }
.single-product #main .entry-summary .product_meta .posted_in { display: block; margin: 0 0 10px; }
.single-product #main .woocommerce-tabs { padding: 0 0 30px; }
.single-product #main .woocommerce-tabs .panel h2, .single-product #main .related.products > h2 { font-size: 26px; font-weight: 400; margin: 0 0 15px; font-family: 'Crayon Kids'; text-transform: uppercase; color: #000; }
.single-product #main .woocommerce-tabs .panel p { margin: 0 0 15px; color: #212529; font-size: 16px; }
.single-product #main.site-main .related.products { margin: 0; padding: 0; width: 100%; }
/*.myaccountslider .slick-list .slick-track { min-width: 300px; }*/
.notoys { white-space: nowrap; }

/*error page*/
.errorbody { text-align: center; padding: 70px 0; } 
.errorbody .img-fluid { width: 100%; max-width: 500px; margin: 0 0 30px; } 
.errorbody .page-title { font-size: 36px; font-weight: 400; margin: 0 0 20px; font-family: 'Crayon Kids'; text-transform: uppercase; color: #79C360; } 
.btn.backtohome { display: inline-block; background: #79C360; border: 1px solid #79C360; border-radius: 10px; min-width: 250px; outline: none; box-shadow: none; font-family: 'Candleon DEMO'; font-size: 20px; color: #fff; font-weight: 400; text-transform: uppercase; padding: 15px 15px 10px; }

/*content pages*/
.privacy-policy .entry-content h2, .privacy-policy .entry-content h3, .privacy-policy .entry-content h4, .privacy-policy .entry-content h5 { font-size: 26px; color: #000; font-weight: 600; padding: 10px 0; margin: 0; font-family: 'Inter', sans-serif; }
.privacy-policy .entry-content p { font-size: 16px; color: #343434; margin: 0 0 10px; font-family: 'Inter', sans-serif; }

.head_wpyar_tickt h3 { font-size: 23px; font-weight: 500; color: #34495e; text-transform: capitalize; }
.select_custom_wpyar ul { text-transform: capitalize; }
div#nirweb_ticket_frm_priority_send_ticket_user { text-transform: capitalize; }
a.btn.btn_back_wpyt:hover { background-color: #6c5ce7; color: white; }


/**/
.passwordshow { position: relative; }
.passwordshow .fa { position: absolute; top: 0; bottom: 0; right: 0; width: 50px; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 14px; color: #125d90; }
.page-id-193 th.sortable a, .page-id-193 th.sorted a { display: flex; align-items: center; white-space: nowrap; }
.vgca-only-admin-content button.wpfa-back-button .dashicons { padding: 5px 0 0; }
#main.site-main .woocommerce-breadcrumb { color: #125d90; font-size: 15px; }
#main.site-main .woocommerce-breadcrumb a:hover { color: #125d90; }
.myaccountslider.slider { display: block; max-height: 400px; overflow: hidden;}
.myaccountslider.slider .items { width: 33.33%; }
.accounttoyedit-row .form-row { margin: 0 0 15px; width: 100%; }
.accounttoyedit-row .form-row .select2.select2-container {width: 100% !important;}
.imgaddbox .remove_img { width: 20px; height: 20px; background: red; border: none; border-radius: 50px; color: #fff; position: absolute; top: 0; right: 0; padding: 0; display: flex; align-items: center; justify-content: center;}
.btn.closemodal { position: absolute; right: -10px; top: -10px; background: #000 !important; border-radius: 100px; color: #fff !important; padding: 7px 13px; }
.imgaddbox .img-fluid { width: 100%; height: 100%; object-fit: cover;}
.accounttoyedit-row .form-row label {margin: 0 0 5px;}
.accounttoyedit-row .added-toy-images { padding: 0; }


/*Responsive Media Query*/
@media (min-width: 992px){
.headernavbar .navbar .offcanvas-body { justify-content: space-evenly; align-items: center; }
.headernavbar .navbar-nav > li { padding: 0 25px; }
.mobilearow { display: none; }


}


@media (min-width: 1200px){
body .container, .single-product #main.site-main { max-width: 1200px; }
.site-main .entry-content { max-width:1300px; margin:0 auto; }
.archive .site-main { max-width: 1300px; }
.site-main > .entry-content { min-height: 75vh; }
	
	
}


@media (min-width: 1320px){
body .container, .single-product #main.site-main { max-width: 1300px; }
.howitworklist > li:first-child .countbox { margin: 10px 0 0; }
.howitworklist > li:nth-child(2) .countbox { margin: 70px 125px 0 0; }
.howitworklist > li:nth-child(3) .countbox { margin: 70px 0 0 75px; }
.howitworklist > li:nth-child(4) .countbox { margin: 70px 170px 0 0; }
.howitworklist > li:nth-child(5) .countbox { margin: 70px 0 0 105px; }
.howitworklist > li:nth-child(6) .countbox { margin: 70px 130px 0 0; }
.howitworklist > li:nth-child(7) .countbox { margin: 65px 0 0 -20px; }


}


@media (max-width: 1366px){
.banneicons .img-fluid { max-height: 90px; }


}


@media (max-width: 1199px){
.archive .site-main { max-width: 960px; }
#primary .products .product { width: calc(33.33% - 24px);}
.bannerheading h2 { font-size: 56px; }	
.bannerheading h4, .shortinfo-box h2, .workicondata h3, .reversejoin-sec h3 { font-size: 30px; }
.bannervideo { padding: 10px; max-width: 600px; }
.bannervideo > .img-fluid, .bannervideo video { height: 350px; }
.shortinfo-box p { font-size: 20px; line-height: 36px; }
.workheading, .faqheading, .clientdata-box h4 { font-size: 36px; }
.worklist-col { max-width: 470px; }
.workicondata p, .homefaq .accordion-item .accordion-button, .clientdata-box p { font-size: 20px; }
.howitworklist > li { padding: 100px 0; }
.howitworklist > li:first-child .countbox { margin: -20px 0 0 -40px; }
.howitworklist > li:nth-child(2) .countbox { margin: 50px 80px 0 0; }
.howitworklist > li:nth-child(3) .countbox { margin: 70px 0 0 45px; }
.howitworklist > li:nth-child(4) .countbox { margin: 70px 130px 0 0; }
.howitworklist > li:nth-child(5) .countbox { margin: 50px 0 0 70px; }
.howitworklist > li:nth-child(6) .countbox { margin: 70px 90px 0 0; }
.howitworklist > li:nth-child(7) .countbox { margin: 65px 0 0 -20px; }
.reviewslider.slider { max-width: 800px; }
.deliverday-box h5, .whitebox p { font-size: 18px; }
.whitebox { padding: 10px 15px; min-height: 100px; }
.whitebox h3 { font-size: 26px; line-height: 34px; }
.borrowsliderlist { padding: 0 20px; }
.borrowsliderlist.slider .slick-list { padding-right: 50px; }
.borrowsliderlist.slider .slick-arrow, .borrowsliderlist.slider .slick-arrow.slick-next { background-size: 16px; }
.membermidata p { font-size: 16px; }
.membermidata h3, .membermidata h4 { font-size: 24px; }
.single-product #main.site-main { max-width: 960px; }


}


@media (max-width: 991px){
.archive .site-main { max-width: 720px; }
#primary .products .product { width: calc(50% - 24px);}
#openavbar { width: 100%; border: none; }
#openavbar .offcanvas-title img { max-width: 100px; }
.headernavbar .navbar-nav > li { border-top: 1px solid #ddd; }
.headernavbar .navbar-nav > li > a { padding: 15px 5px; }
.headercart { border-top: 1px solid #ddd; padding: 20px 0; }
.bannervideo { margin: 0 auto; }
.joinbtn-sec { padding: 100px 0 70px; }
.workicon .img-fluid { max-height: 120px; }
.worklist-col { max-width: 400px; }
.howitworklist > li { padding: 135px 0; }
.howitworklist > li:first-child .countbox { margin: -40px 0 0 -80px; }
.howitworklist > li:nth-child(2) .countbox { margin: 50px 40px 0 0; }
.howitworklist > li:nth-child(3) .countbox { margin: 0px 0 0 -10px; }
.howitworklist > li:nth-child(4) .countbox { margin: 70px 80px 0 0; }
.howitworklist > li:nth-child(5) .countbox { margin: 50px 0 0 25px; }
.howitworklist > li:nth-child(6) .countbox { margin: 70px 40px 0 0; }
.howitworklist > li:nth-child(7) .countbox { margin: 25px 0 0 -80px; }
.homefaq .accordion-body, .homefaq .accordion-body p { font-size: 16px; }
.faqheadbtn h4 { font-size: 28px; }
.headernavbar .navbar-toggler { box-shadow: none; border: none; outline: none; padding: 0; }
.headernavbar .navbar-toggler svg { width: 36px; height: 30px; }
.newheadermain .cartsearch_row { position: absolute; right: 60px; top: 50%; transform: translateY(-50%); }
.bellicon a { margin-right: 25px; }
.newheadermain .headercart { padding: 0; border: none; }
.newheadermain .headercart .cartbtn { min-width: 80px; padding: 12px 12px; }
.newheadermain .headercart .cartbtn .textbox { display: none; }
#newopenavbar { width: 100%; border: none; background: #125D90; }
#newopenavbar .offcanvas-header { justify-content: center; position: relative; }
#newopenavbar .offcanvas-header .btn-close { filter: invert(1); opacity: 1; border-radius: 0; box-shadow: none; outline: none; border: none; position: absolute; top: 15px; right: 15px; padding: 0; width: 50px; height: 50px; }
.newheadermain .headernavbar .navbar .offcanvas-body { margin: 0; padding: 20px 25px; }
.newheadermain .headernavbar .navbar-nav > li { border: none; }
.newheadermain .headernavbar .navbar-nav > li > a { display: block; border-bottom: 1px solid #fff; padding: 15px 0px; position: relative; }
.mobile-menu { display: block; }
.mobile-menu a { display: flex; align-items: center; position: relative; color: #fff; font-size: 18px; font-weight: 400; text-transform: uppercase; padding: 15px 0; font-family: 'Roboto', sans-serif; border-bottom: 1px solid #ffffff; }
.mobile-menu a .img-fluid { height: 18px; margin-right: 10px; }
.offcanvas-body .bellcount { position: absolute; right: 0; top: 50%; transform: translateY(-50%); margin: 0; }
.deliverday-box h5, .whitebox p { font-size: 15px; }
.whitebox h3 { font-size: 20px; line-height: 30px; }
.borrowedtoy-row h2 { font-size: 26px; }
.toycount { font-size: 26px; min-width: 90px; }
.toybrrowsliderdata h3 { font-size: 26px; }
.toybrrowsliderdata p { font-size: 16px; }
.mytoyheading h2, .paswordheadin { font-size: 26px; }
.single-product #main.site-main { max-width: 720px; }
.single-product #main.site-main .woocommerce-product-gallery { width: 100%; max-width: 100%; }
.single-product #main.site-main .summary.entry-summary { width: 100%; max-width: 100%; }


}


@media (max-width: 768px){
.woocommerce-account .woocommerce-MyAccount-content { margin: 30px 0 0; padding: 15px 15px; }


}


@media (max-width: 767px){
.archive .site-main { max-width: 540px; }
#primary .page-title { font-size: 26px; }
.registerheading h3 { font-size: 24px; }
.homebanner:before { display: none; }
.bannerheading h2 { font-size: 36px; }
.bannerheading h4 { font-size: 18px; }
.bannervideo > .img-fluid, .bannervideo video { height: 300px; }
.banneicons { justify-content: center; top: 30px; }
.shortinfo-box p { font-size: 16px; line-height: 28px; }
.howitworklist:before { display: none; }
.howitworklist > li { padding: 30px 0; display: block; text-align: center; }
.countbox { margin: 0 0 30px !important; }
.worklist-col { max-width: 400px; margin: 0 auto; }
.workicon .img-fluid { max-height: 220px; }
.workjoinbtn .btn.lightgreenbutton { background: #125D90; border-color: #125D90; }
.accordion.homefaq { max-width: 100%; }
.homefaq .accordion-item .accordion-button { padding: 15px 15px 15px 60px; }
.homefaq .accordion-item .accordion-button::after { right: auto; left: 15px; }
.faqheadbtn { display: none; }
.reviewsec { padding: 60px 0; }
.reviewslider.slider { max-width: 100%; padding: 40px 0; }
.clientdata-box h4 { font-size: 28px; margin: 40px 0 25px; }
.clientdata-box p { font-size: 16px; line-height: 28px; }
.reversejoin-sec { min-height: auto; padding: 40px 0; }
.reversejoin-sec h3 { margin:0 0 20px; }
footer.mainfooter {  padding: 30px 0px 20px; }
.copyright-links { flex-direction: column-reverse;  text-align: center; }
.copyright-links p { width: 100%; margin: 35px 0 0; }
.deliverday-box h5, .whitebox p { font-size: 18px; }
.whitebox { padding: 10px 30px; min-height: inherit; }
.whitebox h3 { font-size: 22px; line-height: 36px; }
.borrowsliderlist { padding: 0; margin: 0 -12px; }
.borrowsliderlist .items { width: 100%; }
.borrowslidata .btn.blueboderbtn { display: none; }
.gettoybtn-sec { display: block; padding: 0 0 20px; }
.modal.toycommenmodal .modal-body { padding: 10px 15px 25px; }
.leftbigimg .sliderimgbox .img-fluid { height: 100%; }
.leftbigimg { width: 100%; padding: 0; }
.righthumbimg { width: 100%; display: none; }
.newfooter-sec .copyright-links p { margin: 15px 0 0; }
.deliverhome-list { padding: 15px 0 0; }
.deliverhome-list .col-md-4 { margin: 10px 0; }
.borrowedtoy-row { padding: 15px 15px; margin: 0 0 10px; }
.mytoys-row { margin: 40px 0; padding: 25px 15px; }
.mytoyheading h2, .paswordheadin { font-size: 22px; }
.deliverhistory .table { width: 600px; }
.mytoys-row .btn.blueboderbtn { min-width: 90px; padding: 7px 10px; }
.myaccountslider { padding: 0 15px; }
.myaccountslider.slider .slick-arrow { left: -10px; background-size: 14px; width: 25px; height: 35px; }
.myaccountslider.slider .slick-arrow.slick-next { left: auto; right: -10px; background-size: 14px; }
.membermidata h3, .membermidata h4 { font-size: 20px; }
.single-product #main.site-main { max-width: 540px; }
.single-product #main.site-main .woocommerce-breadcrumb { margin: 0 0 30px; }
.single-product #main .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image { padding: 5px; }
.single-product #main .entry-summary .product_title, .single-product #main .entry-summary .price, .single-product #main .woocommerce-tabs .panel h2, .single-product #main .related.products > h2 { font-size: 18px; }
.single-product #main .entry-summary .cart .single_add_to_cart_button { min-width: 150px; font-size: 16px; padding: 15px 15px 10px; }
.single-product #main .entry-summary .product_meta { font-size: 16px; }
.errorbody { padding: 50px 0; } 
.errorbody .page-title { font-size: 26px; } 
.btn.backtohome {min-width: 200px; font-size: 16px; padding: 13px 15px 7px; }
.privacy-policy .entry-content h2, .privacy-policy .entry-content h3, .privacy-policy .entry-content h4, .privacy-policy .entry-content h5 { font-size: 20px; }
.privacy-policy .entry-content p { font-size: 15px; }


}


@media (max-width: 576px){
.archive .site-main, .single-product #main.site-main { max-width: 100%; }
#primary .woocommerce-result-count { font-size: 13px; margin-top: 7px !important; }
.woocommerce .woocommerce-ordering select { padding: 8px 5px; font-size: 13px; }
#primary .products .product { width: calc(100% - 24px);}
#primary .products .product .attachment-woocommerce_thumbnail { height: auto;}	
	

}


@media (max-width: 480px){
.homebanner { padding: 45px 0 0;  }
.bannerheading h2 { font-size: 28px; margin: 0 0 13px; }
.bannerheading h4 { font-size: 15px; }
.bannervideo { padding: 5px; max-width: 100%; }
.bannervideo > .img-fluid, .bannervideo video { height: 220px; }
.playvideobtn .img-fluid { max-width: 72px; }
.banneicons .img-fluid { max-height: 75px; }
.shortinfo-box h2, .workicondata h3, .reversejoin-sec h3 { font-size: 25px; }
.howitwork-sec { padding: 0 0 100px; }
.btn.lightgreenbutton, .btn.whitebdrbtn { width: 100%; min-width: 100%; }
.homefaq-sec { background-image: none !important; padding: 100px 0 0; }
.homefaq .accordion-item .accordion-button { font-size: 17px; }
.slick-slide .clientdata-box img { max-width: 90px; }
.clientdata-box h4 { font-size: 24px; }
.workicondata p { font-size: 16px; }
.newheadermain .cartsearch_row { right: 45px; }
.bellicon a { margin-right: 18px; }
.headernavbar .navbar-toggler svg { width: 28px; height: 28px; }
.borrowedtoy-row h2 { font-size: 20px; }
.toycount { font-size: 20px; min-width: 70px; padding: 7px 10px; }
.toybrrowsliderdata h3 { font-size: 22px; }
.modalbuttons .btn.blueboderbtn { min-width: 100px; }
.btn.bluedarkbgbtn { min-width:150px; }


}