
*{text-decoration:none !important; outline:0 !important; list-style:none !important;margin: 0;
  padding: 0;box-sizing: border-box;font-family: 'proximanova-semibold';}
body {
  color:#2b2a2a; 
  background:#ffffff; 
  font-family: 'proximanova-semibold';
  background-color: #fff;
}
body, html {
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}
h1,h2,h3,h4,h5,h6{font-family: 'Proxima-Nova-Bold';}
a,a:hover {transition:0.6s all !important;}

/* .form-control:focus {box-shadow:0px 0px 5px #fed307 !important; border-color:#fed307;} */ .form-control:focus {
  box-shadow: 0px 0px 5px #9b93fd !important;
}
*, :before, :after{
  --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity));
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}


@font-face {
  font-family: 'proximanova-semibold';
  src: url('../fonts/proximanova-semibold.otf'),
        url('../fonts/proximanova-semibold.otf');
      font-weight: normal;
      font-style: normal;
}
@font-face {
  font-family: 'Proxima-Nova-Bold';
  src: url('../fonts/Proxima-Nova-Bold.otf'),
        url('../fonts/Proxima-Nova-Bold.otf');
      font-weight: normal;
      font-style: normal;
}

.preload {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fbfbfb;
    left: 0;
    top: 0;
    z-index: 1111;
}
.loader__image {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.loader__coin {
    display: inline-block;
    z-index: 1;
    position: absolute;
    text-align: center;
    top: 44%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.loader__coin img {
    width: 130px;
}



/*header css*/
.mainhedpartsetcovdata{  
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px;
  height: 80px;
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 111;
  box-shadow: 0 10px 23px -10px rgb(0 0 0 / 26%);
}
.inner_headerdiv .navbar-default .navbar-nav>li>a {
    color: #2D2D2D;
}
.nav-item:hover .sbmenu{
  display: inline-block;
}
.nav-item{
  margin-right: 30px;
  position: relative;
}
.sbmenu{
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 260px;
  z-index: 1;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  border: 1px solid #BFBFBF;
  top: 26px;
  left: -80px;
  border-radius: 13px;
  padding-top: 0px;
}
.sbmenu a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #DCDCDC;
    color: #000;
    font-size: 16px;
    transition: 0.2s all !important;
}
.sbmenu a:last-child {
    border-bottom: 0px solid #DCDCDC;
}
.sbmenu a i {
    float: right;
    font-size: 19px;
    margin-top: 2px;
}
.sbmenu a:hover {
    background-color: #F3F3F3;
    color: #037578;
}
.sbmenu a:hover:first-child {
    border-radius: 14px 14px 0px 0px;
}
.sbmenu a:hover:last-child {
    border-radius: 0px 0px 14px 14px;
}
.nav-item .fa-angle-down{
    position: absolute;
    right: -17px;
    top: 1px;
    font-size: 19px;
    padding-bottom: 8px;
    font-weight: bolder;
}
.cover-namenulogonav{
  display: inline-block;
  width: 100%;
}
.right-hednavmaincov{
  float: right;
}
.left-navmenulogo{
  float: left;
  margin-top: 9px;
}
.header_searchbox{
  display: inline-block;
  margin-left: 25px;
}
.header_searchbox ul{
  padding: 0px;
  margin: 0px;
}
.header_searchbox ul li{
  display: inline-block;
  position: relative;
}
.header_searchbox ul li input{
  border: 1px solid #E8E8E8;
  background-color: #fff;
  padding: 10px 11px;
  font-size: 15px;
  color: #000;
  width: 470px;
  border-radius: 10px;
  padding-left: 10px;
}
.header_searchbox ul li img{
  position: absolute;
  left: 12px;
  top: 13px;
}

.header_searchbox ul li input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #949494;
}
.header_searchbox ul li input::-moz-placeholder { /* Firefox 19+ */
  color: #949494;
}
.header_searchbox ul li input:-ms-input-placeholder { /* IE 10+ */
  color: #949494;
}
.header_searchbox ul li input:-moz-placeholder { /* Firefox 18- */
  color: #949494;
}

