* {
  margin: 0;
  padding: 0;
  outline: none !important;
  font-family: 'Montserrat', sans-serif;
  white-space: normal;
  word-break: break-all;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.mainHeading img{
  vertical-align:middle;
}
ul, li {
  list-style:none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, span, p, ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

a, input[type="submit"], input[type="button"], .btn, button {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
    outline: none !important;
        box-shadow: none !important;
    text-decoration: none !important;
}

input[type="button"]:focus, input[type="text"]:focus, select:focus {
  box-shadow: none;
  outline: none;
}
section {
  clear: both;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
a:focus{text-decoration: none}
body {
  overflow-x: hidden;
  font-family: 'Raleway', sans-serif;
  /*background: #222222;*/
}






.headerSec .navbar {
  background: #fff;
  margin: 0px;
  border-radius: 0px;
  border: none;
}
.headerSec .navbar-brand>img {
  height: 36px;
}
.headerSec .navbar-brand {
  float: left;
  height: auto;
}
.headerSec .nav {
  margin-top: 10px;
}
.headerSec .customNavigation {
  display: inline-block;
  padding: 2px 18px 0 0;
}
.headerSec .customNavigation li,
.headerSec .nav>li {
  padding: 18px 8px;
  display: inline-block;
}
.headerSec .customNavigation>li>a,
.headerSec .nav>li>a {
  padding: 12px 0px;
  border-bottom: 2px solid transparent !important;
  color: #202020;
}
.headerSec .customNavigation>li>a:hover,
.headerSec .nav>li>a:hover,
.headerSec .customNavigation>.active>a, 
.headerSec .navbar-nav>.active>a, 
.headerSec .navbar-default .navbar-nav>.active>a:focus, 
.headerSec .navbar-default .navbar-nav>.active>a:hover {
    /*color: #f2bc1a !important;*/
    background: transparent !important;
    border-bottom: 2px solid #f2bc1a !important;
}
.headerSec .socialMedia {
  float: right !important;
  width: auto !important;
}
.socialMedia li {
  margin-top: 5px;
  padding: 0px 2px !important;
}
.socialMedia li a {
    background: #939598 !important;
    color: #000 !important;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    border-radius: 4px;
    font-size: 15px;
    padding: 0px !important;
    line-height: unset;
    text-align: center;
}


.bannerSlider .item {
  position: relative;
}
.bannerCaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
}
.bannerCaption img {
  max-width: 120px;
  display: inline-block !important;
}
.bannerCaption h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  margin-top: 20px;
}
/*.bannerSlider .owl-dots.disabled,
.bannerSlider .owl-nav.disabled {
  display: none !important;
}*/
/*.bannerSlider .owl-nav {
  position: relative;
  z-index: 9;
}*/
.bannerSlider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 999;
  width: calc(100% - 30px);
  left: 15px;
}
.bannerSlider .owl-nav div {
  width: 11px;
  height: 12px;
  color: transparent !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  display: inline-block;
}
.bannerSlider .owl-nav .owl-prev {
  left: 15px;
  background-image: url(../../webview/app/images/pre.png);
}
.bannerSlider .owl-nav .owl-next {
  float: right;
  background-image: url(../../webview/app/images/next.png);
}
.owl-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  z-index: 999999;
}
.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #000;
  float: left;
  margin: 5px;
}
.owl-dots .owl-dot.active {
  background: #f2bc1a;
}


.whoWeAre {
  padding: 50px 0;
}
.whoWeAreContent h2 {
  font-size: 16px;
  color: #f2bc1a;
  margin-bottom: 15px;
}
.whoWeAreContent p {
  font-size: 12px;
  color: #9a9a9b;
}
.whoWeAreContent ul {
  display: inline-block;
  width: 100%;
}
.whoWeAreContent ul li {
  width: 20%;
  float: left;
  border-left: 1px solid #9a9a9b;
  text-align: center;
  padding: 10px;
  min-height: 20px;
}
.whoWeAreContent li img{
  margin-top:10px;
  margin-bottom:10px;
}
.whoWeAreContent li p.title{
  font-weight:600;
  font-size:14px;
}

.awardAndAchivmnt {
  padding: 0 0 50px 0;
}
h1.mainHeading {
  font-size: 25px;
  text-align: center;
  color: #f2bc1a;
  font-weight: normal;
  margin-bottom: 40px;
}
.awardimage img {
  width: 100%;
}
.futuredProjectSlider h2 {
  font-size: 15px;
  color: #f2bc1a;
  text-align: center;
  font-weight: 500;
  margin-top: 15px;
}
.futuredProjectSlider p {
  font-size: 12px;
  color: #9a9a9b;
  text-align: center;
  font-weight: 400;
}

