@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

a,
a:hover {
  text-decoration: none !important;
}

body,
ul {
  margin: 0;
  padding: 0;
}

.tqc,
li,
p {
  font-weight: 400;
}

.p0,
body,
ul {
  padding: 0;
}

.tcr1 h5,
.tcr1 h6,
.top_right li a {
  font-size: 13px;
}

.b_a_p,
.booking_btn {
  box-shadow: 0 8px 16px 0 rgb(31 164 184 / 16%),
    0 6px 20px 0 rgb(31 164 184 / 33%);
}


body {
   font-family: "Montserrat", sans-serif;
  font-size: 14px;
  background: #fff

textarea {
  height: auto !important;
}

:focus,
button:focus {
  outline: 0 !important;
}

.reset {
  clear: both;
}

p {
     font-size: 13.5px;
    color: #63666d;
    line-height: 23px;
    letter-spacing: 0px;
}

.b_a_p,
.nav_bap,
.nav_ec,
li {
  font-size: 14px;
}

a {
  color: #464646;
  transition: 0.4s ease-in;
}

a:hover {
  color: #0e4983;
}

::-webkit-input-placeholder {
  color: #6e6e6e !important;
}

::-moz-placeholder {
  color: #575757 !important;
}

:-ms-input-placeholder {
  color: #575757 !important;
}

:-moz-placeholder {
  color: #575757 !important;
}

.b_a_p,
.m_m_offcanvas_close i,
.top__contact a,
.top_bar_tp_sec li a,
.wsmenu > .wsmenu-list > li:hover > a {
  color: #a0f2a4;
  font-weight: 700;
  font-size: 13px;
}

#scrl::-webkit-scrollbar {
  width: 2px;
  background-color: #000;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.btn:focus,
.form-check-input:focus,
.form-select:focus,
.page-link:focus,
.viewcrt_btm_btn .btn-secondary:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}

/* input,
textarea {
  color: white !important;
} */

.form-select:focus {
  box-shadow: none;
  border: 0;
}

.form-control:focus,
.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  border-color: #ddd;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.075) inset, 0 0 0 0;
  outline: 0;
}

option {
  color: #000;
}