.contactus_btndiv{
  float: right;
  margin-top: 0px;
  display: inherit;
  margin-left: 12px;
}
.contactus_btndiv a{
  background-color: #037578;
  color: #fff;
  padding: 10px 19px;
  font-size: 16px;
  font-family: 'Proxima-Nova-Bold';
  border-radius: 7px;
  border: 1px solid transparent;
}
.contactus_btndiv .forusers_btndiv{
  color: #636161;
  background-color: transparent;
  border: 1px solid #E3E3E3;
  margin-right: 16px;
  padding: 10px 13px;
}
.contactus_btndiv .forusers_btndiv img{
  margin-right: 6px;
}
.appplay_iconset {
  margin-left: 14px;
  position: relative;
  border-right: 1px solid #D9D9D9;
  padding-right: 14px;
  margin-right: 14px;
}
.navbar-expand-lg{
  padding: 0;
}
.navbar-brand>img {
  display: block;
  width: 200px;
}

.navbar-light .navbar-nav .nav-link{
  color: #000000 !important;
  font-size: 15px;
  font-family: 'proximanova-semibold';
  padding: 0;  
  padding-bottom: 2px;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #000;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    height: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
}

/*header css*/

.banner_mandiv{
  display: inline-block;
  width: 100%;
  margin-top: 120px;
  position: relative;
}
.banner_textbox{
  display: inline-block;
  width: 100%;
  padding-top: 70px;
  padding-left: 0px;
}
.banner_textbox h3{
  margin: 0;
  color: #000;
  font-size: 45px;
  margin-bottom: 12px;
}
.banner_textbox p{
  color: #636161;
  font-size: 16px;
  max-width: 558px;
}
.banner_textbox p br{
  display: none;
}
.banner_textbox ul{
  padding: 0px;
  margin: 0px;
  display: inline-block;
  width: 100%;
  border-bottom: 2px dashed #CBCBCB;
  padding-bottom: 25px;
  margin-bottom: 25px;
  max-width: 425px;
}
.banner_textbox ul li{
  display: inline-block;
  margin-right: 14px;
  position: relative;
}

