  #mainNav {
    margin-top: 0px;
}
.inner-header{height:300px}
.Type1{
  display: none;
}
@media only screen and (min-width:900){
    .logo{
    width:130px;
    height:130px;
    margin-left: 50%;
  }
  }
  .logo{
    width:130px;
    height:125px;
    margin-left: 30px;
   
  }

  .custom-loader {
  width: 50px;
  height: 50px;
  border-radius: 50%;
position: relative;
left: 50%;
top: 50%;
  background: 
    radial-gradient(farthest-side,#ef7001 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#ef7001);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation:s3 1s infinite linear;
}

@keyframes s3{ 
  100%{transform: rotate(1turn)}
}

.dropdown-select {
  width: 450px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-size: 16px;

  margin: 20px;
}

/* Style for button */
.button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  height: 50px;
}

.button:hover {
  background-color: #0056b3;
}

.dropdowns-btn{
  display: flex;
  justify-content: center;
  align-items: center;
}

.section .title{
  font-size: 18px;
    margin: 0 0 19px 0;
    padding: 0;
    text-transform: uppercase;
    color: white;
}



  .footer {
    background: url(https://www.cftichennai.in/images/footer_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    padding: 62px 0 0 0;
    color: #fff;
    position: relative;
    bottom: 0;
}

.right-box {background:rgb(246, 169, 106); padding:30px; min-height:100%; color:#002e5b; border-radius:5px}
.right-box h3 {font-size:36px; line-height:40px; margin-bottom:20px;} 
.right-box a { font-size:14px; color:#002e5b; letter-spacing:3px}

.pro_drc_sec {
    width: 100%;
    display: inline-block;
    padding: 0px 0 0px 0;
}

.pro_drc_list {
    width: 100%;
    display: inline-block;
}

.pro_drc_list ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 15px;
}


@media (max-width: 1599px){
.pro_drc_list ul li {
    margin: 0 20px 15px 0;
    width: 31%;
    font-size: 16px;
}}


.pro_drc_list ul li {
    margin: 0 35px 15px 0;
    padding: 0 0 0 30px;
    position: relative;
    display: inline-block;
    width: 40%;
    font-size: 16px;
    color: #676767;
     font-weight:900;
}

@media only screen and (max-width:480px){
  .dropdowns-btn{
  display: grid;
  justify-content: center;
  align-items: center;
} 

.dropdown-select {
    width: 335px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 14px;
    margin: 20px;
    overflow-y: auto;
    max-height: 200px;
}

.button{
  width: 200px;
  margin-left: 25%;
}

.pre-img{
  margin-left: 25%;
}

.logo{
    width:80px !important;
    height:80px;
    margin-left: 0px;
   
  }

  .name-of-site{
 
 font-weight: 700;
 margin-top: 5px;
 font-size: 14px !important;
 
}



.pro_drc_list ul li {
    margin: 0 35px 15px 0;
    padding: 0 0 0 30px;
    position: relative;
    /* display: inline-block; */
    width: 100%;
    font-size: 15px;
    color: #676767;
    font-weight:900;
}



}


.name-of-site{
 
 font-weight: 700;
 margin-top: 20px;
}



