body
{
    font-family: 'Open Sans' ;
}

.top-header
{
	background:#ea8b2a;
	height:40px;
	line-height:40px;
}

ul,li
{
    margin:0px;
    padding:0px;
}

.top_nav1
{
	list-style:none;
}

.top_nav1 li
{
	color:#fff;
    font-weight: 700;
	font-size:13px;
	display:inline-block;
	cursor:pointer;
	font-family: 'Open Sans' ;
}

.tbg
{
	background:#87642b;
	line-height:20px;

}

.top_nav1 li:last-child

{
	padding-left:10px;
}


.top_nav
{
	list-style:none;
}

.top_nav li
{
	color:#ccc;
	font-size:13px;
	display:inline-block;
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
	font-family: 'Open Sans' ;
}

.top_nav li a
{
	color:#fff;
    font-weight: 700;
}

.top_nav li i
{
    font-size:18px;
    padding-left:10px;
}


.navbar-expand-md
{
	border-bottom:1px solid #f2f2f2;
	margin:0px;
	padding:0px;
}


.navbar-nav a
{
	color:#333;
}

.navbar-toggler
{
    border:1px solid #333;
}

.mt-20
{
    margin-top:20px;
}

.mt-60
{
    margin-top:60px;
}

.mt-40
{
    margin-top:40px;
}

.mt-80
{
    margin-top:80px;
}

.header
{
	background:#fff;
	padding:10px;
}

.main_navigation
{
	background:#ea8b2a;
	z-index:100000;
}
   
  .right_box
  {
	  margin-top:13px;
	  color:#000;
	  font-size:14px;
	  font-weight:bold;
  }
   
  .header img
   {
	   width:30%;
   }
   
   .h_right img
   {
	   max-height:60px;
	   text-align:right;
   }
   
   .main_slider
   {
	   z-index:0;
   }
   

h1,h2,h3,h4,h5,h6,p,ul,li
{
    margin:0px;
    padding:0px;
}

.sticky {
  position: fixed;
  top: 0;
  background:#ea8b2a;
  width: 100%;
  z-index:1000000000000;
}

.sticky + .content {
  padding-top: 102px;
}
  
  .navbar .nav-item .dropdown-menu
  {
      font-size:13px;
  }
  
  .top_content
  {
	  background:#eb8a2b;
	  width:100%;
  }
  
  .chairperson h2
  {
	  font-size:18px;
	  color:#000;
	  font-weight:bold;
  }
  
  .chairperson p
  {
	  font-size:15px;
	  color:#000;
  }
  
  .ic
  {
	  font-size:40px;
	  color:#000;
	  font-weight:bold;
  }
  
  .bg1
  {
	  background:#eb8a2b;
  }
  
  .bg2
  {
	  background:#db9b32;
  }
  
  .pd-40
  {
	  padding:40px;
  }
  
  .event_container
  {
      margin:5px;
  }
  
  .box_left
  {
	  float:left;
  }
  
   .box_right
  {
	  float:left;
  }
  
  .event_container h2
  {
      font-size:18px;
      font-weight:bold;
      text-transform:uppercase;
  }
  
  .event_container p
  {
      font-size:13px;
      font-weight:bold;
  }
  
  .seprator
  {
      border:1px dashed #fc5d14;
      width:100%;
      margin-bottom:20px;
      text-align:left;
  }
  
  
  .box
  {
	  -webkit-box-shadow: 0px 0px 9px 0px rgba(219,219,219,1);
-moz-box-shadow: 0px 0px 9px 0px rgba(219,219,219,1);
box-shadow: 0px 0px 9px 0px rgba(219,219,219,1);
padding:5px;
margin:10px;
  }
  
  .box p a
  {
	  color:#333;
	  text-decoration:none;
  }
  
  .l_link
  {
      background:#eb8a2b;
      padding:5px;
      border-radius:5px;
      margin-top:10px;
      cursor:pointer;
      font-size:14px;
      width:100px;
      text-align:center;
      color:#000;
  }
  
  .latest_videos
  {
      
  }
  
  .latest_videos h2
  {
      font-size:20px;
      text-transform:uppercase;
      font-weight:bold;
      margin-bottom:20px;
  }
  
  .latest_videos img
  {
      border:#f2f2f2 8px solid;
      margin-top:10px;
      cursor:pointer;
  }
  
  .about_section
  {
    background:url('https://www.instituteofvedicastrology.com/uploaded_files/4997.jpg');
    position: relative;
    height:300px;
  }
  
  .layer {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index:10;
}

