@font-face {
  font-family: Proxima Nova;
  src: url(../fonts/proxima_ssv/ProximaNova-Regular.otf);
}
@font-face {
  font-family: Proxima Nova;
  src: url(../fonts/proxima_ssv/Proxima\ Nova\ Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: Proxima Nova;
  src: url(../fonts/proxima_ssv/Proxima\ Nova\ Thin.otf);
  font-weight: lighter;
}
@font-face {
  font-family: Proxima Nova;
  src: url(../fonts/proxima_ssv/Proxima\ Nova\ Extrabold.otf);
  font-weight: bolder;
}
@font-face {
  font-family: Quattrocento;
  src: url(../fonts/Quattrocento/Quattrocento-Regular.ttf);
}
@font-face {
  font-family: Quattrocento;
  src: url(../fonts/Quattrocento/Quattrocento-Bold.ttf);
  font-weight: bold;
}
/* @import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap'); */
/* @font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Light.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
  
} */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');




html, body {overflow-x: hidden;}
.container {max-width: 90%;}
.bannerSlider .slide__image img {
  width: 100%;
  /* min-height: 645px; */
  object-fit:cover;
}
img.slide__image__top-position {
  object-position:center bottom;
}
.bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: center;
    /* width: 100%; */
    top: 50%;
    /* transform: translateY(-50%); */
}

.bannerSlider .slide .slide__text h2 {
  font-family: 'EB Garamond', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  text-align: left;
  color: #FFFFFF;
  /* max-width: 740px; */
  padding-left: 55px;
}
.bannerSlider .slide:nth-child(4) .slide__text h2 {
  color: #B89253;
}
.slick-dots {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  justify-content: right;
  gap: 25px;
  position: absolute;
  bottom: 60px;
  right: 50px;
}
.slick-dots li button {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  height: 27px;
  width: 27px;
  background: transparent;
}
.slick-dots li.slick-active button {
  background: #C4C4C4;
}
.bannerSlider .thrd .slide__text {left:50%;}
.bannerSlider .secd .slide__text {    left: 0;
  right: 0;}
  .bannerSlider .secd .slide__text h2 {text-align: center;}