.videoSection {
  padding-top: 50px;
}
.futuredProjectSlider .owl-nav.disabled {
  display: block;
}
.futuredProject .owl-nav .owl-prev {
  position: relative;
  left: -45px;
}
.futuredProject .owl-nav .owl-next {
  position: relative;
  right: -45px;
}
.futuredProject .owl-dots {
  display: none;
}





  .mobileDisplyBlock {
    display: none !important;
  } 





.headerSec .navbar-collapse.collapse {
    display: none !important;
}
.headerSec .navbar-collapse.collapse.in {
    display: block !important;
}
.headerSec .navbar-header .collapse, .navbar-toggle {
    display:block !important;
}
.headerSec .navbar-header {
    float:none;
    text-align: right;
}
.headerSec .nav>li {
  padding: 5px 3px;
}
.headerSec .navbar-collapse {
  position: absolute;
  z-index: 9;
  top: 70px;
  left: 15px !important;
  padding: 10px 50px;
  background: rgba(34,34,34,1);
  width: 100%;
  padding-bottom: 20px;
}
.headerSec .nav.navbar-nav {
  width: 100%;
}
.headerSec .nav.navbar-nav li {
  display: inline-block;
  width: 100%;
}
.headerSec .nav.navbar-nav.socialMedia li {
  width: auto;
}
.headerSec .navbar-toggle {
  background: rgb(0 0 0 / 1) !important;
  border: 1px solid rgb(0 0 0 / 1) !important;
  margin-top: 13px;
  color: #fff;
  margin-right: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.headerSec button.searchBarNew {
  padding: 5px 12px;
  background: black;
  color: #fff;
  border: 2px solid black;
  border-radius: 5px;
  margin: 0 6px 0 0;
}


.upperHeaderPart {
  float: right;
  width: 100%;
  text-align: right;
  margin-top: 20px;
}
.topHeadingButton {
  background: #F1BB1A;
  padding: 5px 35px;
  border: 1px solid #F1BB1A;
  border-radius: 50px;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  position: relative;
}
.buttonStrip {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 90px;
  transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
}
.buttonStrip img {
  width: 100%;
}
.buttonStrip span {
  display: inline-block;
  width: 100%;
  position: absolute;
  font-size: 8px;
  overflow: hidden;
  color: #fff;
  z-index: 2;
  left: 0;
  top: 2px;
  text-align: left;
  font-weight: 400;
  padding: 0 6px;
}













body.menu-show {
    max-height: 100vh;
    overflow: hidden;
}
.main-menu {
    background-color: #fdd736;
    width: 75vw;
    padding: 15px 0;
    max-width: 400px;
}
.main-menu div ~ ul li {
    color: #272727;
    font-size: 15px;
}


.main-menu div ~ ul li a {
    padding: 5px 15px;
    width: 100%;
    font-size: 15px;
    color: #1f1f1f;
    display: inline-block;
}
.main-menu div ~ ul li a:hover,
.main-menu div ~ ul li a:focus {
  background-color: #1f1f1f !important;
  color: #fff;
}
.main-menu {
    background-color: #fdd736;
    width: 75vw;
    height: 100vh;
    overflow: auto;
    padding: 5px 0 15px;
    position: fixed;
    left: -80vw;
    top: 0;
    z-index: 9;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menu-show .main-menu {
  left: 0;
}
.close-menu {
    font-size: 40px;
    padding: 0 15px;
    margin-left: auto;
    line-height: normal;
    float: right;
  cursor: pointer;
}



.menu-profile span {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-color: #f0f0f0;
    padding: 15px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    margin-right: 15px;
}

.menu-profile span img {
    -o-object-fit: contain;
       object-fit: contain;
       width: 100%;
       height: 100%;
}
.menu-profile {
    padding: 0 15px 15px;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
  clear: both;
}
.menu-profile li {
  display: inline-block !important;
  width: auto !important;
}

.menu-profile li + li {
  position: relative;
  top: 7px;
}

.languageSelectBox {
  background: transparent;
  border: 1px solid #939598;
  padding: 7px 10px;
  color: #939598;
  background: #222;
  margin: 16px 11px 0 0;
  float: right;
}
.menu-profile img {
  border-radius: 50%;
  max-width: 60px;
  max-height: 60px;
}






a.rationImage img.bluredImage {
    position: absolute;
    z-index: 1;
    object-fit: cover;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    width: 100%;
    top: 0;
    left: 0;
}
 a.rationImage img {
  position: relative;
    z-index: 5;
    width: 100%;
    height: 360px;
    object-fit: contain;
    object-position: center;
}
   




.photoLogicImage {
    position: relative;
    height: unset !important;
    display: inline-block !important;
    width: 100% !important
}
.showableImage {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  z-index: 2 !important;
}
.bluredImage {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  z-index: 1 !important;
  filter: blur(4px) !important;
  -webkit-filter: blur(4px) !important;
  -moz-filter: blur(4px) !important;
}
.imageSize3-2 {
  position: relative !important;
  opacity: 0 !important;
  width: 100% !important;
  z-index: 0 !important;
}



.dropDownMenu {
  position: relative;
}
.dropDownMenu .dropdown-menu {
  padding: 0px !important;
}
.dropDownMenu .dropdown-menu li {
  padding: 0px !important;
  border-radius: 0px !important;
}
.dropDownMenu .dropdown-menu li a {
  /*color: #f3bd17;*/
  border-radius: 0px !important;
}













/*********************/
.bannerSliderNew .bannerCaption {
    right: 50%;
    left: 0;
    text-align: right;
}
.bannerSliderNew .item p {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #000;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
}
.bannerSliderNew .item p span {
  display: inline-block;
  width: 100%;
}
.affirmateLogo {
  position: absolute;
  top: 45%;
  right: 20px;
}









.innerBannerContent {
  display: inline-block;
  width: 100%;
  position: relative;
}
.innerBannerContent > img {
  display: inline-block;
  width: 100%;
}
.bannerCintentText {
  position: absolute;
  top: 60px;
  right: 0;
  padding: 30px;
  background: rgba(0,0,0,0.5);
  text-align: right;
}
.bannerCintentText h3 {
  font-size: 34px;
  text-transform: uppercase;
  color: #fdd736;
}
.bannerCintentText p {
  font-size: 17px;
  color: #fff;
}

.termCondition {
  font-style: italic;
  font-size: 14px;
  color: rgba(255,255,255,0.6) !important;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  text-decoration: underline !important;
}

.whiteSec {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
.whiteSec label {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.whiteSec .form-control {
  padding: 10px 15px;
  height: auto;
  font-size: 16px;
  box-shadow: none !important;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 50px;   
}
.smallButton {
  font-size: 12px;
  padding: 3px 10px;
  font-weight: 500;
  margin-top: 15px;
}




.customModel .modal-dialog {
  padding-top:10%;
}

.customModel .modal-content {
  height: 100% !important;
  overflow: visible;
  border-radius: 30px;
}

.customModel .modal-body {
  overflow: auto;
  padding: 60px 80px;
  text-align: center;
}
.customModel h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
.customModel p {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
}


.logedInDiv h5 {
  font-size: 37px;
  font-weight: 500;
}
.logedInDiv h6 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.myProfileSec {
  padding: 80px 0;
  background: #fff;
}
.backButton {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.blackBackground {
  padding: 20px;
  background: #000;
}
.blackBackground  .affrimateLogo > img {
  max-width: 120px;
}
.blackBackground  .plansList {
  justify-content: flex-end;
  padding: 0px;
}
.profileForm h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fdd736;
  margin-bottom: 20px;
}
.profileForm .customNewButton {
  margin-top: 30px;
  min-width: 180px;
}


.serviceWhiteBox {
  padding: 0 0 40px 0;
  background: #fff;
}
.serviceWhiteBox h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fdd736;
  margin-bottom: 5px;
}
.serviceWhiteBox h6 {
  font-size: 16px;
  color: #202020;
  margin-bottom: 5px;
}
.serviceCat {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.serviceCat h3 {
  font-size: 15px;
  line-height: 18px;
  color: #202020;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 600;
  height: 42px;
  overflow: hidden;
  float: left;
}
.serviceCat span {
  background: #000;
  display: inline-block;
  width: 100%;
}
.serviceCat img {
  width: 100%;
  background: #000;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
.serviceWhiteBox p {
	font-size: 13px;
	margin-top: 0px;
	color: #636363;
	font-weight: 500;
	display: inline-block;
	width: 100%;
	float: left;
}




.bannerSec {
  background-image: url(../images/new-banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  text-align: center;
}
.bannerLogoSec {
  display: inline-block;
}
.bannerLogoSec img {
  width: 100%;
  display: inline-block;
}


.searchProductSec {
  padding: 15px 0;
}
.searchBox {
  display: inline-block;
  /* max-width: 300px; */
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 72px;
}
.searchBox i {
  position: absolute;
  top: 4px;
  left: -5px;
  font-size: 20px;
}

.searchBox .form-group {
  margin-bottom: 0px;
  border-bottom: 2px solid #202020;
  padding: 5px;
}
.searchBox .form-control {
  border-radius: 0px;
  border: none !important;
  border-left: 2px solid #202020 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0px 10px;
  height: unset;
  font-weight: 600;
  font-size: 18px;
}
.searchBox button.searchButton {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5.5px 10px;
  font-size: 16px;
  font-weight: 600;
  background: black;
  border: 2px solid black;
  color: #fff;
}
.sortList {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.sortList ul {
  display: inline-block;
  width: 100%;
}
.sortList ul li {
  float: left;
  width: 12.5%;
  text-align: center;
  padding: 5px;
}
.sortList ul li a {
  padding: 8px 10px;
  display: inline-block;
  width: 100%;
  color: #202020;
  border-radius: 5px;
  background: #F1F1F2;
  font-weight: 600;
}
.sortList ul li span {
  padding: 10px 10px;
  display: inline-block;
  width: 100%;
  color: #202020;
  border-radius: 5px;
  font-weight: 600;
  font-size: 11px;
}
.sortList ul li a:hover,
.sortList ul li a.active {
  background: #F1BB1A;
}
.sortList ul li span i {
  display: inline-block;
  margin-right: 5px;
}








.footerTop {
  padding: 30px 0;
  background: #231F20;
}
.bottomFooter {
  padding: 15px 0;
}
.footersection li,
.footersection a,
.footersection p {
  font-size: 12px;
  color: #939598;
}
.footersection h2 {
  font-size: 15px;
  color: #f2bc1a;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.footersection h2 small {
  display: inline-block;
  width: 100%;
}
.subscriberInput {
  margin-bottom: 25px;
  display: flex;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}
.subscriberInput input {
  width: calc(100% - 40px);
  padding: 5px 12px;
  height: 40px;
  border: none;
}
.subscriberInput button {
  width: 40px;
  border-radius: 0px;
  height: 40px;
  padding: 0px;
  background: #f2bc1a !important;
  border: none;
}
.subscriberInput button img{
  width:auto;
  height:auto;
}

.socialMedia li {
  display: inline-block;
}
.socialMedia li a {
  display: inline-block;
  background: #939598 !important;
  color: #000 !important;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  border-radius: 4px;
  font-size: 15px;
  padding: 0px !important;
  line-height: unset;
  text-align: center;
}
.footerAddress li {
  padding-left: 25px;
  position: relative;
  padding-top: 2px;
}
.footerAddress li span {
  color: #f2bc1a;
  position: absolute;
  top: 0px;
  left: 0px;
}
.footerLinks {
  float: left;
  width: 50%;
}
.footerLinks li {
  line-height: 30px;
}

.eventSlider .item {
  position: relative;
}
.eventSlider iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: none !important;
}

.sideBarList {
  position: fixed;
  width: 60px;
  padding: 20px 5px;
  background: #231F20;
  z-index: 5;
  top: 20%;
  right: 0;
  border-radius: 10px 0 0 10px;
}
.sideBarList li {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.sideBarList li:last-child {
  margin-bottom: 0px;
}
.sideBarList li a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.sideBarList li a img {
  width: 35px;
}
.sideBarList li a span {
  display: inline-block;
  width: 100%;
  font-size: 7px;
  color: #fff;
}
.sideBarList li a img {
  filter: invert(1) brightness(100);
  -webkit-filter: invert(1) brightness(100);
  -moz-filter: invert(1) brightness(100);
}
.sideBarList li a.active img,
.sideBarList li a:hover img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
}


.youtubeVideo {
  padding: 25px 0;
}
.youtubeVideo .container {
  max-width: 900px;
}
.videoMainDiv {
  display: inline-block;
  width: 100%;
  position: relative;
}
.videoMainDiv iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.videoMainDiv img {
  width: 100%;
}
.youtubeVideo h2 {
  font-size: 22px;
  color: #231F20;
  font-weight: 600;
  margin-top: 10px;
}

.youtubeVideo .chatMainSec > .row {
  margin: 0px !important;
}

.socialMediaDetail {
  display: inline-block;
  width: 100%;
  margin-top: 2px;
}
.socialMediaDetail > span {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  display: inline-block;
  width: 100%;
  opacity: 0.8;
}
.socialMediaDetail ul {
  float: left;
}
.socialMediaDetail ul li {
    display: inline-block;
    color: #fff;
    float: left;
    margin-right: 8px;
}
.chatTextDiv {
    min-height: 55px;
    display: flex;
    align-items: center;
    margin: 0 0 8px;
}
#sharePopupDiv h3 {
	font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 15px;
    font-weight: 700;
}
#sharePopupDiv ul li {
    display: inline-block;
    width: 30%;
    margin-bottom: 15px;
}
#sharePopupDiv ul li span {
	display: inline-block;
	width: 100%;
}
#sharePopupDiv ul {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.socialMediaDetail ul li span {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 2px 0 0;
  font-size: 16px;
  background: #fff;
  text-align: center;
  border-radius: 50px;
  color: #202020;
}

.chatMainSec {
  display: inline-block;
  width: 100%;
  /*border-top: 1px solid rgba(0,0,0,0.1);*/
  /*margin-top: 30px;*/
  /*padding-top: 30px;*/
}
.chatSystemDiv {
  padding-left: 70px;
  position: relative;
}
.chatSystemDiv .userPic {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
}
.chatSystemDiv h3 {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #202020;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 20px;
}
.chatSystemDiv p {
  font-size: 15px;
  color: #202020;
  font-weight: 500;
}
.chatSystemDiv .customButton {
    padding: 5px 30px;
    margin-top: 20px;
    background: #ebb81d;
    color: #202020;
    font-weight: 600;
}
.quesAndAns {
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.quesAndAns label {
  font-size: 18px;
  font-weight: 600;
}
.quesAndAns .form-control {
  border-radius: 0px;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: : none;
  margin-bottom: 15px;
}

.replayDiv {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.replayDiv .chatSystemDiv {
  padding-left: 50px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.replayDiv .chatSystemDiv .userPic {
  width: 35px;
}
.replayDiv .chatSystemDiv h3 {
  margin-bottom: 5px;
}
.replayView::before {
  content: "Hide";
}
.replayView.collapsed::before {
  content: "Show";
}

.quesAndAns > .chatSystemDiv {
  margin-bottom: 30px;
}
.rightSideBar {
  display: inline-block;
  width: 100%;
  border: 2px solid rgba(0,0,0,0.2);
}
.rightSideBar h2 {
  background: #202020;
  color: #ECB81D;
  font-size: 15px;
  text-align: center;
  padding: 15px 10px;
  margin: 0px;
}
.rightSidebarInner {
  display: inline-block;
  width: 100%;
  padding: 15px;
}
.rightSideBar p {
	color: #6b6b6b;
	font-size: 13px;
	font-weight: 500;
}


.onlineQusAndAnsForm {
  padding: 20px 0 0;
}
.onlineQusAndAnsForm h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.onlineQusAndAnsForm h4 {
  font-size: 15px;
}
.onlineQusAndAnsForm p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}


.QAForm {
  display: inline-block;
  width: 100%;
  background: #F1F1F2;
  padding: 50px 0;
  margin-top: 30px;
}
.QAForm .form-control {
  border-radius: 5px;
  height: unset;
  padding: 12px 15px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: none;
}
.customCheckbox {
  padding-left: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.customCheckbox span {
  line-height: 20px;
  float: left;
  width: 100%;
  font-weight: normal;
}
.customCheckbox input {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  float: left;
  position: absolute;
  top: 2px;
  left: 0;
}
.QAForm .customButton {
  background: #F1BB1A;
  border: 1px solid #F1BB1A;
  color: #202020;
  padding: 8px 30px;
  font-weight: 600;
  text-transform: uppercase;
}





.freeButton {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
  background: transparent !important;
  border: transparent !important;
}
.freeButton img {
  background: transparent !important;
}



.handryFormMainDiv h2 {
  padding: 5px;
  background: #202020;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  padding: 12px 5px;
  margin-bottom: 15px;
}
.handryFormMainDiv label {
  font-weight: 600;
  /* color: #4c4c4c; */
  margin: 0;
}
.handryFormMainDiv input {
  border: none !important;
  border-bottom: 1px solid rgba(0,0,0,0.2) !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  outline: none !important;   
}

.inputWithButoon {
  padding-right: 120px;
  position: relative;
}
.inputWithButoon button {
  border: none !important;
  background: #202020;
  color: #fff;
  padding: 6px 15px;
  font-size: 11px;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  right: 0px;
}
.chekBoxInput label {
  padding-left: 30px;
  position: relative;
  font-size: 10px;
  line-height: 10px;
  padding-top: 5px;
  color: #8a8989;
}

.handryFormMainDiv .chekBoxInput label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0,0,0,0.4) !important;
}

.subMitButton {
  text-align: center;
}
.subMitButton button {
  padding: 7px 35px;
  background: #EEB91B !important;
  border: none !important;
  border-bottom: 2px solid #B18B13 !important;
  border-radius: 6px;
  color: #000 !important;
  font-size: 14px;
  font-weight: 700;
}


.commonServiceDiv {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid rgba(0,0,0,0.4) !important;
  margin-bottom: 0px;
}
.inputWithButoon button {
    border: none !important;
    background: #202020;
    color: #fff;
    padding: 6px 15px;
    font-size: 11px;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    right: 0px;
}
label.error {
    color: red;
}




.gallery-details-carousel .owl-nav.disabled {
  display: inline-block;
  width: 100%;
  height: 1px;
}
.gallery-details-carousel .owl-nav.disabled div {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0,0,0,0.8);
  background: rgba(0,0,0,0.8) !important;
  display: inline-block;
  color: transparent;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.gallery-details-carousel .owl-nav.disabled div.owl-prev {
  left: 0;
}
.gallery-details-carousel .owl-nav.disabled div.owl-prev::after {
  content: "\f104";
  position: absolute;
  left: 0px;
  top: 0;
  width: 32px;
  height: 35px;
  text-align: center;
  color: #f2bb1a;
  font-family: 'FontAwesome';
  font-size: 23px;
  line-height: 30px;
}
.gallery-details-carousel .owl-nav.disabled div.owl-next {
  right: 0;
}
.gallery-details-carousel .owl-nav.disabled div.owl-next::after {
  content: "\f105";
  position: absolute;
  left: 0px;
  top: 0;
  width: 32px;
  height: 35px;
  text-align: center;
  color: #f2bb1a;
  font-family: 'FontAwesome';
  font-size: 23px;
  line-height: 30px;
}
.pd-2{
    padding:2%;
}
.pd-r-2{
    padding-right:2%;
}
.pd-l-2{
    padding-left:2%;
}
.pd-t-2{
    padding-top:2%;
}
.pd-b-2{
    padding-bottom:2%;
}
.mr-t-2 {
  margin-top:20px;
}
h1,h2,h3,h4,h5,.lead,div[data-toggle="collapse"]{
    font-family: 'Oswald', sans-serif;
}
ul li{
    list-style:one;
}
div[data-toggle="collapse"]{
   border-bottom:1px solid #BBDEFB;
   width:100%;
   cursor:pointer;
   padding:1%;
}
.collapse{
    background:#F5F5F5;
}






ul#accordion {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
ul#accordion li {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}
ul#accordion li div.collapsed.in,
ul#accordion li div[data-toggle="collapse"]  {
    display: inline-block;
    width: 100%;
    border: none;
    background: #231f20;
    border-radius: 10px 10px 0 0 !important;
    font-size: 18px;
    color: #f2bc1c;
    padding: 13px 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
ul#accordion li div[data-toggle="collapse"] span {
    color: #f2bc1c;
    font-family: 'Montserrat', sans-serif;
}
ul#accordion li > div + div {
    padding: 15px;
    font-size: 18px;
    background: #e6e6e6;
    border: 1px solid #cecece;
}
ul#accordion li > div  .card-body {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 15px;
}
ul#accordion li div.collapsed {
    border-radius: 10px !important;
}