.banner_textbox ul li a{
  color: #000;
  font-size: 16px;
}
.banner_textbox ul li:after{
  content: '';
  width: 5px;
  height: 5px;
  background-color: #CACACA;
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  top: 10px;
  right: -12px;
}
.banner_textbox ul li:last-child:after{  
  width: 0px;
  height: 0px;
}
.banner_rightimg{
  display: inline-block;
  width: 100%;
  text-align: right;
}
.banner_rightimg img{
  width: 91%;
  margin-top: -171px;
  height: 699px;
  object-fit: cover;
}
.chatwithus_btndiv{
  display: inline-block;
  width: 100%;
}
.chatwithus_btndiv a{
  display: inline-block;
  background-color: #037578;
  color: #fff;
  padding: 10px 19px;
  font-size: 16px;
  font-family: 'Proxima-Nova-Bold';
  border-radius: 7px;
  border: 1px solid transparent;
}
.chatwithus_btndiv .innerchat_btn{
  background-color: transparent;
  color: #037578;
  border: 1px solid #037578;
  margin-left: 14px;
}
.banner_fullimgdiv {
  position: absolute;
  right: 0;
  top: 58px;
  padding-right: 0;
  height: 100%;
}
.eventslocal_textbox {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 16px;
}
.eventslocal_textbox h3 {
  color: #000;
  font-size: 23px;
  margin: 0;
}
.eventslocal_textbox p {
  color: #636161;
  font-size: 16px;
  margin: 0;
}
.eventslocal_textbox a {
  display: inline-block;
  background-color: #037578;
  color: #fff;
  padding: 10px 19px;
  font-size: 16px;
  font-family: 'Proxima-Nova-Bold';
  border-radius: 7px;
  float: right;    
  margin-top: -35px;
}
.events_photodiv{
  display: inline-block;
  width: 100%;
}
.events_photodiv img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.community_text p{
    max-width: 511px;
}
.why_textbox{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 60px;
}
.why_textbox h3{
  margin: 0px;
  color: #000;
  font-size: 45px;
  margin-bottom: 12px;
}
.why_textbox p{
  margin: 0px;
  color: #636161;
  font-size: 16px;
  max-width: 641px;
  margin: 0 auto;
}
.why_detailsmandiv{
  display: inline-block;
  width: 100%;
}
.why_detailsmandiv ul{
  padding: 0px;
  margin: 0px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #CBCBCB;
  float: left;
}
.why_detailsmandiv ul:last-child{  
  border-bottom: 0px dashed #CBCBCB;  
}
.why_detailsmandiv ul li{
  display: inline-block;
  width: 33.33%;
  float: left;
  padding-bottom: 40px;
  padding-top: 40px;
}
.events_details{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.events_details img{
  
}
.events_details h3{
  margin: 0px;
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.events_details p{
  color: #636161;
  margin: 0px;
  font-size: 16px;
  max-width: 264px;
  margin: 0 auto;
}
.events_details p a{
  color: #037578;
  font-family: 'Proxima-Nova-Bold';
}
.leftright_border{
  border-left: 1px dashed #CBCBCB;
  border-right: 1px dashed #CBCBCB;
}
.target_bgdiv{
  display: inline-block;
  width: 100%;
  padding: 100px 0px;
  background: rgb(1,91,94);
  background: linear-gradient(180deg, rgba(1,91,94,1) 0%, rgba(2,50,51,1) 100%);
  position: relative;
  margin-top: 50px;
}
.target_bgdiv:after{
  content: '';
  position: absolute;
  right: 210px;
  top: 0;
  background: url("https://photos.spotbeeapp.com/spotbee/website/52EexyqblkfcFVQG6FigINhXRyigREf5aQHC2E7s.png") top no-repeat;
  width: 350px;
  height: 525px;
  background-size: cover;
}
.target_textdiv{
  display: inline-block;
  width: 100%;
}

.target_textdiv h3{
  margin: 0px;
  color: #fff;
  font-size: 45px;
  margin-bottom: 16px;
  max-width: 530px;
}
.target_textdiv p{
  margin: 0px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 17px;
  max-width: 480px;
  opacity: 60%;
}
.target_textdiv a{
  background-color: #037578;
  padding: 9px 20px;
  color: #fff;
  font-size: 16px;
  font-family: 'Proxima-Nova-Bold';
  display: inline-block;
  border-radius: 6px;
  margin-right: 17px;
}
.target_textdiv a img{
  width: 14px;
  margin-top: -4px;
  margin-left: 5px;
}
.community_topmandiv{
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.community_topmandiv:before{
  content: '';
  position: absolute;
  background: url(../images/left-beforeimg.png) top no-repeat;
  bottom: 0;
  width: 185px;
  height: 487px;
  background-size: 100%;
  left: 0;
  z-index: -1;
}
.community_topmandiv:after{
  content: '';
  position: absolute;
  background: url(../images/left-afterimg.png) top no-repeat;
  top: 0;
  width: 185px;
  height: 503px;
  background-size: 100%;
  right: 0;
  z-index: -1;
}
.community_mandiv{
  display: flex;
  max-width: 776px;
  margin: 0 auto;
  margin-bottom: 140px;
}
.community_leftbox{
  float: left;
  width: 47%;
/*  padding-right: 110px;*/
}
.community_leftbox img{
  width: 100%;
}
.community_rightbox{
  float: left;
  width: 66%;
  padding-top: 67px;
  padding-left: 69px;
}
.community_rightbox img{
  display: block;
  margin-bottom: 22px;
}
.community_rightbox p{
  color: #636161;
  font-size: 16px;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 410px;
}
.community_rightbox p a{
  color: #037578;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0px;
}
.community_rightbox a{
  display: inline-block;
  background-color: #037578;
  color: #fff;
  padding: 8px 19.5px;
  border-radius: 6px;
  margin-right: 15px;
  border: 1px solid transparent;
  font-size: 16px;
}
.community_rightbox a:hover{
  background-color: transparent;
  color: #037578;
  border-color: #037578;
}
.pricing_mandiv{
  display: inline-block;
  width: 100%;
  background: rgb(232,232,232);
  background: linear-gradient(180deg, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
  margin-bottom: 110px;
}
.pricing_detils{
  display: inline-block;
  width: 100%;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  background-color: #fff;
}
.packages_div{
  display: flex;
  width: 100%;
  padding: 17px 15px;
  justify-content: space-between;
  border-bottom: 3px solid #50BBBE;
  margin-bottom: 10px;
}
.packages_div h3{
  margin: 0;
  color: #000;
  font-size: 16px;
}
.packages_div p{
  margin: 0;
  color: #636161;
  font-size: 16px;
}
.basic_palntext{
  display: inline-block;
  width: 100%;
  padding: 17px 15px;
  min-height: 450px;
  position: relative;
}
.basic_palntext ul{
  padding: 0px;
  margin: 0px;
}
.basic_palntext ul li{
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.basic_palntext ul li img{
  position: absolute;
  left: 0;
  top: 8px;  
}
.basic_palntext ul li span{
  color: #636161;
  font-size: 16px;
  padding-left: 23px;
  display: inline-block;
}
.pricing_contactus{
  display: inline-block;
  width: 100%;
}
.pricing_contactus a{
  display: inline-block;
  width: 93%;
  padding: 13px 0px;
  background-color: #037578;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-size: 17px;
  position: absolute;
  bottom: 10px;
}


/*section {
  width: 100%;
  min-height: 100vh;
  background: #3c4053;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 2rem;
}*/

.sec_title {
  color: #fff;
  font-size: calc(18px + 28 * ((100vw - 320px) / 980));
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 2rem;
}

/*.container {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}*/

/*.accordian-item {
  background-color: #283042;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  padding: 1rem;
  box-shadow: 0.5rem 2px 0.5rem rgba(0, 0, 0, 0.1);
}*/

.accordian-link {
    color: #000;
    font-size: 17px;
    text-decoration: none;
    width: 100%;    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 16px;
    cursor: pointer;
    font-family: 'Proxima-Nova-Bold';
}
.accordian-item{
  border-bottom: 1px dashed #CBCBCB;
}
.accordian-link .close_icondiv{
  display: none;
}
.accordian-link.open .close_icondiv{
  display: inline-block;
}
.accordian-link.open .plus_icondiv{
  display: none;
}

.answer {
  overflow: hidden;
  max-height: 0;
  position: relative;  
  transition: max-height 0.7s;
}

.answer p {
  color: #636161;
  padding: 8px 0px;
  font-size: 16px;
}

.answer.open {
  max-height: 10rem !important;  
}


/*.answer::-webkit-scrollbar {
  width: 10px;
}
.answer::-webkit-scrollbar-track {
  background: rgb(189, 190, 189);
}

.answer::-webkit-scrollbar-thumb {
  background-color: green;
  outline: 1px solid darkgreen;
}*/
.custam_faqdiv{
  display: inline-block;
  width: 100%;  
  margin-bottom: 100px;
}

footer{
  display: inline-block;
  width: 100%;
  background-color: #F4F4F4;
  padding: 40px 0px;
  padding-bottom: 20px;
}
.footer_innerdiv{
  display: inline-block;
  width: 100%;
}
.footer_innerdiv h3{
  margin: 0px;
  color: #000;
  font-size: 17px;
  margin-bottom: 16px;
}
.footer_innerdiv ul{
  margin: 0px;
  padding: 0px;
}
.footer_innerdiv ul li{
  display: inline-block;
  width: 100%;
  padding-bottom: 6px;
}
.footer_innerdiv ul li a{
  color: #636161;
}

.footer_box1{float: left; width: 28%;}
.footer_box2{float: left; width: 18%;}
.footer_box3{float: left; width: 18%;}
.footer_box4{float: left; width: 18%;}
.footer_box5{float: left; width: 18%;}
.copyrights_text{
  display: inline-block;
  width: 100%;
  border-top: 1px solid #DFDFDF;
  margin-top: 40px;
  padding-top: 20px;
}
.copyrights_text p{
  margin: 0px;
  color: #636161;
  font-size: 15px;
}
.homescreen-container {
    overflow: hidden;    
    padding-top: 260px;    
}
.homescreen-container #carousel .slider {
    background: #fff;
    height: 20em;
    width: 100%;
    margin: auto;
    position: relative;
}
.homescreen-container #carousel .slider .slide-track {
    animation: scroll 50s linear infinite;
    display: flex;
    position: relative;
}
.homescreen-container #carousel .slider .carousel-slide-item {
    height: auto;
    width: 17em;
    padding: 0 8px;
}
.homescreen-container #carousel .slider .image-wrapper {
  height: 19.5em;
  position: relative;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.homescreen-container #carousel .slider .image-wrapper:after{
  content: '';
  position: absolute;
  background: url(../images/text-img.png) top no-repeat;
  width: 100%;
  height: 62px;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.homescreen-container #carousel .slider .image-wrapper img {
  border-radius: 0;
  width: 100%;
  object-fit: cover;
}
/*.homescreen-container #carousel .slider .carousel-slide-item img:hover {
    transform: scale(1.05);
    transition: transform .2s ease-out;
}*/
.homescreen-container #carousel .slider .image-wrapper h4 {
    position: absolute;
    bottom: 3px;
    left: 10px;
    color: #fff;
    font-size: 16px;
    margin: 0;    
    font-family: 'proximanova-semibold';
    z-index: 1;
}
.homescreen-container #carousel .slider .slide-track.bark-modal-open, .homescreen-container #carousel .slider .slide-track:hover {
    animation-play-state: paused;
}
.custam_slider{
  display: inline-block;
  width: 100%;
/*  margin-top: 30px;*/
}
.setborder_div {
    border: 1px solid #E2E2E2;
    padding: 9px;
    border-radius: 22px;
}