.about_section h5
{
    color:#fff;
    margin-top:50px;
}

.about_section h3
{
    color:#eb8a2b;
    font-weight:bold;
}

.about_section p
{
    font-size:13px;
    color:#fff;
    margin-top:20px;
}

.about_section img
{
    margin-top:40px;
    border-radius:5px;
    box-shadow: 10px 10px;
}

.other_links h5
{
    color:#333;
    font-size:17px;
    font-weight:bold;
    margin-top:40px;
}

.other_links h3
{
    color:#e59719;
    font-size:22px;
    font-weight:bold;
    margin-bottom:20px;
}




  

  
   
 
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and  only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
   
   .top_nav li
   {
       font-size:12px;
       display:inline-block;
   }
   
   .top_nav1 li
   {
	   font-size:12px;
       display:inline-block;
   }
   
   .top-header
   {
	   line-height:30px;
	   text-align:center;
	   height:60px;
   }
   
   .top-header .text-left, .top-header .text-right
   {
       text-align:center;
   }
   
   
   .leftmy
   {
       text-align:center;
	   border-bottom:1px dashed #1f0a03;
   }
   
   .righthd
   {
	 text-align:center;
	 background:#0d0401;
   }
   
   .header img
   {
	   width:70%;
   }
   
   .h_right
   {
	   display:none;
   }
   
   .pd-40
  {
	  padding:10px;
  }
  
   .chairperson h2
  {
	  font-size:15px;
	  color:#000;
	  font-weight:bold;
  }
  
  .chairperson p
  {
	  font-size:13px;
	  color:#000;
  }
  
 .ab_right
{
    display:none;
}
   
 .about_section h5
{
    color:#fff;
    margin-top:20px;
}
  
  .latest_videos h2
  {
      font-size:20px;
      text-transform:uppercase;
      font-weight:bold;
      margin-bottom:20px;
      margin-top:20px;
  }
  
  .about_section
  {
    background:url(../images/5.jpg);
    position: relative;
    height:400px;
    margin-bottom:30px;
  }
  
  .box img
  {
      min-width:50px;
  }
  
  .mt-80
  {
      margin-top:40px;
  }
  
  .mt-40
  {
      margin-top:20px;
  }
       
  
}
      a:hover{
        /*text-decoration: none;*/
      }
        .box-outer{
            padding: 10px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
        }
      .box-outer table a:hover{
        color: #000;
        transition: 0.5s;
      } 
      .box-outer table a{
        transition: 0.5s;
        text-decoration: underline;
      } 
        .btn_apply{
            background: 0 0;
            color: #333;
            padding: 8px 15px;
            font-size: 13px;
            line-height: 15px;
            border-radius: 0;
            box-shadow: 0 2px 2px 0 #ccc;
            border-color: #a0c3fb;
            font-weight: 500;
            font-family: Roboto,sans-serif;
            height: auto;
            border-style: solid;
            text-align: center;
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            transform: translateY(0);
        }
        .btn_apply:hover{
                font-weight: 500;
    color: #fff;
    background: #ff9800;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
        }
      .trend_pop_outer{
        padding: 20px 0px 0px;
      }
      .info_btns a{
       color: #fff;
        text-align: center;
        font-weight: 600;
        display: inline-block;
        border-radius: 10px;
        font-size: 12px;
        max-width: 150px;
        height: 60px;
        padding: 10px 10px;
      }
      .info_btns a:hover{
        text-decoration: none;
      }
      .btn_first{
        background: #FF9933;
        animation: zoom-in-zoom-out 1s ease infinite;
      }
      @keyframes zoom-in-zoom-out {
        0% {
          transform: scale(1, 1);
        }
        50% {
          transform: scale(1.1, 1.1);
        }
        100% {
          transform: scale(1, 1);
        }
      }
      .th_clr1{
         background: #FF9933;
      }
      .th_clr2{
        background: #fff;
    border: 1px solid #000080;
    color: #000080 !important;
      }
      .th_clr3{
         background: #138808;
      }
      .btn_second{
        background: #fff;
        border:1px solid #000080;
        color: #000080 !important;
        animation: zoom-in-zoom-out 1s ease infinite;

      }
      .btn_third{
        background: #138808;
        animation: zoom-in-zoom-out 1s ease infinite;

      }
      .btn_four{
        background: blue;
        animation: zoom-in-zoom-out 1s ease infinite;

      }
      .top-title{
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        /*background: #ff9933;*/
        padding: 10px;
        margin: 10px 0px ;
        color: #fff;
      }
      /*SOCIAL SHARE SECTION*/
      .share-box-ourer ul li {
    background: #fff;
    border-radius: 60%;
    display: flex;
  box-shadow: 0px 0px 10px 5px #c6c6c6;
    font-size: var(--icon-size,25px);
    line-height: var(--icon-size,25px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    align-items: center;
    justify-content: center;
    margin: 20px 10px 0px;
}
.share-box-ourer ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share-box-ourer {
    box-shadow: 0px 0px 10px 0px #c2c2c2;
    margin: 50px 0px;
    padding: 55px;
    background-color: #ff990021;
    background-image: url(https://theme9.store/result-website/wp-content/uploads/2022/03/bg2.png);
    background-size: cover;
    border-radius: 15px;
    text-align: center;
}
.share-box-ourer h4{
  font-weight: 600;
  font-family: "Roboto", Sans-serif;
}
.share-box-ourer ul li i{
  color: #fff;
}
.share-box-ourer ul li:hover{
  transition: 0.4s;
  margin: 10px;
  cursor: pointer;
}
.share-box-ourer ul li:first-child{
  background: #3b5998;
}
.share-box-ourer ul li:nth-child(2){
    background: #25d366;
}
.share-box-ourer ul li:nth-child(3){
  background: #2ca5e0;
}
.share-box-ourer ul li:nth-child(4){
  background: #cd201f;
}

@media only screen and (max-width: 600px) {
.info_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
}
}
      /*SOCIAL SHARE SECTION*/
        .job-details{

    }
    .job-details img{
        border-radius: 10px;
    }
    .job-details h4{
        margin: 10px 0px;
        font-weight: 600;
        font-size: 30px;
        font-family: "Roboto", Sans-serif;
    }
    .job-details ul{
        list-style: none;
        display: flex;
    }
    .job-details ul li{
        margin: 0px 10px 0px 0px;
    }
    .why-sjob i {
    color: #4CAF50;
}
    .why-sjob ul {
    list-style: none;
    font-weight: 600;
}
.why-sjob h3 {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    background: #eb8a2b;
    color: #fff;
    padding: 20px 0px;
    margin: 0px 0px 20px;
}
.breadcrumbs {
    padding: 15px 0;
    background: #eb8a2b;
    min-height: 40px;
    color: #fff;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol li a{
    text-decoration: none;
    color: #fff;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding: 0px 10px;
    color: #000;
    content: "/";
}
.lat-job ul li{
    background: aliceblue;
    padding: 10px;
    margin: 5px 0px;
}
.lat-job ul li a{
    transition: 0.5s;
}
.lat-job ul li a:hover{
    color: #000;
    transition: 0.5s;
}

.head-title h3{
        color: #fff;
        text-align: center;
        font-weight: 600;
        display: inline-block;
}
      .head-title{
        border-radius: 10px;
        padding: 10px 10px;
        background: #eb8a2b;
        animation: zoom-in-zoom-out 1s ease infinite;
      }
      @keyframes zoom-in-zoom-out {
        0% {
          transform: scale(1, 1);
        }
        50% {
          transform: scale(1.1, 1.1);
        }
        100% {
          transform: scale(1, 1);
        }
      }

      /*** Service ***/
.service-item {
    height: 300px;
    background: #fafafa;
    transition: .5s;
}
.service-item i{
    color: #ea8b2a;
}
.service-item:hover {
    margin-top: -10px;
    background: #ea8b2a;
    cursor: pointer;
}
.service-item h5{
    font-weight: 700;
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: #fff !important;
}



 .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      height: 80vh;
    object-fit: cover;
    object-position: center;
    }

    .swiper {
      margin-left: auto;
      margin-right: auto;
    }

    .looking{
        background: #ea8b2a;
        margin: 20px 0px 0px;
        padding: 40px 0px;
    }
    .looking h4{
        color: #fff;
        font-size: 24px;
        font-weight: 700;
    }
    .looking i{
        padding: 0px 10px ;
        color: #000;
    }
   .looking a{
        background: #fb0489;
        color: #fff;
        font-weight: 700;
        padding: 15px;
        transition: 0.5s;

    }
     .looking a:hover{
        background: #fff;
        color: #000;
        font-weight: 700;
        transition: 0.5s;
     }
     /*PAGE TITLE*/
