* {
  margin: 0;
  padding: 0;
  
}

.gm-style .place-card-large{
    display:none !important;
}

body {
    overflow-x:hidden;
}





 .float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:100px;
	right:15px;
	background-color:#04d104;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:24px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:14px;
}


.best-college-ind{
      height : 150px!important;
    width : 150px!important;
}


/* .modal-lg{
  max-width: 60% !important;
} */

.contact_number{
    display:none;
}

form .inputs {

  position: relative;

}

.place-card-large{
    display:none !important;
}

.search_output{
position:absolute;
z-index:500;
overflow-y: scroll;
top:55%;
width:90%;
left:5%;
background-color:white;
max-height:150px;
}

form .form-control {
  text-indent: 15px;
  border: none;
  height: 45px;
  border-radius: 0px;
  border-bottom: 1px solid rgb(190, 187, 187);
}

form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #eee;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid blue;
}


form .form-control:focus {
  color: #000;
}

form .inputs i {

  position: absolute;
  top: 14px;
  left: 4px;
  color: #b8b9bc;
}
.modal-header{
  border: none!important;
}

.popup-form-first-half{
  background-image: url(../assests/images/form-bg-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment:scroll; */
}

@media screen and (max-width: 960px) {
  .popup-form-first-half{
    display: none;
  }
}


.best-college-ind{
    height : 100px!important;
    width : 100px!important;
   
    
}


.primary{
  color: #004AAD!important;
  background-color: #004AAD!important;
}



.btn-primary{
  color: #fff!important;
  color: #004AAD!important;
  background-color: #004AAD!important;
}

body::-webkit-scrollbar-thumb {
  background-color: #004AAD;
 

}


body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-track {
  background-color: darkgrey;
}



body::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


.mini-nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mini-nav ul li,
a {
  color: white;
}


.primary-nav a {
  color: #000 !important;
}


.primary-nav ul li {
  padding-left: 10px;
}

.wrapper {
  width: 80%;
  margin: 6rem auto;
}



.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position:absolute;
  z-index:500;
  top:45%;
  width:90%;
  left:5%;
}


#searchQueryInput {
  width: 100%;
  height: 4rem;
  background: #f5f5f5;
  outline: none;
  border: none;
  border-radius: 1.900rem;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 1rem;
}

#searchQuerySubmit {
  width: 3.5rem;
  height: 4rem;
  margin-left: -3.5rem;
  background:#004AAD;
  border: none;
  outline: none;
  border-radius: 0 1.900rem 1.900rem 0;
}

#searchQuerySubmit:hover {
  cursor: pointer;
}

header {

  padding-top: 15.8vh;
  padding-bottom: 15vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* key feature */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
  font-family: 'Poppins', sans-serif;
}

