 * {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none !important;
}
  
body {
  color: #3e3e3e;
   font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 
a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  cursor: pointer;
  color: #049AD3;
}

a:hover, a:focus, a:visited {
  text-decoration: none;
}

a:hover {
  color: #f2343c;
  text-decoration: none;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
} 

/*Header Style Two*/
.header-style-two .header-wrapper .header-middle {
  padding: 30px 0;
  margin: 0 auto;
  position: static;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i {
  margin-right: 15px;
  color: #f2343c;
  vertical-align: middle;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  background: #F3F4F8;
  border: 1px solid #eee;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i:before {
  font-size: 26px;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area a {
  font-size: 15px;
}
.header-style-two .header-wrapper .header-navigation-area {
  background: #fff;
  transition: all 0.4s ease-out 0s;
 /* box-shadow: 0px 0px 5px #ccc;*/
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:last-child {
  margin-right: 0;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li a {
  padding: 10px 0;
  display: block;
  font-size: 15px;
  color: #2f2b2b;
  font-weight: 400;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub.right-view ul {
  right: -20px;
  left: auto;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub > a::before {
  /*ontent: "\f107";*/
  position: absolute;
  right: -18px;
  top: 50%;
  -moz-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover > a {
  color: #f2343c;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu {
  position: absolute;
  width: 220px;
  background: #F3F4F8;
  z-index: 2;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  opacity: 0;
  visibility: hidden;
  left: 0;
  transform-origin: top;
  top: 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li {
  display: block;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:last-child {
  border-bottom: none;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li a {
  padding: 8px 20px;
  font-size: 14px;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover > a {
  padding-left: 25px;
  background: #f2343c;
  color: #fff;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li.has-sub-child > a::before {
  /*content: "\f105";*/
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-14px);
  font-size: 16px;
}
.has-sub-child i{ float:right; margin-top:6px;}
.header-style-two .header-wrapper .header-navigation-area.inner-page .main-menu ul li a {
  padding: 35px 0;
}
.header-style-two .header-wrapper .header-navigation-area.transparent-header {
  background: transparent;
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 20px 0;
  top: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-style-two .header-wrapper .header-navigation-area.transparent-header.fixed {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header-style-two .header-wrapper .header-navigation-area.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/*Header Searchbox Style Two*/
.header-searchbox-style-one {
  position: relative;
  float: right;
}
.header-searchbox-style-one .show-searchbox {
  float: right;
  margin-left: 32px;
  position: relative;
  margin-top: 3px;
}
.header-searchbox-style-one .show-searchbox a {
  position: relative;
  width: 35px;
  height: 35px;
  background: #f2343c;
  display: block;
  border-radius: 6px;
  text-align: center;
  line-height: 35px;
  margin: 27px 0 30px;
}
.header-searchbox-style-one .show-searchbox a i {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-one .show-searchbox.active .fa-search::before {
  content: "\f00d";
}
.header-searchbox-style-one .toggle-searchbox {
  position: absolute;
  right: 0;
  top: 170%;
  width: 315px;
  opacity: 0;
  padding: 20px;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-one .toggle-searchbox #searchform-all {
  position: relative;
}
.header-searchbox-style-one .toggle-searchbox #searchform-all #s {
  margin-bottom: 0;
  height: 50px;
  font-size: 14px;
  color: #f2343c;
  top: 6px;
  background-color: #fff;
  border-radius: 0;
}
.header-searchbox-style-one .toggle-searchbox #searchform-all #searchsubmit {
  padding: 3px;
  position: absolute;
  right: 12px;
  top: 9px;
  font-family: "" Font Awesome 5 Pro "";
  color: #f2343c;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-one .toggle-searchbox form input[type="text"] {
  border: 1px solid #ddd6d9;
}
.header-searchbox-style-one .toggle-searchbox.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  top: 103%;
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #f2343c;
}

/*Header Searchbox Style Two*/
.header-searchbox-style-two {
  position: relative;
  float: right;
}
.header-searchbox-style-two .show-searchbox {
  float: right;
  margin-left: 30px;
  position: relative;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-right: -15px;
}

 
.header-searchbox-style-two .show-searchbox a {
  position: relative;
    display: block;
    text-align: center;
    margin: 0px 0 0px;
    padding: 0px 10px;
}
.header-searchbox-style-two .show-searchbox a i {
  font-size: 20px;
  color: #d81f25;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .show-searchbox.active .fa-search::before {
  content: "\f00d";
}
.header-searchbox-style-two .toggle-searchbox {
  position: absolute;
  right: 0;
  top: 170%;
  width: 315px;
  opacity: 0;
  padding: 20px;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all {
  position: relative;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all #s {
  margin-bottom: 0;
  height: 50px;
  font-size: 14px;
  color: #f2343c;
  top: 6px;
  background-color: #fff;
  border-radius: 0;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all #searchsubmit {
  padding: 3px;
  position: absolute;
  right: 12px;
  top: 9px;
  font-family: "" Font Awesome 5 Pro "";
  color: #f2343c;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .toggle-searchbox form input[type="text"] {
  border: 1px solid #ddd6d9;
}
.header-searchbox-style-two .toggle-searchbox.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  top: 102%;
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #f2343c;
}

.input-box {
  position: absolute;
  right: 12px;
  top: 12px;
}
.input-box i {
  color: #f2343c;
}

/*Header-top-area*/
.header-top-area {
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
}
.header-top-area a {
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.header-top-area i {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
}
.header-top-area .header-top-left-part .address {
  padding-right: 20px;
  position: relative;
}
.header-top-area .header-top-left-part .address:after {
  background: #fff;
  content: "";
  position: absolute;
  height: 90%;
  width: 1px;
  right: 0;
  top: 2px;
}
.header-top-area .header-top-left-part .phone {
  padding-left: 20px;
}
.header-top-area .header-top-left-part i {
  color: #fff;
  margin-right: 5px;
  vertical-align: middle;
}
.header-top-area .header-top-left-part i:before {
  font-size: 16px;
}
.header-top-area .header-top-right-part .social-links {
  position: relative;
  display: inline-block;
}
.header-top-area .header-top-right-part .social-links::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 7px;
  height: 60%;
  width: 1px;
  background: #fff;
}
.header-top-area .header-top-right-part .social-links li {
  display: inline-block;
  margin-right: 15px;
}
.header-top-area .header-top-right-part .social-links li a {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.header-top-area .header-top-right-part .social-links li a:hover {
  color: #243b60;
}
.header-top-area .header-top-right-part .social-links li:last-child {
  margin-right: 25px;
}
.header-top-area .header-top-right-part .language {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
.header-top-area .header-top-right-part .language .language-btn {
  position: relative;
  text-decoration: none;
  width: 85px;
  text-align: left;
  -webkit-transition: .5s;
  transition: .5s;
}
.header-top-area .header-top-right-part .language .language-btn i {
  margin-right: 4px;
}
.header-top-area .header-top-right-part .language .language-btn i::before {
  font-size: 14px;
}
.header-top-area .header-top-right-part .language .language-btn:hover {
  color: #243b60;
}
.header-top-area .header-top-right-part .language .language-btn::after {
  content: "\f107";
  position: absolute;
  right: -3px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  top: 0;
  font-size: 16px;
}
.header-top-area .header-top-right-part .language .language-dropdown {
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 36px;
  right: -13px;
  width: 120px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: .5s;
  transition: .5s;
}
.header-top-area .header-top-right-part .language .language-dropdown.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  background: #31314d;
}
.header-top-area .header-top-right-part .language .language-dropdown li {
  position: relative;
  background-color: #0a3041;
  z-index: -1;
}
.header-top-area .header-top-right-part .language .language-dropdown li a {
  display: block;
  position: relative;
  padding: 5px 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.header-top-area .header-top-right-part .language .language-dropdown li a:hover {
  background: #f2343c;
}
.header-top-area .header-top-right-part .language .language-dropdown li :last-child a {
  border-bottom: none;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.mega-menu {
  width: 575px !important;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: -141px;}
  .header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu {
    position: absolute;
    border-top: 3px #dc3545 solid;
    width: 220px;
    background: #efefef;
    z-index: 2;}

.top-header{ padding-top:6px; padding-bottom:6px; background:#d81f25; color:#fff;}
.top-header ul{ float:right; margin-right: -10px;}
.top-header ul li{ display:block; float:left; margin-right:10px;}
.top-header ul li a{ color:#333; font-size: 19px;}
.top-header ul li:nth-child(2) i{ color: #3c5998;}
 
.top-header ul li:nth-child(4) i{ color: #ff0000;}
.top-header ul li:nth-child(5) i{ color: #00a2f4;}
.top-header ul li:nth-child(6) i{ color: #006699;}
 
.top-header span i { margin-right:5px ;}
.formula{ padding:0px;}
.search-div{background:#231f2094; height: auto; padding: 10px 0px 20px 20px !important;}
.search-div a{ color: #adadad; font-weight: 500; font-size: 16px;}
.search-div ul{ margin-left: -20px;}
.search-div ul li{ margin-bottom: 10px; margin-left: -10px;}
.search-div h1{font-size: 36px; margin-bottom: 15px; font-weight: bold;}
.search-div .form-group selet{ width:300px;}
.search-div ul .nav li .nav-item .nav-link a .active
{
  border: none;
    padding: 18px 25px;
    color:#fff !important;
    background:#272e38;
    border-radius:0;
}
 


nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  /*border-top-color: #e74c3c ;*/
}

/*.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 25%;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}*/
.input-group-btn button{ width: 106px;}

.main-div{ /*display: flex;*/ justify-content: space-between; flex-wrap: wrap;}
.main-div .div{ margin: 15px 0px; flex: 1 1 20%; display: block; cursor: pointer; border: 1px #ccc solid; text-align: center; padding: 10px 0px; box-shadow: 1px 1px 2px #000;}

.main-div{ /*display: flex;*/ justify-content: space-between; flex-wrap: wrap; margin-top: 25px;}
.main-div .div1{margin: 15px 0px; flex: 1 1 14%; display: block; cursor: pointer;}
.main-div .div1 .media{border: 1px #ccc solid; box-shadow: 1px 1px 2px #000; padding: 0px;}

.main-div1{ display: grid; grid-template-rows: repeat(3, 45px); grid-template-columns: repeat(auto-fill, minmax(150px, 160px)); margin-top: 23px; text-align: left;}
.main-div1 .div2  a:hover{ color: #d81f25;}
.main-div1 .div5  a:hover{ color: #d81f25;}
.main-div1 .div2{ flex: 200px;}
.main-div1 .div2 a{color: #000;}
.div5 a{color: #000;}


.main-div2{ /*display: flex;*/ justify-content: space-between; flex-wrap: wrap; font-size: 16px; margin-top: 30px;}
.main-div2 .div2{ flex: 200px; margin: 10px; text-align: center;}
.main-div2 .div2 h5{ margin-top: 10px; font-size: 15px; font-weight: 600;}

.assamese-news-div{ margin-top: 30px;}
.main-div3{ display: flex; justify-content: space-between; flex-wrap: wrap; font-size: 16px; margin-top: 30px;}
.main-div3 .div3{ flex: 100%; margin: 10px; text-align: center;}
.main-div3 .div3 h5{ margin-top: 10px; font-size: 15px; font-weight: 600;}
.assamese-news-div .top-head {padding: 5px 5px; background-color:#eab92d; background-image: linear-gradient(to bottom,#eab92d,#c79810); color: #fff; text-transform: uppercase;}
.assamese-news-div .bottom-head {padding: 5px 5px; background-color: #606c88; background-image: linear-gradient(to bottom,#606c88,#3f4c6b); color: #fff; text-transform: uppercase;}
 

.service-div{ padding-top: 1px;
  background: #fbfbfb; padding-bottom: 20px;}
/*
.toparrowhead-sign {content: " "; position: absolute; bottom: 100%; left: 31.5%; margin-left: -5px; border-width: 12px; border-style: solid;
  border-color: transparent transparent #24C9ED;}*/
.text-red{ color:#dc3545;}
 

#insta {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
  
   
  
}
.about-sec{ padding-top: 23px; padding-bottom: 23px; text-align: justify}
.about-sec h2{ margin-bottom: 20px; font-size: 28px;}
 
 

.search-div .nav .nav-item .nav-link.active:after
 {
  content: "";
    position: relative;
    bottom: -35px;
    left: -50%;
    border: 10px solid transparent;
    border-top-color: #fff;
}
.search-div .nav .nav-item .nav-link.active:before
 {
  content: "";
    position: absolute;
    bottom: 15px;
    left: 1.6%;
    background: #fff;
    width: 60px;
    height: 2px;
    
}
 
.main-content{ background-image:url(images/map-bg.png); background:no-repeat;padding-top:0px; background-size: cover;}
.bg-gray{ background: #efefef5c; padding-bottom: 30px;}
.main-content h2{ margin-top:50px; margin-bottom:20px;}
.main-content p{max-width: 850px; margin: 0 auto;}
.search-div .form-group select{ width: 150px;}
.newspaper-div{ padding-top: 50px; }
.newspaper-div h2{ font-size: 22px;}
.newspaper-div h2 span { color: #d81f25;}
.badge-danger {
  color: #fff;
  background-color: #d81f25;
}

.btn-danger {
  color: #fff;
  background-color: #d81f25;
  border-color: #d81f25;
}

.category-div{padding-top: 23px;
  background: #fff;
  margin-top: 25px;
 padding-bottom: 23px;}
.category-div h2{ font-size: 22px;}
.category-div h2 span { color: #d81f25;}
.category-div2{padding-top: 23px; background: #fff;  padding-bottom: 23px;}
.category-div2 h2{ font-size: 22px;}
.category-div2 h2 span { color: #d81f25;}


.city-div{ padding-top: 50px;}
.city-div h2{ font-size: 22px;}
.city-div h2 span { color: #026490;}
.testimonial-section2{
  /*height: 600px;*/
  position: relative;
  padding: 20px 0;
  margin-bottom: 0px;
  background: #fbfbfb;
   
}
.testimonial-section2 h2{
  font-size: 28px;
}
.div1 .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 5px 0px;
  text-align: center;
}
.div1 .card-title {
  margin-bottom: -0rem;
  font-size: 16px !important
}

 
.card-body .card-text p{
  font-size: 14px !important
}

.whychoos-sec{ padding-top: 50px; padding-bottom: 50px; margin-top: 30px; background: #f5f6fa; margin-bottom: 30px;}
.whychoos-sec h2{ text-align: center;   margin-bottom: 30px;}

.mrgn{ margin-top: -15px; font-size: 14px;}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1100px;
    padding: 20px 0px;
    margin: auto;
    z-index: 99;
    background:#fbfbfb;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #000;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #d81f25;
}
    

.testim .arrow.left {
    left: 0px;
}

.testim .arrow.right {
    right: 0px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #d81f25;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #d81f25;
    border-color:#d81f25;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #000;
    font-size: 1.3em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #000;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}
 
footer{ background:#f5f6fa; padding-bottom:0px; padding-top:30px; color:#fff;}
footer p{ margin-top:20px; line-height:20px; color:#ccc; margin-bottom:20px;}
footer a{ color:#000;}
/*footer a:hover{color: #fff;}*/
hr { border:1px #d81f25 solid !important; width:100%; margin-top: -23px;}
.btm{ font-weight: 500; color: #fff; padding-bottom:5px; padding-top: 5px; background:#d81f25; margin-top: 0px;}
footer h4{ font-size: 18px; color:#d81f25;}

 

footer i {font-size: 8px !important; color: #d81f25; margin-right: 5px !important;}
.chat-div{position: fixed; top: 55%; right: 0px; z-index: 999;}
.chat-div i{width: 60px; height: 60px; background: #d81f25;  border-radius: 50%; font-size: 30px; text-align: center; line-height: 60px; color: #fff;}

.bnheading{margin-top: -270px; font-size: 20px;}

 .scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 14px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

 


.mt-100 {
    margin-top: 100px; 
}
.mb-100 {
    margin-bottom: 100px;
}

.icon {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px 8px;
    border: 2px solid;
    border-radius: 50%;
}
.media-body h5{ font-size: 16px; margin: 0px;}
.media-body p{ margin: 0px; font-size: 13px;}

@media only screen and (max-width: 420px) {
  .main-div .div1 {
    margin: 10px;
    flex: 1 1 30%;
}
.search-div .form-group select{ width:100%;}
}

.media-body { -ms-flex: 1; flex: 1; margin-top: 6px; margin-bottom: 5px; overflow: hidden;
  text-overflow: ellipsis;}

.myHeader{display: block;}

 
 
 
@media (min-width: 320px) and (max-width: 766px){

  .new-tab{
    width: 50% !important;
    margin-top: 30px;
  }

  .classified-ad-div .breadcrumb li:nth-child(1) { 
    padding-left: 0px;
    width: 100% !important;
    font-weight: 500;
    margin-bottom: 10px;
}
.classified-ad-div .breadcrumb li:nth-child(2) {
  padding-left: 0px;
  width: 100% !important;
  font-weight: 500;
  margin-bottom: 10px;
}
.classified-ad-div .breadcrumb li:nth-child(3) {
  padding-left: 0px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 10px;
}

  .main-div2 .div1 {
    margin: 10px 10px;
    flex: 1 1 30% !important;
    display: block;
    cursor: pointer;
    border: 1px #ccc solid;
    text-align: center;
}
  
  .search-heading {
    position: absolute;
    position: relative;
    top: -30px !important;
    bottom: 61%;
    left: 0px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 17px !important;
}

  .inner-category-div .main-div .div1 {
    margin: 12px;
    flex: 1 2 50% !important;
    display: block;
    cursor: pointer;
    flex-direction: column;
}
  .step hr{
    margin-top: 0px;
  }
  .mytxt{margin-top: 0px !important; font-weight: bold;}

  .whychoos-sec {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    background: #f5f6fa;
    margin-bottom: 30px;
}

  .div1 .card-title {
    margin-bottom: -0rem;
    font-size: 18px;
}

  .search-div a {
    color: #000;
    font-weight: 500;
}

  .testim .arrow.left {
    left: 10px;
}
  .testim .arrow.right {
    right: 10px;
}
  .about-sec {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: justify;
    margin-top: 30px;
}
  .about-sec h2 {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
}

  .testimonial-section2 h2{ font-size: 22px;}

  .whychoos-sec h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
}
  .newspaper-div {
    padding-top: 50px;
    margin-top: 0px;
}

  .bnheading {
    margin-top: -35px;
    font-size: 16px;
}

  .search-div {
    background: #231f20;
    height: auto;
    padding: 10px 20px 20px 20px;
    margin-top: 0px;
}

  .main-div1 {
    display: grid;
    grid-template-rows: repeat(3, 45px);
    grid-template-columns: repeat(auto-fill, minmax(150px, 160px));
}
  .category-div h2{ font-size: 16px;}

  .myHeader{display: none;}
  .chat-div {
    position: fixed;
    top: 28%;
    right: 5px;
    z-index: 999;
}
.chat-div i {
  width: 45px;
  height: 45px;
  background: #dc3545;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  line-height: 45px;
  color: #fff;
}

  .myHeader{display: none;}
.navbar-brand {
    float: right;
    width: 150px;
}

.main-content {
  background-image: url(images/map-bg.png);
  background: no-repeat;
  padding-top: 93px;
  background-size: cover;
}
.sn{display: none;}
.search-div ul li {
  margin-bottom: 10px;
  width: 52%;
  text-align: center;
  background: #ccc;
  /* margin-right: 0px; */
  
}
.search-div ul{ margin-left: 15px;}
.search-div ul li:nth-child(1){border-right: 1px #000 solid;}
.search-div ul li:nth-child(3){border-right: 1px #000 solid;}
.search-div ul li:nth-child(5){border-right: 1px #000 solid;}
.search-div ul li:nth-child(7){width: 100%; margin-bottom: 30px;}

.search-div .nav .nav-item .nav-link.active:after
 {
  content: "";
    position: relative;
    bottom: -35px;
    left: -50%;
    border: 10px solid transparent;
    border-top-color: #201e1e;
    display: none;
}
.search-div .nav .nav-item .nav-link.active:before
 {
  content: "";
    position: absolute;
    bottom: 15px;
    left: 1.6%;
    background: #201e1e;
    width: 60px;
    height: 2px;
    display: none;
    
}
.form-group {
  margin-bottom: 1rem;
  width: 100%;
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
  margin-bottom: 10px;
  
}
.main-div .div {
  margin: 10px 0px;
  flex: 1 1 30%;
  display: block;
  cursor: pointer;
  border: 1px #ccc solid;
  border-bottom: 2px solid #ffd701;
}
.newspaper-div h2 {
  font-size: 15px;
}
.mrgn{ margin-top: -10px; margin-left: -15px;}
.media-body h5 {
  font-size: 13px;
  margin: 0px;
}

.mymenu{display: flex;
  font-size: 14px;}

  .testim .cont div p {
    font-size: 1em;
    color: #000;
    width: 80%;
    margin: auto;
}

}

@media (min-width: 576px) and (max-width: 1024px){

  .main-div2 .div1 {
    margin: 10px 10px;
    flex: 1 1 30% !important;
    display: block;
    cursor: pointer;
    border: 1px #ccc solid;
    text-align: center;
}
  .search-heading{
    position: relative;
    top: 10px !important;
    bottom: 61%;
  }

  .snmr{ margin-top: -10px;}
  .read-txt {
    text-align: right;
    margin-top: -5px;
    color: #000;
    font-size: 13px;
    padding: 4px;
  }

  .read-txt {
    text-align: left;
    margin-top: -5px;
    color: #000;
    font-size: 13px;
    padding: 0px !important;
}

  .step ul li {
    display: inline-block;
    list-style: none;
    width: 22% !important;
    margin-right: 11px;
    padding: 5px 15px;
    background: #d81f25;
    text-align: center;
    font-size: 12px;
}
  .step ul {
    width: 105.5%;
}

  .inner-category-div .main-div .div1 {
    margin: 12px;
    flex: 1 1 24% !important;
    display: block;
    cursor: pointer;
}
  .step hr{
    margin-top: 0px;
  }

  .newspaper-div {
    padding-top: 50px;
    margin-top: 0px;
}

  .bnheading {
    margin-top: 20px;
    font-size: 20px;
}
  
.top-header{ display: none;}
  .navbar-brand {
    float: right;
    width: 150px;
}
.sn{display: none;}
 
.search-div .nav .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 1.6%;
  background: #201e1e;
  width: 60px;
  height: 2px;
  display: none;
}
.search-div .nav-link {
  display: block;
  padding: 0.5rem 0.5rem;
}
.search-div .form-group select {
  width: 270px;
  margin-bottom: 10px;
}

.main-div .div {
  margin: 10px 0px;
  flex: 1 1 30%;
  display: block;
  cursor: pointer;
  border: 1px #ccc solid;
  border-bottom: 2px solid #ffd701;
}

.main-div .div1 {
  margin: 10px;
  flex: 1 1 25%;
  display: block;
  cursor: pointer;
}

.mymrgn{ margin-top: 10px;}
 

}

.mytxt{margin-top: -150px; font-weight: bold;}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  box-shadow: 2px 2px 10px #a5a5a5;
}
.navbar-brand {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.active{ color: #ffffff !important;}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.guideline{color: #fff; float: right; margin-top: -30px; font-size: 16px; margin-right: 30px;}
.search-heading{position: absolute;
  position: relative;
    top: -260px;
    bottom: 61%;
    left: 0px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 18px;}
   
  .mrtop{ margin-top: -14px;}
  .btn-outline-danger:hover {
    color: #dc3545 !important;
    background-color: transparent;
    border-color: #dc3545;
}
.about-sec .about h2:after { background: #ccc;}
.about-sec h2 span {
  color: #d81f25;
}
.search-div a:hover{ color: #fff;}
.section-title-bottom {
  max-width: 460px;
  height: 15px;
  margin: 0px auto;
  position: relative;
  margin-bottom: 28px;
  margin-top: 10px;
}
.section-title-bottom:after, .section-title-bottom:before {
  border-top: 1px solid #d7d7d7;
  content: "";
  position: absolute;
  width: 210px;
  top: 50%;
}
.section-title-bottom-inner {
  border: 1px solid #d7d7d7;
  border-radius: 100%;
  display: block;
  height: 15px;
  margin: 0 auto;
  width: 15px;
  position: relative;
  background: #d81f25;
}
.section-title-bottom-inner:before {
  left: -14px;
}

 
.section-title-bottom:after {
  right: 0;
}
.section-title-bottom:after, .section-title-bottom:before {
  border-top: 1px solid #d7d7d7;
  content: "";
  position: absolute;
  width: 210px;
  top: 50%;
}


/*============================= Login Form =================================*/
 


.login-container{
  margin-top: 0%;
  margin-bottom: 0%;
}
.login-logo{
  position: relative;
    margin-left: -22%;
    top: 20%;
}
.login-logo img{
  position: absolute;
    width: 15%;
    margin-top: 20%;
    background: #282726;
    border-radius: 4.5rem;
    padding: 3%;
    border: 2px #fff solid;
}
.login-form-1{
  padding: 5%;
    border: 1px #ccc solid;
}
.login-form-1 h3{
  text-align: left;
    margin-bottom: 5%;
    color: #282726;
    font-size: 20px;
}
.login-form-2{
  padding: 5%;
  /*background: #d81f25;*/
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3{
  text-align: left;
    margin-bottom: 5%;
    color: #282726;
    font-size: 20px;
}
.btnSubmit{
  font-weight: 600;
    width: 50%;
    color: #282726;
    background: none;
    border: none;
    border: 1px #000 solid;
    border-radius: 1.5rem;
    padding: 2%;
}
.btnForgetPwd{
  color:#282726;
  text-decoration: none;
}
.btnForgetPwd:hover{
  text-decoration:none;
  color:#d81f25;
}

/*------------------====Inner Css =============================*/

.step{
  padding-top: 30px; 
  padding-bottom: 30px;
}
.step h1{
  font-size: 20px;
    line-height: 30px;
    color: #d81f25;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: normal;
}

.step h2{
  font-size: 13px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.step ul{
  width: 101.5%;
}

.step ul li{
  display: inline-block;
  list-style: none;
  width: 25%;
  margin-right: 11px;
  padding: 5px 15px;
  background: #d81f25;
  text-align: center;
}

.step ul li:first-child{
  width: 20%;
  color: #fff;
  padding: 5px 15px;
}
.inner-category-div{
  margin-top: -25px;
}
.inner-category-div .main-div{
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
     
}
.inner-category-div .main-div .div1 {
  margin: 12px;
  flex: 1 1 20%;
  display: block;
  cursor: pointer;
}

.read-txt{
  text-align: right;
  margin-top: -25px;
  color: #000;
  font-size: 13px;
}
.media-body p{
  color: #d81f25;
}
/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
   
}
ul.social-network li {
	display: inline;
	margin: 0 12px;
}


/* footer social icons */
 
.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
 
	 
	text-align:center;
 
	font-size:20px !important;
}
.social-circle li i {
	margin:0;
	 
	text-align: center;
}

 

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.btm ul li a i{ font-size: 20px !important;}

.checkbx{
  width: 15px; 
  height:15px; 
  margin-right: 10px !important;
}

.breadcrumb2{ 
  padding-top: 5px; 
  padding-bottom: 5px; 
  background: #313131; 
  color: #eebc05; 
  text-transform: uppercase;
}
.breadcrumb2 p{ 
  margin: 0px;
  padding: 0px;
  font-weight:bold;
}
.english-newspaper-div{
  margin-top: 30px;
   
}

.main-div2{ 
  /*display: flex; */
  justify-content: space-between; 
  flex-wrap: wrap;
}
.main-div2 .div1{ 
  margin: 10px 10px; 
  flex: 1 1 24%; 
  display: block; 
  cursor: pointer; 
  border: 1px #ccc solid; 
  text-align: center;
}
figure {
  margin: 0.5rem 0 0.5rem;
}
.top-head{
    padding: 5px 5px;
    background: #d81f25;
    color: #fff;
    text-transform: uppercase;
}
.bottom-head{
  padding: 5px 5px;
  background: #beae41;
  color: #000;
  text-transform: uppercase;
}
.figure-caption {
  font-size: 100%;
  color: #000000;
  font-weight: 500;
}
.list-group h4{
  font-size: 15px;
    color: #d81f25;
}
.list-group i{
  margin-right: 5px;
  color: #d81f25;
}
.list-group button{ 
  background:#d81f25; 
  color: #fff;
}
.contact-det{
  background: #efefef;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-det i{ 
  font-size: 30px; 
  text-align: center; 
  padding: 10px 5px;

}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.65rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}
/*================================== Booking page css ==================================*/
.booking-div{
  padding-top: 30px;
}
.booking-content{
  border-top: 3px #d72127 solid;
}
.breadcrumb {
  padding: 0px;
background: #D4D4D4;
list-style: none; 
overflow: hidden;
  margin-top: 20px;
  width: 100%;
}
.breadcrumb>li+li:before {
padding: 0;
}
.breadcrumb li { 
float: left; 
background: #f4989d;
}
.breadcrumb li.active a {
  background: #d71f25;
}
.breadcrumb li.completed a {
  background: #d71f25;
  background: hsl(358deg 75% 48%); 
}
.breadcrumb li.active a:after {
  border-left: 30px solid #d81f25;
}
.breadcrumb li.completed a:after {
  border-left: 30px solid hsl(358deg 75% 48%);
} 

.breadcrumb li a {
color: white;
text-decoration: none; 
padding: 11px 0 10px 40px;
    position: relative;
    display: block;
    
   text-transform: uppercase;
}
.breadcrumb li a:after { 
content: " "; 
display: block; 
width: 0; 
height: 0;
border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
border-bottom: 50px solid transparent;
border-left: 30px solid hsl(357deg 81% 78%);
position: absolute;
top: 50%;
margin-top: -50px; 
left: 100%;
z-index: 2; 
} 
.breadcrumb li a:before { 
content: " "; 
display: block; 
width: 0; 
height: 0;
border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
border-bottom: 50px solid transparent;
border-left: 30px solid white;
position: absolute;
top: 50%;
margin-top: -50px; 
margin-left: 1px;
left: 100%;
z-index: 1; 
} 
.breadcrumb li:nth-child(1){
padding-left: 0px;
width: 33.3333%;
font-weight: 500;
}
.breadcrumb li:nth-child(2){
  padding-left: 0px;
  width: 33.3333%;
  font-weight: 500;
  }
  .breadcrumb li:nth-child(3){
    padding-left: 0px;
    width: 33.3333%;
    font-weight: 500;
    }
.breadcrumb li a:hover { background: #f4999e  ; }
.breadcrumb li a:hover:after { border-left-color: #f4999e   !important; }
.booking-content hr{
  margin: 0px 0px 10px 0px;
  
}
.pb-6{
  padding-bottom: 5rem!important;
}
.plpt{
  padding: 5px 15px;
}
.booking-form{
  padding: 15px;
}
.booking-form input{
  width: 95% !important;
  height: 39px;
  border-bottom: 2px #d81f25 solid;
  border-radius: 0px;
}
.booking-form button{
  width: 100% !important;
  float: right;
  text-transform: uppercase;
}
.bg-light-blue{
  background: #e1f3fd;
}
.bs-right-div{
  padding: 0 0px 0px 15px;
   
}
.bs-right-div h4{
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}
.bs-right-div input{
  height: 38px;
}
.ad-sample-div{
  border-top: 3px #d72127 solid;
}
.ad-sample-div hr{
  margin: 0px 0px 10px 0px;
  order: 1px #000 solid !important;
  width: 100%;
  
}
.table td, .table th {
  padding: .50rem;
  vertical-align: top;
  border: 1px solid #17a2b8;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(225 243 253);
}
.priceselect{ border: none;}
.priceselect .control.control--radio {
  margin-bottom: 23px;
}
.control {
  display: block;
  position: relative;
  padding-left: 15px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.priceselect .control input:checked~.control__indicator {
  border: 3px solid red!important;
}
.control input:checked~.control__indicator {
  background: 0 0;
  border-radius: 3px;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
}

.priceselect .control input:checked~.control__indicator:after {
  border-width: 0 2px 2px 0;
}
.control input:checked~.control__indicator:after {
  display: block;
  content: "\f046";
}
.priceselect .control--radio .control__indicator:after {
  border-width: 0;
}
.priceselect .control--radio .control__indicator:after {
  left: 11px;
  top: 8px;
  width: 4px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0  ;
  transform: rotate(45deg);
  background: 0 0;
  border-radius: 0;
}
.priceselect .control__indicator {
  border: 1px solid #000!important;
}
.priceselect .control__indicator::after {
  content: ""!important;
}
.priceselect .control__indicator::after{content:""!important}.priceselect .control__indicator{border:1px solid #000!important}
.control__indicator:after {
  position: absolute;
  content: "\f096";
  font-family: FontAwesome;
}
 


.bg-trans{
   background: transparent !important;
}
.border-none{
  border: 0px !important;
}
.preview-bg {
  background: url(../images/bg-priview.jpg) left top repeat;
}
.preview-outer {
  height: 360px;
  text-align: left;
  width: 100%;
  border: 1px solid #ddd;
}
#previewads-outer {
  min-height: 160px;
  margin: 10px auto;
  padding: 10px;
  width: 160px;
  font-size: 11px;
  word-wrap: break-word;
  border: 1px solid #ddd;
  background: #fff;
}
.preview-div{
  width: 160px;
    min-height:160px ;
    background: #fff;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    top: 5%;
    left: 20%; 
    word-wrap: break-word;
}
.table-responsive table thead{
  font-weight: bold;
}
.matrimonial-div{
  margin-top: 30px;
}
.matrimonial-div hr{
  margin: 0px;
  border: 1px #ccc solid !important;
    width: 100%;
   
}
.matrimonial-div h1{
  font-size: 22px;
  text-align: center;
  margin-top: 4px;
}
.txt-top{
  line-height: 35px;
}
.category-rate{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.category-div.div1{
  margin: 12px;
    flex: 1 1 20%;
    display: block;
    cursor: pointer;
}
.category-div.div1.media {
  border: 1px #ccc solid;
  border-bottom: 2px #bd2130 solid;
  padding: 0px;
}
@media (max-width: 767px) {
  .btn-breadcrumb { margin-left: 10px; margin-right: 10px; width: calc(100% - 20px) !important; }
}

.btn-breadcrumb{
  width: 100%;
  background-color: #fff;
 
   
}
.btn-breadcrumb .btn{
  border-color: transparent; border: 0px solid transparent;
  border-right: 1px solid transparent !important; 
  font-size: 11px;
} 
.breadcrumb-danger{ background-color: #d9534f; }
.breadcrumb-negro{ background-color: #e2f4fd; } 
.btn-breadcrumb .btn:last-child {font-weight: bold; text-decoration: underline;}
.btn-breadcrumb .btn:last-child:after{margin-left: -2px;}
.btn-breadcrumb .btn:last-child:before{margin-left: -1px;} 
.btn-breadcrumb .btn-derecha{
  float: right;
  margin-right: 0px;
  padding: 6px 10px 6px 10px !important;
  margin-left: 0px !important;
  border-radius: 0px !important; 
}
.btn-breadcrumb .btn-derecha:first-child { 
  border-top-right-radius: 2px !important; 
  border-bottom-right-radius: 2px !important; 
}

.btn-breadcrumb .btn-derecha:after, .btn-breadcrumb .btn-derecha:before{
  content: none !important;
}

.btn-breadcrumb .btn:after {
  content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 23px solid transparent;
     
    position: absolute;
    top: 50%;
    margin-top: -24px;
    margin-left: 0px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb .btn:before {
  content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 55%;
    margin-top: -30px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {padding:6px 12px 6px 24px;}
.btn-breadcrumb .btn:first-child {padding:13px 20px 0px 10px;}
.btn-breadcrumb .btn:last-child {padding: 14px 90px 0px 24px;;
  font-size: 16px;
  text-decoration: none;
}} 
/** Danger button **/
.btn-breadcrumb .btn.btn-danger:after {border-left: 24px solid #d82026;}
.btn-breadcrumb .btn.btn-danger:hover:after {border-left: 24px solid #d82026;}
.btn-breadcrumb .btn.btn-danger:hover:before, .btn-breadcrumb .btn.btn-danger:before {border-left: 24px solid #d82026;}
.breadcrumb-danger{ border: solid 1px #d82026; } 
danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d81f25;
  border-color: #d81f25;
}

.breadcrumb-negro ul li{
  float: left;
  display: inline;
  color: #000;
  margin-left: 60px;
  margin-top: 15px;
  font-weight: bold;
}
.breadcrumb-negro p{
  font-size: 16px;
    padding-left: 10px;
    font-weight: 600;
}
.head-div{
  height: 55px;
}
.des-div{
  height: 225px;
}

/*----------------Login css --------------------*/
.bg-red{
  background: #d81f25;
}
.login-div{
  margin-top: 30px;
  padding: 50px 50px;
}
.login-div h1{
  font-size: 30px;
  text-transform: uppercase;
}
.login-div h2{
  font-size: 18px;
  text-transform: uppercase;
}
.login-div hr{
    border: 1px #333 solid !important;
    width: 100%;
    margin-top: 0px;
}

/*------------------classified css------------*/
.project-tab {
  padding: 10%;
  margin-top: -8%;
}
.project-tab #tabs{
  background: #007b5e;
  color: #eee;
}
.project-tab #tabs h6.section-title{
  color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #0062cc;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 0px solid !important;
  font-size: 16px;
  font-weight: bold;
}
.project-tab .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
   
}
.project-tab .nav-link:hover {
  border: none;
}
.project-tab thead{
  background: #f3f3f3;
  color: #333;
}
.project-tab a{
  text-decoration: none;
  color: #333;
  font-weight: 600;
}
#tabs .active { background:#d81f25; font-weight: normal;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  background: #dee2e6;
  color: #000;
}
.packages-div{
  padding: 30px 0px;

}
.packages-div hr{
  margin: 0px;
    border: 1px #d81f25 solid !important;
    width: 100%;
}
.packages-div h2{
  font-size: 18px;
    color: #d81f25;
}
.lh40 {
  line-height: 40px;
}
span.rate-type {
  border-radius: 3px;
  color: #000;
  background: #FBE8AA;
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  padding: 2px 8px;
  text-transform: uppercase;
  float: right;
    margin-top: 10px;
    margin-right: 5px;
}
.label-size {
  margin: 0;
  padding: 0;
}
.label-size span:before {
  display: none;
  top: 9px;
  left: 194px;
  width: 0;
  height: 0;
  border-color: transparent #0089e0 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.label-size span:after {
  display: none;
  top: 12px;
  left: 427px;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -moz-box-shadow: -1px -1px 2px #004977;
  -webkit-box-shadow: -1px -1px 2px #004977;
  box-shadow: -1px -1px 2px #004977;
}
.label-size span:after, .label-size span:before {
  content: "";
  position: absolute;
  
}
 
.label-size span .fa {
  padding-right: 5px;
}
.label-size span {
  float: right;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 9px;
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: #0089e0;
  color: #fff;
  border-radius: 5px;
 /* -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;*/
}
.available-disc{
  /*padding: 0px;*/
}
.available-disc p{
   margin-bottom: -25px;
   padding: 0px;
   font-weight: 700;
   font-size: 16px;
   display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
   
}
.available-disc .label-size span:before{
  display: none;
  top: 9px;
    left: 352px;
    width: 0;
    height: 0;
    border-color: transparent #0089e0 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}
.bottom-div{
  background: #fff;
    padding: 25px 15px;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}
.bottom-div p{
  margin-bottom: 0px;
    margin-top: 0px;
    font-weight: normal;
}
.panel-heading a:after {
  font-family:'Glyphicons Halflings';
  content:"\2212";
  float: right;
  color: grey;
}
.panel-heading a.collapsed:after {
  content:"\2b";
}

.panel-heading a:after {
  font-family: 'Glyphicons Halflings';
  content: "\2212";
  float: right;
  color: black;
  font-weight: bold;
  font-size: 24px;
}
.panel-heading a.collapsed:after {
  content: "\2b";
  font-size: 25px;
  color: #000;
  font-weight: bold;
}
.description-div{
  margin-top: 0px;
}
.description-div .panel-heading h4{
  font-size: 14px;
   
}
.bookingBtn{
  font-size: 16px; margin-top: 2px; font-weight: bold;
}
.new-tab{
  width: 30%;
}
.div3 h5{
  font-size: 17px;
}
.tab-content p{
  color: #000;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #d81f25 none !important;
  color: white;
}
.error {
  color: red;
  float: left !important;
}
.rate{}
.rate .breadcrumb{
  margin-top: 0px !important;
}
.select {
  position: relative;
}
.select, .select select {
  display: inline-block;
  width: 100%;
}
.select select {
  padding: 10px 15px;
  outline: 0;
  border: 1px solid #d81f25;
  border-radius: 0;
  background: #fff;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.btnred {
  background: #fff;
  color: #F32F2F;
  text-transform: uppercase;
  font-size: 16px;
  height: 45px;
}
.call_p i{
  background-color: #F32F2F;
    padding: 5px;
    color: #fff !important;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 21px;
}
.form_sec h3{
  font-size: 18px;
}
button[type="button"]{
  cursor: pointer;
}
input[type="button"]{
  cursor: pointer;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  background: #d81f25;
  color: #fff;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
  color: #fff;
  opacity: 1;
}
.service-div .main-div2 {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-content{
 
}

.service-content h4{
  font-size:18px;
  font-weight:bold;
  margin-top:10px;
}
.services-form input{
  background:#f5f5f5;
}
.services-form{
  border: 1px #ccc solid;
  padding: 15px;
}
.services-form textarea{
  background:#f5f5f5;
}
.callus-div{
  margin-top: 20px;
    background: #f5f5f5;
    padding: 15px;
    font-size:16px;
}
.greeninput .cssinput {
  padding: 5px;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
}
.control input:checked~.control__indicator:after {
  display: block;
  content: "\f046";
}
.control--radio .control__indicator:after {
  left: 5px;
  top: -8px;
  height: 20px;
  font-size: 20px;
  width: 20px;
  border-radius: 0;
  background: 0 0;
  font-family: FontAwesome;
  color: #F32F2F;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
}
.txtred {
  color: red;
}
.top-s ul.social-network li {
  display: inline;
  margin: 0 10px;
}