.questionsAnswerMainHeading {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  margin: 30px 0 10px;
}

.fa {
  font-family: "FontAwesome" !important;
}




/*****************/
.topQueAnsButtonNew {
  display: inline-block;
  width: 100%;
  margin-top: 20px
}
.topQueAnsButtonNew ul {
  display: inline-block;
  width: 100%;
}
.topQueAnsButtonNew ul li {
  float: left;
  width: 33.33%;
  padding: 0 5px;
  max-width: 150px;
}
.qACatagoriesCustomButton {
    display: inline-block;
    width: 100%;
}
.qACatagoriesCustomButton button {
    display: inline-block;
    width: 100%;
    background: #eeb81a;
    border: 1px solid #eeb81a;
    padding: 8px 10px;
    border-radius: 10px;
    text-align: left;
}
.qACatagoriesCustomButton button img {
    width: 20px;
    float: left;
    margin-right: 8px;
    margin-top: 3px
}
.dropdown-menu a {
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
    color: #202020;
}


.qAsortButton {
    display: inline-block;
    width: 100%;
    padding: 8px 0px;
    color: #202020;
}

.qAsortButton  img {
    width: 22px;
    margin-right: 8px;
    float: left;
    margin-top: 3px;
}

a.qAaskButton {
    display: inline-block;
    width: 100%;
    background: #231f20;
    padding: 8px 10px;
    color: #fff;
    border-radius: 10px;
}
a.qAaskButton  img {
    width: 22px;
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}