.services {
  width: 1200px;
  margin: 100px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.single-service {
  /* flex-basis:390px; */
  padding: 30px 40px;
  text-align: center;
  border: 1px solid #ddd;
  box-shadow: 0 5px 30px -5px #eee;
  position: relative
}

.service-icon {
  position: relative;
  margin-bottom: 40px;
}

.service-icon .icon-cont {

  height: 110px;
  width: 110px;
  color: #004AAD;
  padding: 20px;
  border: 1px solid #004AAD;
  border-radius: 50%;
  transition: .3s;
}

.service-icon:before {
  position: absolute;
  /* content:""; */
  width: 2px;
  height: 20px;
  background-color: #004AAD;
  left: 50%;
  top: 100%;
  transform: translateX(-50%)
}

.service-icon:after {
  position: absolute;
  /* content:""; */
  width: 40px;
  height: 2px;
  background-color: #004AAD;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%)
}

.single-service h4 {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 10px;
}

.single-service p {
  margin-bottom: 10px;
}

.single-service a {
  position: absolute;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(45deg, #004AAD, #3e7fd4);
  text-transform: capitalize;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  transition: .3s;
}

.single-service a:hover {
  background-color: #333;
}

.single-service:before {
  position: absolute;
  content: "";
  height: 0;
  left: 0;
  top: 0;
  border-left: 2px solid #004AAD;
  transition: .3s;
}

.single-service:after {
  position: absolute;
  content: "";
  height: 0;
  right: 0;
  bottom: 0;
  border-right: 2px solid #004AAD;
  transition: .3s;
}

.single-service:hover:before,
.single-service:hover:after {
  height: 50%;
}

.single-service:hover .icon-cont {
  background-color: #004AAD;
  color: #fff;
}

.owl-dots button {
  display: none;
}

a {
  text-decoration: none;

}

li {
  list-style: none;
}



.primary-nav li a{
color: #004AAD;
}

/* key feature ends */

.filter a {
  padding: 10px;
 
  font-size: 12px;
color: #fff;
border: 2px solid #004AAD;
  margin: 5px;
  /* border-radius: 10px; */
  text-decoration: none;
}

li{
  text-decoration: none!important;
}

a{
  text-decoration: none!important;
}

.filter a{
  color: #000;
}


.filter a:hover{
  color: #fff!important;
  background: linear-gradient(90deg, rgba(0,74,173,1) 9%, rgba(50,102,170,1) 96%);
}



.filter li:hover{
  color: #fff!important;
}





/* colleges with popural courses */

.college-accordion-body{
  height: 40vh;
  overflow-y: scroll;
}



.tabs-container {
  height: 100px;
  max-width: 950px;
  width: 100%;
  padding: 40px 50px 40px 40px;
  background: #fff;
  margin: 0 20px;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.container .topic {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: top;

}

.content .list {
  display: flex;
  flex-direction: column;
  width: 20%;
  /* margin-left: 30%; */
  height: 66vh;
  margin-top: -50px;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}

.list::-webkit-scrollbar-thumb {
  background-color: #004AAD;

}

.text-content::-webkit-scrollbar-thumb {
  background-color: #004AAD;

}

.list::-webkit-scrollbar {
  width: 5px;
}

.list::-webkit-scrollbar-track {
  background-color: darkgrey;
}

.list::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.text-content::-webkit-scrollbar {
  width: 10px;
}

.text-content::-webkit-scrollbar-track {
  background-color: darkgrey;
}

.text-content::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}



.content .list label {
  height: 60px;
  font-size: 22px;
  font-weight: 500;
  line-height: 60px;
  cursor: pointer;
  padding-left: 25px;
  transition: all 0.5s ease;
  color: #333;
  z-index: 12;
}

#home:checked~.list label.home,
#blog:checked~.list label.blog,
#help:checked~.list label.help,
#code:checked~.list label.code,
#about:checked~.list label.about {
  color: #fff;
}

.content .list label:hover {
  color: #000;
}

.content .slider {
  position: absolute;
  left: 10px;
  top: 0;
  right: 0;
  height: 60px;
  width: 100%;
  border-radius: 12px;
  /* background: #faa627; */
  transition: all 0.4s ease;
}

#Medical:checked~.list .slider {
  top: 0;
}

#Dental:checked~.list .slider {
  top: 60px;
}

#Law:checked~.list .slider {
  top: 120px;
}

#Management:checked~.list .slider {
  top: 180px;
}

#Allied-Health:checked~.list .slider {
  top: 240px;
}

#Nursing:checked~.list .slider {
  top: 300px;
}

#Pharmacy:checked~.list .slider {
  top: 360px;
}

#Polytechnic:checked~.list .slider {
  top: 420px;
}



.content .text-content {
  width: 60%;
  height: 65vh;
  overflow-y: scroll;
}

.content .text {
  display: none;
}

.content .text .title {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 500;
}

.content .text {
  margin-top: -15px;
}

.content .text-content .home {
  display: block;
}

#Medical:checked~.text-content .Medical,
#Dental:checked~.text-content .Dental,
#Law:checked~.text-content .Law,
#Management:checked~.text-content .Management,
#Allied-Health:checked~.text-content .Allied-Health,
#Nursing:checked~.text-content .Nursing,
#Pharmacy:checked~.text-content .Pharmacy,
#Polytechnic:checked~.text-content .Polytechnic {
  display: block;
}

#Medical~.text-content .home,
#Dental:checked~.text-content .home,
#Law:checked~.text-content .home,
#Management:checked~.text-content .home,
#Allied-Health:checked~.text-content .home,
#Nursing~.text-content .home,
#Pharmacy:checked~.text-content .home,
#Polytechnic:checked~.text-content .home {
  display: none;
}

