/* Offline Font */
@font-face {
    font-family: "Nunito";
    font-weight: 300;
    src: url('../font/fonts/Nunito-Light.ttf');
}

@font-face {
    font-family: "Nunito";
    font-weight: 400;
    src: url('../font/fonts/Nunito-Regular.ttf');
}

@font-face {
    font-family: "Nunito";
    font-weight: 700;
    src: url('../font/fonts/Nunito-Bold.ttf');
}

/* --- Basic Css --- */
body {
    font-family: "Nunito" !important;
    font-size: 16px;
    color: #222;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #222;
}

:root {
    --red: #ff9600;
    --blue: #023eae;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: #000000;
    -webkit-border-radius: 0;
    border-radius: 0
}

/* ----------------------------
            HEADER
-------------------------------*/
table{width: 100%!important;}
.headerpart {
    position: relative;
    z-index: 9999;
    box-shadow: 0px 3px 22px -3px rgba(43, 42, 42, 0.22);
    -webkit-box-shadow: 0px 3px 22px -3px rgba(43, 42, 42, 0.2);
}

.headerf {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
	 
}

.header li a {
    text-transform: uppercase;
    padding: 12px 13px !important;
    font-size: 14px;
    display: inline-block;
    color: #1b1b1a;
    font-weight: 600;
    transition: .6s linear;
    border-radius: 0px;
}

.header li a:hover {
    background-color: #ff9601;
    color: #fff !important;
    border-radius: 100px;
}

.free {
    font-size: 15px !important;
    color: #f88e1c !important;
    background-color: #f88e0f2b;
    border: 1px solid #f3dcc1;
    border-radius: 100px !important;
}
.google {
    margin: 10px;
}

.numeremail {
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    color: #666;
    margin: 11px 7px 14px 0px;
}

.numeremail a {
    color: #232222;
    font-weight: 600;
    font-size: 14px;
}

.email {
    color: #ff9601   !important;
}


/*** header ***/
.header ul li {
	display: inline-block;
	float: none;
	margin: 0px;
}
.hide {
	display: none;
}
.header ul ul {
	position: absolute;
	display: none;
 animation: fadeInLeft .5s forwards;
	z-index: 9999;
	    padding-top: 14px;
}
.dropdoqwn li {
	display: block !important;
	float: none;
}
.dropdoqwn2 {
	left: 100%;
	margin-left: 0px;
 margin-right: .1rem;
	margin-top: -41px;
	min-width: 160px;
}
.dropdoqwn li a {
	display: block !important;
	background-color: #fca309 ;
	font-size: 14px;
	border-bottom: 0px solid #14bd62;
	padding: 8px 15px !important;
	min-width: 150px;
	font-weight: 400;
	text-align: left;
	border-radius: 0px;
	color: #fff;
	text-transform: capitalize !important;
}
.dropdoqwn li a:hover {
	background-color: #023fae;
	font-size: 14px;
	color: #fff;
}
.meg:hover {
	background-color: #023fae;
}
.catrgory {
	background: url(../images/category.jpg);
	border-radius: 0px;
	height: 380px;
	background-size: auto;
	color: #fff;
	text-align: center;
}
.catrgory span {
	margin-top: 28%;
	display: block;
}
.catrgory h3 {
	font-size: 24px;
	font-weight: 900;
}
.catrgory a {
	background-color: #084519;
	display: table !important;
	margin: 50px auto;
	padding: 10px 18px !important;
	color: #fff !important;
}
.headerlist {
	padding: 10px 30px;
}
.myheaderlist ul {
	overflow-x: scroll;
}
.megmenupart {
	position: absolute;
	width: 100%;
	display: none;
	left: 0px;
	right: 0;
	z-index: 9999 !important;
	margin: 0px auto;
	transition: 1s ease-in-out;
 animation: fadeInDown .5s forwards;
	box-shadow: 0px 7px 15px -6px #888888;
}
.megamenu li {
	display: block;
	width: 100%;
}
.megamenu li a {
	padding: 4px 0px;
	text-transform: capitalize;
}
.megamenu strong {
	width: 100%;
	display: block;
	padding-top: 30px;
	font-weight: 700;
	border-bottom: 1px solid #999;
	padding: 10px 0px;
}
.megmenupart ul {
	position: inherit !important;
	display: block !important;
}
.megamenu {
	background-color: #fff;
	color: #444;
	height: 380px;
	border-radius: 0px;
}
 #nav:checked~.header {
 display: block;
 transform: translateX(0);
 transition: all 0.3s ease-out;;
}
.dropdoqwn i {
	float: right;
	padding-top: 4px;
}