ul#accordion.questionAnsCustomAccording {
  display: inline-block;
  width: 100%;
}
ul#accordion.questionAnsCustomAccording li div.qAaccordianHeader {
  background: transparent !important;
  border-radius: 0px !important;
  border: 1px solid #efefef;
  padding: 10px 25px 10px 10px;
  position: relative;
}
ul#accordion.questionAnsCustomAccording li div.qAaccordianHeader p {
  font-size: 13px;
  line-height: 14px;
  color: #231f20;
  display: inline-block;
  width: 100%;
}
ul#accordion.questionAnsCustomAccording li div.qAaccordianHeader.collapsed p {
  display: none;
}
ul#accordion.questionAnsCustomAccording li div.qAaccordianHeader p span {
  font-size: 10px;
  line-height: 10px;
  color: #6d6e71;
  display: inline-block;
  width: 100%;
}
ul#accordion.questionAnsCustomAccording li div.qAaccordianHeader h5 {
  font-size: 10px;
  line-height: 10px;
  color: #6d6e71;
  display: none;
  width: 100%;
  text-align: right; 
}
ul#accordion.questionAnsCustomAccording li div.qAaccordianHeader.collapsed h5 {
  display: inline-block;
}
ul#accordion.questionAnsCustomAccording li div.qAaccordianHeader h2 {
  font-size: 16px;
  font-weight: bold;
  color: #202020;
  display: inline-block;
  width: 100%; 
  line-height: 20px
}
ul#accordion.questionAnsCustomAccording li div.qAaccordianHeader > span.fa {
  color: #202020;
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 15px;
}
ul#accordion.questionAnsCustomAccording li div.collepsedAccordianDiv {
  background: transparent;
  border: 1px solid #efefef;
  width: 100%;
}
ul#accordion.questionAnsCustomAccording li div.collepsedAccordianDiv.in {
  display: inline-block;
}
.qAnsDetainDiv {
    display: inline-block;
    width: 100%;
}
.qAnsPersonImg {
    float: left;
    width: 50px;
    height: 50px;
}
.qAnsPersonDetain {
    float: right;
    width: calc(100% - 60px);
}
.qAnsPersonDetain h5 {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin-top: 6px;
}
.qAnsPersonDetain h6 {
    float: left;
    width: 100%;
    font-size: 11px;
    margin-top: 0px;
}