.events_mancoverdiv {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}
.events_imgdetils {
    display: inline-block;
    width: 100%;
}
.events_imgdetils img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 20px;
}
.events_textdetils {
    display: inline-block;
    width: 100%;
}
.events_textdetils h3 {
    margin: 0px;
    color: #000;
    font-size: 19px;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.events_textdetils span {
    color: #828282;
    font-size: 15px;
    display: block;
    margin-bottom: 3px;
}
.location_textset {
    display: inline-block !important;
    margin-right: 5px;
}
.events_textdetils span img {
    margin-right: 4px;
    width: 19px;
    height: 17px;
}
.chat_btndiv {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
}
.chat_btndiv a {
    display: inline-block;
    background: #E7F3F3;
    color: #037578;
    font-size: 15px;
    font-family: 'Proxima-Nova-Bold';
    width: 100%;
    border-radius: 12px;
    padding: 10px 0px;
    text-align: center;
}
.loc_style {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 156px;
    margin-top: -9px;
    top: 11px;
}
/*contact us*/
.subbanner_div{
  display: inline-block;
  width: 100%;
  margin-top: 81px;
  position: relative;
}
.subbanner_div img{
  width: 100%;
  height: 304px;
  object-fit: cover;
}
.subbanner_text{
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 36%;
  left: 0;
}
.subbanner_text h3{
  margin: 0px;
  font-size: 45px;
  color: #fff;
  margin-bottom: 5px;
}
.subbanner_text p{
  margin: 0px;
  font-size: 15px;
  color: #fff;
}
.getintouch_mandiv{
  display: inline-block;
  width: 100%;
  padding-top: 60px;
}
.getintouch_leftdiv{
  float: left;
  width: 50%;
}

.topgetintouch_text{
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.topgetintouch_text h3{
  margin: 0px;
  color: #000;
  font-size: 45px;
  margin-bottom: 10px;
}
.topgetintouch_text p{
  margin: 0px;
  color: #636161;
  font-size: 14px;
}
.contact_inputdiv{
  display: inline-block;
  width: 100%;
}
.contact_inputdiv .form-group{
  margin-bottom: 25px;
} 
.contact_inputdiv p{
  margin: 0;
  color: #636161;
  font-size: 14px;
  margin-bottom: 6px;
}
.contact_inputdiv input{
  border: 1px solid #DBDBDB;
  width: 100%;
  height: 44px;
  font-size: 14px;
  border-radius: 6px;
  color: #000;
}
.contact_inputdiv textarea{
  border: 1px solid #DBDBDB;
  width: 100%;
  height: 162px;
  font-size: 14px;
  border-radius: 6px;
  color: #000;
  padding: 0.375rem 0.75rem;
  resize: none;
}

.contact_inputdiv ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CECECE;
}
.contact_inputdiv ::-moz-placeholder { /* Firefox 19+ */
  color: #CECECE;
}
.contact_inputdiv :-ms-input-placeholder { /* IE 10+ */
  color: #CECECE;
}
.contact_inputdiv :-moz-placeholder { /* Firefox 18- */
  color: #CECECE;
}
.contact_inputdiv .form-control:focus {
    box-shadow: none !important;
    border-color: #DBDBDB;
}
.submit_btndiv{
  display: inline-block;
  width: 100%;
}
.submit_btndiv a{
  display: inline-block;
  background-color: #037578;
  color: #fff;
  padding: 11px 26px;
  font-size: 15px;
  font-family: 'Proxima-Nova-Bold';
  border-radius: 6px;
}
.getintouch_rightdiv{
  float: left;
  width: 50%;
}
.getintouch_rightdiv img{
    width: 100%;
    padding-left: 70px;
}

.contact_gatediv{
  border-top: 1px dashed #CBCBCB;
  padding: 0px 50px;
  margin-top: 50px;
  padding-top: 70px;
  margin-bottom: 100px;
}
/*contact us*/

/*Download modal css*/
.download_modal .modal.fade.show {
    padding-right: 0px !important;
    opacity: 10;
}
.download_modal .modal-dialog {
    max-width: 420px;
}
.download_modal .modal-content {
    border-radius: 60px;
}
.mpdal_logodiv {
    text-align: center;
    background: rgb(1,91,94);
    background: linear-gradient(180deg, rgba(1,91,94,1) 0%, rgba(2,50,51,1) 100%);
    padding: 30px 0px;
    border-radius: 57px 57px 0px 0px;
}
.mpdal_logodiv img {
    width: 121px;
}
.sb_logoimg {
    display: block;
    margin: 0 auto;
    margin-top: 21px;
    width: 109px !important;
}
.modal_payappicon1 {
    display: inline-block;
    width: 100%;
    padding: 0px 20px;
}
.modal_payappicon {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 21px;
    border-bottom: 2.5px dashed #BFBFBF;
    padding-bottom: 21px;
    margin-bottom: 10px;
}
.modal_payappicon a img {
    width: 170px;
    height: 52px;
    margin-left: 7px;
    margin-right: 7px;
}
.qr_codediv {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}
.qr_codediv img {
    width: 144px;
}
.qr_codediv h3 {
    margin: 0px;
    color: #636161;
    font-size: 18px;
    margin-top: 6px;
}
.btnclose_div {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: auto;
    right: auto;
    bottom: -70px;
}
.btnclose_div .btn-close {
    opacity: 10;
    background: inherit;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 0;
    box-shadow: none;
}
.btnclose_div .btn-close img {
    width: 57px;
}
/*Download modal css*/

.error{
  color: red;
  font-size: 14px;
}
.modal-backdrop.fade {
    opacity: 0.5;
}




.chat_btndiv .mobile_showbtn{
  display: none;
}

.mobile_showbtndiv{
  display: none !important;
}
.mobile_hidebtndiv{
  display: inline-block !important;
}
.navbar-toggler.collapsed .hamburgerbtn {
    display: inline-block;
}

.navbar-toggler .hamburgerbtn {
    display: none;
}
.navbar-toggler img {
    width: 28px;
}
.navbar-toggler.collapsed .hamburger_closebtn {
    display: none;
}

.navbar-toggler .hamburger_closebtn {
    display: inline-block;
    margin-top: -4px;
}
/* media queries */
@media (max-width: 1199px){
 
}
@media (max-width: 991px){
  .chat_btndiv .mobile_showbtn{
    display: inline-block;
  }
  .chat_btndiv .web_showbtn{
    display: none;
  }
  .pricing_mandiv{
    padding-top: 40px;
  }
  #features_id{
    padding-top: 40px;
  }
  .mobile_hidebtndiv{
    display: none !important;
  }
  .mobile_showbtndiv{
    display: inline-block !important;
  }
  .sbmenu a i {
    display: none;
}
  .navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
  }
  .banner_textbox p br{
    display: none;
  }
  .subbanner_text p{
    font-size: 14px;
    max-width: 280px;
    margin: 0 auto;
  }
  .sbmenu a {
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 0px solid #DCDCDC;
    color: #fff;
    font-size: 16px;
    transition: 0.2s all !important;
}
  .sbmenu {
    min-width: 88%;
    left: 15px;
    right: 15px;
    position: relative;
    top: 11px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-left: 1px solid #fff;
    border-radius: 0;
}
  .nav-item .fa-angle-down {    
    right: 0;
    top: 19px;    
  }
  .nav-item {
    margin-right: 0;   
  }
  .contactus_btndiv {    
    width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    margin-top: 20px;
    text-align: center;
  }
  .contactus_btndiv .forusers_btndiv {
    color: #fff;  
    margin-right: 3px;  
  }
  .navbar-light .navbar-toggler {
    float: right;
    box-shadow: inherit;
    padding: 0;
    border: 0;
    margin-top: 0px;
}
  .left-navmenulogo {
    width: 100%;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 21px;
    padding: 12.5px 0px;
    border-bottom: 1px solid #82C1BE;
    border-radius: 0;
}
  .mainhedpartsetcovdata .navbar-nav {
    margin-top: 0;
    width: 100%;
    padding-right: 17px;
    padding-left: 17px;
  }
  .right-hednavmaincov {
    width: 100%;
    position: fixed;
    left: 0;
    top: 70px;
    height: 100% !important;
    background: rgb(1,91,94);
    background: linear-gradient(180deg, rgba(1,91,94,1) 0%, rgba(2,50,51,1) 100%);
    padding-top: 8px;
  }
  .eventslocal_textbox a {    
    display: none;
  }
  .events_details p {    
    font-size: 14px;
    max-width: 220px;
  }
  .pricing_contactus a{
    width: 89%;
  }
  .basic_palntext ul li span {    
    font-size: 14px;
  }
  .basic_palntext {    
    min-height: 470px;    
  }
  .target_bgdiv:after {
    width: 300px;
    height: 475px;
  }
  .target_textdiv h3 {    
    font-size: 39px;
  }
  .target_textdiv p {    
    font-size: 14px;
    max-width: 420px;    
  }
  .banner_textbox {    
    padding-top: 0px;
    padding-left: 0px;
  }
  .target_bgdiv:after {    
    right: 0px;
  }
  .homescreen-container {    
    padding-top: 40px;
  }
  .banner_rightimg img {
    width: 100%;
    margin-top: 0;
    height: 100%;    
  }
  .banner_fullimgdiv {
    position: inherit;
    margin-top: 50px;
  }
}

