/*-----------For Tablet Landscape View----------------*/
@media only screen and (max-width:1299px) and (min-width:1200px) {
.contactsec .leftbx .borderbx {
    font-size: 14px;
}
.contactsec .leftbx a {
    word-break: break-word;
}
}


/*-----------For Tablet Landscape View----------------*/
@media only screen and (max-width:1099px) {
header .headerbot::before {
    display: none;
}
.blogbx h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.blogbx .imgbx .textbx h3 {
    font-size: 28px;
}
.slick-slider .slick-dots {
    max-width: 960px;
    bottom: 30px;
}
.slick-slider .slick-arrow, .slick-slider .slick-arrow:hover {
    left: -25px;
}
.slick-slider .slick-next, .slick-slider .slick-next:hover {
    right: -25px;
}
.contactsec .leftbx .borderbx {
    font-size: 16px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
    font-size: 18px !important;
}
.react-datepicker__navigation {
    height: 30px !important;
    width: 30px !important;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon::before {
    top: 11px !important;
    height: 10px !important;
    width: 10px !important;
}
.react-datepicker__navigation-icon--previous::before {
    right: -5px !important;
}
.react-datepicker__navigation-icon--next::before {
    left: -5px !important;
}
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
    padding: 0px 60px 10px 60px;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
    width: 28px !important;
    line-height: 14px !important;
    font-size: 14px !important;
}
.react-datepicker__day-names {
    padding-top: 10px;
}
.react-datepicker-popper[data-placement^=bottom] {
    /* padding-top: 14px !important; */
    z-index: 100;
}
.react-datepicker__month-container {
    padding: 5px !important;
}
.react-datepicker__navigation--previous {
    top: 10px !important;
}
.react-datepicker__navigation--next {
    top: 10px !important;
}
}

/*-----------For Tablet Portrait View----------------*/
@media only screen and (max-width:991px) {
.desktop {
	display: none!important;
}
.mobile {
	display: block!important;
}
body {
	font-size: 14px;
}
header .headerbot {
    padding: 10px 0;
}
header .searchbx {
    margin: 0;
}
header.shrink + * {
    margin-top: 99px;
}
header .forfullwidthmenu::before {
    left: -55px;
}
.closebtn {
    right: 15px;
    top: 15px;
    width: 14px;
}
.menu-show {
	position: fixed;
	right: 30px;
	top: 88px;
	width: 30px;
	z-index: 99;
	cursor:pointer;
}
.menu-show em {
	display: block;
	background: #FF6900;
	width: 31px;
	height: 2px;
	transition: all ease-in-out 200ms;
}
header.shrink .menu-show em {
	background: #FF6900;
}
.menu-show em:nth-child(1) {
	width: 25px;
}
.menu-show em:nth-child(2) {
	width: 20px;
}
.menu-show em + em {
	margin-top: 5px;
}
.menu-show.active {
	top: 25px;
}
.menu-show.active em {
	background: #fff;
}
.menu-show.active em:nth-child(1) {
	width: 31px;
    transform: rotate(45deg);
    margin: 0px 0 0 0;
    position: relative;
    top: 6px;
}
.menu-show.active em:nth-child(2) {
	display: none;
}
.menu-show.active em:nth-child(3) {
	transform: rotate(-45deg);
}
.menuconainer {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 10;
	padding: 20px 0;
    margin: 0;
	width: 100%;
	overflow-y: auto;
    background: #484848;
	height: 100vh;
	transition: all ease-in-out 200ms;
	border-right: 1px solid #f4f4f4;
}
.menuconainer.active {
	left: 0
}
.menuconainer .logo {
	margin-left: 20px;
}
.menubx {
	float: none;
	display: block;
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	border-top: 1px solid rgba(255,255,255,.21);
}
.menubx > li {
	display: block;
	line-height: normal;
	height: auto;
	padding: 0!important;
	border-bottom: 1px solid rgba(255,255,255,.21);
}
.menubx > li:hover, .menubx > li.active {
    background: #FF6900;
}
.menubx li a {
	font-size: 14px;
	padding: 15px 25px;
}
.menubx li a, .menubx li.current-menu-parent>a {
	display: block;
}
.menubx .sub-menu li.menu-item-has-children>a.sub-menu-link:before {
	display: none;
}
.menubx > li > a, .menubx > li:hover > a, .menubx li.current-menu-item>a, .menubx li.current-menu-parent>a {
    border-bottom: none;
}
.menubx li.menu-item-has-children i {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	width: 48px;
	height: 48px;
	max-height: 100%;
	border-left: 1px solid rgba(255,255,255,.21);
}
.menubx li.has-submenu i:before,
.menubx li.menu-item-has-children i:before {
	content: "";
    border: solid #fff;
    border-width: 0 1px 1px 0;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    margin-top: 18px;
}
.menubx li.nav-item-open>i:before, .menubx li.sub-nav-item-open>i:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.menubx li.menu-item-has-children>a {
	display: block;
}
.menubx>li:hover .sub-menu, .menubx .sub-nav>ul>li:hover .sub-sub-menu {
	display: none;
}
.menubx .sub-menu, .menubx .sub-sub-menu {
	position: static;
	margin-top: 0px;
	font-size: 12px;
	padding: 0;
	width: auto;
	max-width: none;
	background: #383838;
    margin-bottom: -1px;
}
.menubx li a {
	color:#fff;
}
.menubx .sub-menu > li {
	line-height: normal;
	border-bottom: 1px solid #4c4c4e;
}
.menubx > li:before {
	display:none !important;
}
.menubx > li.menu-item-has-children > a:before {
	display: none;
}
.menubx .fullwidth {
    position: relative;
}
.menubx .fullwidth .box {
    padding: 20px 15px;
}
.menubx .fullwidth h2 {
    font-size: 16px;
	color: #fff;
}
.menubx .fullwidth .greybg h2 {
	color: #000;
}
.menubx .fullwidth li {
	display: block;
}
.menubx .fullwidth ul li a {
    font-size: 14px;
    padding: 0 15px 0 0 !important;
}
.menubx .fullwidth ul li a:before {
    border-color: #fff;
}

.menubx .fullwidth .box p {
    font-size: 20px;
    margin-bottom: 20px;
}
.menubx .readmore {
	display: inline-block;
    padding: 0 45px 0 0;
}
.slick-slider .slick-dots {
    max-width: 720px;
}
.herobx .bannertext {
    left: 20px;
}
.herobx h1 {
    font-size: 28px;
}
.contentbx h4 {
    font-size: 22px;
}
.blogsec .h100 > div,
.blogsec .h100 > div + div {
    margin-top: 30px;
}
.blogsec .h100 > div,
.blogsec .h100 {
    height: auto;
}
.blogbx .textbx {
    height: auto;
}
.tabbx .selected {
	height: 3px;
}
.tabbx a {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 20px;
    line-height: 1.3;
    padding: 15px 10px 0;
    border-top: 3px solid transparent;
}
.prodetail:nth-child(odd) .textbx,
.prodetail:nth-child(even) .textbx {
    padding-right: 0;
    padding-left: 0;
}
.prodetail h3 {
    font-size: 30px;
}
.prodetail p,
.prodetail ul {
    font-size: 16px;
}
.termslinks {
    padding-right: 0;
    margin-bottom: 40px;
}
}