ul#accordion.questionAnsCustomAccording li div.collepsedAccordianDiv p {
    float: left;
    width: 100%;
    font-size: 11px;
    margin-top: 0px;
}







.askQuestionHeader {
  display: inline-block;
  width: 100%;
}
.askQuestionHeader h2 {
  float: left;
  width: calc(100% - 123px);
  margin: 0 10px 0 0;
}
.askQuestionHeader a.qAaskButton {
  width: auto !important;
  padding: 10px 15px !important
}
.askQuestionHeader h2 span {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  margin-top: 7px;
}

.askQuestionForm form {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.askQuestionHeader label {
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.askQuestionForm .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  font-size: 16px;
  height: auto;
  padding: 8px 0px;
  box-shadow: none !important;
  background: transparent !important;
}
.askQuestionForm textarea.form-control {
  border-radius: 0px;
  border: 1px solid rgba(0,0,0,0.2);
  font-size: 16px;
  height: auto;
  padding: 10px 15px;
}





.bottomNavigationbar {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 15px 0;
    padding: 0 0 25px;
    border-bottom: 1px solid rgba(0,0,0,0.4);
}
.bottomNavigationbar li {
	display: inline-block;
}
.bottomNavigationbar li a {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #202020;
	font-variant: 7	00;
}
.bottomNavigationbar li:first-child {
	margin-right: 15px;
}
.bottomNavigationbar li:last-child {
	margin-left: 15px;
}
.bottomNavigationbar li span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #3d3e3f;
	margin: 0 5px;
}
.bottomNavigationbar li span.active {
	background: #f0ba1a;
}