.page-title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.page-title:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 120px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #ea8b2a;
}
.page-title h2 {
    letter-spacing: 1px;
    font-size: 20px;
    color: #000;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 0px;
}
.page-title h2 span {
  color: #ea8b2a;
  font-weight: 800;
    font-size: 40px;
}
.page-title:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ea8b2a;
    box-shadow: 0 0 0 5px #fff;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}
/*PAGE TITLE*/
.topmarq{
    padding: 10px;
    background: #fff;
    color: #000;
    word-spacing: 8px;
}
.btn-primary{
    color: #fff;
    background-color: #ea8b2a;
    border-color: #ea8b2a;
}
.btn-primary:hover{
    background: #000;
    border-color: #000;
}

.aside-service h2 {
    background: black;
    text-align: center;
    padding: 15px 0px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}
.aside-service ul{
    list-style: none;
}
.aside-service ul li a {
    padding: 10px 20px;
    background: #ea8b2a;
    display: block;
    color: #fff;
    font-weight: 600;
}
.aside-service ul li:after {
    content: '';
    display: block;
    width: 150px;
    height: 2px;
    background: #fff;
}
    .service_box{
        border: 2px solid #e3e3e3;
        background: #ea8b2a;
        color:#fff;
        margin: 0px;
        overflow: hidden;
        padding: 115px 0;
        position: relative;
        text-align: center;
    }
    .service_box h3 {
    font-size: 20px;
    font-family: 'Calibri regular';
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    margin-top: 11px;
}
    .service_box h3:after {
        content: '____';
        position: absolute;
        bottom: -14px;
        text-align: center;
        left: 44%;
    }
    .box-content {
    background: #ea8b2a;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all ease 0.2s;
    vertical-align: middle;
    padding: 30px 20px 0;
}
.service_box:hover .box-content {
    border-color: #ea8b2a;
    opacity: 1;
    cursor: pointer;
    height: 100%;
    margin: auto;
    padding: 20px;
}
.box-content p {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
}
.maintitle h4{
        text-align: center;
    font-size: 21px;
    margin-bottom: 0;
    line-height: 24px;
    margin-top: 0;
    font-weight: 600;
    text-transform: initial;
    border-bottom: 1px dashed #919191;
    margin-bottom: 16px;
    padding-bottom: 5px;
    color: #272727;
}
.maintitle p {
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0px;
}
ul.commit {
    list-style: none;
}
.commit li {
    border-bottom: 1px solid rgb(255, 255, 255);
    line-height: 32px;
    padding-left: 10px;
    background-color: #ea8b2a;
    font-family: arial;
    font-size: 14px;
    color: rgb(255 255 255);
    list-style: none;
    margin-left: -38px;
    font-weight: 600;
}