.logo-center img {
	position: absolute;
	margin: 0 auto;
	display: block;
	left: -25px;
	right: 0;
	top: 7px;
	z-index: 999999;
	width: 108px;
}
.logo-part {
	float: left;
	padding: 14px 20px 5px 27px;
}

.darkHeader {
	position: fixed !important;
    top: 0 !important;
    width: 100%;
    left: 0;
    right: 0;
	z-index: 99999;
	background-color: #fff;
}
 #sub:checked ~ .dropdoqwn {
 display: block;
}
#sub:checked ~ .dropdoqwn2 {
 display: block;
}

/* #endregion Header */

/* ----------------------------
            BANNER
-------------------------------*/

.bannersloder {
    position: relative;
}


.bannersloder {
    position: relative;
}

.textbanner {
    position: absolute;
    top: 7%;
    z-index: 999 !important;
    right: 95px;
}

.commanrental {
    background: #633b7a;
    color: #fff;
    padding: 8px !important;
}

.form-main {
    position: relative;
}

.form-part2 {
    width: 400px;
    background: rgb(255, 255, 255);
    padding: 30px 38px;
   
    border-radius: 10px;
    box-shadow: 0px 3px 22px -3px rgba(43, 42, 42, 0.23);
}

.form-part2 h4 {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 5px;
}

.form-part2 strong {
    color: #0e76bd;
}

.form-part2 span {
    color: #777;
    font-size: 13px;
}

.home-page {
    font-size: 14px;
    width: 100%;
    padding: 10px 34px;
    border: 1px solid #c1c9d3;
    margin-top: 15px;
    border-radius: 3px;
	outline:none !important;

}
.home-page:focus{
border: 1px solid #0089cf;
	box-shadow: 0 0 0 0.2rem rgb(213 238 251);
}
.iconsparts {
    position: relative;
}

.iconsparts i {
    position: absolute;
    top: 26px;
    left: 15px;
    font-size: 14px;
    color: #666a8a;
}

.resiration {
    font-weight: 700;
    margin-top: 7px;
    color: #fff !important;
    padding: 10px;
    border-radius: 3px;
    background: #023eae;
    font-size: 16px;
    border: none;
}

/* ----------------------------
            DEAL
-------------------------------*/
.deals {
    text-align: center;
}

.deals h1 {
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 7px;
    color: #444444;
}

.deals h2 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 7px;
}

.deals span {
    color: var(--red);
    font-weight: 500;
}

.great {
    color: #444444 !important;
    font-weight: 600;
}

.deal-b {
    display: block;
    border: 2px dashed #699e19;
    border-radius: 100px;
    padding: 8px;
    margin-top: 7px;
}

.deal-b h3 {
    background-color: var(--red);
    padding: 15px;
    color: #fff;
    font-size: 18px;
    border-radius: 100px;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 0;
}

.deal-b h3:hover {
    background-color: #f1bb3a !important;
    color: #000;
    cursor: pointer;
}

/* ----------------------------
            PRODUCT
-------------------------------*/
.onepart {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 3px 22px 10px rgba(136, 136, 136, 0.29);
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: .4s linear;
}

.section-1 {
    background: url(../images/bg.png) no-repeat;
    background-position: left top;
    min-height: 436px;

}

.onepart img {
    border-radius: 15px;
    height: 215px;
    object-fit: contain;
    width: 100%;
}
.onepartindex img {
    border-radius: 15px;
    height: 400px;
    object-fit: contain;
    width: 100%;
}
.headingname5 {
    text-decoration: none !important;
    display: block;
    text-align: center;
    width: 100%;
    color: #252a3f !important;
    padding: 15px 10px;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 100%;
}