li {
  list-style: none;
  text-decoration: none;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.cbp-af-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.cbp-af-header-shrink .top_bar_in_x {
 background: linear-gradient(90deg, rgba(11, 70, 121, 1) 0%, rgba(13, 86, 105, 1) 50%, rgba(15, 103, 88, 1) 100%);
 border-bottom: 1px solid #286d67;
}

.launching__offer__section {

   transition: 0.4s ease-in-out;
}

.cbp-af-header-shrink
.launching__offer__section { 
          /* padding: 0; */
          display: none;
}



.cbp-af-header-shrink
.centerlogomain {

      background-image: url(../images/white__logo.svg);
height:65px;
}

.cbp-af-header-shrink
.hmrighticons ul li a {

  color: #fff;

}

.sliderbanner {
  margin-top:115px;
}

.mmv_menu img,
.mmv_menu2_btn,
.mmv_menu2_btn_products {
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav_bap,
.nav_ec {
  padding: 9px 23px;
  background: #fff;
  border-radius: 7px;
  border: 3px solid #151d70 !important;
  margin-left: 25px;
  text-align: left;
  font-weight: 700;
  line-height: 16px;
  transition: 0.4s ease-in-out;
  margin-top: 8px;
  position: relative;
}

.desktoplogo,
.logo {
  background: url(../images/logo.png) 0 0 / contain no-repeat;
}

.top_bar_tp_sec,
.top_menu {
  text-align: right;
}

.desktoplogo,
.logo,
.nav_bap::before,
.nav_ec::before {
  position: absolute;
  transition: 0.4s ease-in-out;
}

.nav_bap::before,
.nav_ec::before {
  font-family: bootstrap-icons !important;
  content: "\F217" !important;
  font-size: 14px;
  color: #fff;
  left: -21px;
  top: 6px;
  padding: 9px 10px;
  background: #1fa4b8;
  border-radius: 50px;
  border: 3px solid #fff;
}

.nav_ec::before {
  content: "\f5bc" !important;
}

.nav_bap:hover,
.nav_ec:hover {
  background-color: #151d70;
}

.nav_bap:hover a,
.nav_ec:hover a {
  color: #ffff;
}

.nav_bap:hover:before,
.nav_ec:hover:before {
  color: #fff !important;
}

.logo {
  display: inline-block;
  width: 114px;
  height: 52px;
  right: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cbp-af-header.cbp-af-header-shrink .top_bar_tp_sec,
.mb__logo__bg {
  display: none;
}

.cbp-af-header-shrink .top_bar {
  background-color: #404382;
}

.cbp-af-header-shrink .nav_bap,
.cbp-af-header-shrink .nav_bap::before,
.cbp-af-header-shrink .nav_ec,
.cbp-af-header-shrink .nav_ec::before {
  border: 3px solid #404382;
}

.cbp-af-header-shrink .wsmainfull {
  height: 40px;
}

.cbp-af-header-shrink .wsmenu {
  margin-top: 0;
}

.cbp-af-header-shrink .wsmenu > .wsmenu-list > li > a {
     padding: 11px 146px 9px 23px;
     color: #000;
}

.cbp-af-header-shrink 
.wsmenu>.wsmenu-list>li{

border: 1px solid #98cdee29;

background: #fff;
}


.cbp-af-header-shrink .wsmenu > .wsmenu-list > li > .wsmegamenu,
.cbp-af-header-shrink .wsmenu > .wsmenu-list > li > ul.sub-menu {
         top: 54px;
}

.desktoplogo {
  display: inline-block;
  width: 120px;
  height: 120px;
  z-index: 9999;
  top: -9px;
  transition: all 0.5s ease-in-out;
}

.cbp-af-header-shrink .desktoplogo {
  width: 64px;
  height: 110px;
  top: -12px;
}

.cbp-af-header-shrink .booking_btn {
  padding: 7px 21px;
}

.cbp-af-header-shrink .nav_bap:hover,
.nav_ec:hover {
  background-color: #1fa4b8;
}

.cbp-af-header-shrink .top_menu li {
  margin-top: 2px;
}

.navbar-fixed {
  position: fixed;
  z-index: 999 !important;
}

.top_bar_tp_sec {
  transition: 0.4s ease-in-out;
}

.top_bar_in {
  display: flex;
  justify-content: space-between;
  transition: 0.4s ease-in-out;
  align-items: center;
}

.top_bar_in_x {
  padding:0px;
  position: fixed;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  
    background: #ffff;
            border-bottom: 1px solid #ededed;
        box-shadow: 3px 3px 9px 2px #9fa6a924;
        
}

.logo_mbg {
  padding: 4px;
  border-bottom-left-radius: 4px;
  width: 132px;
  height: 66px;
  position: relative;
}

.centerlogomain__bg {
  text-align: center;
}

.centerlogomain {

      background-image: url(../images/logo_new_svg\ 1.svg);
        height: 72px;
        background-repeat: no-repeat;
        background-position: center center;
         transition: all 0.4s ease-in-out;
         display: inline-block;
         width: 250px;

}

.m_m_offcanvas_body {
  background-image: url(../images/menubg.webp);

  background-size: cover;
}

/* .offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-width: 100%;
} */

.m_m_offcanvas_close {
  background: none !important;
  padding: 9px 0 0 0 !important;
  border: 0 !important;
  font-size: 30px !important;
  color: #000000 !important;
}

.btn-close {
  padding: 12px 15px;
  opacity: 1;
  color: #00bcd4;
  font-size: 21px;
  font-weight: 800;
  background: #553594;
  position: absolute;
  right: 56px;
  top: 50px;
}

.m_m_offcanvas_close {
  background: 0 0 !important;
  padding: 9px 0 0 !important;
  border: 0 !important;
  font-size: 30px !important;
  color: #000 !important;
}

.mm_of_menu_in ul {
  text-align: left;
  line-height: 39px;
  padding: 160px 50px 50px 215px;
}

.mm_of_menu_in ul li a {
  color: #fff;
  position: relative;
  transition: 0.4s ease-in-out;
  font-size: 16px;
  font-weight: 100;
  /* text-transform: uppercase; */
  font-size: 26px;
  line-height: 61px;
  letter-spacing: 6px;
  color: #ffffff;
  text-transform: uppercase;
}

.mm_of_menu_in ul li {
  transform: translateX(-30px);
}

.mm_of_menu_in input[type="checkbox"]:checked ~ ul li {
  transform: translateX(0px);
}

.mm_of_menu_in ul li a:hover {
  transition: 0.4s ease-in-out;

  color: #fffbfb;

  /* letter-spacing: 0; */
}

.mm_of_menu_in ul li a::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 0px;
  opacity: 0;
  transition: 0.4s ease-in-out;
}

.mm_of_menu_in ul li a:hover::after {
  width: 80px;
}

.mm_of_menu_in ul li a:hover:after {
  opacity: 1;
  transition: 0.4s ease-in-out;
}

.mm_of_menu_in_btm {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #c45d8d;
  text-align: center;
}

.mm_of_menu_in_btm ul li a {
  line-height: 30px;
  color: #fec8e1;
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 1.7px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}

.bar2 {
  width: 16px;
}

.bar3 {
  width: 11px;
  transition: 0.6s ease-in-out;
}

.main__menu__offcanvas:hover .bar2,
.main__menu__offcanvas:hover .bar3 {
  width: 100%;
}

.aboutus___hm__bg {
  position: relative;
  padding: 60px 0 100px;
}

.menu_mb_view,
.video-icon a:hover {
  background: #12a89d;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-height: auto;
}

.mbmenumbgofcnvs {
  padding: 55px 15px 25px;
  border-top: 3px solid #ffffff;
  background: #ffffff;
  margin: 10px;
  border-radius: 15px;
}

.mmv_menu2_nav li {
  display: inline-block;
  padding: 0 15px;
  line-height: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.mmv_menu2_nav li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  bottom: auto;
  background-color: #31aca3;
  transform: translateX(-50%);
  transition: 0.4s ease-in-out;
  width: 1px !important;
  height: 11px;
}

.mmv_menu2_nav li a {
  font-weight: 600;
}

.mmv_menu2_nav li a:hover {
  color: #d3ffd5;
}

.mmv_menu2_nav_contact li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.mmv_menu2_nav_contact {
  padding: 17px 0 0;
  border: 1px solid #29968d;
  margin: 19px 0 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  text-align: center;
}

.mmv_menu2_nav_contact li {
  line-height: 34px;
}

.mmv_menu2_nav_contact li i {
  padding-left: 3px;
  padding-right: 6px;
  color: #6cd8b9;
}

.mbmenumbgofcnvs .btn-close {
  opacity: 1;
  padding: 22px 23px;
  font-size: 10px;
  bottom: auto;
  border-radius: 9px;
  background: none;
  /* border: 3px solid #83b4dc4d; */
  line-height: 11px;
  left: auto;
  font-size: 22px;
  right: 29px;
}

.offcanvas-header,
.offcanvas.offcanvas-bottom {
  background: 0 0;
  border: 0;
}

.mmv_menu2_btn_products {
  position: absolute;
  top: -13px;
}

.menu_mb_view_bg {
  position: absolute;
  bottom: 0;
  padding: 0px !important;
}

.menu_mb_view {
  z-index: 999;

  position: fixed;

  width: 100%;

  top: auto;

  bottom: 0;

        background: linear-gradient(90deg, rgba(11, 70, 121, 1) 0%, rgba(13, 86, 105, 1) 50%, rgba(15, 103, 88, 1) 100%);
    

  
         padding: 11px 0 21px 0;
}

.menu_mb_view li {
  display: inline-block;

  width: 19%;

  text-align: center;

  position: relative;

  /* border-right: 1px solid #727272; */
}

.menu_mb_view li a {
  color: #fff;
  font-size: 13px;
}

/* 
.menu_mb_view li img {

width: 43px;

position: absolute;

top: -44px;
} */

.mmv_menu img {
  width: 21px;

  position: absolute;

  /* top: -13px; */

  text-align: center;

  margin: 0px auto;

  left: 50%;

  transform: translate(-50%, -50%);
}

.mmv_menu2_btn {
  background: #0f7c72;

  width: 59px;

  height: 59px;

  border: 4px solid #ffffff;

  border-radius: 53%;

  position: absolute;

  top: -24px;

  left: 50%;

  transform: translate(-50%, -50%);

  padding: 15px;
}

.menu_mb_view {
  display: none;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-height: auto;
}

.mbmenumbgofcnvs {
  padding: 89px 25px 25px 25px;
  border-top: 3px solid #3892b7;
  background: #000000;
  margin: 10px;
  border-radius: 15px;
  text-align: center;
  background: linear-gradient(90deg, rgba(11, 70, 121, 1) 0%, rgba(13, 86, 105, 1) 50%, rgba(15, 103, 88, 1) 100%);
}

.mm_of_menu_in_btm {
  text-align: center;
}

.mmv_menu2_nav li {
  display: inline-block;

  padding: 0 15px;

  line-height: 28px;

  font-weight: 800;

  text-transform: uppercase;

  position: relative;
}

.mmv_menu2_nav li::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 10px;
  bottom: auto;
  background-color: #4f4f4f;
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
  width: 5px !important;
  height: 5px;
  border-radius: 50%;
}

.mmv_menu2_nav li a {
  color: #fff;

  font-weight: 600;

  font-size: 13px;
}

.mmv_menu2_nav li a:hover {
  color: #ccc;
}

.mmv_menu2_nav_contact li a {
  color: #fff;

  font-size: 13px;

  font-weight: 400;
}

.mmv_menu2_nav_contact {
  padding: 25px 0 0 0;
  border: 1px solid #00968863;
  margin: 40px 0 0 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  text-align: center;
}

.mmv_menu2_nav_contact li {
  line-height: 34px;
  display: inline-block;
  padding-right: 15px;
}

.mmv_menu2_nav_contact li i {
  padding-left: 3px;

  padding-right: 6px;

  color: #ffffff;
}

.menu_mb_view_bg {
  position: absolute;
  bottom: 0;
  padding: 0px !important;
}

.menumadd {
  padding: 0 50px;
}

.tttleanimation h2 {
  font-family: "Bungee Outline", sans-serif;

  font-size: 121px;

  color: #dadada1c;

  padding-left: 100px;
}

.tttleanimation h3 {
  font-size: 41px;
  color: #fff;
  font-weight: 100;
  letter-spacing: 9px;
  margin-top: -100px;
}




















.footer_frt ul li img {
            width: 250px;
}

footer {
	position: relative;
	background-color: #202d3b;
	z-index: 9;
   background-image: url(../images/patternfooter.svg);
        background-repeat: no-repeat;
        background-position: right;
}

.f_m_l__s { margin-top: 15px;

}

.in_footer {

	background-color: #1c1b1b !important;
	background: none;

}


footer h3 {
	font-size: 16px;
	color: #fcfcfc;
	margin-bottom: 22px;
}

.footer_frt p {
	color: #74827e;
}


    .footer_frt p span {
        font-weight: 600;
    }

footer ul li {
	font-size: 16px;
	color: #fff;
	position: relative;
	line-height: 29px;
}


.footer_menu ul li {
	position: relative;
	transition: all 0.4s ease-in-out;
}

.fmul { columns:2;     margin-bottom: 15px;

}

footer ul li a {
	display: inline-block;
	position: relative;
	line-height: 30px;
	color: #596461;
	font-size: 13px;
}

.footer_menu {

    padding-left: 150px;
}


footer ul li a:hover {
	color: #009567;
}


.mail_f,
.phone_f {
	margin-bottom: 15px;
	margin-left: 39px;
	position: relative;
	font-size: 14px;
	color: #74827e;
	line-height: 26px;
}

.phone_f::before,
.mail_f::before {
	font-family: bootstrap-icons !important;
	position: absolute;
	font-size: 21px;
	color: #009567;
	left: -45px;
	top: -9px;
	padding: 7px 9px;
}

.phone_f:hover,
.mail_f:hover {
	color: #009567 !important;
}

.mail_f::before {
	content: "\f32e";
}

.phone_f::before {
	content: "\f5bc";
}

.footer_content {
	padding: 100px 0 75px 0;

}

footer ul h4 {
	font-size: 15px;
	color: #000;
	line-height: 26px
}

.footer_btm p {
	text-align: center;
	font-size: 12px;
	color: #5c5c5c;
	margin: 0;
}

.footer_btm p a {
	color: #5c5c5c;
}

.footer_btm i {
	font-size: 18px;
	position: absolute;
	top: -50px;
	z-index: 999;
	background: #202d3b;
	padding: 17px 13px 6px 13px;
	color: #fff;
	border-bottom: 0;
	border-radius: 33px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #ffffff0f;
	border-bottom: 0;
}

.footer_btm i:hover {
	color: #3ee8f1;
}

.footer_btm p br {
	display: none
}
.footer_btm p a:hover {
	color: #e3e348;
}

.social_media li {
	display: inline-block;
	font-size: 25px;
}

.social_media li i {
	font-size: 20px;
	padding: 0 15px 0 0;
    color: #fff;
  transition:all 0.4s ease-in
}

.social_media li i:hover {
	color: #8BC34A;
}

.footer_btm {
	padding: 22px 0;
	position: relative;
	text-align: center;
	background: #202d3b;
	border-top: 1px solid #ededed0a;
}







/* Start Millionoid */




.launching__offer__section {

    background-color:#105FAD;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: 800;

}

.hiwks__bg {

padding: 35px 45px 4px 45px;

background: #0B4679;

background: linear-gradient(90deg, rgba(11, 70, 121, 1) 0%, rgba(13, 86, 105, 1) 50%, rgba(15, 103, 88, 1) 100%);
}

.hiwks__bg p {

    font-size: 14px;
    color: #97a1ba;
    line-height: 27px;
    letter-spacing: 0;

}

.howitworks__box {

position: relative;

border-radius: 15px;

border: 1px solid #2B677E;

background-color: #0d4e65;

margin-bottom: 45px;

padding: 24px 30px;
 transition: all 0.4s ease-in-out;

}


.hiw__right_icon_img, .hiw__left_icon_img {

  transition: all 0.4s ease-in-out;

}

.howitworks__box:hover .hiw__right_icon_img,

.howitworks__box:hover .hiw__left_icon_img

{

 
 	-webkit-transition: all .4s ease-in-out;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
          border: 1px solid #ffffff66;

}



.howitworks__box:hover 

{

 background-color:#0f65848b ;

}



.hiwks__bg h3 {

font-size: 18px;

font-weight: 700;

color: #fff;

margin-bottom: 30px;
}

  



.howitworks__box h5 {

        color: #fff;
        font-size: 14px;

}

.howitworks__box p {

color: #ffffffc4;

font-size: 13.5px;

font-weight: 200;

margin-bottom: 0;

line-height: 21px;

}

.hiw__right {


    text-align: right;



}

      

.hiw__right_icon_img {

     width: 68px;
    height: 68px;
    background: #0e5d61;
    position: absolute;
    right: 25px;
    top: -28px;
    border-radius: 50%;
    padding: 21px;
    border: 1px solid #ffffff29;

}



.hiw__left_icon_img {

 width: 68px;
    height: 68px;
    padding: 21px;
    background: #135176;
    position: absolute;
    right: 25px;
    top: -28px;
    border-radius: 50%;
    left: 10%;
    border: 1px solid #ffffff2b;
    
}


.arrow__hm__right {

position: absolute;

right: 29px;

bottom: -34px;
}
  
.hmrt__rv {

    transform: scaleX(-1);
    left: 5%;
    
}


.la_text  {

padding: 0;



}




.la_text h3 {


font-size: 13px;
    color: #3B3A3A;
    margin-bottom: 2px;
    display: -webkit-box;
    height: 16px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
      transition:all  0.4s ease-in;



}


.la_text h6 {

font-size: 11px;
        color: #8b8b8b;
         transition:all  0.4s ease-in;

}


.la_text h6  i {


    font-size: 11px;

}



.la_text p {

font-size: 13px;
    margin-bottom: 2px;
    display: -webkit-box;
    height:22px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
      transition:all  0.4s ease-in;

      margin: 5px 0;

}

.la__bg {

          background-color: #D1E8F7;
        padding: 14px 15px;
        border-radius: 5px;
        margin-bottom: 3px;
         transition:all  0.4s ease-in;
         border-bottom: 3px solid #fff;

}

.la__bg:hover {

          background-color: #49a5e1;
         

}


.la__bg img {

     border-radius: 6px;

}

 




.la__bg:hover p ,  .la__bg:hover h3, .la_text:hover h6  {

          color: #fff;

}



.la__mbg h4 {

font-size: 18px;

font-weight: 700;

color: #000000;

margin-top: 28px;

margin-bottom: 18px;
}



.abt__hm h3 {
        font-size: 35px;
        color: #124574;
        font-weight: 700;
          padding: 27px 0 3px 0;
    }


    .abt__hm h3 span {
        font-size:24px;
        color: #124574;
        font-weight: normal;
              
    }


.abt__hm p {

    line-height: 32px;
    margin-bottom: 10px;


}


.hmrighticons ul {

  display: flex;
    align-items: center;
            justify-content: right;



}

.hmrighticons ul li {

color: #000;

padding: 0 9px;

font-weight: 700;

font-size: 16px;

position: relative;
}



.hmrighticons ul li i {

font-weight: 700;

font-size: 17px;

transition: 0.3s ease-out;
}



.hmrighticons ul li i:hover {

color: #4CAF50;

}

.hmrighticons ul li:hover a {

color: #4CAF50;

}





.mu__hm__bg .row {
  align-items: center;
  
}




.hbhr__last {

  margin-bottom: 0;
}


.search__box__in i {

  position: absolute;
  z-index: 9;
  left: 3%;
    top: 31%;
}




.search__box__in__input {
    
    padding-left: 7%;
    border-radius: 25px;
    background:none;
    font-size: 14px;
    border: 3px solid #069d8c;
    height: 47px !important;
    border-right: 0;
}

.hmsearchbtn {

background: #069d8c;

padding: 13px 73px;

border-radius: 0;

color: #fff !important;

border-top-right-radius: 30px;

border-bottom-right-radius: 30px;

border: 0;

font-size: 14px;
}

.hmsearchbtn:hover{

background: #077064 !important;


}

.closei {

   text-align: center;
    font-size:26px;
    color: #272727;

}


.closei:hover a {

    color:red;

}


   
.search__box__hm__bg_in {
  position: relative;
}


.search__box__bg {
  position: absolute;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 99;
  padding: 4px 0;
  border-bottom: 1px solid #ebebeb;
}



.search__box__bg .row {
  align-items: center;
  justify-content: center;

}


.wsmenu>.wsmenu-list>li {

border: 1px solid #98cdee;

        border-radius: 3px;

        background: #0B4679;
        background: linear-gradient(90deg, rgba(11, 70, 121, 1) 0%, rgba(13, 86, 105, 1) 50%, rgba(15, 103, 88, 1) 100%);

}


.wsmenu > .wsmenu-list > li:hover > ul.sub-menu {
    border-radius: 6px;
    /* padding: 9px 0px; */
}




.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > ul.sub-menu {
    background: #0f655b;
    padding: 15px;
    border-top-left-radius:0;
    border-left: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}










.inner-top-img-clr {

background: linear-gradient(90deg, rgb(91 47 145) 100%, rgb(37 100 169) 104e88%);
        margin-top: 120px;

}


.inner-top-img .inner-top-img-text {
	width: 100%;
	vertical-align: middle;
	padding: 85px 25px 18px 25px;
}


.inner-top-img-text h3 {
	color: #fff !important;
	font-weight: 600;
	position: relative;
	/* display: -webkit-inline-box; */
	margin-bottom: 5px;
	font-size: 28px;
	position: relative;
	text-align: center;
}



    .inner-top-img-text ul li {
        color: #fff;
        display: inline;
        transition: all 0.4s ease-in-out;
        font-size: 10px;
}



    .breadcrumbs {
      
text-align: right;
      
padding: 25px 0 15px 0;
}



.inner-top-img-text ul a li:hover {
	color:#1fa4b8;
}


.inner-top-img-text ul li i {
	font-size: 10px;
}



.inner-top-img {
    background: url(../images/innerbg.jpg);
    width: 100%;
    display: table;
    text-align: center;
    background-size: cover;
}


.inr_bg {

padding: 100px 0;

}



.links {

background-color: #0B4679;

padding: 31px 29px;

border-radius: 10px;

margin-bottom: 15px;

background: #0B4679;

background: linear-gradient(90deg, rgba(11, 70, 121, 1) 0%, rgba(13, 86, 105, 1) 50%, rgba(15, 103, 88, 1) 100%);
}


.links ul li {

line-height: 29px;

font-size: 13px;

line-height: 40px;
}

.links ul li a {

color: #BEB8EC;

}

.links ul li:hover a {

color: #fff;

}



.links ul li i {

padding-right: 10px;

}


.links h3 {

font-size: 16px;

color: #ffff;

padding: 15px 0 8px 0;
}



.count {

    text-align: center;

}

.count h6 {

padding: 26px;

border: 2px solid #ededed;

/* margin-top: 15px; */

border-radius: 10px;

font-size: 20px;

color: #156B36;

margin-bottom: 15px;
}


.count h6 span {

        font-weight: 800;

}


.socialmedialinks li {

               display: inline-block;
        padding-right: 24px;

    }

    .socialmedialinks li i {
font-size: 25px;

    }

.footercontact {

  padding: 10px 0 25px 0;

}


.gallery_dv {

/* padding-top: 15px; */
}

.detailsbanner img {

  border-radius: 15px;

}


    .detailsbanner::before {
        width: 100%;
        left: 0;
        content: "";
        position: absolute;
        bottom: 0;
        background: #000000;
        background: linear-gradient(0deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 44%) 71%, rgba(255, 255, 255, 0) 100%);
        height: 110px;
        z-index: 9;
        border-radius: 15px;
        border-top-left-radius:0px;
          border-top-right-radius:0px;  
    }