.qAbottomInforDiv {
	display: inline-block;
	width: 100%;
}
.qAbottomInforDiv h2 {
	background: #3d3e3f;
	padding: 10px 15px;
	font-size: 18px;
	margin-bottom: 15px;
	color: #fff;
}
.bottomInfoDetail {
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 40%);
    padding: 10px;
    margin-bottom: 15px;
}
.bottomInfoDetail h3 {
	color: #231f20;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.bottomInfoDetail p {
    color: #6d6e71;
    font-size: 10px;
    text-align: right;
    font-family: 'Oswald', sans-serif;
}

a.askHandryQustion {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}
section.youtubeVideo.askQuestionForm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9;
    height: 100%;
    overflow: auto;
}
.popupForm {
    background: #fff;
    padding: 20px 15px;
    border-radius: 15px;
}



.sortDropDown {
  top: calc(100% + 20px);
  background: rgb(255 255 255 / 90%);
  padding-right: 8px; 
  padding-left: 10px;
  width: 170px; 
}
.sortDropDown::before {
  width: 0;
  display: inline-block;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid rgb(255 255 255 / 90%);
  content: "";
  position: absolute;
  top: -20px;
  left: 20%;
  transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  z-index: 2;
}
.sortDropDown::after {
  width: 0;
  display: inline-block;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid rgb(0 0 0 / 50%);
  content: "";
  position: absolute;
  top: -21px;
  left: 20%;
  transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  z-index: 1;
}
.sortDropDown .dropdown-menu a {
      padding: 5px 6px;
}