.readmore a {
    background-color: #fff;
    box-shadow: 0px 3px 29px 9px rgba(136, 136, 136, 0.31);
    padding: 12px 14px 22px 32px 0px;
    border-radius: 100px;
    font-size: 16px;
    color: var(--red);
    font-weight: 600;
    padding: 13px 5px 11px 26px;
    text-decoration: none;
    border: 1px solid #fff;
    transition: .4s linear;
}

.readmore {
    text-align: center;
    margin-top: 15px;
    margin-bottom: -30px;
}

.readmore i {
    background-color: var(--red);
    color: #fff;
    padding: 8px 0px 0px 0px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 19px;
    margin-left: 6px;
    text-align: center;
}

.readmore a:hover {
    background-color: var(--red);
    color: #fff;
}

.readmore a:hover i {
    background-color: #fff;
    color: var(--red);
}

.onepart:hover {
    box-shadow: 0px 3px 22px 10px rgba(136, 136, 136, 0.49);
}

/* ----------------------------
          OUR PRODUCT 
-------------------------------*/
.heading-c {
    padding: 0px 0px 0px 18px;
    color: #666;
    margin-top: 30px;
    border-left: 5px solid #ff5301;
}

.domestic {
    padding-top: 4px;
    padding-bottom: 3px;
    font-weight: bold;
    color: #121315;
    font-size: 2.1rem;
    margin-bottom: 0;
}

.section1 {
    margin: 40px 5px 0px 5px;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
}

.section1 img {
    border-radius: 15px;
    width: 100%;
    object-fit: contain;
    height: 260px;
}

.inner-text {
    background-image: linear-gradient(rgb(226 12 36 / 58%), rgb(246 137 32 / 0%));
    position: absolute;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 10px;
    padding: 25px;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    text-align: center !important;
}

.inner-text a {
    color: #fff;
    text-decoration: none;
    text-align: left !important;
}

.days {
    background-color: #fff;
    padding: 7px 20px;
    color: #222;
    font-size: 13px;
    border-radius: 100px;
    margin: 0 auto;
    display: table;
    font-weight: 500;
}