.detailsbanner {

position: relative;

}


.detailsbanner h3 {

font-size: 16px;
        color: #fff;
        position: absolute;
        top: auto;
        z-index: 99;
        bottom: -9px;
        padding: 15px;
        width: 100%;
        border-radius: 15px;
            border-top-right-radius: 0;
    border-top-left-radius: 0;


}

.tilelist {
  margin-bottom: 30px;
}

.tilelistin  {
display: flex
;
        margin-bottom: 11px;
}
  

.tilelistin li {

        border: 1px solid #557b9757;
      
        text-align: center;
        border-radius: 9px;
        display: inline-table;
        width: 18%;
        margin: 0 4px;
        transition: all 0.4s ease-in-out;
}




.tilelistin li:hover {

  background-color: #698ba4;
}

.tilelistin li:hover .bunowdetails {

   color: #fff;

}


  
.bunowdetails {

  font-size: 14px;
    color: #5D819C;
    margin-top: 10px;
     transition: all 0.4s ease-in-out;

}



.tilelistinicon img, .tilelistiniconwhite img {

  width: 35px;
}




.tilelistiniconwhite {
  
    transition: all 0.4s ease-in-out;
    display: none;

}

.tilelistin li:hover .tilelistiniconwhite {

  display: block;

}



.tilelistinicon {
    transition: all 0.4s ease-in-out;

}