.modal.alert .modal-dialog {
	margin: auto;
    top: 50%;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
}
.alert.modal .msgtitle {
    font-size: 22px;
    word-break: normal;
    line-height: 25px;
    margin: 14px 0;
}
.alert.modal .msgcontent {
    font-size: 17px;
    line-height: 20px;
    word-break: break-word;
    margin: 0 0 7px;
}









@media only screen and (max-width: 1199px) {
  .headerSec .customNavigation li {
    padding: 20px 2px;
    font-size: 12px;
  }
  .socialMediaDetail ul li {
    /*padding: 4px 20px;*/
  }
}
@media only screen and (max-width: 991px) {
   .customNavigation {
    display: none !important;
   }

    .futuredProject .owl-nav .owl-prev {
      left: -10px;
    }
    .futuredProject .owl-nav .owl-next {
      right: -10px;
    }
    .socialMediaDetail ul {
      display: inline-block;
      width: 100%;
      margin-top: 0px;
    }
    .socialMediaDetail ul li {
      margin-left: 0px;
      margin-bottom: 10px;
      margin-right: 10px;
    }
    .sideBarList {
      width: 40px;
    }
    .sideBarList li a span {
      font-size: 5px;
    }
    .sideBarList li {
      margin-bottom: 8px;
  }
  .youtubeVideo h2 {
    font-size: 18px;
  }
  .chatSystemDiv p {
    font-size: 14px;
  }
  .chatSystemDiv p {
      font-size: 12px;
  }
  .headerSec button.searchBarNew {
    margin: 13px 6px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .socialMedia {
    margin-right: 18px;
    margin-left: 0px;
  }
  .headerSec .socialMedia {
    display: none;
  }
  .whoWeAreContent {
    margin-top: 30px;
  }
  .whoWeAreContent ul li {
    width: 30%;
    border: none;
  }
  .footerTop .col-sm-3 {
    order: 3
  } 
  .mobileDisplyBlock {
    display: block !important;
  } 
  .mobileDisplyNone {
    display: none !important;
  } 
  .bottomFooter p {
    font-size: 8px;
  }
  .owl-dots {
    bottom: 5px;
  }
  .upperHeaderPart {
    display: none;
  }
  .headerSec .navbar-toggle {
    margin-top: 18px;
    margin-right: 15px;
  }
  .sortList ul li {
    width: 25%;
  }
  .chatSystemDiv {
    padding-left: 55px;
  }
  .chatSystemDiv .userPic {
    width: 45px;
  }
  .chatTextDiv {
    min-height: 45px;
  }
  .rightSidebarInner .serviceCat {
    margin-bottom: 0px;
  }
  .serviceCat h3 {
  	height: unset;
  	margin-bottom: 5px;
  }
  .headerSec button.searchBarNew {
    margin: 18px 6px 0 0;
  }
  #searchBox .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
  }

}

@media only screen and (max-width: 520px) {
  .bannerCaption h3 {
    font-size: 15px;
  }
  .bannerCaption img {
    max-width: 70px;
    display: inline-block !important;
  }
  .owl-item .item > img {
    min-height: 230px;
    object-fit: cover;
  }
  .whoWeAreContent ul li {
    width: 100%;
  }
  h1.mainHeading {
    font-size: 15px;
  }
  h1.mainHeading img {
    width: 16px;
  }
  .footerLinks {
    margin-bottom: 15px;
  }
  .footerAddress {
    margin-bottom: 15px;
  }
  .menu-profile span {
    width: 60px;
    height: 60px;
    padding: 12px;
    margin-right: 3px;
  }
  .menu-profile li + li {
    font-size: 16px;
  }
  .bannerLogoSec {
    max-width: 60%;
  }
}

@media only screen and (max-width: 360px) {
  .sortList ul li {
    width: 33%;
  }
  a.qAaskButton img {
    width: 16px;
  }
  a.qAaskButton {
    padding: 10px 6px;
    font-size: 12px;
  }

  .qACatagoriesCustomButton button img {
    width: 18px;
  }
}