/*-----------For Mobile View----------------*/
@media only screen and (max-width:767px) {
body {
    font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
}
header .logo {
	width: 50px;
}
header .menuconainer .logo {
	width: 50px;
    padding: 5px;
    background-color: #fff;
}
header .tollnumber {
    font-size: 13px;
}
header .searchbxwrap {
    min-width: 75px;
}
header .searchbx {
    position: absolute;
    top: 12px;
    right: 10px;
}
header .searchbx input[type='text'] {
    width: 75px;
    height: 27px;
    font-size: 12px;
    padding: 0 10px 0 25px;
}
header .searchbx input[type='text']:focus {
    width: 220px;
}
header .searchbtn,
header .searchclose {
    width: 27px;
    height: 27px;
}
header .btn {
    font-size: 13px;
    padding: 8px 15px;
}
header .forfullwidthmenu::before {
    left: -30px;
}
header.shrink + * {
    margin-top: 75px;
}
.menu-show {
	top: 70px;
	right: 15px;
}
.menubx .fullwidth .sub-menu {
    text-align: left;
    padding: 20px 30px 20px 30px;
}
.menubx .fullwidth ul li {
    padding: 10px 0px 10px 10px;
}
.btn {
	font-size: 14px;
	padding: 10px 20px;
}
.herobx .item {
    min-height: 250px;
}
.herobx .bannertext {
    width: 200px; 
}
.herobx h1 {
    font-size: 20px;
}
.herobx h1 span {
    font-size: 65%;
}
.herobx .slidelogo {
    width: 100px;
    margin: 10px 0;
}
.herobx .btnbx {
    margin-top: 15px;
}
.herobx .btnbx .btnblank {
    font-size: 12px;
    padding: 8px 20px;
}
.slick-slider .slick-dots {
    bottom: 15px;
    padding: 0 10px;
}
.slick-slider .slick-dots li {
    width: 25px;
    height: 5px;
    margin: 0 5px;
}
.slick-slider .slick-arrow, .slick-slider .slick-arrow:hover {
    left: -5px;
    width: 14px;
    height: 31px;
}
.slick-slider .slick-next, .slick-slider .slick-next:hover {
    right: -5px;
}
.contentbx {
	padding: 50px 0;
}
.contentbx h2 {
    font-size: 20px;
    margin-bottom: 25px;
}
.contentbx p br,
.contentbx h1 br, 
.contentbx h2 br,
.contentbx h2 br {
	display:none;
}
.productsec {
    background-size: 70px auto;
    background-position: left top 30px;
}
.prodbx .textbx {
    padding: 20px 15px;
}
.prodbx .textbx h3 {
    font-size: 15px;
}
.prodbx .textbx h4 {
    font-size: 18px;
	height: auto;
}
.prodbx .btnblank {
    padding: 12px 30px;
}
.prodbx .textbx > div {
	height: auto;
}
.tabbxdiv {
    min-height: initial;
}
.faqlisting h4 {
    font-size: 16px;
    background-size: 16px;
    background-position: right 5px;
    padding-right: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.faqlisting .textbx {
    padding: 0px 0 15px;
    margin-bottom: 15px;
}
.blogbx .imgbx::after {
    background-size: 100% auto;
}
.blogbx .textbx,
.blogbx .imgbx .textbx {
    position: static;
    width: 100%;
    padding: 25px;
    color: #333;
}
.blogbx .imgbx a {
    color: #333;
}
.blogbx .imgbx .textbx h3 {
    font-size: 16px;
    color: #333;
}
.blogbx .imgbx .textbx h3 strong {
    font-size: 15px;
}
.blogbx .textbx .datebx,
.blogbx .imgbx .textbx .datebx {
    font-size: 13px;
    position: static;
    margin-top: 20px;
}
footer {
	padding: 50px 0 0;
    font-size: 13px;
}
footer .row > div {
    margin-bottom: 30px;
}
footer h3 {
    font-size: 18px;
}
footer ul li + li {
    margin-top: 5px;
}
.botfooter {
    padding: 15px 0;
    margin-top: 0px;
}
.specbx .imgbx img {
    width: 50px;
}
.prodetail + .prodetail {
    margin-top: 40px;
}
.prodetail h3 {
    font-size: 24px;
    margin: 25px 0 10px;
}
.prodetail p,
.prodetail ul {
    font-size: 14px;
}

.bloglist .imgtextbx span {
	font-size: 15px;
}
.bloglist .imgtextbx .datebx {
	font-size: 11px;
}
.bloglist .textbx {
    padding: 25px;
}
.bloglist .textbx h4 {
    font-size: 18px;
}
.bloglist .btnblank {
    padding: 12px 30px;
}
.termslinks ul li a {
    font-size: 14px;
}
.blogdetail h4 {
	font-size: 16px;
}
.blogdetail * + h4 {
	margin-top: 25px;
}
.termspages h4 {
    font-size: 18px;
}
.termspages p + h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.nextblog {
	font-size: 14px;
    margin-bottom: 30px;
}
.contactsec .leftbx {
    padding: 30px 25px;
}
.contactsec .leftbx p {
    font-size: 14px;
}
.contactsec .leftbx h4::before {
    left: -30px;
    top: 0px;
    width: 22px;
    height: 22px;
}
.contactsec .leftbx .borderbx {
    font-size: 16px;
}
.contactsec .addressbx {
    padding-left: 30px;
}
.contactsec .textlabel {
    flex: 0 0 75px;
}
.formbx {
    padding: 30px 0;
}
.formbx .form-control,
.formbx .calendar input {
    font-size: 16px;
    padding: 13px 35px 13px 15px;
}
.formbx .input-group,
.formbx .form-group {
    margin-bottom: 20px;
}
.formbx textarea.form-control {
    height: 120px;
}
.formbx .calendar input {
    background-size: 18px;
}
.formbx .searchselect .css-yk16xz-control {
    font-size: 16px;
}
.formbx .searchselect .css-yk16xz-control, 
.formbx .searchselect .css-1pahdxg-control {
    padding: 7px 5px;
    height: 52px;
}
.formbx label,
.formbx .floatlabel,
.formbx .phonenumber .country-code {
    font-size: 16px;
}
.formbx .phonenumber .form-control {
    padding-left: 55px;
}
.formbx .phonenumber .floatlabel {
    left: 55px;
}
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
    font-size: 16px !important;
    padding: 0px 40px;
    font-weight: 500 !important;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
    width: 33px !important;
    line-height: 25px !important;
    margin: 4px !important;
    font-size: 14px !important;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon::before {
    top: 11px !important;
    height: 10px !important;
    width: 10px !important;
}
.react-datepicker__navigation {
    height: 30px !important;
    width: 30px !important;
}
/* .react-datepicker-popper {
    margin-top: -6px;
    margin-left: 16px;
} */
}