.content input {
  display: none;
}

/*ends  */
.popular-courses-accordion {
  display: none;
}

.title {
  font-size: 1.1vw;
}




@media screen and (max-width: 992px) {
  .title {
    font-size: 4vw;
  }

  .content .list {

    width: 40%;
  }

  .content {
    display: none;
  }

  .accordion {
    display: block;
  }
  
  .searchBar{
    top:33%;    
  }
  
  #searchQueryInput{
      height:3rem;
  }
}

.blog_section {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.blog_section .blog_content .blog_item {
  margin-bottom: 30px;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.blog_section .blog_content .blog_item:hover .blog_image img {
  transform: scale(1.1);
}

.blog_section .blog_content .blog_item .blog_image {
  overflow: hidden;
  padding: 0;
}

.blog_section .blog_content .blog_item .blog_image img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.blog_section .blog_content .blog_item .blog_image span i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #004AAD;
}

.blog_section .blog_content .blog_item .blog_details {
  padding: 25px 20px 30px 20px;
}

.blog_section .blog_content .blog_item .blog_details .blog_title h5 a {
  color: #020d26;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: none;
}

.blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
  color: #004AAD;
}

.blog_section .blog_content .blog_item .blog_details ul {
  padding: 0 3px 10px 0;
  margin: 0;
}

.blog_section .blog_content .blog_item .blog_details ul li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #7f7f7f;
}

.blog_section .blog_content .blog_item .blog_details ul li i {
  padding-right: 7px;
}

.blog_section .blog_content .blog_item .blog_details p {
  border-top: 1px solid #e5e5e5;
  margin-top: 4px;
  padding: 20px 0 4px;
}

.blog_section .blog_content .blog_item .blog_details a {
  font-size: 16px;
  display: inline-block;
  color: #004AAD;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.blog_section .blog_content .blog_item .blog_details a:hover {
  color: #020d26;
}

.blog_section .blog_content .blog_item .blog_details a i {
  vertical-align: middle;
  font-size: 20px;
}

.blog_section .blog_content .owl-nav {
  display: block;
}

.blog_section .blog_content .owl-nav .owl-prev {
  position: absolute;
  left: -27px;
  top: 33%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #004AAD;
  transition: all 0.3s;
  color: #fff;
}

.blog_section .blog_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}

.blog_section .blog_content .owl-nav .owl-prev:hover {
  background: #fff;
  border-color: #004AAD;
  color: #004AAD;
}

.blog_section .blog_content .owl-nav .owl-next {
  position: absolute;
  right: -27px;
  top: 33%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #004AAD;
  color: #fff;
  transition: all 0.3s;
}

.nav-item a{
    font-weight:600;
    transition: 0.6s;
}

.nav-item a:hover{
    font-weight:700;
    font-size:17px;
}


.blog_section .blog_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}

.blog_section .blog_content .owl-nav .owl-next:hover {
  background: #fff;
  border-color: #004AAD;
  color: #004AAD;
}

@media only screen and (max-width: 577px) {
  .blog_section .owl-nav .owl-prev {
    left: -17px !important;
  }

  .blog_section .owl-nav .owl-next {
    right: -17px !important;
  }
}


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900');

* {

  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  color: #000000;

}

/* div
{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.need-councelling{
    animation: glow 1s infinite alternate;
}

#enquiry_button {
  animation: glow 1s infinite alternate;
}

@keyframes glow {
  from {
    box-shadow: 0 0 10px -10px #07d101;
  }
  to {
    box-shadow: 0 0 10px 10px #07d101;
  }
}

.button {
  display: inline-block;
  background: #97cbfa;
  border-radius: 5px;
  height: 48px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  color: #FFFFFF;
  padding-left: 35px;
  padding-right: 35px;
}

.button:hover {
  opacity: 0.8;
}

.contact_info {
  width: 100%;
  padding-top: 70px;
}

.contact_info_item {
  width: calc((100% - 60px) / 3);
  height: 100px;
  border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  padding-left: 32px;
  padding-right: 15px;
}

.contact_info_image {
  width: 35px;
  height: 35px;
  text-align: center;
}

.contact_info_image img {
  max-width: 100%;
}

.contact_info_content {
  padding-left: 17px;
}

.contact_info_title {
  font-weight: 500;
}

.contact_info_text {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.key-feature-mobile {
  display: none;
}



/*********************************
4.1 Contact Form
*********************************/