.tilelistin li:hover .tilelistinicon {
  display: none;

}

.tilegoldtext { color:#D9C37A;

}

.tilegoldin li {

  border: 1px solid #D9C37A;

}

.tilegoldin li:hover  {

  border: 1px solid #D9C37A;

  background-color:#d9c37a;

}







.dtlsgreyin li {

  border: 1px solid #C5C5C5;

}

.dtlsgreyin li:hover  {

  border: 1px solid #C5C5C5;

  background-color:#c5c5c5;

}


.tilegreytext { color:#C5C5C5;

}




.innerbg {

margin-top: 45px;
}







		

     .btn__diamond  {background: #2B597B;background: linear-gradient(90deg, rgba(43, 89, 123, 1) 0%, rgb(147 170 185) 100%);border: 1px solid #8fa2b1;transition: all 0.4s ease-in-out;} 


  
 .btn__diamond:hover  {
background: #2B597B;
background: linear-gradient(90deg, rgb(34, 76, 108) 0%, rgb(181, 195, 205) 100%);
color: #ffff;
        border: 1px solid #3d474e;
         transition: all 0.4s ease-in-out;
	} 





   .btn__gold  {
	border: 2px solid #cbab4a !important;
background: #CEB669;
background: linear-gradient(90deg, rgba(206, 182, 105, 1) 0%, rgba(222, 201, 130, 1) 100%);
 transition: all 0.4s ease-in-out;
	} 


  
 .btn__gold:hover  {
  color: #ffff;
	border: 2px solid #9d812f !important;
background: #CEB669;
background: linear-gradient(90deg, rgb(173, 154, 91) 0%, rgb(222, 205, 149) 100%);
 transition: all 0.4s ease-in-out;
	} 



     .btn__silver  {
	border: 2px solid #c2bdbd !important;
background: #9F9F9F;
background: linear-gradient(90deg, rgb(121, 121, 121) 0%, rgba(216, 216, 216, 1) 100%);
 transition: all 0.4s ease-in-out;
	} 


  
 .btn__silver:hover  {
  	border: 2px solid #a39f9f !important;
  	background: #9F9F9F;
  	background: linear-gradient(90deg, rgb(97, 97, 97) 0%, rgb(192 183 183) 100%);
  	color: #fff;
  	transition: all 0.4s ease-in-out;
 } 








.button_dt {

border-radius: 25px;

padding: 10px 30px 10px 30px;

border: 1px solid #8fa2b1;

font-weight: 800;

color: #ffff;

font-size: 13px;

margin-right: 16px;
}

     
.buttonselecttop {

text-align: center;

margin-top: -71px;

margin-bottom: 45px;
}




/* masonry */
.arch-slider {
    margin: 0;
    padding: 30px 0;
    background: #e8e8e8
}


.arc-images {
    position: relative
}

.arc-images:before {
    content: " ";
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 1
}

a.arc-link:hover .arc-images:before {
    background: rgba(8,8,8,.75);
    background: rgba(51,51,51,0.6) !important
}

.architecturalmillwork-lyt .slick-lightbox-close {
    color: rgba(0,110,158,1) !important;
    font-size: 26px !important;
    width: 38px !important;
    HEIGHT: 44px !important;
    margin-top: 30px;
    margin-right: 80px;
    right: 0 !important;
    top: 2px !important
}

.architecturalmillwork-lyt .slick-lightbox-close:before {
    font-family: progallery-svg-font-icons !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1 !important;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    content: "\F10A" !important;
    font-size: inherit;
    color: rgba(0,0,0,1) !important
}

.arch-slider .slick-arrow {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -55px;
    z-index: 111;
    padding: 20px 38.5px;
    cursor: pointer
}

.arch-slider .slick-arrow.next {
    right: 0
}

.arch-slider .slick-arrow svg {
    -webkit-filter: drop-shadow(0 1px .15px #b2b2b2);
    filter: drop-shadow(0 1px .15px #b2b2b2);
    display: inline-block
}

.slideshow-arrow {
    fill: #e8e8e8
}

.arch-slider {
    margin: 0;
    padding: 30px 0;
    background: #e8e8e8
}

.arc-images {
    position: relative
}

.arc-images:before {
    content: " ";
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 1
}

a.arc-link:hover .arc-images:before {
    background: rgba(8,8,8,.75);
    background: rgba(51,51,51,0.6) !important
}


.architecturalmillwork-lyt .slick-lightbox-inner {
    background-color: rgba(232,232,232,1) !important;
    z-index: 1111
}

.architecturalmillwork-lyt .slick-lightbox-inner .slick-arrow {
    z-index: 111;
    width: 100px;
    height: 100px;
    background-image: url(//cdn2.hubspot.net/hubfs/4795157/Idxcorporation_December2018/Images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px;
    margin-top: -50px
}

.architecturalmillwork-lyt .slick-lightbox-inner .slick-arrow:before {
    display: none
}

.architecturalmillwork-lyt .slick-lightbox-inner .slick-prev {
    left: 0
}

.architecturalmillwork-lyt .slick-lightbox-inner .slick-next {
    right: 0;
    transform: rotate(180deg)
}

.architecturalmillwork-lyt .slick-lightbox-close {
    color: rgba(0,110,158,1) !important;
    font-size: 26px !important;
    width: 38px !important;
    HEIGHT: 44px !important;
    margin-top: 30px;
    margin-right: 80px;
    right: 0 !important;
    top: 2px !important
}

.architecturalmillwork-lyt .slick-lightbox-close:before {
    font-family: progallery-svg-font-icons !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1 !important;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    content: "\F10A" !important;
    font-size: inherit;
    color: rgba(0,0,0,1) !important
}


/* End Masonry */










/* CART */



.signin_bg {
	width:55%;
	        margin: 200px auto 100px auto;
}

.sign_hd {
	font-weight: 700;
	font-size: 25px;
	color: #105fad;
	margin-bottom: 20px;
}

.signin_bg h6 {
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 600;
}

.signin_bg h5 {
	margin: 10px 0;
	font-size: 14px;
	color: #dc3545
}

.login_box {
	margin-bottom: 12px;
}

.login_box label {
	margin-bottom: 8px;
}

.login_box i {
	color: #4983be;
}

.login_box .form-control {
	height: 55px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	font-size: 14px;
}

.signin_mbg {
	background-image: url(../../../images/asian/login_bg.jpg);
	margin-top: 150px;
}

.login button {
	padding: 20px 0;
}

.social__signup__bg p {
	text-transform: uppercase;
}

.social__signup__bg p {
	font-weight: 700;
	margin-bottom: 8px;
}

.social__signup li {
	font-size: 34px;
	margin-bottom: 10px;
}

.signup__btm p {
	margin-top: 10px;
}

.signup__btm a {
	color: #000000;
	font-weight: 500;
}

.signup__btm a:hover {
	color: #009688;
}

.rb_fm {
	display: flex;
	margin: 18px 0;
}

.rb_fm .radio {
	margin-left: 20px;
}

.sign_up_bg .row {
	align-items: center;
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.qty-changer {
	float: none;
	text-align: center;
	border: 1px solid #28a7455e;
	display: inline-block;
	border-radius: 4px;
}

.forgot_password h6:hover {
	color: #e3010f;
}


.price_details_txt {
	padding: 35px;
	background: #fff;
}

.price_details h3 {
	font-weight: 800;
	font-size: 17px;
	color: #e63838;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.price_details li:last-child {
	border-bottom: 0;
}

.price_details li {
	line-height: 40px;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	padding: 7px 0;
	border-bottom: 1px solid #ededed;
}

.rupee_icon {
	position: relative;
}

.rupee_icon::after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background-image: url(../images/svg/Indian-Rupee-symbol.svg);
	background-repeat: no-repeat;
	top: 34%;
	left: -11px;
	right: auto;
}

.red_clr {
	color: #e63838;
	font-weight: 600;
}

.qty {
	text-align: center;
}

.qty .count {
	color: #000;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 30px;
	padding: 0 2px;
	min-width: 35px;
	text-align: center;
}

.qty .plus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: black;
	width: 28px;
	height: 28px;
	font-size: 17px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #e0e0e0;
}

.qty .minus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: black;
	width: 28px;
	height: 28px;
	font-size: 17px;
	text-align: center;
	border-radius: 50%;
	background-clip: padding-box;
	border: 1px solid #e2e2e2;
}

.qty .plus:hover,
.minus:hover {
	border: 1px solid #e63838;
	color: #e63838;
}

.qty input {
	border: 0;
	width: 2%;
}

.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.qty input:disabled {
	background-color: white;
}

.wishlist_mbg {
	align-items: center;
	padding: 3px 20px;
	border-bottom: 0;
	background: #fff;
	margin-bottom: 12px;
	border-radius: 8px;
	display: flex;
}

.wishlist_img_bg {
	width: 35%;
}

.wishlist_details {
	width: 50%;
}

.wishlist_details .row {
	align-items: center;
}

.wishlist_status_txt h6 {
	font-size: 14px;
	color: #2a9c66;
	font-weight: 500;
}

.wishlist_os h6 {
	color: #e63838 !important;
}

.wishlist_price_txt h6 {
	font-size: 15px;
	position: relative;
	display: inline-block;
}

.wishlist_price_txt h6::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	right: auto;
	background-image: url(../images/svg/Indian-Rupee-symbol.svg);
	background-repeat: no-repeat;
	top: 3px;
	left: -18%;
}

.wishlist_remove_txt i {
	text-align: center;
	font-size: 35px;
	color: #272727;
	font-weight: 100;
}

.wishlist_remove_txt i:hover {
	color: red;
}

.wishlist_remove_txt,
.wishlist_price_txt,
.wishlist_status_txt {
	text-align: center;
}

.wishlist_btn {
	width: 15%;
	text-align: center;
}

.wishlist_img {
	width: 20%;
	padding: 0;
}

.wishlist_product_name {
	width: 80%;
}

.wishlist_img_bg .row {
	display: flex;
	align-items: center;
}

.details_slider_bg {
	position: relative;
}

.dtls_mn_btn i {
	font-size: 26px;
}

.dtls_mn_btn i:hover {
	color: #e3010f
}

.viewcart_mbg {
	align-items: center;
	padding: 4px 20px;
	border-bottom: 0;
	background: #fff;
	margin-bottom: 12px;
	border-radius: 8px;
	display: flex;
}

.viewcart_product_img_bg .row {
	display: flex;
	align-items: center;
}

.viewcart_product_img_bg h6 {
	font-size: 15px;
	line-height: 21px;
}

.viewcart_img {
	width: 20%;
}

.viewcart_product_name {
	width: 80%;
	padding: 10px;
}

.viewcart_product_img_bg {
	width: 50%;
}

.viewcart_mbg .qty {
	width: 20%;
}

.viewcart_total_bg {
	width: 20%;
	text-align: center;
}

.viewcart_remove {
	width: 10%;
	text-align: center;
	font-size: 35px;
	color: #b5b5b5;
	font-weight: 100;
}

.viewcart_total_bg h3 {
	font-size: 15px;
	position: relative;
	display: inline-block;
}

.viewcart_total_bg h3::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	right: auto;
	background-image: url(../images/svg/Indian-Rupee-symbol.svg);
	background-repeat: no-repeat;
	top: 3px;
	left: -23%;
}

