/* CSS Document */
a:focus, button:focus {
  outline: none;
}
header {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.times a {
  color: #fff;
}
.times a:hover {
  color: #fff;
}
.logo_container img {
  width: 100%;
  text-align: center;
  padding: 16px 0px;
  max-width: 375px;
}
.banner_img img {
  width: 100%;
}
.logo_container {
  text-align: center;
}
/* customize section */
.overview-block-pb {
  padding: 0 0 40px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.iq-feature1 {
  margin-top: -125px;
  z-index: 10;
}
.iq-feature1 {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 35px 30px;
  margin-top: 50px;
  height: 150px;
}
.iq-feature1.emergency-call:before {
  background: #da261de0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.w-100 {
  width: 100%;
}
.pos-rel {
  position: relative;
}
.features-03-img img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.features-03-img > img {
  width: 100%;
}
.features-03-wrapper:hover .features-03-img::before {
  opacity: 0;
}
.features-03-wrapper:hover .features-03-img::after {
  opacity: 1;
}
.b-button > a:hover {
  color: #ff5e14;
  border-color: #ff5e14;
}
.features-03-img::after {
  background-image: -webkit-linear-gradient(-90deg, #da3040db 0%, rgba(254, 88, 12, 0.43) 50%, rgba(255, 94, 20, 0.01) 100%, #da3040 100%);
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
.features-03-text {
  position: absolute;
  top: 0;
  padding: 40px;
  z-index: 99;
}
.b-button > a {
  font-size: 15px;
  color: #282828;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #282828;
  transition: 0.3s;
  display: inline-block;
}
.services-b-btton > a {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 3px;
}
.services-b-btton {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 9;
}
.features-03-text h2 {
  font-size: 90px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  margin-bottom: 0;
  color: #ffffff;
  position: absolute;
  top: 95px;
  opacity: 0.2;
  font-weight: 700;
}
.features-03-text h3::before {
  height: 4px;
  width: 51px;
  background: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.features-03-text h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.4;
  position: relative;
  margin-top: 28px;
  letter-spacing: -0.3px;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.features-03-img::before {
  background-image: -webkit-linear-gradient(-90deg, rgba(2, 2, 2, 0.8902) 0%, rgba(149, 56, 12, 0.45) 58%, rgba(255, 94, 20, 0.01) 100%, #da3040 100%);
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 1;
}
.iq-feature1 .content-blog {
  z-index: 9;
  text-align: center;
  position: relative;
}
.iq-feature1 img {
  margin-bottom: 10px;
}
.iq-feature1 .content-blog h4 {
  font-weight: 600;
  color: #fff;
  line-height: 30px;
  font-size: 26px;
}
.iq-feature1 .content-blog h5 {
  color: #fff;
  margin-top: 20px;
}
.iq-feature1 .content-blog p {
  color: #fff;
  line-height: 68px;
}
.iq-feature1 .feature-img {
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
.iq-feature1.appointment-request:before {
  background: #0066ace8;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.iq-feature1:before {
  z-index: 9;
}
.iq-feature1.appointment-request form .form-control {
  border: inherit;
  border-bottom: 1px solid rgb(255 255 255);
  padding: 0;
}
.p_font {
  font-size: 13px;
  margin-top: 20px;
}
.iq-feature1 textarea {
  color: #fff !important;
}
.iq-feature1 textarea {
  background: transparent;
  resize: vertical;
  border: 1px solid #e0e0e0;
  color: #666666 !important;
  padding: 10px;
  width: 100%;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 14px;
}
.iq-feature1 .form-control {
  background-color: transparent;
  border: 1px solid #2f2f2f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  box-shadow: none;
}
.iq-feature1.appointment-request .button {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.button.orange a {
  color: #fff !important;
  font-size: 15px;
}
.button.orange:hover {
  background: #333;
  color: #fff;
  border: inherit;
}
.content-blog form {
  margin-top: 20px;
}
.button.orange {
  background: #ea601e;
  color: #fff;
}
.button:hover, .button:focus {
  color: #fff;
  background: #222;
  -webkit-box-shadow: 2px 10px 30px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 2px 10px 30px 5px rgba(0, 0, 0, .1);
  box-shadow: 2px 10px 30px 5px rgba(0, 0, 0, .1);
}
.iq-feature1:hover .feature-img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transition: scale(1.1);
  -ms-transform: scale(1.1);
}
.iq-feature1.time-table:before {
  background: #f44336d6;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.iq-feature1.time-table2:before {
  background: #615c5ced;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.mar_b_10 {
  margin-bottom: 10px;
}
.other_ul {
  padding-left: 10px;
  padding-top: 15px;
}
.other_ul li {
  padding: 10px 0px;
  border-bottom: 1px dashed;
}
.iq-feature1 .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.iq-feature1 .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.iq-feature1 .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.testimonial_slider_wrapper {
  margin: 20px 0px;
}
.no-border-top {
  border-top: 0px !important;
}
.cline-logo-carousel-indicators li {
  width: 30%;
  height: 100px;
  line-height: 60px;
  margin: 0px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0;
  position: relative;
  z-index: 0;
  opacity: 1;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -6px;
  margin-left: -4px;
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-align: center;
  padding-top: 15px;
}
.cline-logo-carousel-indicators li:hover {
  opacity: 1;
}
.cline-logo-carousel-indicators li:nth-child(3) {
  border-right: 0px solid transparent !important;
}
.cline-logo-carousel-indicators li:nth-child(6) {
  border-right: 0px solid transparent !important;
}
.cline-logo-carousel-indicators li:nth-child(9) {
  border-right: 0px solid transparent !important;
}
.category a {
  color: #fff;
  clear: both;
}
.category img {
  max-width: 50px;
}
.category {
  text-align: center;
  display: inline-flex;
  margin: 0 auto;
}
.updates1 .category img {
  max-width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 10px;
}
.category a p {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  padding-left: 6px;
  line-height: 80px;
}
.ewf-slider-slide__content-wrap h1 {
  margin-bottom: 20px;
  color: #ffffff;
}
.track input {
  max-width: 20%;
  display: inline-block;
  color: #555;
  font-weight: 600;
}
.track select {
  max-width: 20%;
  display: inline-block;
  color: #555;
  font-weight: 600;
}
.track button {
  background: #fec314;
  padding: 6px 15px;
  color: #fff;
  border: 1px solid #fec314;
  border-radius: 3px;
}
.ewf-slider-slide__content-wrap *:last-child {
  margin-bottom: 0;
}
.ewf-slider-slide__content-wrap h5 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 15px;
}
/*
.hvr-sweep-to-right:hover::before {
  border-bottom: 220px solid #0f5fa6;
  border-right: 220px solid transparent;
}
.hvr-sweep-to-right::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-bottom: 0px solid #fff;
  border-right: 0px solid transparent;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  z-index: -1;
}
.hvr-sweep-to-right:hover::after {
  border-top: 220px solid #0f5fa6;
  border-left: 220px solid transparent;
}
.hvr-sweep-to-right::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 0px solid #fff;
  border-left: 0px solid transparent;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  z-index: -1;
}
*/
.banner_caption .explore_btn {
  float: none;
  margin-top: 10px;
  font-style: normal;
  padding: 14px 60px;
  font-size: 14px;
}
.explore_btn {
  background: #d93444;
  padding: 10px;
  color: #f0efef;
  margin-top: 30px;
  letter-spacing: 1px;
  border: none;
  text-align: center;
}
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
}
.a_hover {
  position: relative;
}
.a_hover a {
  color: #fff;
}
.footer_pad {
  padding: 60px 0px;
}
.hvr-sweep-to-right:hover {
    color: #fff;
    background: #0c60a7;
    box-shadow: 0px 0px 4px 1px #fff;
}
.hvr-sweep-to-right {
  margin: 20px 0px;
	  font-weight: 600;
}
.subscribe_form input {
  height: 40px !important;
}
.service_wrapper .serv_p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
#slider {
  width: 500px;
  top: 25%;
  position: fixed;
  z-index: 1000;
  cursor: pointer;
}
.header_box {
  width: 320px;
  height: 350px;
  position: absolute;
  right: 0;
  background: #0d68a2;
  border: 1px solid #0d68a2;
  margin-left: 0;
  padding: 40px 20px;
  border-radius: 3px;
}
.header_box h3 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 35px;
  font-size: 24px;
}
.header_box h3:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 2px;
  background: #ffffff;
  top: 21%;
  left: 42%
}
.sidebar1 {
  position: absolute;
  top: 150px;
  box-shadow: 0 0 8px grey;
  background: #da3040;
  padding: 10px 15px 15px 20px;
  color: #fff;
  transform: rotate(270deg);
  right: 48%;
  border-top-left-radius: 10px;
  font-size: 16px;
  border-top-right-radius: 10px;
}
#slider input[type=text] {
  margin-top: 10px;
  padding: 18px 10px;
  width: 100%;
  font-size: 13px;
  border-radius: 0px;
  margin-bottom: 15px;
  border: 1px solid #fff;
}
#slider textarea {
  padding: 10px;
  font-size: 13px;
  border-radius: 0px;
  border: 3px solid #98d0f1;
  margin-top: 10px;
  height: 70px;
  width: 100%;
  border: 1px solid #fff;
}
#slider input[type=text]::placeholder {
  color: #000;
}
#slider textarea::placeholder {
  color: #000;
}
#slider button {
  border: 1px solid #da2319;
  margin: 20px 54px;
  color: #ffff;
  text-transform: uppercase;
  font-size: 17px;
  box-shadow: 1px 2px 3px #eee;
  background: #da3040;
  width: 130px;
  line-height: 40px;
  padding: 0px 14px;
}
.sidebar i {
  transform: rotate(90deg);
  font-size: 20px;
}
.abs_form {
  position: relative;
  right: -330px;
  transition: all 0.4s linear;
}
.abs_form.active {
  right: 0;
}
.header_box p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: 500;
}
.custom02 {
  text-align: center;
}
.custom02 input[type="radio"] {
  display: none;
}
.custom02 label {
  position: relative;
  display: inline-block;
  padding: 3px 20px 3px 20px;
  cursor: pointer;
  color: #fff;
}
.custom02 label::before, .custom02 label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.custom02 label::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
.custom02 label:hover::before {
  background: #fff;
}
.custom02 label::after {
  opacity: 0;
  left: 3px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #da3040;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.custom02 input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #da3040;
}
.custom02 input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hov a {
  width: 100%;
  text-align: center;
}
.footer_social {
  text-align: center;
}
.main_brand {
  width: 100%;
  /* display: inline-block; */
  max-width: 150px;
  text-align: center;
  margin: 0 auto;
}
.pay_brand {
  width: 49%;
  display: inline-block;
  text-align: center;
}
.main_brand img {
  width: 100%;
}
.tcillogo {
  margin-right: 30px;
}
.tcillogo img {
  width: 100px;
}
.footer_logo {
  text-align: center;
}
.footer_logo img {
  width: 100%;
  max-width: 300px;
}
.explore_btn1 {
  margin: 0px !important;
  border-radius: 0px;
}
.service_area .slider_controller {
  display: none;
}
.service_text li {
  padding-bottom: 10px;
  font-weight: 600;
  width: 49.5%;
  display: inline-block;
}
.service_text li a {
  color: #777777;
}
.dropdownpin {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: none;
  background: #fff url(../images/caret-d.png) no-repeat right 10px center;
  height: 42px;
  padding: 8px 15px;
  border-radius: 0px;
}
#Tb_pin {
  height: 42px;
  border-radius: 0;
}
.locateicon {
  position: relative;
}
.locateicon:before {
  content: " ";
  width: 35px;
  height: 35px;
  background: url(../images/locate.png) no-repeat 15px 12px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
}
.btn_check {
  border-radius: 0px;
}
.width-100 {
  width: 100%;
  text-align: center;
}
.about_us_text ul li img {
  margin-right: 15px;
}
.about_us_text ul li {
  color: #dedede;
  font-size: 15px;
  padding-bottom: 10px;
}
.mt-10 {
  margin-top: 20px !important;
}
/*.locater_main select, input, select, .locater_main input:focus, .locater_main select:focus, input:focus, button.btn:focus, select:focus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0), 0 0 8px rgba(102,175,233,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0), 0 0 8px rgba(102,175,233,.0);
    border: 1px solid #384652;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
.features-03-text ul {
  margin-top: 60px;
}
.features-03-text ul li a {
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.features-03-text ul li a:hover {
  color: #f7f7f7;
}
.features-03-text ul li span {
  margin-right: 5px;
  color: #fff;
  font-size: 24px;
}
.iq-features {
  margin-top: 30px;
}
.iq-features {
  z-index: 99;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.iq-features .features-blog {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.iq-features .features-blog:before {
  z-index: 99;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.features-images {
  position: relative;
}
.features-images h2 {
  position: absolute;
  z-index: 10000;
  top: 35%;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  text-shadow: 3px 0px 13px rgba(0, 0, 0, 0.75);
}
.features-blog:hover .features-images h2 {
  display: none;
}
.iq-features .features-blog:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(218 48 64 / 51%);
  opacity: 0;
  z-index: 9;
}
.iq-features .features-blog img {
  width: 100%;
  vertical-align: bottom;
}
.iq-features .features-blog .features-description {
  position: absolute;
  width: 100%;
  top: -10%;
  left: 0;
  color: #fff;
  margin-top: -20px;
  padding: 0;
  opacity: 0;
  z-index: 99;
}
.iq-features .features-blog:hover:before {
  opacity: 1;
}
.iq-features .features-blog:hover .features-description {
  top: 15%;
  opacity: 1;
}
.services {
  position: relative;
  padding-bottom: 50px;
}
.heading__subtitle {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #da3040;
  display: inline-block;
  margin-bottom: 13px;
}
.heading__title {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 38px;
  color: #0f60a7;
}
.heading__desc {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
  color: #0a0a0a;
  font-weight: 500;
}
.service__icon img {
  width: 100px;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.service-item {
  position: relative;
  background-color: #fff;
  padding: 40px 30px 35px;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
  height: 325px;
}
.service-item:hover .service__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  -moz-animation: slideTopDown 1s infinite alternate;
  -ms-animation: slideTopDown 1s infinite alternate;
  -o-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}
.service-item .service__icon {
  height: 80px;
  line-height: 1;
  font-size: 70px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 25px;
}
.service-item .service__icon img {
  line-height: 1;
}
.service__content ul li {
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
  transition: all .5s ease-in-out;
  padding-bottom: 2px;
  font-weight: 600;
  display: table;
  color: #0f5fa6;
  margin-bottom: 15px;
}
.service__content ul li i {
  font-size: 14px;
  font-weight: 600;
  padding-right: 2px;
}
.service__content ul li:hover {
  color: #da3040;
  padding-left: 10px;
}
.service-item .service__title {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0f60a7;
}
.service-item .service__desc {
  font-size: 14px;
  line-height: 24px;
}
.service-item .btn {
  width: 125px;
  height: 40px;
  line-height: 38px;
}
/* ============= pdf pages ============== */
.serve_eft {
  transition: all .3s ease-in-out;
}
.service {
  margin-top: 60px;
  border: 1px solid #d7d7d7;
  margin-bottom: 30px;
  position: relative;
  border-top: 3px solid #d7d7d7;
  transition: all .3s ease-in-out;
  height: 160px;
}
.serve_eft:hover {
  border: 2px solid #d93444;
  border-top: 4px solid #d93444;
  box-shadow: 2px 2px 4px 0px #a0a0a0;
}
.diff li {
  margin: auto;
}
.diff li img {
  width: 122px;
}
.service_icon {
  position: absolute;
  top: -52px;
  left: 130px;
  background: #fff;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}
.serve_eft a {
  color: #000;
}
.service_icon img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0px 2px 3px #737373;
  max-width: 90px;
  padding: 5px;
}
.service_name {
  padding: 20px 20px 35px;
  padding-top: 50px;
  text-align: center;
}
.service_name h5 {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #0d5fa6;
  line-height: 18px;
}
.service_name h6 {
  padding-left: 8px;
  padding-right: 8px;
  color: #373737;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.service_name p {
  margin-bottom: 0;
}
.ban_767 {
  display: none;
}
.side_bar2 i {
  transform: unset;
  font-size: 13px;
  margin: 8px;
}
.search_bar h4 {
  line-height: 45px;
  width: 100%;
  padding: 0 35px 0 20px;
  border-left: 5px solid #222222;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  background: #0f60a7;
  color: #fff;
}