.rzntochs {
 background: #fff;
}
.rzntochs img {
    height: 150px;
    width: 150px;
    margin: 10px 0px;
}
.rzntochs h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 10px 0px 5px;
    color: #000;
}
.rzntochs p {
    font-size: 15px;
    font-weight: 600;
    color:#565656;
    text-align:justify;
}
.timing_table {
    color: #000;
}
.timing_table .table td{
    padding:8px !important;
}
.f_content p{
    color:#000;
    font-size:13px;
    text-align:justify;
}
.sf_link ul {
    display: flex;
    margin-top: 20px !important;
}
.sf_link ul li {
    margin-right: 20px !important;
}
.sf_link ul li a {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    transition:.5s;
}
.sf_link ul li a:hover{
    background:#ea8b2a;
    transition:.5s;
    color:#fff;
}
.ast_b1{
    background-color: #1dbbe8;
}
.ast_b2{
    background-color: #b0d547;
}
.ast_b3{
    background-color: #fb0489;
}
.ast_b4{
    background-color: #fb9b11;
}
.ast_box{
    padding: 10px;
    text-align: center;
}
.ast_box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 12px;
}
.ast_box p {
    font-size: 13px;
    color: #fff;
    margin: 10px 0px;
    text-align:justify;
}
ul.submenu {
    display: flex;
    justify-content: flex-start !important;
}
ul.submenu li{
    box-shadow:0px 0px 10px 0px #c6c6c6;
}
ul.submenu li {
    background: #fff;
    padding: 5px 40px;
    border-bottom: 1px solid #000;
    z-index: 99;
}
.v_box img {
    border-radius: 10px;
    width: 85%;
    margin: auto auto -37px;
}
.v_box_text {
    margin: 20px 0px;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px #ea8b2a, 0 7px 18px #f8f9fa;
    border-radius: 10px;
    background: #fff;
}
.v_box_text h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0px;
}
.v_box_text p {
    font-size: 16px;
}
.b_text h2{
    font-size: 46px;
    font-weight: 800;
    line-height: 56px;
}
.b_text p{
        padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.astro_box {
    border: 1px solid #ea8b2a;
    padding: 30px;
        margin: 10px 0px;
    height: 450px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #666666;
}
.astro_box i {
    padding: 20px;
       border:1px solid #ea8b2a;
    border-radius: 50px;
    font-size: 45px;
    background: #ea8b2a;
    color: #fff;
    margin: 0px 0px 20px;
    transition:.5s;
}
.astro_box:hover i{
    border:1px solid #ea8b2a;
      background: white;
    color:#ea8b2a;
    transition:.5s;
}
.astro_box:hover{
    background:#ea8b2a;
    cursor:pointer;
}
.astro_box:hover h3 ,.astro_box:hover p,.astro_box:hover span{
    color:#fff;
}
.astro_box h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0px;
}
.astro_box p {
    font-size: 14px;
    height:130px;
    margin-bottom:10px;
}
.astro_box span {
    color: #ea8b2a;
    font-weight: 700;
}
.astro_box:hover a{
    background:#000;
    transition:.5s;
}
.int_box img {
    /* width: 100%; */
    height: 120px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.int_box {
    text-align: center;
    border: 1px solid #f6f6f6;
    margin-bottom: 30px;
    padding: 40px 30px 35px;
    transition:.5s;
    border-bottom:4px solid transparent;
}
.int_box h3 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
}