@media only screen and (max-width: 991px) {

  .contact_info_item {
    width: 100%;
    margin-bottom: 30px;
  }

  .contact_info_item:last-child {
    margin-bottom: 0px;
  }

  .key-feature-large {
    display: none !important;
  }

  .key-feature-mobile {
    display: block;
  }

}


.form-container {
  position: relative;
  width: 100%;
  padding: 2rem;
  min-height: 70vh;
  background-color: #fefefe;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 80vw;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #004AAD;
  position: relative;
}



.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #004AAD;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.form-container .title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.form-container .input-container {
  position: relative;
  margin: 1rem 0;
}

.form-container .input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

.form-container select {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: #004AAD;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}




.form-container textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}

.form-container .input-container label {
  position: absolute;
  top: 50%;
  left: 33px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  font-weight: 500;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.form-container .btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #1abc9c;
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.form-container .btn:hover {
  background-color: transparent;
  color: #fff;
}

.form-container.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #004AAD;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #004AAD;
}

.form-container .text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #004AAD, #3e7fd4);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #004AAD;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}




.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
    
    .gmt-hide-small{
        display:none;
    }
    
    .contact_number{
        display:block;
    }
    
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .form-container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .form-container .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .form-container .input {
    padding: 0.45rem 1.2rem;
  }

  .form-container .btn {
    padding: 0.45rem 1.2rem;
  }
}

/* footer */



.footer-container .footer-card {
  /* width: 100%!important; */

}

.footer-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.footer-container .footer-card {
  padding: 5rem !important;
}

.footer-container ul>li {
  padding: 4px;
  color: #C5CAE9;
}

.footer-container ul>li:hover {
  color: #004AAD;
  cursor: pointer
}

.footer-container hr {
  border-width: 3px
}

.footer-container .footer-card {
  padding: 2% 7%
}

.footer-container .social>i {
  padding: 1%;
  font-size: 15px
}

.footer-container .social>i:hover {
  color: #004AAD;
  cursor: pointer
}

.footer-container .policy>div {
  padding-left: 10px;
}

.footer-container .policy {
  font-size: 15px !important;
}

.footer-container .heading {
  font-family: 'Titillium Web', sans-serif;
  color: #fff
}

.footer-container .divider {
  border-top: 2px solid #fff;
}

/* footer ends */

.newsletter-btn {
  color: #fff;
  border: none;
  background-color: #004AAD;
  font-size: 13px;
  padding: 10px 30px 10px 30px;
}

@media (max-width: 960px) {
  .footer-container input {
    margin-left: -10px;
    margin-bottom: 10px;
  }

  .footer-container button {
    margin-left: -10px;
  }

  .footer-container input:first-child {
    margin-top: 10px;
  }
}

@media (max-width: 960px) {
  .item-1 {
    grid-column: 1 / span 2;
  }
}

/* our partners Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* end */

.scroll-navigation .layout-list li a:hover {
font-size : 18px;
transition : all 200ms ease-in-out;

}

.scroll-navigation .layout-list li a {
  color: #000 !important;
  list-style: none;
  font-weight : 700!important;
}

.layout-list li {
  margin-top: 40px !important;
}

.filter-accordion div{
  max-height:210px;overflow-y:scroll;
}

.accordion-button:not(.collapsed) {
  background-color: #fff!important;
}

.btn:focus,.btn:active {
  outline: none !important;
  box-shadow: none !important;
}



@media (max-width: 960px) {
  .news-desktop{
  display: none;
 }
}


/* back to top  */
.feedback {
  background-color : #e04a40;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #e04a40;
 
 
}

#mybutton {
 
  position: fixed;
  bottom: -4px;
  left: 0px;
  z-index: 1000;}


#button {
  display: inline-block;
  background-color: #004AAD;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/* end
 */
.dropdown-menu-container{
  display: flex;
  flex-direction: row;
}



 @media (max-width: 960px) {
  .dropdown-menu{
    height: 40vh;
    overflow-y: scroll;
 }

 .dropdown-menu-container{
  display: flex;
  flex-direction: column;
 }
}