.viewcart_remove i {
	text-align: center;
	font-size: 35px;
	color: #272727;
	font-weight: 100;
}

.viewcart_remove i:hover {
	color: red;
}

.signup__bg {

   margin: 200px auto 100px auto;

}


.red_btn,
.yellow_btn,
.green_btn {
background: linear-gradient(45deg, #28a745, #007bff);
        color: #fff;
        border: none;
        padding: 10px 18px;
        font-size: 14px;
        border-radius: 25px;
        cursor: pointer;
        transition: all 0.3s 
ease;
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

.yellow_btn {
	background: #f09a04 !important;
	position: relative;
}

.green_btn {
	background: green !important;
	position: relative;
}

.red_btn:hover {
	background-color: #3F51B5;
	color: #fff;
}

.yellow_btn:hover {
	background: #cc860d !important;
	color: #fff;
}

.green_btn:hover {
	background: rgb(4, 82, 4) !important;
	color: #fff;
}

.main_btn {
	width: auto;
	padding: 10px 38px;
	position: relative;
	border-radius: 23px;
}


  .btn:focus {
      background-color: #241883 !important;
      color: #fff !important;
    }

    .logiimgz img {

 border-radius: 35px;

}




/* CART END */






.grey_bg {
    background: #f9f9f9;
    padding:70px 0px;
            margin-top: 120px;

}

.viewcart_mbg {
    align-items: center;
    padding: 4px 20px;
    border-bottom: 0;
    background: #fff;
    margin-bottom: 12px;
    border-radius: 8px;
    display: flex;
    border: 1px solid #e9e9e9c7;
;
}


.discount h6 {
	font-size: 14px;
	color: #e3000f;
	padding: 8px 0;
	font-weight: 400;
	margin-bottom: 0;
}

.empty_txt h3 {
	font-size: 26px;
	color: #e3010f;
}



.viewcrt_btm_btn {
	display: flex;
	align-items: center;
	justify-content: start;
}

.viewcrt_btm_btn li {
	margin: 5px 15px 0 0;
}

.viewcrt_btm_btn .btn-secondary {
	font-size: 13px;
	color: #ffffff;
	font-weight: 500;
}

.viewcrt_btm_btn .btn-secondary {
	background-color: #d2477b;
	border: 1px solid #d2477b;
	height: 41px;
}

.viewcrt_btm_btn .btn-secondary:hover {
	background-color: #d0175c;
	border: 1px solid #d0175c;
}

.viewcrt_btm_btn .form-control {
	border: 2px dashed #d2477b;
}

.billing_address_frm_bg .form-control {
	height: 55px;
	box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
	margin-bottom: 13px;
}

.billing_address h3 {
	font-size: 21px;
	margin-bottom: 22px;
	font-weight: bold;
	color: #105fad;
}

.same_hd {
	margin-top: 20px;
}

.mb__25 {
	margin-bottom: 25px;
}

.billing_address {
	background: #fff;
	padding: 40px;
}



.badge-danger {
	background: #dc3545;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	position: absolute;
	top: -6px;
	right: -12px;
	left: auto;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	padding: 5px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}


/* marquee */

.boxmarquee {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}


.box {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-color:#D1E8F7;
  border-radius: 5px;
  padding-bottom: 0;
}
/* Animating the UL 
-_-_-_-_-_-_-_-_-_-_-_-_ 

@keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-moz-keyframes scroll {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-webkit-keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-ms-keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-o-keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}
*/
.scroll {
	position: absolute;

	/*-webkit-animation: scroll 15s linear infinite;
	-moz-animation: scroll 15s linear infinite;
	-ms-animation: scroll 15s linear infinite;
	-o-animation: scroll 15s linear infinite;
	animation: scroll 15s linear infinite; */
}

.scroll li{
	list-style: circle;
}

.linksbtn {

  margin-top: 15px;
  background: none;
  border: 2px solid #ffffff59;

}

.linksbtn:hover {

  background: none;
  border: 2px solid #ffffffb9;

}

.imgdtlim  {
  border-radius: 10px;
}

.tilelistin button {

  background: none;
  border: 0;
  padding:31px;
          width: 100%;

}

/* End marquee */

/* modal  */

.modal {

--bs-modal-width: 1000px;
}

.mdlsldr {

         padding: 50px 65px;
}

.modelclose___btn {
        top: 15px;
        right: 15px;
        color: #fff;
        padding: 10px;
        font-size: 21px;
        line-height: 17px;
        background: none;
        color: #000;

}


/* End modal  */


.carousel-control-next-icon {
    background-image: url(../images/arrow__rightz.svg);
}

.carousel-control-prev-icon {
    background-image: url(../images/arrow__leftz.svg);
}


.modalsliderarr{
   right: -11%;
}

.modalsliderarr1 {

     left: -11%;

}

.mdlsldrbg {

  border-radius:15px;
  border: 0;

}

.modalslidermbg {

  background: #00000087;

}


.mdlsldricon, .mdlsldricon1 {


  transition: all 0.4s ease-in-out;


}


.mdlsldricon:hover, .mdlsldricon1:hover {


  
    border: 2px dotted #4caf5052;
    border-radius: 18px;


}

.modelclose___btn:focus,
.modelclose___btn:active {
    outline: none !important;
    box-shadow: none !important; /* Optionally remove box-shadow */
}

.modelclose___btn:hover i {
  color: red;
}


.mdslidertext h5 {
  
    font-size: 18px;
    font-weight: 600;
}


.btnhiw {

text-align: center;

margin: 20px 0 27px 0;
}



    .detailstile__qin button {
        width: 100%;
        border: 0;
        padding: 35px 0 35px 0;
        background: none;
    }



.detailstile__qin img {

width: 30px;
}

.detailstile__qmbg {
        padding: 4px;
        border-radius: 8px;
        /* border: 1px solid #557b9757; */
        position: relative;
}


.detailstile__qicon__white {
  display: none;
}



.detailstile__qin:hover 

.detailstile__qicon {
  display: none;
}


.detailstile__qin:hover 

.detailstile__qicon__white {
  display: block;
}

.dquin__diamond {

transition: all 0.4s ease-in-out;

border: 1px solid #557b9757;

border-radius: 5px;
}

.dquin__diamond:hover {

background-color: #698ba4;

}


.dquin__gold {

transition: all 0.4s ease-in-out;

  border: 1px solid #D9C37A;

border-radius: 5px;
}

.dquin__gold:hover {

background-color: #D9C37A;

}

.dquin__gold
    .detailstile__qtext {
        color: #D9C37A;
    }


.detailstile__qmnimg img {

  border-radius: 5px;

  height: 100%;

}

.detailstile__qmnimg  {

        height: 100%;
        position: relative;
        border-radius: 6px;
        overflow: hidden;

}

.detailstile__qmnimg::before

{

width: 100%;

left: 0;

content: "";

position: absolute;

bottom: 0;

background: #000000;

background: linear-gradient(0deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 44%) 71%, rgba(255, 255, 255, 0) 100%);

height: 50px;

z-index: 9;
}




.detailstile__qmnimg h6  {
          position: absolute;
        top: auto;
        font-size: 12px;
        color: #fff;
        padding: 10px;
        z-index: 9;
        bottom: 0;


}



.detailstile__qtext {

font-size: 13px;

color: #5D819C;

margin-top: 8px;

transition: all 0.4s 
ease-in-out;
}


.detailstile__qin:hover 

.detailstile__qtext


{

   color: #fff;

}


.soldoutdtls {

background-color: #f3a6a64a;

height: 100%;

border-radius: 5px;

text-align: center;

display: flex;

justify-content: center;

align-items: center;
}


.soldoutdtls h3 {

font-size: 12px;

color: #675d5d;

text-transform: uppercase;
}

.addtocartdtls {

        height: 100%;
        border-radius: 5px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
                background-color: #00965c;

}

.addtocartdtls__in img {

  
width:30px;


}

.addtocartdtls__in h3 {

     font-size: 13px;
    padding-top: 8px;
    color: #fff;

}


.addtocartdtls button {

   /* padding: 27px; */
    border: 0;
    background: none;

}
   
.dq____mbg {

  padding:25px 10px;

}




.dquin__silver {


                transition: all 0.4s 
ease-in-out;
        border: 1px solid #D1D1D1;
        border-radius: 5px;

}

.dquin__silver:hover {

background-color: #D1D1D1;

}

.dquin__silver
    .detailstile__qtext {
        color: #D1D1D1;

    }

/* .dqmbsoldout
.detailstile__qin {
opacity: 0.6;

} */


.dqmbsoldout
.detailstile__qtext {

  color: #fff !important;
}



.soldouttext

{

  text-align: center;
    display: flex;
    justify-content: center;

}

.soldouttextin {

position: absolute;

top: auto;

bottom: 43px;

text-align: center;

font-size: 14px;

background: #f3f3f3e8;

padding: 9px 24px;


}


.soldouttextin h4 {

    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    color: #ff0303;
  
}

/* Readmore js */


.btn-readmore {
  background: linear-gradient(45deg, #28a745, #007bff);
  color: #fff;
  border: none;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

.btn-readmore:hover {
  transform: translateY(-2px);
  box-shadow: 0px 5px 12px rgba(0, 123, 255, 0.4);
}

.btn-readmore:active {
  transform: scale(0.97);
}


@media (min-width: 768px) {
  #collapseText {
    display: inline !important;
    height: auto !important;
    visibility: visible !important;
  }
}

/* End Readmore js */



.mmv_searchq {

  background: none;
    border: 0;


}


.offcanvasqstate {

         background: #0E5F60;
background: linear-gradient(284deg, rgba(14, 95, 96, 1) 0%, rgba(13, 50, 56, 1) 100%);

}
    .offcanvasqstate ul li {
        padding: 10px 0;
        color: #fff;
        border-bottom: 1px solid #ffffff24;
    }


 .offcanvasqstate ul li a {

        color: #fff;
}

.offcanvasqstate_umenu li {

border-bottom: 0 !important;

}

.offcanvasqstate_umenu {

               background: #ffffff17;
        padding: 14px 28px;
        margin-top: 10px;
        border-radius: 5px;
}
   
.btnselectclosembq {

   position: absolute;
        top: 8px;
        right: 10px;
        background: none;
}
   
.btnselectclosembq i {

    color: #fff;

}
   
.offcanvasqstate h5 {
color: #fff;
        font-size: 13px;
        margin-bottom: 0;

}

.offcanvasqstate 
.offcanvas-header


{
  

    background: #0b595f;

}




.offcanvaslinkq {

background: #0B4679;
background: linear-gradient(284deg, rgba(11, 70, 121, 1) 0%, rgba(14, 53, 87, 1) 100%);

}




.offcanvaslinkqin ul  {

  padding:0 15px ;


}



.offcanvaslinkqin ul li {

line-height: 29px;

font-size: 13px;

line-height: 40px;
}

.offcanvaslinkqin ul li a {

color: #ffffff;
}

.offcanvaslinkqin ul li:hover a {

color: #fff;

}



.offcanvaslinkqin ul li i {

        padding-right: 10px;
        color: #406f94;
        font-size: 15px;
}




 
.btnselectclosembq {

   position: absolute;
        top: 8px;
        right: 10px;
        background: none;
}
   
.btnselectclosembq i {

    color: #fff;

}
   
.offcanvaslinkq h5 {
color: #fff;
        font-size: 13px;
        margin-bottom: 0;

}

.offcanvaslinkq 
.offcanvas-header


{
  

    background: #0f446f;

}


.sltstlarw i {

   color: #6fb66f;

}

   .countinmb {
    display: none;
   }

.countinmb h6 {
  background-color:#156B36;
  border: 0;
  border-radius: 0;
   
  color: #fff;
}


.buttonselecttop br {

  display: none;
}

.mbbanner {
  display: none;
}

.brtphm {
  width: 100%;
}

.mn____bannerhm {

  position: relative;
  
}

.mn____bannerhm h3 {

  position: absolute;
        top: 59%;
        color: #fff;
        font-size: 24px;
        font-weight: 200;
        line-height: 30px;
  
}


.mn____bannerhm h3 span {

  font-weight: bold;
  
}





















/* Start My_account Css */

.my_account_list {
	padding: 0;
	border-radius: 8px;
  margin-bottom:50px;
}

.my_account_list ul {
	box-shadow: 1px 3px 8px 1px #ededed;
}

.my_account_list ul li {
	line-height: 35px;
	padding: 12px 15px;
	border-bottom: 0;
	position: relative;
	transition: all 0.4s ease-in-out;
	font-weight: 600;
	font-size: 14px;
}

.my_account_list ul li:hover {
	color: #2196F3;
	background-color: #2196f326;
}

.my_account_list ul li:hover:after {
	right: 21px;
	color: #2196f3;
}

.my_account_list ul li::after {
	content: "\f135";
	font-family: bootstrap-icons !important;
	font-size: 23px;
	position: absolute;
	transition: all 0.4s ease-in-out;
	right: 31px;
	font-weight: 100;
	color: #e2e2e2;
}

.my_acnt_active::after {
	color: #009688 !important;
}

.my_acnt_active::after {
	color: #fff;
}


/* 
.my_account_content ul a li:last-child { background-color: #000;
} 
*/

.my_acnt_active {
	color: #009688;
}

.edit_ac_info {
	margin-bottom: 25px;
}

.edit_ac_info li {
	line-height: 40px;
	position: relative;
	margin-left: 30px;
}

.edit_ac_info li::after {
	content: "\f135";
	font-family: bootstrap-icons !important;
	font-size: 20px;
	position: absolute;
	transition: all 0.4s ease-in-out;
	right: auto;
	font-weight: 100;
	color: #bb1316;
	left: -32px;
}

.edit_ac_info h4 {
	font-size: 18px;
	font-weight: 700;
	color: #bb1316;
	text-transform: uppercase;
}

.frm_tp .form-control {
	height: 48px;
	margin-bottom: 13px;
}

.view_order_table tr td {
	text-align: left;
	padding: 16px;
}

.view_order_table tr th {
	padding: 15px;
	background: #006637;
	color: #fff;
	text-align: left;
	border: 1px solid #006637;
}

.my_account_content h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 18px;
}

.my_account_content .form-control {
	font-size: 14px;
}


/* Ends  My_account Css */

.user_section {
	text-align: center;
	padding: 14px 0;
	background: #0e645a;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.user_section i {
	color: #fff;
	font-size: 60px;
}

.user_section h3 {
	color: #fff;
	font-weight: 200;
	font-size: 15px;
	margin-bottom: 0;
}

.my_accnt_idsn li {
	text-align: center;
	border: 1px solid #ededed;
	border-top: 1px solid #ffff;
	padding: 55px 25px;
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
	position: relative;
}

.my_accnt_idsn li:first-child,
.my_accnt_idsn li:nth-child(2) {
	border-top: 1px solid #ededed;
}

.my_accnt_idsn li:nth-child(odd) {
	border-right: 0;
}

.my_accnt_idsn li i {
	color: #1377b7;
	font-size: 35px;
	position: absolute;
	right: 47px;
}

.my_accnt_idsn h4 {
        font-size: 14.5px;
        line-height: 25px;
        font-weight: 600;
}

.my_account_dtls {
	padding: 0 30px;
}

.my_account_billing_address,
.my_account_shipping_address {
	border: 1px solid #ededed;
	padding: 30px;
	margin-bottom: 13px;
}

.my_acnt_wishlist {
	border: 1px solid #ededed;
}

.my_acnt_wishlist .wishlist_img_bg {
	width: 30%;
}

.my_acnt_wishlist .wishlist_details {
	width: 50%;
}

.my_acnt_wishlist .wishlist_btn {
	width: 20%;
	text-align: center;
}


/* responsive_table */

.my_account_content table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

.my_account_content table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

.my_account_content table tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}