.night {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.price {
    text-shadow: 2px 2px 5px #000;
    font-weight: 700 !important;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    display: table;
    margin-top: 10px;
}

.owl-prev {
    position: absolute;
    top: 48%;
    background-color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    left: -29px;
    font-size: 31px;
    text-align: center;
    padding: 2px;
}

.owl-next {
    position: absolute;
    top: 48%;
    background-color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    right: -29px;
    font-size: 31px;
    text-align: center;
    padding: 2px;
}
/* ----------------------------
            Service
-------------------------------*/
.addpart{
    background-color: #ff9600;
    margin-top: 50px;
    color: #fff;
    padding: 50px 0px;
}
.masks {
 background-color: #fff;
 border-radius: 10px;
 text-align: center;
 padding: 17px 40px;
 
}
.addpart h6{
    color: #fff;
    font-weight: bold;
    font-size: 2.1rem;
    margin-bottom: 30px;
}
.icons{
    display: flex;
    justify-self: start;
    align-items: center;
    height:75px;
}
.icons a{
    padding-left: 19px;
    font-weight: 600;
    text-align: left;
}
.set-p1{
    max-width: 800px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.about{
    padding: 50px 0px;
    color: #656363;
    background-position: left;
    line-height: 27px;
}
.about h4{
    margin-bottom: 16px;
}
/* ----------------------------
           FOOTER
-------------------------------*/
.footer-c {
    padding: 40px 0px !important;
    line-height: 27px;
}
footer {
    background:#033ead;    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-top: 28px;
}
.footer-c span {
    font-weight: bold;
    font-size: 20px;
    display: block;
}

.footer-c li a {
    color: #fff;
    text-decoration: none !important;
    transition: .4s linear;
}

.footer-c li a:hover {
  font-weight:500;
   color: #fff !important;
}

.footer-c i {
    padding-right: 5px;
}

.footer-c a {
    color: #fff;
}

.footer-c li {
    line-height: 30px;
}

.socialmedia a {
    line-height: 30px;
    padding-right: 5px;
    padding-top: 10px;
    display: inline-block;
}

footer li a:hover {
    color: var(--red) !important;
}

.footerbg {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px !important;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}

.footerbg a {
    color: #fff !important;
    font-weight: 400;
}
.aboutus h4{
    color: #000;
    margin-top: 50px;
    font-size: 28px;
}
.aboutus a {
    display: table;
    background: #033ead;
    color: #fff;
    border-radius: 100px;
    padding: 10px 36px;
    margin-top: 33px;
}

.about-page h4 strong{ 
 
    color: #0089cf;}

/* ----------------------------
           BREADCRUNB 
-------------------------------*/

.bread {
	     background:#0835a8;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 65px 20px;
    background-position: -75px -208px;
    background-size: cover;
clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);


}
.bread h5 {
	font-size: 28px;
	font-weight: 800;
	padding-bottom: 3px;
    margin-bottom: 0;
}
.bread a {
	color: #fff;
	text-decoration: none;
}
.bread i {
	    padding-right: 6px;
    padding-left: 4px;
    font-size: 9px;
    color: #fff;
    font-size: 14px;
}

/* ----------------------------
           GAKLERY 
-------------------------------*/

.gallery img{
	border-radius:10px;
	height:250px;
	object-fit:contain;
	width:100%;
	border:7px solid #ffd4d6;
	box-shadow: 0px 3px 22px 10px rgba(136, 136, 136, 0.19);
}
.gallery img:hover{
	box-shadow: 0px 3px 22px 10px rgba(136, 136, 136, 0.29);
}







.contact{
	padding: 4rem 0rem;
	font-size: 17px;
	color: #888;
}
.btSuperTitle {
	font-size: 16px;
	font-weight: 400;
	color: #222;
} 
.contact hr{
	width: 60px;
    border-top: 2px solid #ff5400;
}
.contact h1{
	font-size: 51px;
    font-weight: 200;
    margin-bottom: 30px;
    line-height: 49px;
    margin-top: 0px;
    color: #111;
}
.contact strong{
	display: block;
	font-weight: 900;
	color: #ff9601;
}
.contact-page{ background:#fff;}
.contact-page h1{ font-size: 21px; font-weight:600;  margin-bottom:15px;}
.contact-page label{ font-weight:normal; display:block; margin-top:16px; font-size: 15px; color: #666;}
.resiration3 {
  font-weight: 700;
  margin-top: 25px;
  color: #fff !important;
 padding: 8px 30px!important;
  border-radius: 100PX;
  background: #222;
  font-size: 14px;
  border: none;
  outline: none;
}
.post-set{
	border-radius: 100px;
    background: #ededed;
    padding: 18px 18px;
    border: none;
    height: 45px;
}
.post-set1{
	border-radius: 20px;
    background: #ededed;
    padding: 18px 18px;
    border: none;
    height: 45px;
}

.add-set{
	
	margin-top: 0px;
	font-size: 15px;
}
.add-set svg{
	width: 100px;
    color: #ff9601;
}
.iner-c{
	border-right: 1px solid #eee;
	padding: 30px;
	margin-top: 50px;
	text-align: center;
}
.iner-c strong{
	display: block;
	margin-top: 20px;
	color: #000;
	font-weight: 700 !important;
	padding-bottom: 10px;
	text-transform:uppercase;
}


/* #region About page */
.unit { font-size:16px;}
.designing h6{ font-size: 32px;
    color: #fca309;
    font-weight: 600;
    margin-top: 33px;}
.about-page {
    padding: 3rem 0rem !important;
	background-size:100%;
	color:#403f3f;
	line-height:27px;
}

.border {
	border: 1px solid #888 !important;
	padding: 50px !important;
}
.about-page h3 {
	color: #222;
    font-size: 20px;
    margin-top: 15px;
    padding-left: 10px;
    margin-bottom: 21px;
    border-left: 4px solid #519803;
	
}
.about-page h3 strong{
  font-size: 32px;
}
.start{
  padding: 30px 30px 30px 30px;
    background-color: #fcfcfc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ececec;
	text-align:center;
	margin-top:50px;
	line-height:25px;
}
.start i{
    color: #ff3333;
	display:block;
	font-size:3rem;
	margin-top:10px;
	margin-bottom:15px;
}
.start strong{
  font-weight:500;
   color: #ff3333;
   font-size:25px;
   display:block;
   margin-bottom:20px;
}
/* #endregion About page */














/* ----------------------------
           RESPOSIVE 
-------------------------------*/

@media (min-width:992px) {
    .header {
        padding: 0px 25px !important;
    }
    
}
@media (min-width:600px) and (max-width:992px){
    .navbar-brand img {
        position: absolute;
        right: 0;
        left: 0;
        margin: -9px auto;
        display: block;
        width: 195px;
        padding: 0 !important;
        top: 18px;
    }
    .navbar {
        display: table;
        position: initial !important;
        border: none;
    }

    .navbar-toggler {
        outline: none !important;
    }
    .masks{
        margin-top: 15px;
    }
}

@media (min-width:150px) and (max-width:600px) {
    .header {
        padding: 4px 10px !important;
        text-align: center;
    }
	.footerbg{ margin-bottom:36px;}
    
    .navbar-brand img {
        position: absolute;
    right: 0;
    left: 0;
    margin: -9px auto;
    display: block;
    width: 95px;
    padding: 0 !important;
    top: 14px;
    }
    .navbar {
        display: table;
        position: initial !important;
        border: none;
    }

    .navbar-toggler {
        outline: none !important;
    }

    .textbanner {
        position: relative;
        top: 0;
        z-index: 999 !important;
        right: 0px;
        left: 0;
    }
    .form-part2{
        width: 91%;
        margin: 0px auto;
        margin-top: 30px !important;
    }
    .masks{
        margin-top: 15px;
    }
    
    .deal-b h3 {
        background-color: var(--red);
        padding: 15px;
        color: #fff;
        font-size: 10px;
    }
    .domestic{
        font-size: 18px;
    }
    .hidden-xs{
        display: none;
    }
    .addpart h6 {
        font-size: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 69px;
        /* Height of navbar */
        bottom: 0;
        right: 100%;
        width: 100%;
        padding-right: 1rem;
		    padding-top: 2rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .header li a{
        font-weight: 500;
        color: #fff;
    }
	.free {
        font-size: 15px !important;
        color: #519803 !important;
        background-color: #ff96011a;
        border: 1px solid #ff9601;
        border-radius: 100px !important;
}
	.google { display:none;}
	.back-to-top{display:none !important;}
}

/* ----------------------------
          TOOGLE STYLE
-------------------------------*/

.active .type17 {
    transform: rotate(45deg);
    background-color: #fff;
    transition: all 0.6s ease-in-out;
}

.active .type17:before {
    transform: translate(-4px, -6px) rotate(90deg);
}

.active .type17:after {
    transform: translate(16px, -7px) rotate(90deg);
}

.block {
    height: 38px;
    width: 38px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    transition: all 1s ease;
    background-image: linear-gradient(90deg, #fd5581, #fd8b55);
    box-shadow: 0 2px 18px 0 rgba(248, 94, 122, 0.39), 0 1px 2px 0 rgba(248, 91, 124, 0.33);
}

.cta {
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.toggle-btn {
    height: 2px;
    width: 25px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.toggle-btn:before {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 -10px 0 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.toggle-btn:after {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 10px 0 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.type17:before {
    width: 12px;
}

.type17:after {
    width: 12px;
    box-shadow: 13px 10px 0 0 #fff;
}
.mobilefixed {
    position: fixed;
    background-color: #fff;
    width: 100%;
    bottom: 0;
    color: #fff;
    display: flex;
    text-align: center;
    z-index: 999999999 !important;
    box-shadow: -8px 2px 21px 0px rgba(136, 136, 136, 0.56);
  }
  
  .mobilefixed ul {
    width: 100%;
    margin-bottom: 0;
  }
  
  
  .mobilefixed li {
    display: inline-block;
    width: 19%;
    /* border-right: 1px solid rgba(0, 0, 0, 0.1803921568627451); */
  }
  
  .mobilefixed li a {
    color: #000;
    padding: 5px 15px 2px;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
  }
  
  .google {
    padding-top: 0px;
  }
  
  .mobilefixed svg {
        width: 18px;
    margin: 0 auto;
    margin-bottom: 2px;
    margin-top: 5px;
  }
  
  @media screen and (min-width:800px) {
	   .header ul li:hover>ul {
	   display: block;
	   }
	   .meg:hover .megmenupart {
	   display: block !important;
	   }
	   .clientp {
	   padding: 0px 58px !important;
	   }
	   .navbar-toggler {
	   display: none;
	   }
	   .faicon {
	   display: none;
	   }
   }
   
   
   @-webkit-keyframes fadeInDown {
	from {
	opacity: 0;
	-webkit-transform: translatey(-10px);
	-moz-transform: translatey(-10px);
	-o-transform: translatey(-10px);
	transform: translatey(-10px);
   }
   to {
	   opacity: 1;
	   -webkit-transform: translatey(0);
	   -moz-transform: translatey(0);
	   -o-transform: translatey(0);
	   transform: translatey(0);
   }
   }
	@-moz-keyframes fadeInDown {
	from {
	opacity: 0;
	-webkit-transform: translatey(-10px);
	-moz-transform: translatey(-10px);
	-o-transform: translatey(-10px);
	transform: translatey(-10px);
   }
   to {
	   opacity: 1;
	   -webkit-transform: translatey(0);
	   -moz-transform: translatey(0);
	   -o-transform: translatey(0);
	   transform: translatey(0);
   }
   }
	@keyframes fadeInDown {
	from {
	opacity: 0;
	-webkit-transform: translatey(-10px);
	-moz-transform: translatey(-10px);
	-o-transform: translatey(-10px);
	transform: translatey(-10px);
   }
   to {
	   opacity: 1;
	   -webkit-transform: translatey(0);
	   -moz-transform: translatey(0);
	   -o-transform: translatey(0);
	   transform: translatey(0);
   }
   }
   .in-down {
	   -webkit-animation-name: fadeInDown;
	   -moz-animation-name: fadeInDown;
	   -o-animation-name: fadeInDown;
	   animation-name: fadeInDown;
	   -webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	   -o-animation-fill-mode: both;
	   animation-fill-mode: both;
	   -webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	   -o-animation-duration: 1s;
	   animation-duration: 1s;
   }
   
   
   /** fadeInLeft **/
   
   @-webkit-keyframes fadeInLeft {
	from {
	opacity: 0;
	-webkit-transform: translatex(-10px);
	-moz-transform: translatex(-10px);
	-o-transform: translatex(-10px);
	transform: translatex(-10px);
   }
   to {
	   opacity: 1;
	   -webkit-transform: translatex(0);
	   -moz-transform: translatex(0);
	   -o-transform: translatex(0);
	   transform: translatex(0);
   }
   }
	@-moz-keyframes fadeInLeft {
	from {
	opacity: 0;
	-webkit-transform: translatex(-10px);
	-moz-transform: translatex(-10px);
	-o-transform: translatex(-10px);
	transform: translatex(-10px);
   }
   to {
	   opacity: 1;
	   -webkit-transform: translatex(0);
	   -moz-transform: translatex(0);
	   -o-transform: translatex(0);
	   transform: translatex(0);
   }
   }
	@keyframes fadeInLeft {
	from {
	opacity: 0;
	-webkit-transform: translatex(-100px);
	-moz-transform: translatex(-100px);
	-o-transform: translatex(-100px);
	transform: translatex(-100px);
   }
   to {
	   opacity: 1;
	   -webkit-transform: translatex(0);
	   -moz-transform: translatex(0);
	   -o-transform: translatex(0);
	   transform: translatex(0);
   }
   }
   .in-left {
	   -webkit-animation-name: fadeInLeft;
	   -moz-animation-name: fadeInLeft;
	   -o-animation-name: fadeInLeft;
	   animation-name: fadeInLeft;
	   -webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	   -o-animation-fill-mode: both;
	   animation-fill-mode: both;
	   -webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	   -o-animation-duration: 1s;
	   animation-duration: 1s;
	   -webkit-animation-delay: 1s;
	   -moz-animation-delay: 1s;
	   -o-animation-duration: 1s;
	   animation-delay: 1s;
   }
   .back-to-top {
	   position: fixed;
	   display:none;
	   text-align: center;
	   z-index: 99999999;
	   background-color: #ffffff;
	   color: #000;
	   width: 45px;
	   height: 42px;
	   line-height: 30px;
	   right: 40px;
	   bottom: 30px;
	   padding-bottom: 2px;
	   font-size: 25px;
	   padding-top: 3px;
	   -webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	   -ms-transition: all 0.5s ease-in-out;
	   -o-transition: all 0.5s ease-in-out;
	   transition: all 0.5s ease-in-out;
	   box-shadow: none;
	   border: 2px solid #000;
	   animation: fadeInRight 1.2s;
	   border-radius: 10px 10px 0px 0px;
   }
   .back-to-top:hover {
	   background-color: #000 !important;
	   color: #fff;
	    border: 2px solid #fff;
   }
  
/* #region Product Details */
.buttonfooter i {
	top: 11px;
	border: none !important;
	background: #df2121;
	color: #ffff !important;
	padding: 16px 14px !important;
	position: absolute;
	right: 0;
	font-size: 17px;
	border-radius: 0px 3px 3px 0px;
}
.delivery1 {
	background-color: #fff;
	box-shadow: -1px 3px 6px 2px rgba(0, 0, 0, 0.08);
	margin-top: 30px;
	padding: 20px !important;
	color: #666;
	min-height: 516px;
	line-height:25px;
}
.delivery1 h1{ font-size:20px; color:#333;}
.delivery1 ul li{ background:url(../images/arrow.png) no-repeat; background-position:0px; padding-left:15px;}
.delivery2 {
	background-color: #fff;
	box-shadow: -1px 3px 6px 2px rgba(0, 0, 0, 0.08);
	margin-top: 30px;
	color: #666;
	min-height: 501px;
	line-height:25px;
}
.product-d {
	background-color:#eef4f4;
}
.delivery1 h5 {
	font-size: 22px;
	color: #111;
	font-weight: 600;
	padding-top: 10px;
}
.losss {
	width: 50px;
	border-top: 2px solid #ea0b00;
}
.readmore4 a {
	display:inline-block;
	background-image: linear-gradient(#ff8400, #ea0b00);
	color:#fff;
	padding:10px 30px;
	font-size:17px;
	border-radius:7px;
	font-weight:600;
	text-align:left;
	margin-top:40px;
}
.readmore4 a:hover {
	background-image: linear-gradient(to right, #5747e4, #822bce);
	text-decoration:none;
}
.delivery1 i {
	color:green;
}

.delivery1 img{
	width: 100%;
    height: 390px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}


/* #endregion Product Details */

#security_code{
	width: 137px;
    padding: 5px;
    margin-left: 9px;
    font-size: 14px;
	border: 1px solid #ccc;
}
.codecaptch{
    width: 107px !important;
    padding: 5px;
    margin-left: 9px;
    font-size: 14px;
    border: 1px solid #ccc;
}
.whatsapp-icons{
	  position: fixed;
    right: 38px;
    bottom: 88px;
    z-index: 9999;
}
.formpage5 {
	border-radius: 7px;
	border: 1px solid #e8e8e8;
}
.innerform {
	background: #eeebeb;
	color: #555;
	padding: 0px !important;
	margin: 7px;
	border-radius: 7px;
}
.formpage5 h6 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	display: block;
	margin-bottom: 0px;
	background-color: #00b6dd;
	padding: 8px;
	border-radius: 6px 6px 0px 0px;
}
.innerform form {
	padding: 5px 25px;
}
.forminner {
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 12px !important;
	padding-top: 13px;
	padding-bottom: 9px;
}
.inputname {
	border: 1px solid #ccc;
	font-size: 14px;
	margin-bottom: 10px;
	color: #333;
	padding: 5px 10px;
	width: 100%;
}
.inputbutton {
	outline: none;
	margin: 0 auto;
	border: none;
	padding: 8px 27px;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	background-color: #647a91;
	display: block;
	font-size: 16px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 23px;
}
/* #region Add */
.imggallery img{ width:100%; height:100px; object-fit:contain;}
.captchacode img{position: absolute;
    right: 0px;
    top: 16px; z-index:9999;}