.int_box:hover{
    box-shadow:0px 0px 3px 0px #c6c6c6;
    border-bottom:4px solid orange;
    transition:.5s;
}
.t3_step_outer {
    border: 1px solid #FE5800;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    width: 100%;
}   
.t3_step_header h4{
    background: #ea8b2a;
    text-align: center;
    padding: 15px 15px;
    color: #fff;
    font-size:21px;
    font-weight:600;
}
.t3_steps {
    padding: 20px;
    text-align: center;
}
.t3_steps  h4 {
    font-size: 20px;
    margin-top:10px;
    font-weight: 600;
}
.t3_steps p {
    font-size: 14px;
}
.serv_box {
    box-shadow: 0px 0px 10px 0px #c6c6c6;
    padding: 20px;
    border-radius: 20px;
    transition: .5s;
    background: #ea8b2a;
    text-align: center;
    
}
.serv_box img {
    width: 80px;
    height: 80px;
}
.serv_box:hover {
    transform: scale(0.9);
    transition: .5s;
    cursor: pointer;
}
.serv_box:hover a{
    text-decoration:none;
}
.serv_box h3 {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    margin: 20px 0px 0px;
}
.why_int h3{
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    margin:0px 0px 40px;
}
.why_int ul li img{
    height:50px;
    width:50px;
    
}

