/*
Preject Name: Otakim
Preject URL: http://www.otakim.com
Version: 1.0
Description: Bootstrap4, HTML5, CSS3 and Fully Responsive Website.
Author: Otakim Team

/*[Table of Content]

=> 1. Genral Css
=> 2. Header Light / Header Blue
=> 3. Picture Bank Section
=> 4. Media Quries

*/

/*-------------------------------------------*\
    1. Genral Css
\*-------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, 
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration { -webkit-appearance: none; -moz-appearance: none; }
input[type=search] { -webkit-appearance: none; -moz-appearance: none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; max-width: 100%; }

audio:not([controls]) { display: none; height: 0; }
html { font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ }
:focus { outline: 0; }
a:focus { outline:none;}
a:active, a:hover { outline: 0; text-decoration: none;}
.form-control:focus, .form-control:active, .custom-select:focus, .custom-select:active{ outline: 0; box-shadow: none;}
.btn.focus, .btn:focus {outline: 0; box-shadow: none; }
*{ transition:font-size, padding, width, margin, height ease-in-out 0.3s; -webkit-transition:font-size, padding, width, margin, height ease-in-out 0.3s; }


img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ }
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"],/* 1 */
input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible;  /* 4 */ }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ }
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

table { border-collapse: collapse; border-spacing: 0; }
html, button, input, select, textarea { color: #222; }

::-moz-selection { background: #f8aa15; text-shadow: none; color: #fff;}
::selection { background: #f8aa15; text-shadow: none; color: #fff;}

::-webkit-input-placeholder {
  color: inherit !important;
  opacity:1 !important;
}
::-moz-placeholder {
  color: inherit !important;
  opacity:1 !important;
}
:-ms-input-placeholder {
  color: inherit !important;
  opacity:1 !important;
}
:-moz-placeholder {
  color: inherit !important;
}

img { vertical-align: middle; max-width: 100%;}
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

body {
    overflow-x: hidden;
    font-size: 16px;
    color: #565656;
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
}

body.home, .pettern{background: url(/ContentOuterSite/images/babycard/banner-pattern.png) no-repeat;
    background-size: 75%;
    background-position: left -6px top 0px;}

body.lang-hebrew{text-align: right;}

.section-title h3 {font-size: 32px; color: #000; font-weight: 400; margin-bottom: 15px;}
.section-title p{font-size: 14px; font-weight: 400; color: #1b1b1b; max-width: 360px; margin: 0 auto; line-height: 1.2;}


/*Language Switching CSS*/
.direction-ltr {direction: ltr; text-align: left;}
.direction-rtl {direction: rtl; text-align: right;}


/*-------------------------------------------*\
   2. Header
\*-------------------------------------------*/
.site-header{background: #2264a1; color: #fff; padding: 20px 0; position: relative; z-index: 99;}
.site-header .row{align-items: center;}


.logo, .user-service {display: inline-block; }
.logo {width: 100%; max-width: 151px; text-align: initial; }
.logo img {max-width: 175px; position: absolute; top: 5px; left: 40px;}
#header-transparent .logo img{top: 2px;}

.header-right {text-align: left; }
.user-service {text-align: right; margin-left: 20px; }
.user-service > li {display: inline-block; padding:3px 18px 3px 12px; font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.75);
border-right: solid 1px rgba(255, 255, 255, 0.35); vertical-align: middle; transition: all 0.3s;}
.user-service > li > a{font-weight: 300; color: rgba(255,255,255,0.75);}
.user-service > li a:hover{color: #fbaf2e; transition: all 0.3s; }
.user-service > li i.serv-icon {width: 30px !important; height: 30px !important; display: inline-block; vertical-align: middle;
background: url(/ContentOuterSite/images/babycard/delivery-icon.png) no-repeat; background-size: 100% !important; margin-left: 10px; }
.user-service li.delivery a:hover i.serv-icon{background: url(/ContentOuterSite/images/babycard/delivery-icon-hov.png) no-repeat;}
.user-service > li.user-info .serv-icon{background: url(/ContentOuterSite/images/babycard/user.png);}
.user-service li.user-info a:hover i.serv-icon{background: url(/ContentOuterSite/images/babycard/user-hov.png) no-repeat;}
.user-service > li.cart .serv-icon{background: url(/ContentOuterSite/images/babycard/cart.png);}
.user-service li.cart a:hover i.serv-icon{background: url(/ContentOuterSite/images/babycard/cart-hov.png) no-repeat;}
.user-service > li.cart span.cart-count {background: #fff; width: 15px; height: 15px; border-radius: 50%;
    display: inline-block; color: #000; text-align: center; font-size: 10px;
    line-height: 15px; font-weight: 500; position: relative; left: 7px; top: -2px; }
.user-service li.cart a:hover span.cart-count{background: #fbaf2e; color: #fff;}
.user-service li:last-child{padding-left: 0;}
.user-service li:first-child{border-right: none;}
ul.user-action {display: inline-block; vertical-align: middle;}
ul.user-action li{display: inline-block; padding-left: 2px;}
ul.user-action li a{display: inline-block; font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.75); margin-left: 2px;}
ul.user-action li a:hover{color: #fbaf2e; text-decoration: none;}


/* Header Tranparent Css */
#header-transparent{background: transparent; color: #333; border-bottom: solid 1px rgba(40, 107, 169, 0.35);}
#header-transparent .logo{margin-left:20px; margin-right: 0;}
.group-printing{margin-right: 10px;}
.group-printing a{background: #f8aa15; border-radius: 5px; border:1px solid #7fa1ba; color: #fff !important;
padding: .31rem 1rem;}
.group-printing a img {max-width: 20px; }
.group-printing a:hover{background: #2264a1;}
#header-transparent .user-service > li{border-color: rgb(100, 168, 212, 0.35);}
#header-transparent ul.user-action li a{color: rgb(100, 168, 212);}
#header-transparent .user-service > li.cart .serv-icon {background: url(/ContentOuterSite/images/babycard/cart-blue.png); }
#header-transparent .user-service > li.cart:hover .serv-icon {background: url(/ContentOuterSite/images/babycard/cart-hov.png); }
#header-transparent .user-service > li.user-info .serv-icon {background: url(/ContentOuterSite/images/babycard/user-blue.png); }
#header-transparent .user-service > li.user-info:hover .serv-icon {background: url(/ContentOuterSite/images/babycard/user-hov.png); }

#header-transparent .user-service {margin-left: 0; }
#header-transparent .user-service > li.language{border:none;}
.home #header-transparent .user-service > li.language {border-right: 1px solid rgb(100, 168, 212, 0.35); }
.language button {background: transparent; box-shadow: none; border: none; padding: 0; margin-right: 2px;}
.language button img {width: 29px; }
.language button:hover,
.language button:focus,
.language button:active{outline: none; box-shadow: none;}

/*-------------------------------------------*\
   2.1. Menu
\*-------------------------------------------*/
/* .site-header .header-left-col #desktopmenu{
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width: 15%;
} */
.menu-col .navbar-light .navbar-toggler, .menu-col .navbar-light .navbar-toggler:focus {
    border: none;
    box-shadow: none;
    outline: none;
    padding-left: 0;
    padding-right: 0;
}
.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
}
.menu-col #navbarNavDropdown {
    width: 0;
    display: block !important;
    position: absolute;
    top: 100%;
    background: #fbaf2e;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    margin-top: 21px;
    min-height: 230px;
    z-index: 9;
    visibility: hidden;
}
#desktopmenu .navbar {
    position: static;
}
.menu-col .navbar {
    justify-content: inherit;
    padding: 0;
}
.navbar-expand-lg .navbar-toggler{
	display: block !important;
	position: absolute;
	right: 10px;
	top: -5px;
}
button.navbar-toggler .hamburger span.meat {
	display: none;
}
button.navbar-toggler.collapsed span.meat {
	display: block !important;
}
button.navbar-toggler .hamburger span.top-bun {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
button.navbar-toggler .hamburger span.bottom-bun {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.hamburger span {
    background: #fff;
    height: 2px;
    width: 32px;
    display: block;
    border-radius: 5px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
button.navbar-toggler.collapsed .hamburger span {
    margin: 7px 0;
}
button.navbar-toggler.collapsed .hamburger span {
    transform: none !important;
}
button.navbar-toggler .hamburger span.top-bun {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#header .hamburger span {
    background: #ffffff;
}
.menu-col .navbar-light .navbar-toggler {
    height: 40px;
	cursor: pointer;
}
#header .hamburger:hover span {
    background: #fbaf2e;
}
.menu-col #navbarNavDropdown {
    min-height: 200px;
    margin-top: 10px;
}
.menu-col #navbarNavDropdown.show {
	width: 300px;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    visibility: visible;
	right: 10px;
	margin-top: 30px
}
.menu-col a {
    color: #fff;
}
.menu-col #navbarNavDropdown .navbar-nav {
	padding: 15px;
	display: block;
	width: 100%;
}

.menu-col .navbar-light .navbar-nav .nav-link {
    color: #fff;
	font-size:1.2em;
}
.group-printing {
	margin-right: 0;
}
.group-printing a {
    background: #286ba9;
    border-radius: 5px;
    border: 1px solid #286ba9;
    color: #fff !important;
    padding: 0.41rem 0.55rem !important;
}
.menu-col .navbar-light .navbar-nav .nav-link:hover, .menu-col #navbarNavDropdown .dropdown-menu .dropdown-item:hover {
    color: #333;
}
.menu-col #navbarNavDropdown .dropdown-menu .dropdown-item:hover, .menu-col #navbarNavDropdown .dropdown-menu .dropdown-item:focus, .menu-col #navbarNavDropdown .dropdown-menu .dropdown-item:active{
	background: transparent;
}
.menu-col #navbarNavDropdown .dropdown-menu {
    background: rgba(86, 56, 6, 0.1);
    border: none;
    text-align: right;
    height: 0;
    transition: all ease-in-out 0.3s;
    opacity: 0;
    display: block;
    padding: 0;
	visibility: hidden;
	position: static !important;
}
.menu-col #navbarNavDropdown .dropdown-menu.show {
    height: 230px;
    transition: all ease-in-out 0.3s;
    opacity: 1;
    visibility: visible;
}
.menu-col #navbarNavDropdown .dropdown-menu .dropdown-item {
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
    color: #fff;
}
.menu-col #navbarNavDropdown.collapsing {
    display: none;
}
h2.portalTitle {
    font-size: 1.7em;
    color: #ffffff;
	padding-right: 50px;
}
/*-------------------------------------------*\
   3. Picture Bank Section
\*-------------------------------------------*/
.picture-bank { position: relative; z-index: 0;}
.picture-col-inn{margin-bottom: 0px;}
.picture-bank .first-row { padding-top: 30px;}
.picture-bank-headbg{border-top: solid 1px rgba(255, 255, 255, 0.35); background: #286ba9;  height: 94px; position: absolute; left: 0; right: 0; top: 0;}
.picture-bank .picture-col,
.picture-bank h2.col-heading {color: #fff; font-size: 21px; font-weight: 300; }
    .picture-bank h2.col-heading span {
        color: #fff;
        font-size: 31px;
        font-weight: 300;
        background: #fbaf2e;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 45px;
        border-radius: 50%;
        display: inline-block;
        margin-left: 12px;
        vertical-align: middle;
        border: 2px solid white;
    }
/*.picture-col-inn h2.col-heading{padding-right: 30px;}*/

/* Photo Bank Slider */
.photo-bank-contains{border-right: 1px solid rgba(0,0,0,0.15); padding:0 40px 20px 20px;}

#scrollbar { position: relative; /*width: 400px;*/ height: 7px; margin: 0 auto 13px auto; 
background: #e2e2e2; border-radius: 6px; }
#scrollBtn { display: block; position: absolute; top: -8px; left: 0; margin-left: 0; 
 cursor: pointer; width: 20px; height: 20px; border: 1px solid #fbaf2e; background-color: #fbaf2e;}
#scrollBg { position: absolute; top: 0; left: 0; height: 7px; background-color: #286ba9; border-radius: 6px 0 0 6px; overflow: hidden; }
#scrollBtn:before { content: ''; position: absolute; top: 6px; left: 5px;
 width: 7px; height: 7px; background-color: #fff; z-index: 99;}

 
.button-box {text-align: left; margin-top: 15px; }
.button-box .delete-btn {border: 1px solid #286ba9; color: #928f8f; font-size: 15px; padding: 9px 16px; border-radius: 6px;}
.button-box .delete-btn:hover{background: #286ba9; color: #fff;}
.button-box .delete-btn i {font-size: 18px; margin-left: 5px; vertical-align: middle; }

.element-box{height: 500px; border:1px dashed #ccc;}

 

/*-------------------------------------------*\
   Printing Banner CSS
\*-------------------------------------------*/


.theme-btn {display: inline-block; position: relative;}
 .banner-btn-box li .btnbg{background: #fbaf2e;
 display: inline-block;  
 clip-path: polygon(5% 8%, 100% 8%, 94% 100%, 0% 75%);
-webkit-clip-path: polygon(5% 8%, 100% 8%, 94% 100%, 0% 75%); display: block;
    position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 0;}
.theme-btn a, .banner-btn-box li a{ text-align: center; color: #fff; font-size: 19px;  font-weight: 400;}
.theme-btn .form-btn, .theme-btn a, .banner-btn-box li a {position: relative; padding:15px 22px 26px 25px; display: inline-block; z-index: 9;}
.theme-btn .form-btn {background: transparent; box-shadow: none; border: none; }


.theme-btn:hover .btnbg, .banner-btn-box li:hover .btnbg{background: #286ba9; color: #fff;}
.theme-btn:after, .banner-btn-box li:after {
    content: "";  background: url(/ContentOuterSite/images/babycard/btn-bord.png); position: absolute;
    left: 9px; right: -6px; top: 0px; bottom: 3px; display: block;
    z-index: 1; background-size: 100% 100%; background-repeat: no-repeat; }
.disabled.theme-btn:after,.disabled.theme-btn:hover:after{
	 background-image: url(/ContentOuterSite/images/babycard/btn-bord-grey.png);
}
.banner-btn-box li:last-child:hover:after,
.banner-btn-box li:last-child:after{right: -8px;}
.banner-btn-box li:first-child:hover:after,
.banner-btn-box li:first-child:after{right: -7px;}

.theme-btn:hover:after, .banner-btn-box li:hover:after{background: url(/ContentOuterSite/images/babycard/themebtn-bg-hov.png);
    left: 9px; right: -6px; top: 0px; bottom: 3px; display: block; z-index: 1; background-size: 100% 100%;
    background-repeat: no-repeat;
}
.direction-rtl .bootstrap-select .dropdown-toggle .filter-option,
.direction-rtl .envelope-select .bootstrap-select .dropdown-menu{text-align: right;}
.direction-rtl .bootstrap-select .dropdown-toggle .filter-option-inner{padding-right: 0;}
.direction-rtl .envelope-select .bootstrap-select .dropdown-toggle::after{position: absolute; left: 20px; top: 22px; border-width: .5em;}
.direction-ltr .envelope-select .bootstrap-select .dropdown-toggle::after{border-width: .5em; top: 6px; position: relative;}

.envelope-select .bootstrap-select ul.dropdown-menu{border: none;}
.envelope-select .bootstrap-select .dropdown-menu li{border-top:1px solid rgba(183, 183, 183, 0.85);  letter-spacing: -0.3px;}
.envelope-select .bootstrap-select .dropdown-menu li a{padding: 14px 20px; color: rgba(146, 143, 143, 0.7); font-size: 15px;}
.envelope-select .bootstrap-select .dropdown-menu li a:hover,
.envelope-select .bootstrap-select .dropdown-menu li.selected.active a{background: #fbaf2e; color: #fff;}


/*-------------------------------------------*\
   5. Login / Resister - Popup / Modal
\*-------------------------------------------*/
.modal-dialog .form-footer a{
	font-size:16px;
}
.loginpopupform .login-txt-br{border-bottom: 1px solid rgba(255,255,255,0.7);}
.modal-backdrop.show{opacity: 0.50;}
.loginpopup .modal-content{background-color: #2264a1; border-radius: 0; border: none; box-shadow: none; color: #fff;}
.loginpopup .modal-dialog{max-width: 520px; margin-top: 4rem;}
.loginpopup .modal-header {text-align: center; justify-content: center; padding: 0; border: none; }

.loginpopup .modal-header .formlogo {max-width: 150px; position: relative; top: -15px; }
.formtitle {text-align: center; font-size: 24px; letter-spacing: -0.3px; margin-top: 0px;  margin-bottom: 40px; }
.loginpopupform .form-control {
    margin: 0 5px 0 5px;
}
.loginpopupform{max-width: 320px; margin:0 auto 50px;}
.loginpopupform .input-group{ align-items: center; border-bottom:solid 1.4px rgba(255, 255, 255, 0.30); padding-bottom: 7px;}
.loginpopupform .input-group.last{border-bottom: none;}
.loginpopupform .form-icon img {max-width: 14px; position: relative; }
.loginpopupform .form-control{background: transparent; border: none; border-radius: 0;
 color: rgba(255, 255, 255, 0.75); font-size: 16px; font-weight: 300;}
span.valid-icon{display: none;} 
.loginpopupform .error{font-size: 14px; color: rgba(255, 255, 255, 0.75);}
.form-control.invalid~span.valid-icon,
.form-control.valid~span.valid-icon{font-size: 18px;}
.form-control.valid~span.valid-icon{display: block;}
.form-control.valid~span.valid-icon .fa{background: url(/ContentOuterSite/images/babycard/check-icon.png) no-repeat;
width: 18px; height: 18px; background-size: 100%;}
.form-control.invalid~span.valid-icon{display: block;}
#contactform .error span.valid-icon .fa,
.form-control.invalid~span.valid-icon .fa{background: url(/ContentOuterSite/images/babycard/close-iocn.png) no-repeat;
width: 18px; height: 18px; background-size: 100%;}

.form-control.valid~span.valid-icon i:before,
.form-control.invalid~span.valid-icon i:before,
.form-control span.valid-icon i:before {/*content: "\f057"; color: #fbb749;*/ content: none !important;}
div.invalid{display: none !important;}

.loginpopupform .theme-btn:hover .btnbg{background: #fbaf2e; color: #fff;}
.loginpopupform .theme-btn:hover button{ color: #fff;}

.loginpopupform .theme-btn.wht-bord:hover:after,
.theme-btn.wht-bord:after{background: url(/ContentOuterSite/images/babycard/btn-bord-white.png);
background-size: 100% 100%; background-repeat: no-repeat;}

.loginpopupform .theme-btn .form-btn{padding:9px 39px 19px 40px; color: #fff; font-size: 20px;}
.theme-btn .form-btn:focus,
.theme-btn .form-btn:hover,
.theme-btn .form-btn:active{outline: none; border: none; box-shadow: none;}

.loginpopupform .theme-btn.wht-bord:after,
.loginpopupform .theme-btn.wht-bord:hover:after,
.loginpopupform .theme-btn.wht-bord:focus:after,
.loginpopupform .theme-btn.wht-bord:active:after, {left: 5px; right: -6px; top: 1px; bottom: 3px;}
.loginpopupform .btn-col{margin-top: 20px; margin-bottom: 40px;}
.form-footer, .form-footer a{color: rgba(255, 255, 255, 0.75); font-size: 13px; font-weight: 300;}
.form-footer a{ text-decoration: none;}
.form-footer a:hover{color: #fbaf2e; text-decoration: none;}
.forgot-col {text-align: left; }
.form-footer .custom-control-label{cursor: pointer;}
.form-footer .custom-control-label::before{background-image: url(/ContentOuterSite/images/babycard/cheq-mark.png);}
.form-footer .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
background-image: url(/ContentOuterSite/images/babycard/cheq-mark-active.png); background-color: transparent; border: none;}
.form-footer .custom-control-input:checked~.custom-control-label::before{ background-color: transparent !important; border: none !important;}
.form-footer .custom-control-label::after,
.form-footer .custom-control-label::before{background-repeat: no-repeat; background-size: 100%; 
width: 23px; height: 25px; background-color: transparent !important; border: none !important; left: inherit;
right: -2.2rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.custom-control-input:focus ~ .custom-control-label::before {box-shadow: none; }
.form-footer .custom-control-label:hover,
.form-footer .custom-control-label:focus{border: none; outline: none; box-shadow: none;}
.form-footer .custom-control{padding-left: 0; padding-right: 2.2rem;}

.registerpopup .formtitle{margin-bottom: 30px; margin-top: 0px;}
.form-subtitle {padding: 0 40px; margin-bottom: 30px;}
.form-subtitle li {color: rgba(255, 255, 255, 0.75); font-size: 13px; font-weight: 300; 
position: relative; padding-right: 30px; margin-bottom: 5px;}
.form-subtitle li img {max-width: 19px; position: absolute; right: 0; top: -3px; margin-left: 8px; }
.registerpopup .form-control{padding-left: 0; padding-right: 0;}

.registervia a i{width: 20px; height: 20px; line-height: 20px; border-radius: 50%; border: 1px solid #fff;
text-align: center; font-size: 12px; color: #fff; margin: 0 5px; }
.registervia a:hover i{color: #fbaf2e; border-color: #fbaf2e;}


 #registerpopup .modal-dialog{
	 max-width: 605px
 }
#registerpopup {max-width: 100%; /* border: 1px dashed rgba(40, 107, 169, 0.5); */ padding: 50px 10px 60px 10px;
 margin-bottom: 0;}
#registerpopup.loginpopup .modal-content {
	background-color: #fff;
}
#registerpopup .modal-header .formlogo{
	top: 44px;
	z-index: 1;
}
#registerpopup .modal-body{
	max-width: 565px;
	border: 1px dashed rgba(40, 107, 169, 0.5);
	margin-left: auto;
	width: 100%;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 80px;
}
#registerpopup .loginpopupform{
	max-width:100%;
}
 
#registerpopup .formtitle{margin-top: 0; color: #2264a1; font-size: 26px; margin-bottom: 26px; transition: ease-in-out 0.3s; -webkit-transition: ease-in-out 0.3s;}
#registerpopup .form-group {margin-bottom: 8px; }
#registerpopup .input-group{border:1px dashed #ccc; height: 54px; background: #f2f2f2; padding-bottom: 0;}
#registerpopup .form-control{color: #5698d6; font-weight: 400; padding: .375rem .75rem;}
#registerpopup .form-footer .custom-control-label:focus:after, #registerpopup .form-footer .custom-control-label:focus:before,
#registerpopup .custom-control-input:checked~.custom-control-label:focus::before,
#registerpopup .custom-control-input:not(:disabled):active~.custom-control-label:focus::before,
#registerpopup .custom-control-input:checked~.custom-control-label::before{border: transparent !important; background: transparent; box-shadow: none !important; }
#registerpopup span.input-group-addon {padding-right: 15px; }
#registerpopup span.valid-icon {padding-left: 10px; padding-top: 2px; color: #2264a1; font-size: 20px;}
#registerpopup .form-control.valid~span.valid-icon .fa{background: url(/ContentOuterSite/images/babycard/check-icon-blue.png) no-repeat;
    background-size: 100%;}
#registerpopup .valid span.valid-icon .fa,
#registerpopup .form-control.valid~span.valid-icon .fa{background: url(/ContentOuterSite/images/babycard/check-icon-blue.png) no-repeat;
background-size: 100%; width: 18px; height: 18px;}

#registerpopup .error span.valid-icon .fa,
.form-control.invalid~span.valid-icon .fa{background: url(/ContentOuterSite/images/babycard/close-iocn.png) no-repeat;
width: 18px; height: 18px; background-size: 100%;}
#registerpopup .valid-icon .fa-check-circle:before{content: ""!important;display: none!important;}
#registerpopup .form-footer {margin-bottom: 30px;}
#registerpopup .form-footer, #registerpopup .form-footer a{color:#808080;}
#registerpopup .form-footer a:hover{color: #fbaf2e; }
#registerpopup .forgot-col span {font-size: 11px; padding: 0 4px; color: #bfbfbf; }
#registerpopup .registerform-btm .register-btn{
	text-align:center;
}
#registerpopup .form-footer {
    margin-bottom: 30px;
    margin-top: 0;
}
#registerpopup .error span.valid-icon { display: block;}
#registerpopup .valid span.valid-icon { display: block;}
#registerpopup .theme-btn .form-btn {
    padding: 9px 25px 19px 30px;
    font-size: 19px;
    min-width: 150px;
}
#registerpopup .theme-btn.wht-bord:after {
	background: url(/ContentOuterSite/images/babycard/btn-bord.png);
    background-repeat: repeat;
	background-size: 100% 100%;
}
#registerpopup .checkbox-list {
    padding-top: 12px;
}
#registerpopup .first-check{
	padding-top: 25px;
}
#registerpopup .btm-img-area {
	padding-bottom: 26px;

}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.checkbox-list label{
	padding-left: 9px;
}
#registerpopup  .checkbox-list .custom-control {
    padding-right: 0px;
    display: inline-block;
}
#registerpopup .checkbox-list .custom-control-label {
    padding-right: 19px;
    color: #808080;
    font-size: 16px;
    font-weight: 400;
}
.custom-control-label:after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
        background-color: rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-image: none;
        background-size: 50% 50%;
}
.form-footer .custom-control-label:after, .form-footer .custom-control-label:before {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 23px;
    height: 25px;
    background-color: transparent !important;
    border: none !important;
    left: inherit;
    right: -2.2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#registerpopup .checkbox-list .custom-control-label:before {
    background: url(/ContentOuterSite/images/babycard/sq-check.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100%;
    border: none;
    background-color: transparent;
    top: 9px;
    right: 0px;
}


#registerpopup .form-footer .custom-control-label:focus:after, #registerpopup .form-footer .custom-control-label:focus:before, #registerpopup .custom-control-input:checked ~ .custom-control-label:focus:before, #registerpopup .custom-control-input:not(:disabled):active ~ .custom-control-label:focus:before, #registerpopup .custom-control-input:checked ~ .custom-control-label:before {
    border: transparent !important;
    background: transparent;
    background-color: transparent;
    box-shadow: none !important;
}
.form-footer .custom-control-input:checked ~ .custom-control-label:before {
    background-color: transparent !important;
    border: none !important;
}
#registerpopup .checkbox-list .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url(/ContentOuterSite/images/babycard/sq-check-active.png);
    right: -11px;
    width: 26px;
    height: 23px;
    top: 6px;
}
#registerpopup .popup-img,#registerpopup .college-txt, #registerpopup .logodescr p, #registerpopup .logodescr .logoname{
  display: none;
}
#registerpopup input[aria-describedby="TermCheck-error"]~label{
  border-bottom:1px solid red;
  padding-bottom:7px;
}
#registerpopup .btm-check {
    display: none;
}
#registerpopup .btm-check .custom-control-label:before {
    background: url(/ContentOuterSite/images/babycard/sq-check.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100%;
    border: none;
    background-color: transparent;
    top: 0px;
    right: 0px;
}
#registerpopup .btm-check .custom-control-input:checked~.custom-control-label::after {
    background-image: url(/ContentOuterSite/images/babycard/sq-check-active.png);
    right: -24px;
    width: 54px;
    height: 45px;
    top: -18px;
}
#registerpopup .btm-check .custom-control-label {
    padding-right: 29px;
    color: #808080;  
}
#registerpopup.modal {
  overflow-y:auto;
}
 