/* ============= pdf pages end ============== */
/* ============= Captcha ============== */
.CaptchaWrap {
  position: relative;
}
.CaptchaTxtField {
  border-radius: 5px;
  display: block;
  box-sizing: border-box;
}
#UserCaptchaCode {
  outline: none;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  margin-top: 15px;
}
#CaptchaImageCode {
  text-align: center;
  margin-top: 0px;
  padding: 0px 0;
  width: 189px;
  overflow: hidden;
}
.capcode {
  font-size: 46px;
  display: block;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
  height: 50px;
}
#RadioButtonpincode {
  margin-left: -60px !important;
}
.ReloadBtn {
  background: url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  border: 0px;
  outline none;
  position: absolute;
  bottom: -5px;
  left: 195px;
  outline: none;
  cursor: pointer;
}
.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}
.error {
  color: red;
  font-size: 12px;
  display: none;
}
.success {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}
.my_dropdown .open > .dropdown-menu {
  display: contents;
}
.my_dropdown .dropdown-menu {
  position: relative;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.active2 {
  color: #0d5fa6 !important;
  font-weight: 600;
}
.my_dropdown button i {
  float: right;
  font-size: 16px;
  margin-top: 0;
}
.my_dropdown button {
  width: 100%;
  text-align: left;
  text-decoration: none !important;
  padding: 10px 0px;
  border-bottom: 1px solid #eeeeee;
  color: #777777;
  display: block;
  font-size: 14px;
}
.my_dropdown button:focus {
  border: none;
  outline: none;
}
.my_dropdown a:focus {
  border: none;
  outline: none;
}
.active1 {
  color: #0d5fa6 !important;
  font-weight: 600;
}
.post_content h6 {
  color: #da3040;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.post_content ul li {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #000;
  display: flex;
}
.post_content p {
  color: #000;
  font-weight: 500;
}
.post_content ul li img {
  margin: 0px 10px 0px 20px;
  max-width: 25px;
  width: 100%;
  height: 25px;
  line-height: 24px;
}
/* ============= Captcha end ============== */
#Textreview {
  border: 1px solid #ddd;
  border-radius: 0px;
}
.magic_menu img {
  width: 100%;
}
.blog_img img {
  width: 100%;
}
.detail_blog_post_wrapper .post {
  padding: 30px 0px 10px 0px;
}
.blog_text p {
  color: #000;
  font-size: 13px;
}
.single_blog_wrapper:hover .blog_text p {
  color: #888;
}
#RadioButtonlocation {
  margin-left: -60px;
}
.call_to_action .form-control {
  height: 40px;
}
.call_to_action .explore_btn {
  width: unset;
}
.esg_img {
  max-width: 50px;
}
.magic_menu .megamenu2 img {
  width: 100%;
}
.exp_btn {
  margin: 10px auto;
  text-align: center;
}
.mar_0 {
  margin: 0 !important;
}
.regi_form_wrapper {
  margin-bottom: 50px;
}
.login_area .table-striped tbody {
  font-weight: 600;
}
.login_area .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #0c5fa6;
  color: #fff;
}
.t_pin {
  color: #d93444;
}
.post_content h5 a {
  text-align: center;
  font-size: 16px;
  color: #da3040;
}
.post_content h5 a:hover {
  color: #0d5fa6;
}
.tci_exp {
  margin-top: 20px;
  text-align: left;
}
.tci_exp h5 a {
  color: #d93444;
}
.section-top {
  padding-top: 50px;
  padding-bottom: 50px;
}
.org_team {
  background: #fff;
  padding-top: 50px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 2px 3px 4px #adadad;
  margin-bottom: 30px;
  transition: all .5s ease-in-out;
  border: 1px solid #fff;
  height: 455px;
}
.org_team:hover {
  border: 1px solid #0f5fa6;
  box-shadow: none;
}
.org_team .image_div {
  background: #0f5fa6;
  position: relative;
  width: 100%;
  height: 50px;
}
.org_team .image_div img {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  top: -37px;
  left: 34%;
  max-width: 110px;
  padding: 3px;
  background: #fff;
}
.org_team .org_det {
  padding: 10px 15px;
}
.org_team .org_det h2 {
  margin-top: 15px;
  font-size: 20px;
  color: #0f5fa6;
  text-shadow: 0px 0px 1px #707070;
  margin-bottom: 0px;
}
.tci_gift {
  text-align: center;
}
.tci_gift a {
  color: #da3040;
  font-weight: 600;
  font-size: 16px;
}
.tci_gift i {
  color: #da3040 !important;
  margin-top: -5px;
  margin-right: 6px;
}
.main_brand h6 {
  font-size: 18px;
  color: #0f5fa6;
  font-weight: 600;
  margin-bottom: 10px;
}
.org_team .org_det h5 {
  font-size: 16px;
  border-top: 1px dashed #0f5fa6;
  border-bottom: 1px dashed #0f5fa6;
  margin-top: 8px;
  margin-bottom: 13px;
  line-height: 30px;
  color: #282828;
}
.org_team .org_det h6 {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: justify;
}
.boardcommitee_table {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.boardcommitee h4 {
  color: #0c60a7;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.boardcommitee_table li.heading {
  background: #0c60a7;
  color: #ffffff;
}
.boardcommitee_table li {
  float: left;
  width: 100%;
}
.boardcommitee_table li span.boardnumber {
  width: 13%;
}
.boardcommitee_table li span.boardname {
  width: 35%;
}
.boardcommitee_table li span {
  padding: 12px 10px;
  float: left;
  text-align: left;
  width: 20%;
  background: transparent;
}
.boardcommitee_table li span.boarddesignation {
  width: 27%;
}
.boardcommiteeheading h1 {
  font-size: 28px;
  color: #da3040;
  margin-bottom: 25px;
}
.boardcommitee_table li span {
  padding: 12px 10px;
  font-size: 12px;
  float: left;
  text-align: left;
  width: 25%;
  background: transparent;
  border: 1px solid #0c60a7;
}
@media screen and (max-width: 1400px) {
  .w-100 {
    height: 520px;
  }
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 1;
}
.services_div {
  display: inline-block;
  width: 24%;
  padding: 10px;
  margin-bottom: 12px;
}
.services_div .services_contianer {}
.services_div .services_contianer img {
  width: 100%;
  border: 5px solid #da3040;
  border-radius: 10px;
  margin-bottom: 20px;
}
.services_div .services_contianer h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #0c60a7;
}
.book_ship label {
  font-size: 15px;
  color: #0c5fa6;
  padding: 0;
}
.book_ship input, select {
  margin-top: 5px;
}
input, select {
  font-family: arial;
}
.book_ship h4 {
  margin-bottom: 15px;
  color: #d93444;
}
.book_ship .dropdownpin {
  height: 34px;
  padding: 5px 15px;
  border-radius: 5px;
}
.btn_input {
  width: 30%;
  padding: 0;
  text-align: center;
}
.style1 {
  padding-left: 20px;
}
.style1 strong {
  color: #d93444;
}
.pincode_input {
  display: inline-block;
  height: 42px;
}
.book_ship .explor1 {
  float: right;
}
.unpaid .service_icon {
  left: 42%;
}
.h4_clsss {
  padding: 35px 0px 15px;
  color: #da3040;
}
.contact-us-wrapper {
  padding: 50px;
}
.contact-us-wrapper p {
  text-align: justify;
  margin-bottom: 20px;
}
.contact-detail-shadow {
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0px 18px 76px 0px rgb(0 0 0 / 14%);
  padding: 3rem;
}
.contact-detail-shadow h4 {
  font-size: 16px;
  color: #d93444;
  margin-bottom: 15px;
  font-weight: 700;
}
.contact-detail-shadow .items {
  margin-bottom: 20px;
}
.contact-detail-shadow i {
  color: #0c5fa6;
  font-size: 18px;
  margin-right: 10px;
}
.contact-detail-shadow .items {
  margin-bottom: 20px;
}
.contact-detail-shadow .items {
  margin-bottom: 20px;
}
.contact-detail-shadow a {
  text-decoration: underline;
  color: #0c5fa6;
  font-weight: 600;
}
.contact-detail-shadow a:hover {
  color: #d93444;
}
.gmap {
  width: 100%;
  height: 290px;
}
.team2:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgb(246 246 246);
  top: 0;
  left: 0;
}
.team2 {
  padding: 70px 0px;
}
.team2 .title h2 {
  color: #0c5fa6 !important;
}
.team2 img {
  max-width: 120px;
}
.team2 .team_img {
  padding: 15px 40px;
  text-align: center;
  margin: 0 auto;
}
.team2 .name_designation .name {
  font-size: 18px;
  font-weight: 600;
  color: #0c5fa6;
}
.social_links a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.social_links a:hover {
  color: #d93444;
}
.privacy {
  padding: 70px 0px;
}
.privacy h1 {
  color: #da3040;
  margin-bottom: 20px;
}
.privacy .subheading {
  color: #0c5fa6;
}
.privacy p {
  text-align: justify;
}
.box {
  position: relative;
}
.box span {
  position: absolute;
  width: 100%;
  top: 15px;
  margin-left: 15px;
  font-weight: 600;
}
.track_doc {
  padding: 40px 0px;
}
.track_doc h2 {
  font-size: 12px;
}
.track_doc .table {
  text-align: center;
  border: 1px solid #0c5fa6;
}
.track_doc .table > tbody > tr > th {
  background-color: #0c5fa6;
  color: #fff;
  border-right: 2px solid #fff;
  text-align: center;
}
.track_doc .table > tbody > tr > td {
  border: 1px solid #0c5fa6;
}
.track_num {
  padding: 15px;
  margin-top: 15px;
  border: 2px solid #0c5fa6;
  margin-bottom: 25px;
}
.track_doc .btn {
  padding: 15px 0px;
}
.track_doc .btn input {
  background: transparent none repeat scroll 0 0;
  line-height: 28px;
  width: 100%;
  font-size: 15px;
  padding: 6px 15px;
  border: 1px solid #ddd;
  color: #9e9e9e;
  margin-bottom: 15px;
}
.track_services {
  float: right;
}
.track_services h5 {
  margin-bottom: 10px;
}
.investor_contact h5 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #da3040;
}
.investor_contact a {
  color: #0c5fa6;
  font-weight: 600;
}
.investor_contact a:hover {
  color: #da3040;
}
.investor_contact {
  margin-top: 15px;
}
.pad_0 {
  padding-left: 0px;
  padding-right: 0px;
}
.h1_des h1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #0c5fa6;
}
.sec-padd {
  padding: 28px 0 25px;
}
.contact_information .tab .item:hover {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
}
.contact_information .tab .item {
  min-height: 180px;
  margin-top: 0;
  padding-bottom: 0;
  box-shadow: -2px 2px 6px #d4d4d4;
  transition: all .5s ease-in-out;
}
.contact_information .tab .item h5 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 17px;
}
.contact_information .tab .item h5 span {
  color: #0c5fa6;
  font-style: italic;
}
.mainmenu.fixed1 {
  top: 18% !important;
}
.contact_information .tab .item ul li {
  color: #040707;
  font-size: 14px;
  margin: 6px 0;
  font-weight: 600;
}
.contact_information .tab .item {
  position: relative;
  padding: 30px;
  background: #f7f7f7;
  overflow: hidden;
  border: 1px solid #f4f4f4;
}
.contact_information .tab .item ul li span {
  color: #848484;
}
.tab-content ol li {
  padding-bottom: 10px;
  color: #0a0a0a;
  font-weight: 500;
}
.our_team .social_links p {
  color: #fff;
  padding: 0px 10px;
}
.bran_logo {
  width: 100%;
  text-align: center;
  margin: 15px 0px;
  position: relative;
}
.bran_logo img {
  width: 100%;
  margin: 0px 10px;
}
.our_team .social_links p {
  color: #fff;
  padding: 0px 10px;
}
.great_place {
  max-width: 110px;
}
.super_brand {
  max-width: 90px;
}
.upi {
  max-width: 130px;
}
.brand {
  max-width: 110px;
}
.our-work {
  padding: 90px 0;
  background: #f5f5f5;
}
.our-work .heading h1 {
  font-size: 120px;
  font-weight: bold;
  opacity: 0.5;
  color: #e91e63;
  margin-bottom: -55px;
  font-family: 'Tangerine', cursive;
}
.our-work .wrapper-box .row {
  display: table;
  width: 100%;
}
.our-work .wrapper-box .text-box, .wrapper-box .image-box {
  width: auto;
  max-width: 300px;
  max-height: 300px;
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
}
.our-work .wrapper-box .image-box img {
  height: auto;
  width: 100%;
  min-height: 300px;
  float: right;
  object-fit: cover;
}
.section_title img {
  width: 100%;
}
.our-work .wrapper-box .text-box p {
  padding: 0px 30px;
  height: 100%;
  text-align: left;
}
.text-box h4 {
  text-align: left;
  padding: 0px 30px;
  font-size: 26px;
  margin-bottom: 20px;
  color: #0c5fa6;
}
.text-box .text-1 {
  text-align: left;
  padding: 0px 30px;
}
.our-work .wrapper-box .row:nth-child(odd) {
  direction: rtl;
}
.service__content img {
  width: 50px;
  margin-right: 15px;
}
.offer_over {
  position: fixed;
  top: 0;
  z-index: 999999;
  background: #000000d1;
  right: 0;
  left: 0;
  bottom: 0;
}
.pop_div {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 15px;
  display: flex;
  position: relative;
}
.pop_cls {
  position: absolute;
  right: 0;
  font-size: 25px;
  top: -8px;
}
.pop_cls i {
  color: #0e5fa6;
}
.pop_img {
  width: 100%;
  text-align: center;
}
.pop_img img {
  width: 100%;
}
.disp_n {
  display: none;
}
.up_img {
  text-align: center;
}
.up_img img {
  width: 100%;
  max-width: 150px;
}
.upgrade_section {
  padding: 50px 0px;
}
.div-1 {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
}
.div-1:before {
  position: absolute;
  content: '';
  border-right: 1px solid #ccc;
  width: 2px;
  height: 80px;
  right: 0;
}
.div-1:before {
  position: absolute;
  content: '';
  border-right: 1px solid #ccc;
  width: 2px;
  height: 65px;
  right: 0;
}
.div-1:last-child::before {
  display: none;
}
.div-1 img {
  width: 100%;
  max-width: 40px;
  margin-bottom: 12px;
}
.div-1 h5 {
  color: #4a3e3e;
  font-size: 12px;
}
.div-1:hover h5 {
  color: #0e5fa6;
}
.fixed1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #fff;
  animation: smoothScroll 1s forwards;
}
.bran_logo_767 {
  display: none;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px);
]  }
  100% {
    transform: translateY(0px);
  }
}