@media (max-width: 767px){
  .banner_mandiv {    
    margin-top: 90px;    
  }
  .left-navmenulogo {    
    margin-top: 0px;
  }
  .right-hednavmaincov{
    top: 56px;
  }
  .subbanner_div {    
    margin-top: 55px;    
  }
  .mainhedpartsetcovdata {
    padding-left: 15px;
    padding-right: 15px;    
    height: 56px;
  }
  .subbanner_text h3 {    
    font-size: 33px;
  }
  .getintouch_mandiv {    
    padding-top: 27px;
  }
  .topgetintouch_text h3{
    font-size: 30px;
  }
  .container{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pricing_mandiv{
    margin-bottom: 0px;
  }
  .banner_textbox ul li a{
    font-size: 13px;
  }
  .banner_textbox ul li {    
    margin-right: 11px;
  }
  .banner_textbox ul li:after {    
    right: -10px;
    top: 10px;
  }
  .events_textdetils span {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
}
  .events_textdetils h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .events_mancoverdiv {
    margin-bottom: 30px;
    border: 0px;
    padding: 0px;
  }
  .events_imgdetils img {
    height: 270px;
  }
  .chat_btndiv {
    width: 50%;
    margin-top: 7px;
  }
  .events_textdetils {
    padding-top: 14px;
    width: 50%;
    float: left;
  }
  .events_imgdetils {
    width: 50%;
    float: left;
    padding-right: 13px;
  }
  .download_modal .modal-dialog {
      max-width: 95%;
  }
  .getintouch_rightdiv img {    
    padding-left: 0;
  }
  .getintouch_rightdiv {    
    width: 100%;
    margin-top: 40px;
  }
  .getintouch_leftdiv {    
    width: 100%;
  }
  .contact_gatediv {    
    padding: 0px 0px;
    margin-top: 30px;
    padding-top: 40px;
    margin-bottom: 70px;
  }
  .community_topmandiv {    
    margin-bottom: 0px;
  }
  .community_topmandiv:after {
    display: none;
  }
  .community_topmandiv:before {
    display: none;
  }
  .custam_faqdiv {    
    margin-bottom: 60px;
  }
  .copyrights_text {    
    margin-top: 10px;    
  }
  .footer_innerdiv h3 {font-size: 17px; margin-bottom: 8px;}
  .footer_box2,.footer_box3,.footer_box4,.footer_box5{width: 50%;margin-bottom: 20px;}
  .footer_box1 {    
    width: 100%;
    margin-bottom: 30px;
  }
  .accordian-link {    
    font-size: 15px;    
    padding-block: 11px;    
  }
  .pricing_contactus a {
    width: 100%;
    position: inherit;
  }
  .basic_palntext {
    min-height: 100%;    
  }
  .pricing_detils {    
    margin-bottom: 30px;
  }
  .community_rightbox img {    
    margin: 0 auto;
  }
  .community_rightbox img {    
    margin-bottom: 22px;
  }
  .community_rightbox p {    
    font-size: 15px;    
    margin-bottom: 20px;
    max-width: 100%;
  }
  .community_rightbox {    
    width: 100%;
    padding-top: 37px;
    padding-left: 0;
  }
  .community_leftbox {    
    width: 100%;
  }
  .community_mandiv {
    display: inline-block;
    max-width: 100%;    
    margin-bottom: 80px;
    text-align: center;
  }
  .target_bgdiv {    
    padding: 50px 0px;    
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .target_textdiv p {
    font-size: 14px;
    max-width: 100%;
  }
  .target_textdiv h3 {
    font-size: 33px;
    max-width: 100%;
  }
  .target_bgdiv:after{
    display: none;
  }
  .events_mancoverdiv {    
    margin-bottom: 30px;
  }
  .events_details p {
    font-size: 15px;
    max-width: 100%;
  }
  .why_detailsmandiv ul {    
    border-bottom: 0px dashed #CBCBCB;    
  }
  .leftright_border {
    border-left: 0px dashed #CBCBCB;
    border-right: 0px dashed #CBCBCB;
  }
  .why_detailsmandiv ul li {
    width: 100%;    
    padding-bottom: 50px;
    padding-top: 0px;
  }
  .why_textbox p {    
    max-width: 100%;    
  }
  .why_textbox h3 {    
    font-size: 33px;
    margin-bottom: 12px;
  }
  .why_textbox {    
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .banner_fullimgdiv {    
    display: none;
  }
  .banner_textbox p {    
    font-size: 15px;
  }
  .banner_textbox h3 {    
    font-size: 33px;
    margin-bottom: 6px;
  }
  .header_searchbox{
    display: none;
  }
}

@media (max-width: 479px){
  .chat_btndiv a {
    font-size: 13px;
  }
  .events_textdetils span {
    font-size: 12px;
  }
  .events_imgdetils img {
    height: 190px;
  }
  .modal_payappicon a img {
    width: 125px;
    height: 39px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .target_textdiv a {    
    padding: 9px 12px;    
    font-size: 15px;    
    margin-right: 4px;
  }
  .target_textdiv h3 {
    font-size: 28px;    
  }
  .community_rightbox a {    
    margin-right: 4px;
    font-size: 15px;
  }
  .banner_textbox h3 {
    font-size: 28px;    
  }
  .answer p {    
    font-size: 15px;
  }
  .why_textbox h3 {
    font-size: 28px;    
  }
}
/* media queries */