.btm-img-area .first-check{text-align: center;}
.btm-img-area .first-check h1{position: relative;margin-bottom: 10px;padding-bottom: 10px;color:#808080;}
.btm-img-area .first-check p{color: #808080;}
.btm-img-area .first-check h1:after {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #808080;
    width: 160px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;

}
.popup-img{border:1px dotted #808080;border-radius: 50%;width:145px;height:145px;margin: 0 auto;}
.registerform-btm .registervia a{color: #808080; width: 22px; height: 22px; line-height: 22px;padding-right:27px;    position: relative;}
.registerform-btm .registervia a i{border: 1px solid #808080; color: #808080;position: absolute;right:-8px;margin: 0;}
.first-check{padding-top:7px; }

.btm-check .custom-control{padding-right:0px;}
.hidden-img-txt { visibility: hidden;}
.university-name{border: 1px dashed #5698d6;color: #5698d6;border-radius: 5px;font-size: 18px;text-align: center;    max-width: 190px;    /* display: table; */   margin: 0 auto; padding: 6px; margin-top: 12px;}
.college-txt .university{  color: #5698d6; font-weight: 400;    width: 36%; background-clip: padding-box; 
  border: 1px solid #ced4da!important; background: transparent;   border: none; border-radius: 5px!important;color: rgba(255, 255, 255, 0.75);  font-size: 14px; font-weight: 300;}
 .college-txt{padding-top: 12px;}
 .checkbox-list{padding-top: 12px;}
 
 .form-footer .checkbox-list .custom-control-label:after{background-image: none;}


/*Registration popup*/
.registrationpopup .formtitle {
    margin-bottom: 37px;
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    color: #2264a1;
    font-size: 26px;
}
.registrationpopup .modal-dialog {
    max-width: 1000px;
    margin-top: 2.5rem;
}
.images-gallary ul{
  text-align: center;
}
.images-gallary ul li{width:125px;height: 130px;display: inline-block; margin: 0px 6px 6px;}
.images-gallary ul li p{ width:125px;height: 105px;border:1px dashed #808080;width: 100%;display: inline-block; background-repeat: no-repeat;
background-size: contain;}
.registrationpopup .modal-content{background-color: #fff;}
.registrationpopup .modal-body{padding: 35px;}
.popup-img img{padding-top: 7px; border-radius: 50%;}
.images-gallary ul li.active p,.images-gallary ul li:hover p{background-color: #ecefff;}
.images-gallary ul li h4{ color: #808080; margin-top: 5px; font-size: 14px;}
.images-gallary ul a{display: block;}
.images-gallary ul li.active h4, .images-gallary ul li:hover h4{color:#2264a1;}

.icon{position: relative;}
.icon:before{
    width: 16px;
    height: 16px;
    content: " ";
    background-image: url(/ContentOuterSite/images/babycard/sq-check.png);
    position: absolute;
    /*left: -16px;*/
    top: -1px;
    background-repeat: no-repeat;
    right: -2px;
}


/* #registerpopup.modal{
	overflow: scroll;
} */
.form-subtitle li {
	font-size: 16px;
}
.alert-danger.login {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 14px;
    color: #949494;
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.75);
    background-image: url(/ContentOuterSite/images/babycard/importent_to_know.png) !important;
    background-repeat: no-repeat;
    padding: 15px 45px 15px 3px;
    text-align: right;
    background-position: 100% 5px;
    border-radius: 0;
        color: rgba(255, 255, 255, 0.75);
}

.thankyoupopup .form-subtitle   {
    color: rgba(255, 255, 255, 0.75);
}
.thankyoupopup .formtitle {
	margin-top:0;
}
.thankyoupopup .form-subtitle h3 {
    font-size: 20px;
    color: rgba(255,255,255,0.8);
    font-weight: 600;
    margin-bottom: 20px;
}
.thankyoupopup .form-subtitle   p {
    font-size: 17px;
    font-weight: 400;
	line-height: 1.4em;
}
.thankyoupopup .form-footer{
	text-align:center;
	padding-bottom:20px;
}
.thankyoupopup .theme-btn .form-btn{
	min-width: 152px;
}

.facebook-login-container { width: 100%; border: 1px dashed #6293c1; padding: 10px; text-align: center; }
.or-seperator { color: white; margin: 30px 0 30px 3px; }
.loginwith { margin-top: 12px; }
.loginwith li { display: inline-block; margin: 0 3px; }
.loginwith li span { display: block; color: #fff; font-size: 12px; margin-top: 3px; }

 #haveTchooseInst, .facebook-login-container {
    width: 100%;
    border: 1px dashed #6293c1;
    padding: 10px;
    text-align: center;
	color: white !important;
	direction: rtl;
}
#haveTchooseInst, .facebook-login-container {
    width: 100%;
    border: 1px dashed #6293c1;
    padding: 10px;
    text-align: center;
}
/*.g-signin2 div {
	opacity: 0;
}*/

.g-signin2 {
	width: 100%;
	height: 25px;
	background: url(/ContentOuterSite/images/gplus-sign-login.png) no-repeat;
	background-size: 25px;
	background-position: center;
}
  
.facebookLogin {
	display: initial;
	align-items: center;
	padding: 0px 6px 2px 0;
	color: white !important;
}
.facebookLogin-text{
	margin: 0px 10px 0px 10px;
}
.form-login-icon {
    display: inline-block;
}
.or-seperator{
    color: white;
    margin: 30px 0 30px 3px;
}
.facebook-login-container li.google, .facebook-login-container li.facbook{
	cursor: pointer;
}
li.google div {
	width:50px !important;
}
.apiName{
	margin-top:10px;
	font-size:14px !important;
}
h4.or-seperator {
	font-size: 17px !important;
	font-weight: 500 !important;
}
/*-------------------------------------------*\
  babycard-content CSS
\*-------------------------------------------*/


@font-face {
    font-family: 'eft_afarsekregular';
    src: url('/ContentOuterSite/fonts/eft_afarsek-webfont.woff2') format('woff2'),
         url('/ContentOuterSite/fonts/eft_afarsek-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'eft_afarsekbold';
    src: url('/ContentOuterSite/fonts/eftafarsek-bold-webfont.woff2') format('woff2'),
         url('/ContentOuterSite/fonts/eftafarsek-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/** Generated by FG **/
@font-face {
    font-family: 'Conv_FBAFIKOMAN-REGULAR';
    src: url('/ContentOuterSite/fonts/FBAFIKOMAN-REGULAR.eot');
    src: local('☺'), url('/ContentOuterSite/fonts/FBAFIKOMAN-REGULAR.woff') format('woff'), url('/ContentOuterSite/fonts/FBAFIKOMAN-REGULAR.ttf') format('truetype'), url('/ContentOuterSite/fonts/FBAFIKOMAN-REGULAR.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_FBYOGURT-BOLD';
    src: url('/ContentOuterSite/fonts/FBYOGURT-BOLD.eot');
    src: local('☺'), url('/ContentOuterSite/fonts/FBYOGURT-BOLD.woff') format('woff'), url('/ContentOuterSite/fonts/FBYOGURT-BOLD.ttf') format('truetype'), url('/ContentOuterSite/fonts/FBYOGURT-BOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.picture-bank{margin: 20px 0 0;}
.photo-bank-contains{padding: 0 0px 0px 0px; border-right: none;}
h2.col-heading {
    background: #286ba9;
    padding: 15px 90px 23px 20px;
    position: relative;
    border-radius: 15px;
}
.picture-bank h2.col-heading span { position: absolute; right: 23px; top: 50%; transform: translateY(-50%); }
.picture-bank h2.col-heading span
/*Form*/
.photo-bank-contains, .photo-bank-list{ margin-top: 50px;}
.picture-bank h4.title{font-size: 17px; color: #333; font-weight: 400; padding-top: 40px; padding-bottom: 30px; line-height: 1.3;}
.photo-bank-list{text-align: center;}
.birh-certificate-btn{ display: block; position: relative; }
.btn-contact .custom-control-label{cursor: pointer;}
.btn-contact .custom-control-label::before{background: url(/ContentOuterSite/images/babycard/sq-check.png) no-repeat;
width: 17px; height: 17px; background-size: 100%;border: none; background-color: transparent;top: -1px; right:0px;}
.btn-contact .custom-control-input:checked~.custom-control-label::before{background: none;}
.btn-contact .custom-control-input:checked~.custom-control-label::after{background-image: url(/ContentOuterSite/images/babycard/sq-check-active.png);right: -28px; width: 60px; height: 48px; top: -20px;}
.btn-contact .custom-control-label::before,
.btn-contact .custom-control-label::after,
.btn-contact .custom-control-input:checked~.custom-control-label::before{background-color: transparent; border: none;}

.btn-contact .custom-control { padding-left: 0px; margin-top: 15px; }
.btn-contact .custom-control-label { padding-right:25px;color: #808080;font-size: 14px;padding-left: 20px; }
.custom-checkbox .custom-control-input:checked~.custom-control-label::after { }
#babyCardForm span.valid-icon { padding-left: 15px; padding-top: 20px; color: #286ba9; font-size: 20px; position: absolute; left: -2px; top: -2px; }
#contactselect1 { -webkit-appearance: none; }
#babyCardForm .theme-btn .form-btn,
.theme-btn a,
.banner-btn-box li a { width: 100%; color: #fff; }
#babyCardForm span.valid-icon .fa:before,
#babyCardForm .input-group.element.valid:before,
#babyCardForm .input-group.element.error:before{content: none;}
#babyCardForm .error span.valid-icon {display: block; }
#babyCardForm .valid span.valid-icon{display: block;}

#contactform .form-control.valid .element:before,
#contactform .form-control.error .element:before{content: none;}

.mobile-summary .list-group-item{border: 0px;}
.mobile-summary .custom-control-label::before { background: url(/ContentOuterSite/images/babycard/cb.png) no-repeat; width: 40px; height: 40px; background-size: 100%; border: none; background-color: transparent !important; top: -5px; right: -22px; }
.mobile-summary .custom-control-input:checked~.custom-control-label::after { background-image: url(/ContentOuterSite/images/babycard/cb_checked.png); width: 40px; height: 40px; background-size: 100%; right: -22px; top: -5px; } }
.mobile-summary .btn-contact .custom-control-input:checked~.custom-control-label::before{}
.mobile-summary .custom-control-label{font-size: 16px;color: #808080;padding-right: 25px;font-weight: 300; padding-top: 6px;
  padding-bottom: 10px; cursor: pointer;}
.mobile-summary .custom-control-input{ right: -20px; top: 7px;}
.mobile-summary .custom-control-label::after{right: -17px;}
.mobile-summary .list-group-item{padding: 19px 1.25rem;}
.direction-rtl .mobile-summary .list-group-item .custom-control.custom-checkbox{padding-left: 0;}
#order-summary .theme-btn .form-btn {
    padding: 13px 45px 23px 45px;
    font-size: 26px;
    color: #fff;
    background: #fbaf2e;
    border-radius: 100px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    cursor: pointer;
}
#babyCardForm .theme-btn.disabled::after, .theme-btn:after, .banner-btn-box li:after {
    background-image: none !important;
}
.babycard-form .theme-btn:after {
    display: none;
}
#babyCardForm .babycard-form .file-btn:hover span {
    background: #286ba9;
}

/*------------------------------------.-------*\
   Sidebar CSS
\*-------------------------------------------*/

#babyCardForm .dropdown-menu {text-align: right;}
#babyCardForm { /* max-width: 470px; */ padding:0;  /*  margin-top: 50px;*/ margin-bottom: 0; }
#babyCardForm .input-group {  padding-bottom: 0; }
    #babyCardForm .form-control {
        border: 1px dotted #ccc;
        height: 42px;
        background: #fff;
        border-radius: 0;
        color: #286ba9;
        font-weight: 600;
        font-size: 18px;
        height: auto;
        border-radius: 15px;
    }
#babyCardForm .form-control:focus{border-color: #01a0c5; background-color: #f5faff;}
#babyCardForm .form-control::-webkit-input-placeholder {
  color: #b9b9b9 !important;
  opacity:1 !important;
}
#babyCardForm .form-control::-moz-placeholder {
  color: #b9b9b9 !important;
  opacity:1 !important;
}
#babyCardForm .form-control:-ms-input-placeholder {
  color: #b9b9b9 !important;
  opacity:1 !important;
}
#babyCardForm .form-control:-moz-placeholder {
  color: #b9b9b9 !important;
}

#babyCardForm .form-control:focus::-webkit-input-placeholder {
  color: #00a0c5 !important;
  opacity:1 !important;
}
#babyCardForm .form-control:focus::-moz-placeholder {
  color: #00a0c5 !important;
  opacity:1 !important;
}
#babyCardForm .form-control:focus:-ms-input-placeholder {
  color: #00a0c5 !important;
  opacity:1 !important;
}
#babyCardForm .form-control:focus:-moz-placeholder {
  color: #00a0c5 !important;
}

#babyCardForm .input-group.error,#babyCardForm .form-control.bootstrap-select.error button {border: 1px dashed red;}
#babyCardForm .form-group { position: relative; margin-bottom: 10px;}
#babyCardForm .ready .upload-msg { display: none; }
#babyCardForm .ready .baby-origin-image-wrap { display: block; }
#babyCardForm .file-btn input[type="file"] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; }
.theme-btn a {
    background: #fbaf2e;
    /* clip-path: polygon(5% 8%, 100% 8%, 94% 100%, 0% 75%); */
    /* -webkit-clip-path: polygon(5% 8%, 100% 8%, 94% 100%, 0% 75%); */
    display: block;
    /* font-size: 19px; */
    font-weight: 600;
    position: relative;
    padding: 20px;
    color: #fff;
    border-radius: 40px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    cursor: pointer;
}
#babyCardForm .file-btn span, #babyCardForm .file-btn span:hover{
    color: white;
    background:transparent !important;
    cursor:pointer;
}
#babyCardForm .file-btn input[type="file"]{
    cursor:pointer;
}

.file-btn {
    cursor: pointer;
}
.babycard-form .bootstrap-select > .dropdown-toggle.btn-light {
    background-color: transparent;
    border: none;
    color: #286ba9;
    height: 42px;
    font-weight: 600;
}
.babycard-form .form-control .dropdown-toggle::after{display: none;}
.babycard-form .bootstrap-select .dropdown-toggle .filter-option-inner{padding-top: 3px;}
.element { position: relative; }
.element:before { content: "\f0d7";  font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; 
 font-size: 14px;  position: absolute; top: 12px; left: 10px; background-color: transparent; color: #333; padding: 9px; 
border-radius: 50%; width: 10px; height: 5px; line-height: 2px;  text-align: center; text-indent: -4px; z-index: 11;}

#babyCardForm .bootstrap-select.form-control{color: #b9b9b9;}
.bootstrap-select>.dropdown-toggle.btn-light:focus,
.bootstrap-select>.dropdown-toggle.btn-light:active
{box-shadow: none !important; outline: none !important; border: 1px dashed #00a0c5; background-color: #f5faff;  color: #00a0c5;}
.babycard-form .field-title {width: 100%; text-align: right; font-size: 16px; font-weight: 600;
color: #565656; letter-spacing: 0.5px; margin-bottom: 6px; }

.dateofbirth .row{margin-left: -5px; margin-right: -5px;}
.dateofbirth [class*="col-"]{padding-left: 5px; padding-right: 5px;}

#babyCardForm .theme-btn.disabled::after { /*background-image: url(/ContentOuterSite/images/babycard/gray-bord.png);*/ }
#babyCardForm .theme-btn.disabled .btnbg { background-color: #ababab; }

#babyCardForm .form-group.uploadimage { position: relative; width: 100%; }
#babyCardForm .upload-msg { text-align: center; padding: 50px; font-size: 22px; color: #aaa; width: 100%; margin:20px auto 0px; border: 1px solid #aaa; }
#babyCardForm  .baby-origin-image-wrap { position: relative; height: 350px; margin: 0 auto;  display: none; }



/*-------------------------------------------*\
   Otakim Product List CSS
\*-------------------------------------------*/

div#product_row {padding: 20px 0 0; }
div#product_row .col-heading{margin-bottom: 30px; }
.pricelabelbg { clip-path: polygon(5% 0%, 99% 13%, 99% 92%, 0% 100%); -webkit-clip-path: polygon(5% 0%, 99% 13%, 99% 92%, 0% 100%); background: #fcaf2f; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; }
.price-label .price { z-index: 9; position: relative; color: #fff; }
.price-label.prodlabel { min-width: 80px; padding: 13px 13px 10px 15px; position: absolute; z-index: 2; left: 50%; top: -27px; transform: translateX(-50%); }
.price-label.prodlabel:after { left: 4px; right: -4px; top: 6px; bottom: -4px; }
    .price-label.prodlabel .price h3 {
        font-size: 45px;
        top: 0;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        line-height: 0.8;
        display: inline-block;
        position: relative;
    }
.price-label .price span { position: relative; }
.price-label.prodlabel .price span em { font-size: 23px; }
.lightblue .pricelabelbg { background: #69b0da; }
.darkblue .pricelabelbg {background: #286ba9; }
.darkblue.price-label.prodlabel:after{background-image: url(/ContentOuterSite/images/babycard/pricelabel-dark-border.png); }

.price-label:after { content: ""; background-image: url(/ContentOuterSite/images/babycard/pricelabel-border.png); position: absolute; left: 8px; right: -6px; top: 18px; bottom: -13px; display: block; z-index: 1; background-size: 100% 100%; background-repeat: no-repeat; }

.gallery-list .prod-block{    text-align: center; position: relative; margin:40px 0; }
.gallery-list li .imagebox{overflow: hidden; background-color: #e2e2e2; position: relative;}
.gallery-list li .imagebox:before{content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0;
background: #286ba900; transform: scale(0);
margin: 0 auto; transition: ease-in-out 0.4s; z-index: 1;}
.gallery-list li .imagebox img{transition: ease-in-out 0.3s; transform: scale(1);}
.outstock{background-color: #c71c24; color: rgba(255, 255, 255, 0.7); font-size: 12px; letter-spacing: -1px; text-align: center;
width: 48px; height: 48px; border-radius: 50%;     display: flex;
align-items: center; justify-content: center; padding: 10px; position: absolute; bottom: 10px; z-index: 2; left: 11px;}

.gallery-list li .imagebox .clickhere{position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1;}
.gallery-list li .imagebox .clickhere span {background: #286ba9; color: #fff; display: block; padding:8px 15px; font-size: 17px;
position: absolute; z-index: 1; left: 0; right: 0; bottom: -100px; transition: ease-in-out 0.3s; }
.gallery-list li .imagebox .clickhere span:hover{background-color: #fbaf2e;}
.gallery-list .prod-block:hover .clickhere span{bottom:0px;}

.gallery-list .prod-block:hover .imagebox img{transition: ease-in-out 0.3s; transform: scale(1.2);}
.gallery-list li .title{font-size: 19px; letter-spacing:0.5px; margin-top: 7px; font-weight: 400; color: #000; text-align:right;padding-right: 35px; position:relative;}
.gallery-list li .title a{color: #000;}
.gallery-list li .title a:hover{color: #fbaf2e;}
.gallery-list .prod-block:hover .imagebox:before{transform: scale(1);}


/* Gallery Second Css*/
.gallery-list li .imagebox{overflow: inherit; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
 -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
background: #fff; padding: 3px;}
.gallery-list li .imagebox figure {overflow: hidden; background: #e8e8e8; cursor:pointer}
.gallery-list li .imagebox .clickhere{display: inline-block;}
.gallery-list li .imagebox figure a{overflow: hidden; display: table; width: 100%;}

#graphics-printing.gallery-list .prod-block {margin-top: 80px; }

.order-summary{margin-bottom: 40px; margin-top: 40px;}
.custom-control-input:focus~.custom-control-label::before,
.mobile-summary .custom-control-input:focus{box-shadow: none; outline: none;}


a{color: #337ab7;
text-decoration: none;}
b, strong {
    font-weight: bold;
}
.gallery-list li .title:before{
	background-image: url(/ContentOuterSite/images/babycard/cb.png);
	background-repeat:no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-size: auto;
    width: 40px;
    height: 40px;
    background-size: 100%;
    border: none;
    background-color: transparent !important;
    top: -11px;
    right: -8px;
	content: "";
	position: absolute;
	cursor: pointer;
}
.gallery-list li.active .title:before{
	background-image: url(/ContentOuterSite/images/babycard/cb_checked.png);
	 
}
.checkout-bottom-right, .checkout-top-right{
	padding: 5% !important;
	margin: 0px 0px 25px 0px;
}
.checkout-top-left, .checkout-top-right, .checkout-bottom-left, .checkout-bottom-right{
	overflow: hidden;
	margin-top: 10px;
    text-align:center
}
.checkout-top-right {
    border: 1px dashed #dedede;
    background-color: transparent;
    min-height: 160px;
    padding: 15px;
    color: #777777;
    border-radius: 10px;
    border: 3px solid white;
    background-color: #fff6d1;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    border-radius: 15px;
    font-weight: 600;
}
.checkout-custom-text {
    font-size: 22px;
    color: #2765a0;
    direction: rtl;
    text-align: right;
}
.checkout-custom-text img{
	width: 30px;
	float: right;
	margin-left: 10px;
}
.discount-blue {
    text-align: right;
}
.discount-checkout{
	margin-bottom: 0px;
	margin-top: 7px;
	line-height: 30px;
	/* font-family: 'Assistant', sans-serif !important;
	font-size: 16px; */
}
.discount-checkout > span {
    float: right;
}
.checkout-bottom-left .custom-control {
    margin-bottom: 4px;
    text-align: right;
}
.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
    padding-left: 0;
    padding-right: 15px;
	
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-right: 23px;
    line-height: 1.2;
}
.mt-20 {
    margin-top: 20px;
    margin-bottom: 20px;
	display: none;
}
.photostore-alert-danger{
	color: #949494;
	background: transparent;
    font-size: 16px;
	border: 1px dashed #2765a0;
	background-image: url(/ContentOuterSite/images/babycard/warninig.png) !important;
	background-repeat: no-repeat;
	padding: 2% 13%;
	text-align: right;
	background-position: 95% 5px;
	line-height: 1.42857143;
	display: block;
}
#validation-alert {
    padding: 6px 60px 5px 45px !important;
    margin: 2px 0px 20px !important;
}
.checkout-bottom-left .custom-checkbox a{
	padding-top:6px;
	font-size: 16px;
	display: inline-block;
}
.checkout-bottom-left .checkoutcol{
	border-bottom: 1px dashed #d0d0d0;
	background-color: white;
	min-width: 50px;
	margin: 0;
	padding-top:7.672px;
	padding-bottom:7.672px;
	font-size:18px;
	margin: 5px 0 0px 0px;
	line-height: 1.2em;
}
.checkout-bottom-left .checkoutcol .field-name {
    color: #2765a0;
	width: 50%;
}
.checkout-bottom-left .checkoutcol .field-value {
	color:#3b3b3b;
	width: 50%;
}
.checkout-bottom-left {
    padding:0 10px 10px;
}
.counting-row {
	margin: 30px 0 0;
}
.checkout-bottom-left .theme-btn{
	margin-top: 20px;
}
 
/*-------------------------------------------*\
   Media Quries
\*-------------------------------------------*/


@media (min-width: 768px) {
	.menu-col #navbarNavDropdown .dropdown-menu.show{
		height: auto;
		padding-bottom: 15px;
	}
}

@media (min-width: 992px) {

  #header-transparent .header-left-col {-ms-flex: 0 0 69.666667%; flex: 0 0 69.666667%; max-width: 69.666667%; }
  #header-transparent .header-right-col {-ms-flex: 0 0 30.333333%; flex: 0 0 30.333333%; max-width: 30.333333%; }
/*   #desktopmenu .navbar-light .navbar-nav .nav-link{padding-right: .3rem; padding-left: .32rem;} */
  #header-transparent .user-service > li{padding: 3px 13px 3px 3px;}
  #header-transparent .user-service li:last-child {padding-left: 0;/* padding-right: 0;*/ }


  .contact-right-txt{max-width: 50%;}
  .contact-txt-area{padding: 37px 20px 37px; margin-right: 50px;}
  #contactform{padding: 50px 35px 30px;}



}

@media (min-width: 992px) and (max-width: 1199px) {
  #header-transparent .header-left-col {-ms-flex: 0 0 69.666667%; flex: 0 0 69.666667%; max-width: 69.666667%; }
  #header-transparent .header-right-col {-ms-flex: 0 0 30.333333%; flex: 0 0 30.333333%; max-width: 30.333333%; }
  #desktopmenu .navbar-light .navbar-nav .nav-link{padding-right: .3rem; padding-left: .32rem;}
  #header-transparent .user-service > li{padding: 3px 13px 3px 3px;}
  #header-transparent .user-service li:last-child {padding-left: 0;/* padding-right: 0;*/ }
}


@media (min-width: 1200px) {
  .container {max-width: 1270px; }
  .user-service{float: right;}
  .user-service > li{font-size: 16px; color: #fff;}
  .user-service > li a{color: #fff;}
  .user-service > li i.serv-icon{width: 44px !important; height: 44px !important;}
    #babyCardForm .dropdown-menu {  max-height:300px;}
}

@media (min-width: 1367px) and (max-width: 11999px) {
  .container {max-width: 1500px; }
  ul.user-action li a,
  #desktopmenu .navbar-light .navbar-nav .nav-link{    font-size: 16px;
    color: white;
    line-height: 25px;}
  .user-service > li i.serv-icon{width: 35px !important; height: 35px !important;}
  .language button img {width: 35px; }

  #desktopmenu #navbarNavDropdown .dropdown-menu{min-width: 11.5rem;}
  #desktopmenu #navbarNavDropdown .dropdown-menu.show {height: 200px; }
  #desktopmenu #navbarNavDropdown .dropdown-menu .dropdown-item {padding-bottom: 10px; padding-top: 10px; font-size: 17px;}

  .section-title h3 {font-size: 40px;}
  .section-title p{font-size: 17px; max-width: 450px;}
  .theme-btn a, .banner-btn-box li a{font-size: 22px;}



}




@media (max-width: 1199px){
  .container {max-width: inherit; padding-left: 20px; padding-right: 20px;}
  .logo{display: none;}
  .user-service li.user-info ul.user-action,
  .user-service > li.delivery{display: none;}
  .user-service li.user-info{border: none;  }
  .header-right .user-service{margin-left: 0px;}
  .user-service > li{font-size: 16px; color: #fff;}
  .user-service > li a{color: #fff;}
  .user-service > li i.serv-icon{width: 40px !important; height: 40px !important;}

}

@media (max-width: 1024px){
    li.col-md-3.col-sm-6.w100.two-image-merge {
        width: 50%;
    }

    .gallery-list li .imagebox .clickhere span {
        display: none !important;
    }

    .price-label.prodlabel {
        min-width: 0;
        padding: 0;
        position: absolute;
        z-index: 2;
        left: auto;
        top: 190px;
        transform: inherit;
        right: 26%;
    }

    .price-label .price {
        z-index: 9;
        position: relative;
        color: #286ba9;
        font-size: 18px;
    }

    .pricelabelbg {
        clip-path: polygon(5% 0%, 99% 13%, 99% 92%, 0% 100%);
        -webkit-clip-path: none;
        background: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
    }
    .picture-col h2.col-heading, .upload-col-inn h2.col-heading {
        text-align: right;
        padding: 20px 75px 20px 10px !important;
    }
    .price-label.prodlabel .price span em {
        font-size: 18px;
        font-weight: 700;
    }
    .price-label:after {
      display:none !important
    }
    h2.portalTitle {
        font-size: 1.4em;
        margin-right: 45px;
    }
    .price-label.prodlabel .price h3 {
        font-size: 20px !important;
        font-weight: 700;
    }
    .gallery-list li .title a {
        color: #000;
        line-height: 1.5;
    }
    .gallery-list li .title {
        font-size: 16px;
        letter-spacing: 0.5px;
        margin-top: 7px;
        font-weight: 400;
        color: #286ba9;
        text-align: right;
        padding-right: 35px;
        position: relative;
    }
}


@media (max-width: 991px){
  #header-transparent .user-service > li{padding: 3px 13px 3px 3px;}
  #header-transparent .user-service li:last-child {padding-left: 0; padding-right: 0; }
  #header-transparent .logo{margin-right: 20px;}
  .group-printing {margin-right: 0; }
  .group-printing a {background: #286ba9; border: 1px solid #286ba9; padding: 0.41rem 0.55rem !important;}

  


}

@media (max-width: 860px){
	.menu-col #navbarNavDropdown{min-height: 200px;  margin-top: 20px}
	.user-service > li{padding: 0px 15px 0px 3px;}
	.user-service li.user-info{position: relative;}
	.user-service .delivery .srv-text, .user-service ul.user-action {opacity: 0;
	position: absolute; width: 140px; height: 0; background: #fbaf2e; top: 56px; right: 0; padding: 15px; transition: all 0.3s;}
	.user-service ul.user-action.active{display: block; height: 110px; transition: all 0.3s; opacity: 1;}
	.user-service ul.user-action li{display: block; padding: 5px 0;}
	.user-service ul.user-action li .seprator{display: none;}
	.user-service ul.user-action li a:hover{color: #333;}
  #header-transparent ul.user-action{padding: 10px 15px;}
  #header-transparent ul.user-action{display: none !important;}
  #header-transparent ul.user-action.active{height: 64px;}
  #header-transparent ul.user-action li a {color: rgb(250, 253, 255); }

	.photo-bank-contains{border-right: none; padding: 0 0px 70px 0px}
	.upload-col, .picture-col{max-width: inherit; width: 100%; flex: 0 0 auto;}
	.picture-bank-headbg{display: none;}
	.picture-bank h4.title{padding-top: 20px;}
	.picture-bank h4.title{}
	.picture-col h2.col-heading, .upload-col-inn h2.col-heading{text-align: center; 
	background: #286ba9; padding: 7px 20px;}
	.picture-bank h2.col-heading span {width: 40px; height: 40px; line-height: 40px; font-size: 23px; }
  
  .picture-col h2.col-heading, .upload-col-inn h2.col-heading{padding: 12px 20px;}
  #order-summary .theme-btn .form-btn{font-size: 22px;}
	

}


@media (max-width: 767px){
  .menu-col .navbar-light .navbar-brand{display: none;}
  #header-transparent .navbar-brand{display: inline-block;}
  /*.header-left-col {-ms-flex: 0 0 15%; flex: 0 0 15%; max-width: 15%; }
  .header-right-col {-ms-flex: 0 0 85%; flex: 0 0 85%; max-width: 85%; }*/
  #header-transparent .header-left-col {-ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%; }
  #header-transparent .header-right-col {-ms-flex: 0 0 45%; flex: 0 0 45%; max-width: 45%; }
  .section-title h3 {font-size: 28px;}
  .user-service > li{border-right:none;}
  .user-service li:last-child{margin-top: 5px;}
  .site-header .row {
		align-items: unset;
	}
	h2.portalTitle{padding-right:0;}
	.navbar-expand-lg .navbar-toggler{
		top: inherit;
		bottom: 0;
		right: 15px;
	}
	.menu-col #navbarNavDropdown.show{
		right: 15px;
		margin-top: 10px;
		width: 235px;
	}
	.menu-col .navbar-light .navbar-nav .nav-link{
		font-size:1em;
	}
	.menu-col #navbarNavDropdown .dropdown-menu.show{
		height: auto;
		padding-bottom: 15px;
	}
	 #registerpopup .first-check{padding-bottom: 22px;padding-top: 7px}
	.college-txt .university {
		margin: 0 auto;
	}
	#registerpopup .modal-body {max-width: 93%; }

 .section-title h3 {font-size: 28px;}
  .printing-banner {padding: 50px 0 40px; }
  body.home, .pettern{background: transparent;}

   #order-summary .theme-btn .form-btn{font-size: 20px;}
  
}


@media (max-width: 575px){
  .wow{animation-name: none !important; visibility: visible !important; }

   h2.portalTitle {font-size: 1.4em;}

  .site-header{padding: 0px 0 10px 0; position: relative;}
  #header-transparent{padding: 80px 0 10px 0;}
  .site-header .header-left-col {-ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%; padding-left:0 }
  .site-header .header-right-col {-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; /* display: none; */}
   .site-header .header-right-col .user-service > li{ padding-left:0; padding-right:0;}
  #header-transparent .navbar-brand{margin: 0;}
  #header-transparent .header-left-col, #desktopmenu, #desktopmenu .navbar{position: static;}


  .site-header .container > .row {padding-top: 12px; border-top: solid 1px rgba(255, 255, 255, 0.2);}
  .menu-col #navbarNavDropdown{min-height: 200px;  margin-top: 10px}
  #header-transparent .menu-col #navbarNavDropdown{margin-top: 0px}
  .header-right-col{position: static;}
  .user-service {margin-left: 0; }
  .user-service .delivery .srv-text, .user-service ul.user-action{top: 46px; width: 137px;}
  .logo{position: absolute; left: 0; right: 0; text-align: center; top: 10px; max-width: inherit;}
  .logo img {max-width: 150px; position: static; top: inherit; }
  .element-box {height: 260px; }

  .our-hot-deal .item{height: auto;}

  .picture-col h2.col-heading, .upload-col-inn h2.col-heading{ padding: 17px 70px 17px 20px; position: relative;}
  .picture-bank h2.col-heading span {position: absolute; right: auto; top: 50%;
  transform: translateY(-50%) translateX(55px); -webkit-transform: translateY(-50%) translateX(55px);}
  

}

@media (max-width: 480px){

 
}