.dropdown_inves{
    position: absolute;
    background: #eee;
    padding: 0 10px;
    display:none;
}
.main_side:hover .dropdown_inves{
	display:block;
}
.main_menu_inves{display:none !important;}

.main_side .dropdown_inves:hover .main_menu_inves{
	display:block !important;
    left: -10px;
}
.reflect_li{
    float: none;
    display: block;
    top: -5px;
    position: relative;
    z-index: 100000;
    padding-top: 5px;
}

@media screen and (min-width: 1400px) {
  .logo_container img {
    max-width: 450px;
  }
  .bran_logo {
    margin: 25px 0px;
  }
  .mainmenu.fixed1 {
    top: 19% !important;
  }
}


@media screen and (max-width: 1400px) {
	.has_megamenu:hover .megamenu.main_menu_inves{	
    	left: -60% !important;
	}
}




@media screen and (min-width: 1700px) {
  .mainmenu.fixed1 {
    top: 17% !important;
  }
}
@media screen and (max-width: 1200px) {
  .mainmenu.fixed1 {
    top: 15% !important;
  }
  .logo_container img {
    padding: 20px 0px;
  }
  .mainmenu .navbar-nav li > a {
    font-size: 11px;
  }
  .our-work .wrapper-box .text-box, .wrapper-box .image-box {
    width: 100%;
    max-width: 100%;
    max-height: unset;
    display: block;
    vertical-align: unset;
  }
  .our-work .wrapper-box .row:nth-child(odd) {
    direction: unset;
  }
  .our-work .wrapper-box .row {
    display: unset;
    width: unset;
  }
  .our-work {
    background: #fff;
    padding: 40px 0px;
  }
  .service_detail {
    border-bottom: none;
  }
  .our-work .wrapper-box .image-box img {
    margin-bottom: 25px;
  }
  .our-work .wrapper-box .text-box p {
    padding: 0 !important;
  }
  .text-box h4 {
    padding: 0 !important;
  }
  .text-box .text-1 {
    padding: 0 !important;
  }
  .div-1 h5 {
    color: #4a3e3e;
    font-size: 12px;
  }
  .div-1 {
    padding: 0px 5px;
  }
  .div-1 img {
    max-width: 35px;
    margin: 5px;
  }
}
@media screen and (max-width: 991px) {
  .iq-feature1 {
    margin-top: 25px;
  }
  .mainmenu:after {
    position: unset !important;
  }
}
@media screen and (max-width: 767px) {
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    overflow-y: scroll !important;
    position: relative;
    display: block;
}
  .div-1:before {
    display: none;
  }
  .mainmenu.fixed1 {
    top: 15% !important;
    background: #0000 !important;
    margin-left: 0px !important;
  }
  .fixed1 .navbar-collapse {
    left: 20px !important;
  }
  .no_padd {
    padding-left: 0;
    padding-right: 0px;
  }
  .logo_container {
    margin-bottom: 5px !important;
  }
  .top_header {
    background: #da3040;
  }
  .w-100 {
    height: unset;
  }
  .tiny_header_wrapper {
    padding: 6px 0px;
    text-align: center;
  }
  .social_links {
    float: unset;
  }
  .menu_area {
    background: unset;
    border-bottom: unset;
  }
  .mainmenu:after {
    border-bottom: unset;
  }
  .mainmenu::before {
    border-bottom: 45px solid transparent !important;
  }
  .navbar-header {
    border-bottom: unset !important;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #da3040;
  }
  .navbar-toggle {
    background-color: #da3040;
  }
  .magic_menu img {
    display: none;
  }
  .mainmenu .navbar-nav li > a {
    background: #eee;
    padding: 5px 10px;
  }
  .mainmenu .navbar-nav > li.active > a, .mainmenu .navbar-nav > li.active > a:hover {
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: #eeeeee;
  }
  .has_megamenu .megamenu {
    padding: 0;
  }
  .sevices {
    padding-top: 50px;
  }
  .cont {
    padding-top: 0px !important;
  }
  .main_brand img {
    width: 100%;
    max-width: 130px;
    text-align: center;
  }
  .slider_area {
    overflow: unset;
  }
  .main_brand {
    margin: 0 auto;
    text-align: center;
  }
  .footer_menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer_menu ul li a {
    font-size: 12px;
    padding: 0 10px;
  }
  .tcillogo {
    margin-right: 0;
  }
  .footer_text_wrapper {
    padding-bottom: 0;
  }
  .footer_text_wrapper:before {
    position: unset;
  }
  .call_to_action_title > h3 {
    font-size: 14px !important;
  }
  .call_to_action .form-control {
    height: 40px;
  }
  .cline-logo-carousel-indicators {
    padding-left: 0px;
  }
  .home1_clogo_area img {
    width: 100%;
  }
  .home1_clogo_area {
    text-align: center;
  }
  .tiny_header::after {
    border-bottom: none;
    border-left: none !important;
    content: "";
    left: 100%;
    position: unset;
    top: 0;
  }
  .category p {
    font-size: 12px;
  }
  .logo_container img {
    max-width: 250px;
  }
  .tiny_header {
    margin-left: 0;
    margin-right: 0;
  }
  .iq-feature1 {
    height: 100px;
    padding: 15px;
  }
  .heading__title {
    font-size: 18px;
    line-height: 30px;
  }
  .heading__desc {
    font-size: 14px;
  }
  .navbar-collapse {
    z-index: 10000;
    left: -30px;
    width: 100%;
    min-width: 330px;
  }
  .mainmenu:before {
    position: unset;
  }
  .navbar-default {
    background: unset;
  }
  .mainme.nu::before {
    border-bottom: none !important;
    border-right: none !important;
  }
  .nav_shadow {
    box-shadow: unset;
  }
  .navbar-toggle {
    position: absolute;
    float: unset;
    padding: 9px 10px;
    margin: 0;
    bottom: 170px;
    right: 12px;
  }
  .sidebar1 {
    right: 50%;
    font-size: 14px;
  }
  .breadcrumb {
    height: 150px;
  }
  .breadcrumb_content {
    padding-top: 48px;
  }
  .page_title h1 {
    font-size: 20px;
  }
  .bread_crumb li a {
    font-size: 12px;
  }
  .search_bar {
    display: none !important;
  }
  .section_padding {
    padding-bottom: 0px !important;
    padding-top: 35px !important;
  }
  .post_image:after {
    position: unset;
  }
  .tiny_header_wrapper {
    transform: unset;
  }
  .tiny_header {
    transform: unset;
  }
  .navbar-collapse {
    left: -20px;
  }
  .ban_767 {
    display: block;
  }
  .bann_big {
    display: none;
  }
  .top_header {
    background: #fff;
  }
  .tiny_header_wrapper::before {
    content: unset;
    position: unset;
  }
  .tiny_header_wrapper::after {
    position: unset;
    content: unset;
  }
  .padding_0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .div-1 h5 {
    display: none;
  }
  .div-1:before {
    height: 80px;
  }
  .div-1 img {
    max-width: 140px;
    margin: 0;
    margin-bottom: 12px;
  }
  .div-1 {
    padding: 0px 10px;
  }
  .logo_container img {
    max-width: 230px;
    padding: 10px 0px;
  }
  .navbar-toggle {
    bottom: 180px;
  }
  .bran_logo {
    display: none;
  }
  .bran_logo_767 {
    display: block;
    margin-bottom: 0;
  }
  .team_slider_wrapper {
    padding-bottom: 50px;
  }
  .mobile-chat-container {
    width: 60px !important;
    height: 60px !important;
  }
}
@media screen and (max-width: 480px) {
	.login_content {
		width: 40%;}
  .navbar-toggle .icon-bar {
    width: 18px;
  }
  .div-1 {
    padding: 0px 3px;
  }
  .div-1 img {
    max-width: 115px;
    margin: 0;
    margin-bottom: 12px;
  }
  .navbar-toggle {
    bottom: 165px;
  }
  .my-preloader > img {
    top: 36%;
    left: 18%;
    width: 250px;
    height: 250px;
  }
  .div-1:before {
    height: 64px;
  }
  .up_img img {
    width: 100%;
    max-width: 120px;
  }
  .up_img {
    margin-bottom: 20px;
  }
  .col-12 {
    width: 100%;
  }
  .iq-feature1 {
    margin-top: 0;
  }
  .tiny_header {
    margin-right: 0 !important;
  }
  .times p {
    font-size: 11px;
  }
  .header_info ul li a {
    font-size: 10px;
  }
  .updates h4:after {
    left: 72px;
    border-bottom: 17px solid transparent;
    top: 0px;
  }
  .updates h4 {
    width: 100px;
    font-size: 12px;
  }
  .emergency-call {
    margin-top: 25px !important;
  }
  .updates1 .category img {
    max-width: 45px;
    height: 21px;
    margin-top: 13px;
    margin-right: 10px;
  }
  .iq-feature1 .content-blog p {
    line-height: 50px;
  }
  .iq-feature1 {
    height: 60px;
    padding: 5px;
  }
  .marquee {
    width: 300px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #ccc;
  }
  .marquee a {
    display: inline-block;
    padding: 10px 30px;
  }
  .call_to_action {
    padding-top: 22px;
    padding-bottom: 25px;
  }
  .call_to_action_title > h3 {
    font-size: 10px !important;
    line-height: 35px !important;
  }
  .v_middle {
    padding: 0;
  }
  .org_team .org_det {
    padding: 10px;
  }
  .post_content p {
    font-size: 13px;
  }
  .post_content h6 {
    font-size: 17px;
  }
  .post_content ul li {
    font-size: 12px;
  }
  .sidebar_widget {
    margin-top: 25px;
  }
  .pop_cls {
    right: 5px;
    top: -3px;
  }
  .pop_div {
    padding: 20px;
  }
  .post_image {
    padding: 0;
    margin-top: 0;
  }
  .post {
    padding: 0;
  }
  .marquee {
    padding: 0px !important;
  }
  .updates h4 {
    width: 80px !important;
  }
  .updates h4:after {
    left: 80px !important;
  }
  .tiny_footer .footer_text_wrapper p {
    font-size: 12px !important;
  }
  .tcillogo img {
    width: 80px !important;
  }
  .service_icon {
    left: 40% !important;
    top: -38px !important;
  }
  .service_icon img {
    max-width: 70px !important;
  }
  .services_div {
    width: 48%;
    margin-bottom: 0;
  }
  .services_div .services_contianer h4 {
    font-size: 14px;
  }
  .services_div .services_contianer img {
    margin-bottom: 10px;
  }
}
.container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1292px;
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  .div-1 img {
    max-width: 100px;
  }
  .tiny_header {
    margin-right: 0 !important;
  }
  .div-1 {
    padding: 0px 3px;
  }
  .navbar-toggle {
    bottom: 150px;
    padding: 7px;
    right: 10px;
  }
  .logo_container img {
    max-width: 200px;
    padding: 10px 0px 5px;
  }
  .services_div .services_contianer h4 {
    font-size: 12px;
  }
  .navbar-collapse {
    left: -20px;
    min-width: 280px;
  }
}