.my_account_content table th,
.my_account_content table td {
	padding: .625em;
	text-align: center;
}

.my_account_content table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media screen and (max-width: 600px) {
	.my_account_content table {
		border: 0;
	}
	.my_account_content table caption {
		font-size: 1.3em;
	}
	.my_account_content table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.my_account_content table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}
	.my_account_content table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
	}
	.my_account_content table td::before {
		/*
		 * aria-label has no advantage, it won't be read inside a table
		 content: attr(aria-label);
		 */
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	.my_account_content table td:last-child {
		border-bottom: 0;
	}
}

.order_history_table thead tr th {
	padding: 15px 12px;
	background: #006637;
	color: #fff;
}

.order_history_table th,
.my_account_content table td {
	padding: 15px;
	background: #fff;
}


/* End table  */

.my_account_dtls h3 {
	font-size: 18px;
        margin-bottom: 17px;
        font-weight: 700;
}

.select_gm_details .form-check:hover h6 {
	color: #e3010f;
}

.select_gm_details li {
	display: inline-block;
}

.select_gm_details li span {
	color: #bd7a19;
	font-size: 14.5px;
}

.select_gm_details .form-check label {
	font-weight: 500;
	cursor: pointer;
	padding-right: 20px;
	font-size: 12.5px;
}