.ltn__list-item-1-before {
    padding-left: 30px;
}
.ltn__list-item-1-before li {
    position: relative;
}
.ltn__list-item-1 li {
    margin-top: 1rem;
    list-style: none;
}
.ltn__list-item-1-before li::before {
    display:block;
    position: absolute;
    content: "";
    left: -30px;
    width: 15px;
    height: 1px;
    background-color: #ea8b2a;
    top: 50%;
}
.step_tabs h4{
    font-size:20px;
    font-weight:700;
    margin:0px 0px 20px;
}
.step_tabs .tab-content{
    margin-top:40px;
}
.tab_content {
    padding: 30px 0px;
}
.step_tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
   background: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 50%;
    padding: 10px 40px;
    margin-right: 30px; 
}
.step_tabs .nav-tabs{
    border:none;
}
.step_tabs .nav-tabs .nav-link{
       background: #ea8b2a;
    border: 1px solid #ea8b2a;
    border-radius: 50%;
    padding: 10px 40px;
    margin-right: 30px; 
}
ul#myTab:before {
    content: '';
    display: block;
    height: 1px;
    width: 70%;
    background: #000;
    position: absolute;
    align-items: center;
    z-index: -999 !important;
    top: 21%;
}

@media only screen and (max-width: 600px) {
ul#myTab:before {
    content: '';
    display: none;
    height: 1px;
    width: 70%;
    background: #000;
    position: absolute;
    align-items: center;
    z-index: -999 !important;
    top: 14%;
}
.swiper-slide img{
    height:35vh;
}
.serv_box,.ast_box,.rzntochs,.looking a,.c_form{
    margin-top:10px;
}
.t3_steps .col-md-4{
    margin-top:30px;
}
}
.int_form{
    background:#ea8b2a;
}
.int_form form label {
    color: #fff;
    margin: 10px 0px 0px;
}
.int_form form .btn-primary{
    background-color:#000;
}
.cbox {
    color: #fff;
}
.feedback {
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #c6c6c6;
    margin: 20px 5px;
    margin-top: 80px;
}
.feed_img img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 150px;
    margin: 0 auto;
    margin-top: -80px;
    border: 2px solid #ea8b2a;
    box-shadow: 0px 0px 10px 0px #ea8b2a;
}
.feed_info p {
    font-size: 14px;
    margin: 20px;
    text-align:justify;
}
.feed_info h4 {
    font-size: 20px;
    font-weight: 600;
}
.feed_info h5 {
    font-weight: 500;
    font-size: 12px;
    margin: 10px 0px 0px;
}