.second-section .container, .third-section .container {
  background: url(../images/olga-thelavart-vS3idIiYxX0-unsplash_1.jpg);
}
.head-cont h5 {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 114.5%;
  color: #000000;
  border-bottom: 9px solid #899C9D;
  margin: 0;
  padding-bottom: 15px;
  width: fit-content;
}
.head-cont p {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin: 18px 0 20px;
}
.head-cont a {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding: 6px 7px;
  background: #B89253;
  text-decoration: none;
}
.middle-justi {align-items: center;}
img {max-width: 100%;}
.head-cont { max-width: 765px;}
.left-sngl .left-img+.head-cont {    max-width: 600px;}
.head-cont.max-w-600 {max-width: 600px;}
.second-section .cust-pad {
  padding: 70px 60px 80px
}
.right-img-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 45px;
  margin-top: 40px;
}
.third-section .cust-pad {
  padding: 80px 60px 100px;
}
.four-col-grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  align-items: center;
}
.four-col-grid .block {
  text-align: center;
  border-right: 1px solid #000000;
}
.four-col-grid .block p {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  align-items: center;
  color: #000000;
  padding-top: 30px;
}
.four-col-grid .block:last-child {
  border-right: none;
}
section.fourth-section {
  padding: 35px 0;
}
.foot-top .first {text-align: center;}
.foot-top img {
  max-width: 400px;
}
.foot-top p.logo-txt {
  font-family: 'Dancing Script', cursive;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #98502C;
  margin-top: -80px;
  margin-bottom: 80px;
}
.foot-bg {
  background: url(../images/scarbor-siu-zhS_GH628Xs-unsplash.png);
  background-size: cover;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    padding: 0 0 0 40px !important;
}
.foot-det {
  margin-bottom: 50px;
}
.foot-det h5 {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 30px;
}
.foot-bottm p {
  font-family: Quattrocento;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 44px;
    color: #000000;
    margin: 0;
    margin-left: 80px;
    margin-top: -80px;
    margin-bottom: 100px;
}
.foot-det p, .foot-det a {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 36px;
  text-decoration: none;
  color: #000000;
  margin: 0;
}
.foot-det p b {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  color: #000000;
  margin: 0;
}
.inline {
  display: grid;
  grid-template-columns: 40px auto;
  /* margin-bottom: 40px; */
  margin-bottom: 20px;
    align-items: center;
}
.foot-bottm {background: #98502C;padding: 10px 50px;}
.foot-bottm div.right {
  justify-content: end;
  align-items: center;
  gap: 10px;
  -webkit-justify-content: flex-end;
align-items: flex-center;
-webkit-align-items: flex-center;
}
.foot-bottm img {max-width: 40px;}

.foot-bottm div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.foot-bottm p {
  margin: 0;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  align-items: center;
  text-align: center;
  color: #fff;
}
.six-section{
  background: url(../images/olga-thelavart-vS3idIiYxX0-unsplash.png);}
.six-section .contn {
  /* background: url(../images/olga-thelavart-vS3idIiYxX0-unsplash.png); */
  width: 100%;
    position: absolute;
    top: 76px;
    left: 70px;
    padding: 50px;
    max-width: 80%;
    min-height: 335px;
    border: 4px solid #98502C;
}
.flx-row {position: relative;padding:0;}
.img-flt {float: right; position: relative;}
.flx-row .contn h5 {
  font-family: Quattrocento;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    color: #98502C;
    margin-bottom: 22px;
    max-width: 460px;
}
.flx-row .contn p {
  font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    max-width: 560px;
    margin-bottom: 40px;
}
.flx-row .contn a {
    position: absolute;
    bottom: 50px;
    text-decoration: none;
    border: 2px solid #DE9B33;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #DE9B33;
    padding: 7px 22px;
}
section.six-section {
  padding: 100px 0;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.navbar-collapse {    justify-content: end;
-webkit-justify-content: flex-end;
align-items: flex-end;
-webkit-align-items: flex-end;
}
nav.navbar {
  padding: 0 50px 5px 20px;
  background: #EEDBBC !important;
  align-items: flex-end;
  border-top: 8px solid #98502C;
  z-index: 9;
}
.navbar-brand img {
  max-width: 85px;
  /* max-height: 50%; */
}
.navbar-nav {
  display: flex;
  display: -webkit-flex;
-webkit-flex-wrap: wrap;
gap: 50px;}
.nav-item.nav-link {
 font-family: Roboto, sans-serif;
 font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  color: #98502C;
  /* padding: 35px 25px !important; */
}
a.nav-item.nav-link.active {color: #899C9D;}
.container-fluid .row>*, .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.fifth-section {
  background: url(../images/b88.jpeg)rgba(0, 0, 0, 0.29);
  height: 400px;
  background-blend-mode: multiply;
}
.fifth-section h4 {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
  padding-top: 100px;
}
.query-form input#email, .query-form input#email::placeholder {
  border: 3px solid #FFFFFF;
  background: transparent;
  width: 570px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  letter-spacing: 0.02em;
  color: #000000 !important;
  padding: 12px 20px;
}
.fifth-section .query-form input#email, .fifth-section .query-form input#email::placeholder {color: #fff !important;}
.query-form input#email::placeholder {border:none;}
button.btn.btn-primary {
  background: #fff;
  border: none;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.24em;
  color: #000000;
  padding: 10px 35px;
}
.form-group {
  margin-right: 90px !important;
}
form.form-inline {
  display: inline-flex;
}
.query-form {
  text-align: center;
  margin-top: 70px;
}
.row.bg-row {
  text-align: center;
  padding: 60px 0;
  background: url(../images/olga-thelavart-vS3idIiYxX0-unsplash.png);
  margin-bottom: 45px;
}
.bg-row h5 {
  font-family: Quattrocento;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 124.8%;
    margin: 0;
    color: #98502C;
    letter-spacing: 0.16em;
}
.hd-w-cont {
  text-align: center;
  max-width: 1320px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.hd-w-cont h6 {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 38px;
  color: #899C9D;
  margin-bottom: 30px;
}
.hd-w-cont p {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  text-align: center;
  color: #000000;
  margin: 0;
}
.fbr-third-sec .row {
  align-items: center;
}
.cont-half {
  max-width: 747px;
  margin: 0 auto;
}
.cont-half h5.title {
  font-family: Quattrocento;
  font-style: normal;
  font-weight: bold;
  font-size: 47px;
  line-height: 52px;
  color: #B89253;
  margin-bottom: 20px;
}
.cont-half p {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  color: #000000;
}
section.fbr-frth-sec {
  margin-top: 60px;
}
.accordion-button::before {
  content: "+";
  background-image: none;
  font-family: Quattrocento;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: unset;
  color: #000000;
  width: unset;
  height: unset;
  padding-right: 18px;
}
.accordion-button:not(.collapsed)::before {
  content: "-";
  background-image: none;
  transform: none;
}
.accordion-button::after, .accordion-button:not(.collapsed)::after {display: none;}
.accordion-item {border: none;}
button.accordion-button {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #000000;
  border: none;
  padding: 30px 0;
}
.accordion-button:focus {    border-color: transparent;    box-shadow: none;}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}
section.faq-sec {
  max-width: 80%;
  margin: 0 auto;
}
.accordion-body p, .accordion-body li {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  padding-left: 25px;
  margin: 0;
}
.accordion-body li {padding-left: 0;}
.accordion-body ul {
  padding-left: 120px;
  padding-top: 16px;
}
.faq-sec-sec {margin: 80px 0;}
.faq-sec-sec h3 {
  font-family: Quattrocento;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  color: #98502C;
  letter-spacing: 0.16em;
  text-align: center;
}
.faq-form-section {
  background: url(../images/spacejoy-IH7wPsjwomc-unsplash.png) rgba(0, 0, 0, 0.4);
  background-size: cover;
  padding: 90px 0;
  background-blend-mode: multiply;
  background-position: center;
  margin: 60px 0 0px;
}
.faq-form-section h4 {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 38px;
  color: #FFFFFF;
}
.faq-form-section .query-form {text-align: left;}
.faq-form-section .query-form input#email, .faq-form-section .query-form input#email::placeholder {color: white !important;}
.nav-tabs .nav-link {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 53px;
  color: #000000;
  border: none;
}
.nav-tabs .nav-link.active {
  color: #B89253;
}
.nav-tabs {
  border-bottom: none;
  justify-content: space-evenly;
}
h3.cat {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 72px;
  color: #000000;
  float: left;
}
.process-banner-section {
  background-image: url(../images/tara-evans-IcvR0jFbsz0-unsplash.png);
  background-size: cover;
  padding: 300px 0 115px;
  background-position: center;
}
.process-banner-section h1 {
  font-family: Quattrocento;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 0.03em;
  color: #98502C;
  margin: 0;
}
section.proc-sec-sec {
  padding: 100px 0;
}
.proc-sec-sec h3 {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 38px;
  color: #899C9D;
  margin-bottom: 25px;
}
.proc-sec-sec p {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.proc-thrd-sec,.proc-frth-sec, .proc-sxth-sec, .proc-ffth-sec {
  background-image: url(../images/olga-thelavart-vS3idIiYxX0-unsplash.png);
  background-size: 85% 100%;
  background-repeat: no-repeat;
  padding: 14px 0;
}
.proc-frth-sec {
  background-position:top right;
  margin-top: 64px;
  padding: 40px 0;
}
.proc-sxth-sec {
  background-position:top right;
  margin: 64px 0;
  background-size: 85% 100%;
  padding: 40px 0;
}
.flt-img {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.flt-img img {max-width: fit-content;}
.proc-frth-sec .flt-img {
  justify-content: end;
} 
.flt-img p, p.img-top {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #899C9D;
  margin: 0 20px;
  letter-spacing: 0.16em;
}
.flt-img p.vert {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.proc-frth-sec p.vert, .proc-sxth-sec p.vert {
  transform: rotate(-180deg);
  writing-mode: tb-rl;
}
.flt-cont p {
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 128%;
  color: #000000;
  max-width: 530px;
    margin: 0 auto;
}
.centrd.row {
  align-items: center;
}
/* .proc-frth-sec .flt-cont p, .proc-sxth-sec .flt-cont p {    margin: 100px 0 0 auto;} */
p.img-top {
  margin-top: 150px;
}
/* .proc-ffth-sec .flt-img {margin-top: 20px;}
.proc-ffth-sec .flt-cont p {    margin: 90px auto 0 50px;} */
section.proc-ffth-sec {
  margin-top: 64px;
}
.head-w-cont h5 {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  color: #899C9D;
  margin: 15px 0;
}
.head-w-cont p {
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
.abt-frth-sec h5 {color: #EEDBBC; margin-bottom: 30px;font-size: 48px;  line-height: 58px;}
.abt-frth-sec p {color: #fff;}
.abt-third-sec .second img {
  margin-top: -300px;
}
.row.second {
  margin: 60px 0;
  /* margin-bottom: -150px; */
}
.abt-frth-sec {
  background-image: url(../images/warion-taipei-8QIAj5tHDdc-unsplash.png);
  background-size: cover;
  padding: 140px 0 100px;
}
.abt-prof-sec {margin-top: 40px;}
.profile {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 100px;
}
.second-prof .profile {margin-top: 0; margin-left: 0;}
.profile h5 {
  font-family: Quattrocento;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  color: #000000;
  margin: 0;
}
.profile p {
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
.profile p.sub-tit {
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 8px;
} 
.second-prof {margin-top: 20px;}
.abt-lst-sec {
  position: relative;
  margin-top: 40px;
}
.abt-lst-sec .content {position: absolute;top: 140px;  left: 240px;}
.abt-lst-sec h3 {
  font-family: Baskerville;
  font-style: normal;
  font-weight: bold;
  font-size: 114px;
  line-height: 98px;
  color: #000000;
}
.abt-lst-sec p {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  padding-left: 15px;
}
.create-banner-section {
  background-image: url(../images/mel-poole-vJgD2A1CPjE-unsplash.png);
  background-size: cover;
}
.create-banner-section h1 {
  font-family: Quattrocento;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 114.3%;
  text-align: center;
  letter-spacing: 0.21em;
  color: #FFFFFF;
  padding: 200px 0 45px;
  margin: 0;
}
section.letscreate-form-sec {
  padding: 75px 0;
  background-image: url(../images/olga-thelavart-vS3idIiYxX0-unsplash_12.png);
  background-size: cover;
}
.design-from .radio-toolbar {
  margin: 10px;
  /* display: flex;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 60px;
}

.design-from .radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.design-from .radio-toolbar input[type="radio"]:checked + label {
  background-color: #735A30;
}
.design-from select{
  width: 260px;
}
.design-from .radio-toolbar label, .design-from select, .design-from input[type="text"], .design-from input[type="text"]::placeholder {
  display: inline-block;
  background-color: #B89253;
  padding: 5px 60px;
  border-radius: 46.5px;
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-align: -webkit-left;
  color: #FFFFFF;
  border: none;
}
.design-from input[type="text"]::placeholder {background-color: transparent; opacity: 1;}
.design-from {text-align: center;}
label.frm-labels {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #B89253;
  margin-bottom: 20px;
}
input#upload::-webkit-file-upload-button, input#upload::file-selector-button {
  visibility: hidden;
}
label.cust-upld {
  background: #B99352;
  border-radius: 46.5px;
  cursor: pointer;
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  padding: 5px 60px;
}
.design-from input[type="submit"] {
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 46.5px;
  padding: 5px 30px;
}
.frm-rw {
  margin-bottom: 30px;
}
select#size:first-child {
  margin-right: 25px;
}
select#size:last-child {
  margin-left: 25px;
}
.enq_two-from {
  background: #F4F4F4;
  padding: 30px 100px;
}
.enq_two-from h1 {
  font-family: Quattrocento;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 42px;
  align-items: center;
  text-align: center;
  color: #000000;
  margin: 0;
  padding: 30px 0;
}
.enq_two-from label {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  align-items: center;
  color: #000000;
  display: block;
  padding-bottom: 15px;
}
.enq_two-from input, .enq_two-from input::placeholder, .enq_two-from select {
  width: 100%;
  background: #C4C4C4;
  border-radius: 25px;
  border: none;
  padding: 5px 20px;
  font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    /* display: flex;
    align-items: center; */
    color: #000;
}
.enq_two-from input::placeholder {color: rgba(255, 255, 255, 0.7); background: none;}
.enq_two-from input[type="submit"],.btn_submit {
  background: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 46.5px;
  width: auto;
  color: #fff;
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  padding: 10px 20px;
  margin-top: 50px;
}
.enq_two-from input[type=radio] {
  width: auto;
}
.back_btn{
  background: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 46.5px;
  width: auto;
  color: #fff;
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  padding: 10px 20px;
  margin-top: 50px;
  text-decoration: none;
}
label.rdi {
  display: inline;
  margin-right: 50px;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
input[type=checkbox] {
display:none;
}
  
input#thing1[type=checkbox] + label, input#thing2[type=checkbox] + label, input#thing3[type=checkbox] + label, input#thing4[type=checkbox] + label {
border-color: white;
border-style: solid;
height: 200px;
width: 300px;
display:inline-block;
padding: 0 0 0 0px;
}
input#thing1[type=checkbox] + label {background-image: url("https://dummyimage.com/300x200/575757/fff.png");}
input#thing2[type=checkbox] + label {background-image: url("https://dummyimage.com/300x200/575757/fff.png");}
input#thing3[type=checkbox] + label { background-image: url("https://dummyimage.com/300x200/575757/fff.png");}
input#thing4[type=checkbox] + label { background-image: url("https://dummyimage.com/300x200/575757/fff.png");}
input#thing1[type=checkbox]:checked + label, input#thing2[type=checkbox]:checked + label, input#thing3[type=checkbox]:checked + label, input#thing4[type=checkbox]:checked + label
{
border-color: red;
border-style: solid;
/* height: 50px;
width: 50px; */
display:inline-block;
padding: 0 0 0 0px;
}
  .mart100 {
    margin-top: 100px !important;
}
ul.img_sel {
  list-style-type: none;
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 600px;
    overflow: auto;
}

.img_sel li {
  display: inline-block;
}

.img_sel input[type="checkbox"][id^="cb"] {
  display: none;
}

.img_sel label {
  /* border: 1px solid #fff;
  padding: 10px; */
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.img_sel label::before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.img_sel label img {
  height: auto;
  width: 100%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.img_sel :checked+label {
  border-color: #ddd;
}

.img_sel :checked+label::before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
}

.img_sel :checked+label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}
.gal-grid {
  display: grid;
    grid-template-columns: 250px 250px 250px 250px;
    grid-gap: 50px 60px;
    justify-content: center;
}
.gal-grid .sec p {
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin: 0;
  padding-top: 12px;
}
.gal-pagination {
  display: inline-block;
  text-align: center;
  margin: 80px 0 50px;
}
.gal-pagination a {
  border-radius: 50%;
  background-color: #899C9D;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}
.gal-pagination a.active, .gal-pagination a:hover {background-color: #1D6A6F;}
section.gallery-tab-sec {
  margin-top: 60px;
}
.gal-design-btn {
  padding: 190px 0 50px;
  background-image: url(../images/mel-poole-vJgD2A1CPjE-unsplash.png);
  background-size: cover;
}
.gal-design-btn .cont {text-align: center;}
.gal-design-btn h4 {
  font-family: Quattrocento;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.gal-design-btn a {
  border: 2px solid #fff;
  padding: 8px 20px;
  text-decoration: none;
  color: #fff;
  font-family: Roboto,sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}
.abt-banner-section {
  background-image: url(../images/fort.png);
  background-size: cover;
 /* min-height: 650px;*/
  width: auto;
height: 423px;
left: 0px;
top: 133px;

}
.alert {
  padding: 20px;
  background-color: #B89253;
  color: #98502C;
  max-width: 400px;
  margin: 0 auto;
  font-weight: bold;
}

.closebtn {
  margin-left: 15px;
  color: #98502C;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.frm-pg-head-logo {text-align: center;}
.frm-pg-head-logo img {max-width: 340px;}
.form2-sec, .form1-sec {margin-bottom: 55px;}
.frm-pg-head-logo.crt img {
  max-width: 134px;
}
section.maintnce-gd {
  margin: 50px 0 30px;
}
section.maintnce-gd h5 {
  font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #B89253;
}
section.maintnce-gd p, section.maintnce-gd li {
  font-family: Roboto,sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #000;
}
section.maintnce-gd li {padding: 10px 0;}
.fibre-banner-section {
  background-image: url(../images/Yarns-edited.png);
  background-size: cover;
  /*min-height: 650px;*/
  height: 423px;
}
.enq_floating_btn {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 50%;
}
.enq_floating_btn a {
  font-family: Proxima Nova;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  writing-mode: vertical-rl;
  font-size: 20px;
  line-height: 20px;
  background-color: #899C9D;
  padding: 12px;
}

/* select2 css */
.select2-container {
  min-width: 400px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #000;
  background-color: #c4c4c4;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}
.select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #f77750;
  border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
  border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
  
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
  content: 'hhghgh';
}
.select2-container .select2-selection--multiple {
  background-color: #C4C4C4 !important;
    border-radius: 25px !important;
    border: none !important;
    padding: 5px 20px;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}
.select2-container .select2-search--inline .select2-search__field {margin: 0 !important;}
.size-rw {
  gap: 40px;
  display: inline-flex;
}
.bannerSlider .slick-slide {position: relative;}
.hide-xl {display: none;}
.order_alpha{ 
  list-style: lower-alpha;  
} 
.order_roman{ 
  list-style: lower-roman;  
}

  .letscreate-form-sec .container select {
  -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}
.cust-arr {
  position: relative;
    width: fit-content;
    margin: 0 auto 30px;
}
.cust-arr .fa-chevron-down {
  position: absolute;
    right: 8px;
    bottom: 8px;
    color: #fff;
}


@media only screen and (max-width: 1440px) {
  .font_16{
    font-size: 16px !important;
  }
  .proc-frth-sec .flt-cont p, .proc-sxth-sec .flt-cont p {padding-left: 80px;}
  .head-cont.max-w-600 {
      max-width: 400px;
      margin-top: 50px;
  }
  .profile {    max-width: 600px;margin-top: 20px;}
  .abt-lst-sec .content {  top: 90px;  left: 170px; }
  section.proc-sec-sec {  padding: 80px 0;}
  .flt-img img {max-width: 100%;}
  .proc-frth-sec, section.proc-ffth-sec {margin-top: 150px;}
  .proc-sxth-sec {margin: 100px 0;}
  .four-col-grid .block img {max-width: 90px;}
  .query-form {margin-top: 50px;}
  .fifth-section {height: 400px;background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;}
    .hd-w-cont {margin-bottom: 70px;}
    .hd-w-cont p, .cont-half p {font-size: 18px; line-height: 23px;}
    .cont-half h5.title {font-size: 36px; line-height: 40px;}
  .slick-dots li button {height: 20px; width: 20px;}
  .right-img-grid {gap: 30px;}
  .second-section .cust-pad {  padding: 50px 50px 80px;}
  .head-cont {    margin: 0 auto;}
  .accordion-body p, .accordion-body li {font-size: 20px; line-height: 24px;}
  .hd-w-cont {    max-width: 1100px;}
  .cont-half {max-width: 500px;}
  .img-flt img {
    max-width: 60%;
    float: right;
  }
    .four-col-grid .block p {font-size: 26px;     line-height: 26px;     margin: 25px 0;}
    .fifth-section h4 {font-size: 30px; line-height: 30px;}
    .query-form input#email, .query-form input#email::placeholder {
      width: 650px;
      font-size: 26px;
      line-height: 32px;
    }
    button.btn.btn-primary {
      font-size: 26px;
      line-height: 32px;
    }
    .navbar-nav {
        gap: 30px;
    }
    .slick-dots {bottom: 120px; gap: 20px;}
    .foot-top p {font-size: 36px; line-height: 40px;}
    .foot-det p, .foot-det a {font-size: 18px; line-height: 28px;}
    section.six-section {    padding: 64px 0;}
    button.btn.btn-primary {
      font-size: 24px;
      line-height: 28px;
      padding: 10px 40px;
    }
    .query-form input#email, .query-form input#email::placeholder {
      font-size: 18px;
      line-height: 21px;
      padding: 10px 20px;
      width: 560px;
      margin-right: 100px;  
    }
    .query-form {margin-top: 70px;}
    .fifth-section {height: 380px;}
    .four-col-grid .block {    padding: 60px 0px 10px;}
    .four-col-grid .block img {  max-width: 85px; }
    .four-col-grid .block p {font-size: 18px;  line-height: 18px;    padding-top: 10px;}
    section.fourth-section {  padding: 35px 0;  }
    .second-section .cust-pad {    padding: 50px 50px 80px;  }
    p.img-top {
      margin-top: 90px;
  }
}

/* Mobile screen */
@media only screen and (max-width: 768px) {

  .font_16{
    font-size: 8px !important;
  }
  .hide-xs {display: none;}
  .hide-xl {display: block;}
  .six-section .contn {
    position: unset;
    max-width: 100%;
    min-height: unset;
    border: none;
    text-align: center;
    padding: 50px 50px 0;
  }
  section.six-section {
    padding: 30px 0;
  }
  .img-flt img {max-width: 200px;float: unset;}
  nav.navbar {
    padding: 0 20px;
    background: #fff !important;
    align-items: center;
    border-top: none;
  }
  .navbar-brand img {
    max-width: 58px;
  } 
  button.navbar-toggler {
    border: none;
    color: #98502c;
    position: fixed;
    right: 20px;
    top: 20px;
  }
  button.navbar-toggler:focus {box-shadow: none;}
  div#navbarNavAltMarkup {
    padding: 0 80px;
    background-color: #eedbbc;
    margin: 0 -20px;
  }
  .navbar-nav {
    gap: 0;
  }
  a.nav-item.nav-link {
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    border-bottom: 1px solid;
    text-align: center;
  }
  .bannerSlider .slide .slide__text h2 {font-size: 18px;line-height: 20px;padding-left: 0;}
  .bannerSlider .slide:nth-child(2) .slide__text h2 {padding-left: 50px;}
  .slick-dots {
    bottom: 20px;
    gap: 10px;
    justify-content: center;
    right: 0;
    left: 0;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto auto;
  }
  .slick-dots li button {
    height: 15px;
    width: 15px;
     padding: 0;
  }
  .head-cont h5 {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    border-bottom: 3px solid #899C9D;
    padding-bottom: 8px;
  }
  .head-cont p {
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0;
    text-align: center;
  }
  .head-cont {text-align: center;padding-top: 20px;}
  .head-cont a {
    font-size: 9px;
    line-height: 11px;
  }
  .right-img-grid {
    gap: 13px;
    margin-top: 30px;
  }
  .container {
    max-width: 100%;
  }
  .second-section .cust-pad, .third-section .cust-pad {
    padding: 30px 50px;
  }
  .four-col-grid {    grid-template-columns: auto auto;padding: 0 60px;}
  .four-col-grid .block img {
    max-width: 42px;
  }
  .four-col-grid .block p {
    font-size: 12px;
    line-height: 15px;
    padding-top: 0;
    margin: 10px 0;
  }
  .four-col-grid .block {
    padding: 26px 0px;
    /* padding: 0; */
  }
  section.fourth-section {
    padding: 0;
  }
  .block:nth-child(2) {
    border: none;
  }
  .block:first-child, .block:nth-child(2) {
    border-bottom: 1px solid;
  }
  .fifth-section {
    height: unset;
    background-size: cover;
  }
  .fifth-section h4 {
    font-size: 12px;
    line-height: 12px;
    padding-top: 70px;
  }
  .faq-form-section h4
  {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
  .faq-form-section .query-form {
  text-align: center;
}

  .query-form {
    margin-top: 10px;
  }
  form.form-inline {
    display: block;
  }
  .form-group {
    margin-right: 0px !important;
  }
  .query-form input#email, .query-form input#email::placeholder {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 20px;
    width: 70%;
    margin-right: 0;
    margin: 0 auto;
  }
  button.btn.btn-primary {
    font-size: 12px;
    line-height: 12px;
    padding: 6px 15px;
  }
  .query-form {
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .foot-bottm {
    background: #98502C;
    padding: 8px 25px;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
  }
  .foot-bottm p {
    font-size: 11px;
    line-height: 13px;
    text-align: right;
    padding-left:10px ;
  }
  .foot-bottm img {
    max-width: 20px;
  }
  .foot-bg {
    align-items: center;
    padding: 0 !important;
    justify-content: center;
  }
  .foot-det {
    margin-bottom: 0;
    margin: 20px 0;
    text-align: center;
    padding: 0 5%;
  }
  .foot-det h5 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .foot-det p, .foot-det a {
    font-size: 12px;
    line-height: 14px;
  }
  .inline {
    grid-template-columns: 25px auto;
    margin-bottom: 10px;
  }
  .foot-top p.logo-txt {
    font-size: 16px;
    line-height: 19px;
    margin-top: -15px;
    margin-bottom: 20px;
  }
  .flx-row .contn h5 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 5px;
  }
  .flx-row .contn p {
    font-size: 12px;
    line-height: 14px;
  }
  .flx-row .contn a {
    position: unset;
    font-size: 9px;
    line-height: 11px;
  }
  .flx-row, .swap-xs, .row.second,.second-prof {
    display: flex;
    display: -webkit-flex;
    flex-flow: column-reverse;
  }
    .img-flt {
    float: unset;
    text-align: center;
  }
  .foot-top img {max-width: 120px;}
  .gal-grid {grid-template-columns: 128px 128px;grid-gap: 20px 30px;}
  .row.bg-row {padding: 30px 0;margin-bottom: 20px;}
  .bg-row h5 {    font-size: 16px;line-height: 18px;    letter-spacing: 0.095em;}
  section.gallery-tab-sec {  margin-top: 0px;}
  .gal-pagination a {padding: 6px;    font-size: 10px;}
  .gal-pagination {margin: 50px 0 30px;}
  .gal-design-btn h4 {font-size: 10px;  line-height: 11px;    margin-bottom: 8px;}
  .gal-design-btn a {font-size: 10px; line-height: 12px;    padding: 3px 10px;}
  .gal-design-btn {padding: 60px 0 20px;}
  .process-banner-section {    padding: 60px 20px;}
  .process-banner-section h1 {font-size: 16px;  line-height: 18px;    max-width: 170px;}
  section.proc-sec-sec {  padding: 20px 0 30px;}
  .proc-sec-sec h3 {  font-size: 16px;  line-height: 16px;  margin-bottom: 6px;  }
  .proc-sec-sec p {font-size: 10px; line-height: 12px; margin: 0;}
  .proc-thrd-sec, .proc-frth-sec, .proc-sxth-sec, .proc-ffth-sec {    background-size: cover;}
  .flt-img {    display: block;    text-align: center;}
  .flt-img img {   max-width: 300px;}
  .flt-img p.vert {writing-mode: unset;  text-orientation: unset;}
  .flt-img p, p.img-top {font-size: 24px; line-height: 29px;letter-spacing: 0.1em;    margin: 17px 20px 0;}
  .flt-cont p {    font-size: 12px;  line-height: 14px;  text-align: center;}
  .proc-frth-sec p.vert, .proc-sxth-sec p.vert {  transform: none;  writing-mode: unset;}
  .proc-frth-sec .flt-cont p, .proc-sxth-sec .flt-cont p {  padding-left: 0;}
  .proc-frth-sec, .proc-sxth-sec {padding: 14px 0;}
  .proc-frth-sec, section.proc-ffth-sec {  margin-top: 30px;}
  .proc-sxth-sec {  margin: 30px 0;}
  .fibre-banner-section {    min-height: 180px;}
  .hd-w-cont, .img-half {padding: 0 35px !important;}
  .hd-w-cont h6 {font-size: 16px;  line-height: 19px;    margin-bottom: 15px;}
  .hd-w-cont p, .cont-half p {  font-size: 10px;  line-height: 12px;    margin: 0;}
  .hd-w-cont { margin-bottom: 20px;}
  .cont-half h5.title {  font-size: 14px;  line-height: 16px;  margin: 0;}
  .cont-half {padding: 10px 35px;}
  section.maintnce-gd h5 {font-size: 16px; line-height: 19px; text-align: center;}
  section.maintnce-gd p, section.maintnce-gd li, .accordion-body p, .accordion-body li {font-size: 10px;  line-height: 11px;}
  section.maintnce-gd p {text-align: center;}
  section.maintnce-gd {  margin: 10px 35px;}
  section.maintnce-gd ul {padding: 0;}
  section.maintnce-gd li { padding: 5px 0;}
  .faq-sec-sec {  margin: 30px 0;}
  .faq-sec-sec h3 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.095em;
  }
  button.accordion-button {font-size: 12px; line-height: 12px;    padding: 8px 0; }
  .accordion-button::before {    font-size: 20px;}
  .abt-banner-section {min-height: 156px;height: 156px;}
  .abt-third-sec .second img {   margin-top: 0;}
  .head-w-cont h5 {font-size: 24px; line-height: 29px; text-align: center;}
  .head-w-cont p {font-size: 12px; line-height: 18px; text-align: center;}
  .row.second {  margin: 30px 0;}
  .row.second .head-w-cont p {margin-top: 25px;}
  .abt-frth-sec {padding: 20px 0;}
  .abt-frth-sec .head-w-cont h5, .abt-frth-sec .head-w-cont p {text-align: left;}
  .abt-prof-sec {
    margin-top: 30px;
    text-align: center;
  }
  .fibre-banner-section {
  min-height: 156px;
  height: 156px;
}
  .profile h5 {font-size: 24px;  line-height: 27px;}
  .profile p {font-size: 12px;  line-height: 14px;}
  .profile p.sub-tit {    font-size: 9px;  line-height: 11px;}
  .second-prof .profile h5 {margin-top: 19px;}
  .abt-lst-sec .content {
    top: 44px;
    left: 60px;
  }
  .abt-lst-sec h3 {font-size: 24px;    line-height: 21px;}
  .abt-lst-sec p, .enq_two-from label {font-size: 12px;  line-height: 15px;    padding-left: 0;}
  .frm-pg-head-logo.crt img {  max-width: 55px;}
  .create-banner-section h1 {
    font-size: 18px;
    line-height: 93.8%;
    padding: 45px 0 30px;
  }
  section.letscreate-form-sec {padding: 30px 0;}
  .design-from .radio-toolbar {
    margin: 0;
    grid-template-columns: auto auto;
    grid-column-gap: 25px;
    grid-row-gap: 15px;
  }
  .design-from .radio-toolbar label, .design-from select, .design-from input[type="text"], .design-from input[type="text"]::placeholder, label.cust-upld {
    padding: 3px 20px;
    /* width: fit-content; */
    font-size: 8px;
    line-height: 9px;
  }
  label.frm-labels {font-size: 12px; line-height: 15px; margin-bottom: 15px;}
  .frm-rw {  margin-bottom: 15px;}
  .design-from input[type="submit"] {font-size: 10px; line-height: 12px;}
  .frm-pg-head-logo img { max-width: 200px;}
  .enq_two-from {padding: 30px;}
  .enq_two-from label {padding-bottom: 6px;}
  .enq_two-from input, .enq_two-from input::placeholder, .enq_two-from select, .select2-container .select2-selection--multiple {
    font-size: 10px;
    line-height: 12px;
  }
  .select2-container {display: unset !important;}
  .select2-container .select2-selection--multiple {min-height: unset !important;}
  ul.img_sel {
    grid-template-columns: repeat(2, 1fr);
    height: 400px;
    padding: 0;
  }
  .enq_two-from input[type="submit"],.back_btn {    font-size: 14px;  line-height: 16px;  margin-top: 20px;}
  .row.xs-side {
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
  }
  .row.xs-side .col-md-6 {width: fit-content;}
  .row.xs-side .col-md-6:last-child {  padding-left: 0;}
  .enq_two-from h1 {font-size: 24px; line-height: 27px;padding: 15px 0;}
  .size-rw {  gap: 30px;}
  .cust-arr .fa-chevron-down {
      font-size: 8px;
      bottom: 6px;
  }
  .enq_floating_btn a {
  
  font-size: 14px;
  line-height: 14px;
  background-color: #899C9D;
  padding: 9px;
}
}
.float{
	position:fixed;
	width:40px;
	height:40px;
	bottom:80px;
	right:2px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:27px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
 
}
.float :hover{
  color: #fff !important;
}

.my-float{
	/* margin-top:16px; */
}