.select_gm_details .form-check-input:checked[type=radio] {
	background-image: url(../images/download.svg)
}

.order_history_my_acnt tr {
	line-height: 50px;
	text-align: center;
}

.order_history_my_acnt thead {
	background: #9e2124;
	color: #fff;
}

.order_history_my_acnt tbody {
	border: 1px solid #ededed;
}

.order_dt_my_ac {
	padding: 15px 0;
	font-size: 18px;
}

.order_dtls_adrs {
	border: 1px solid #ededed;
	padding: 18px;
	border-bottom: 0;
}

.order_dtls_adrs_shpng {
	border-bottom: 1px solid #ededed;
}

.order_dtls_adrs h3 {
	color: #dc3545;
}


/* Starts rating product  Css */


.tilesmyacnt {
  
border: 1px solid #ededed;

}

.tilesma_1  {

        border: 1px solid #ededed;

}

.tilesma_1 li{

        display: inline-block;
        padding-right: 25px;
        font-weight: 600;
}

.tilesma_1 img {

width:80px;

}


.tiles___dtq img {

  width: 98px;
    border: 1px solid #ededed;
    margin-bottom: 18px;


}

.tilesma_1__dt {

  margin-bottom: 25px;
}

.tilesma__dtimg img {

  margin-bottom: 25px;

}

.td__titleq, .td__linkq {
  margin-bottom: 15px;

}

.td__titleq h6, .td__linkq h6 {

  font-weight: 700;

}

.td__titleq h6 span, .td__linkq h6 span {

  font-weight:normal;

}
.tilesma_1 .col-md-4 {
  text-align: center;
}

.tilesma_1 .row {

  align-items: center;
}


.billing_address h4, .price_details_txt h4 {

  font-size: 14px;
}

.billing_address h4 span, .price_details_txt h4 span {

  font-weight: 700;
}

.btn____op {
 
          padding: 18px 100px;
        margin-top: 20px;

}


.my_account_dtls {
  margin-bottom: 25px;
}


.updatedatabg {

      background: #cecece47;
    padding: 29px;
    border-radius: 7px;

    margin-bottom: 15px;



}

















































































































.search__box__hm__bg_in {
  display: none;
}



@media screen and (max-width: 1399px) {
    .addtocartdtls__in h3 {
        font-size: 11px;
    }
}






@media screen and (max-width: 1367px) {
  .innerpage__heading {
    padding: 210px 0;
  }
}

@media screen and (max-width: 1200px) {


  .mn____bannerhm h3 {
        font-size: 20px;
        line-height: 27px;
        left: 4%;
   
}


      .button_dt {
        font-size: 11px;
        margin-right: 5px;
    }


      .detailstile__qin button {
        padding: 20px 0 20px 0;
    }


 .soldouttextin {
        bottom: 33px;
        font-size: 13px;
        padding: 6px 14px;
    }


        .soldouttextin h4 {
        font-size: 11px;
    }



    .desktoplogo {
    margin-left: 12px;
  }

  /* .wsmenu>.wsmenu-list>li>a>.wsarrow {
    display: none;
  } */

  .wsmenu>.wsmenu-list>li {
    text-align: justify;
}

    .wsmenu>.wsmenu-list>li {
      width: 100%;
    }

    .wsmenu>.wsmenu-list>li:last-child>a {
    width: 100%;
}

  .footer__in {
    width: 90%;
  }

  
}

@media screen and (max-width: 992px) {


          .mn____bannerhm h3 {
            font-size: 17px;
            line-height: 23px;
            left: 7%;
            top: 65%;
        }

     .detailstile__qin button {
                   padding: 0;
            height: 100px;
    }

  .detailstile__qmbg {

    width: 25%;
  }

  .linksmqbg {
    margin-top: 15px;
  }

  .search__box__in h5 {

       font-size: 15px;
    color: #fff;
    padding-bottom: 11px;
    text-align: left;
    padding-left: 7px;

  }

 

      .hmsearchbtn {
        background: #069d8c;
        padding: 24px;
        border-radius: 0;
        color: #fff !important;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border: 0;
        font-size: 14px;
        padding-left: 37px;
    }

        .search__box__in i {
        position: absolute;
        z-index: 9;
        left: 31%;
        top: 30%;
    }
    .search__box__in__input {
        height: 48px !important;
    }



  .search__box__in__input {
    background-color: #fff;
  }

.hidemblq {
  display: none;
}
  
  .hmrighticons {

    display: none;
  }


  .menu_mb_view {
    display: block !important;
    border-top: 1px solid #ffffff52;
  }

     .footer_menu {
        padding-left:0;
    }

    .box {
        height: 100%;
        position: relative;
        overflow: hidden;
        background-color: #D1E8F7;
        border-radius: 5px;
        padding-bottom: 0;
        margin-bottom: 20px;
        height: 500px;
    }
}


@media screen and (max-width: 767px) {

  .hm__abt__tx {
    padding: 0px 15px;
  }


      .badge-danger {
        background: #dc3545;
        display: inline-block;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        position: absolute;
        top: -19px;
        right: 25px;
        left: auto;
        border-radius: 50%;
        width: 21px;
        height: 21px;
        padding: 5px;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
    }


  .price_details_txt .btn  {

    width: 100%;

  }

      .tilesma__dtimg img {
        width: 200px;
    }


      .billing_address {
        padding: 15px;
    }

  .tilesma__dtimg {
    margin-bottom: 15px;
  }

      .tilesma_1 img {
        width: 65px;
        margin-bottom: 9px;
        border: 1px solid #ededed;
    }

  .tilesma_1 .red_btn {

     padding: 10px 30px;
  margin-top: 15px;

  }
 

  .tilesma_1 {
    padding: 15px;
  }

  .tilesma_1_v_btn {
    padding-left: 25px;
    padding-bottom: 15px;
  }


      .tilesma_1 li {
        width: 25%;
    }


  .login_box label {
	font-size: 13px;
}

      .my_account_dtls h3 {
        font-size: 14px;
        margin-bottom: 13px;
    }

        .my_account_dtls {
        padding: 0 17px;
                    margin-bottom: 25px;
    }

      .main_btn {
        width: auto;
        padding: 10px 10px;
        position: relative;
        border-radius: 7px;
        font-size: 13px;
    }


  
	.my_account_billing_address,
	.my_account_shipping_address {
		border: 0;
		padding: 0;
	}
	.order_history_my_acnt tr {
		line-height: 22px;
		font-size: 13px;
	}
	.my_account_list ul li::after {
		right: auto;
	}
	.my_accnt_idsn h4 {
		font-size: 15px;
	}
	.my_accnt_idsn li i {
		font-size: 21px;
		right: 17px;
	}
	.my_accnt_idsn li {
		padding: 10px;
		display: inline;
		width: 100%;
		border-bottom: 0;
		text-align: left;
	}
	.my_accnt_idsn {
		padding: 0;
	}
	.my_account_list ul {
		box-shadow: 0 0 0 0;
		padding: 13px 20px;
		float: left;
	}
	.my_account_list {
		border-radius: 0;
		margin-bottom: 6px;
		border-bottom: 1px solid #ededed;
		background: #ededed;
		margin-bottom: 12px;
	}
	


      .my_account_list ul li {
        padding: 5px;
        line-height: 20px;
        width: 50%;
        float: left;
    }


      .user_section i {
        color: #fff;
        font-size: 22px;
    }

        .user_section {
        padding: 7px 0;
    }


      .my_account_list ul li {
        line-height: 17px;
        font-weight: 600;
        font-size: 13px;
    }


    
	.product_bx_m_txt .col-md-6 {
		width: 50%;
	}
	.user_section {
		padding: 4px 22px;
		display: flex;
		align-items: center;
		border-radius: 0;
	}
	.user_section i {
		font-size: 26px;
	}

      .user_section h3 {
        padding-left: 10px;
        color: #ffffff;
        font-weight: 500;
        font-size: 15px;
    }

          .mn____bannerhm h3 {
            font-size: 20px;
            line-height: 31px;
            left: 7%;
            top: 41%;
        }
  

      .detailstile__qmnimg img {
        height: 100%;
    }
      footer h3 {
        font-size: 14px;
        color: #fcfcfc;
        margin-bottom: 6px;
    }


  .footer_menu {
    margin-top: 15px;
  }

      .btn-readmore {
        padding: 7px 18px;
        font-size: 11px;
    }


  .dtpbanner {
    display: none;
  }

  .mbbanner {
    display: block;
  }

          .buttonselecttop button {
            width: 30%;
        }

  .buttonselecttop br {

  display: block;
}


  .buttonselecttop span {

  display: none;
}


    .button_dt {
        border-radius: 0;
        -webkit-border-radius: 0;
-moz-border-radius: 0;
    }



   .detailsbanner::before {
      
        border-radius:0px; 
    }


      .detailstile__qmnimg h6 {
        font-size: 11px;
    }

  .dtlsinnrq {
    margin-top: 0 !important;
  }

     .countinmb {
    display: block;
   }

  .countindtp {
    display: none;
  }

 .dq____mbg {
        padding: 4px 15px;
    }


    .detailsbanner img {
        border-radius: 0;
    }


    .links {
      
        border-radius: 0;
        margin-bottom: 0;
    }



	.price_details_txt {
		padding: 10px;
	}
	.viewcrt_btm_btn .green_btn {
		margin: 10px 0;
	}
	.cart_remove_text {
		font-size: 12px;
	}
	.discount h6 {
		font-size: 14px;
		padding: 0;
		line-height: 18px;
	}
	.discount {
		padding: 4px 0;
	}
	.viewcrt_btm_btn {
		display: inherit;
		text-align: center;
		padding: 15px;
	}
	.viewcart_remove {
		position: absolute;
		top: 0;
		right: 12px;
	}
	.viewcart_mbg {
		position: relative;
	}
	.viewcart_product_img_bg h6 {
		padding: 2px 10px;
		font-size: 13px;
	}
	.viewcart_mbg .qty {
		width: auto;
		float: left;
		text-align: left;
	}
	.viewcart_total_bg {
		width: auto;
		text-align: right;
	}
	.viewcart_product_img_bg {
		width: 100%;
	}
	.viewcart_img {
		width: 15%;
	}
	.viewcart_product_name {
		width: 100%;
		padding: 0;
	}
	.viewcart_mbg {
		            display: inherit;
            border-bottom: 1px solid #ededed;
            margin-bottom: 0;
            border-radius: 0;
            margin-bottom: 9px;
            padding: 10px 20px;
	}

    .wishlist_remove_txt i, .viewcart_remove i {
        color: #ff0808;
        font-size: 23px;
    }

        .viewcart_total_bg h3::after {
        left: -33%;
    }

.viewcart_img img {
  border: 1px solid #ededed;
}

    .viewcart_product_img_bg .row {
        padding: 0 8px;
    }

    .dcnt_cart {
        padding: 10px 15px 0 15px !important;
    }


      .grey_bg {
        padding: 20px 0px;
        margin-top: 0;
    }

    .grey_bg .container {

      padding: 0 15px;
    }

      .signup__bg {
        margin: 30px auto;
    }

    .signin_bg {
        margin: 30px auto;
        width: 100%;
        padding:0 15px;
    }


      .count h6 {
        padding: 15px;
        font-size: 17px;
        margin-bottom: 15px;
    }


      .button_dt {
                        padding: 5px 5px 5px 5px;
            font-size: 10px;
            margin-right: 2px;
    }

    .buttonselecttop {
        margin-top: 0;
        margin-bottom:11px;
    }

      .detailsbanner h3 {
        font-size: 11px;
    }


  .mbhideq {
    display: none;
  }

  .abt__hm {
    margin-bottom: 25px;
  }

          .innerbg {
            padding:0;
            margin-top: 15px;
        }


      .inner-top-img-text h3 {
        font-size: 19px;
    }


      .inner-top-img .inner-top-img-text {
       padding: 25px;
    }

        .breadcrumbs {
        text-align: center;
        padding: 0;
    }

      .inner-top-img-clr {
        margin-top: 0;
    }


    .cbp-af-header, .top_bar_in_x {
        position:static;
  
}

  .abt__hm h3 {
        padding: 13px 0 1px 0;
    }

    .abt__hm h3 {
        font-size: 23px;
    }


    .abt__hm h3 span {
        font-size: 19px;
    }


          .sliderbanner {
            margin-top: 0;
        }

  .la__bg .row {

    align-items: center;

  }

  .la__bg .col-lg-3 {

   flex: 0 0 auto;
        width: 20% !important;

  }

    .la__bg .col-md-10 {

   flex: 0 0 auto;
        width: 80% !important;

  }


  .launching__offer__section img {

    width: 17px;
  }

  .centerlogomain {
    
        height: 50px;
    }

   

        .launching__offer__section {
        font-weight: 600;
        font-size: 13px;
    }


  .intro_bg {
    height: 91vh;
  }

  .fancybox-slide--video .fancybox-content {
    background: #000;
    height: 100% !important;
    width: 100% !important;
  }

  .slidenav {
    right: -5% !important;
    bottom: 15% !important;
  }

  .hmrighticons {
    display: none;
  }

  .innerpage__heading {
    background: url(../images/filmmakingmbl.webp) fixed;
  }

  .iftp__bg {
    background: url(../images/ifbgmbl.webp) fixed !important;
  }

  .contactmap {
    width: 100%;
    height: 400px;
    border-radius: 0;
    margin-top: 50px;

    padding: 5px;
    border-width: 11px !important;
  }



  .innerpage__heading h1:after {
    bottom: 42px;
    -webkit-transform: rotate(-26deg);
    -moz-transform: rotate(-26deg);
    -o-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    transform: rotate(-26deg);
  }

  .innerpage__heading h1 {
    left: 8%;
    bottom: -19px;
    padding: 8px 14px;
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 3px;
  }

  .innerpage__heading {
    padding: 145px 0;
    background-size: contain !important;
  }

  .footer__link {
    line-height: 20px !important;
  }

  .footer__in_text p {
    line-height: 45px;
  }

  .footer__in {
    text-align: right;
  }

  .footer__in img {
    width: 100px;
    margin-bottom: 38px;
  }

  .footer__in_text ul li i {
    font-size: 23px;
    padding: 0 0 0 22px;
  }

  .footer__in_text h3 {
    font-size: 19px;
    margin: 14px 0;
  }

  .footer__bg {
    margin-bottom: 60px;
  }

  .footer__in {
    padding: 0;
  }

  .aboutus__home__right a {
    left: 10%;
  }
}




@media screen and (max-width:600px) {

              .mn____bannerhm h3 {
            font-size: 14px;
            line-height: 20px;
            left: 7%;
            top: 24%;
        }

      .footer_frt ul li img {
        width: 169px;
    }

      .hiwks__bg {
        padding: 15px;
    
}

        .footer_menu {
            padding-left: 15px;
        }

            .footer_content {
        padding: 15px;
    }

        footer {
        padding-bottom: 80px;
    }

        .footer_btm {
        margin-top: 60px;
    }

        .launching__offer__section {
        padding: 5px 0;
    }

}


@media screen and (max-width: 500px) {


          .tilesma_1 li {
            width:100%;
        }

          .mn____bannerhm h3 {
            font-size: 13px;
        }

          .detailstile__qin button {
            height: 85px;
        }


      .detailstile__qin img {
        width: 25px;
    }

          .buttonselecttop button {
           
            width: 30%;
            margin-bottom: 5px;
        }

        .button_dt {

                    font-size: 11px;

}

    .detailstile__qtext {
        font-size: 12px;
        margin-top: 1px;
    }



                .soldouttextin {
            bottom: 26px;
        }

      }



@media screen and (max-width: 400px) {

    .buttonselecttop button {
           
            width: 100%;
        }


          .detailstile__qin button {
           height: 70px;
        }


  .innerpage__heading {
    padding: 105px 0;
    background-size: contain !important;
  }
}
