*{
  margin: 0;
    padding: 0;
    box-sizing: border-box;
}

select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%),
    linear-gradient(to right, #dd353b, #a01117);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 3.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 3.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}



.button.btn.btn-green.ex:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
    transition: all 0.3s ease;
}

 .advance {
    font-size: 16px;
    color: #9f9f9f;
    padding-bottom: 8px;
    line-height: 28px;
 }
 
 .logo {
    text-align: left;
}

.col-md-6.boy-one {
    display: flex;
    justify-content: end;
}
 
  p {
    font-size: 16px;
    color: #9f9f9f;
    padding-bottom: 8px;
    line-height: 28px;
 }

a:hover{
    text-decoration: none;
}

ol,ul{
    list-style: none;
}

ul{
    margin: 0;
    padding: 0;
}

html{
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Jost', sans-serif;
}

*, *:after,*:before{
  box-sizing: border-box;
}


/** =======Top baaaaaaar======= **/

input.botton {
    background: linear-gradient(#f04047, #8f070d);
}

#myBtn {
    width: 100%;
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #f2f2f2;
    color: white;
    cursor: pointer;
    padding: 10px 0px;
    border-radius: 0px;
    border-bottom: 2px solid #99d7ff;
}

.icon-top i{display: flex;}

.icon-top i {
    text-decoration: none;
    color: red;
    background: #e4e4e4;
    display: flex;
    padding: 10px;
    border-radius: 50px;
    margin-right: 25px;
}

a.top-baar {
    display: flex;
    background: linear-gradient(#f04047, #8f070d);
    border-radius: 50px;
    font-size: 25px;
    padding: 10px 30px;
    text-decoration: auto;
    line-height: 25px;
    width:244px;
}

.ra-one {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}


@media (max-width: 768px) {
  .col-md-6.boy-one {
    width: 50%;
}
    .row.dip-one {
    display: flex;
}
    a.top-baar {
    display: flex;
    background: linear-gradient(#f04047, #8f070d);
    border-radius: 50px;
    font-size: 16px;
    padding: 6px 10px 9px 8px;
    text-decoration: auto;
    line-height: 18px;
}
.icon-top i {
    text-decoration: none;
    color: #ec3d44;
    background: #e4e4e4;
    display: flex;
    padding: 10px;
    border-radius: 50px;
    margin-right: 10px;
}
.ra-one {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
}


#top-bar {
    padding: 10px 0px;
    background-color: #1d3a7c;
    color: #fff;
}

 /* Basic styling for the list */
        .social-icons {
            list-style-type: none;
            display: flex;
            gap: 20px;
            padding: 0;
            justify-content: center;
        }

        .social-icons li {
                line-height: 30px;
            transition: transform 0.3s ease;
        }

        /* Hover effect */
        .social-icons li:hover {
            transform: scale(1.1);
        }
        
        /* Optional color customization */
                .social-icons li .fa-facebook {
            color: #ffffff;
                line-height: 30px;
            padding: 0px;
            font-size: 25px;
            border-radius: 50px;
        }
        
        .social-icons li .fa-instagram {
            background: #ffffff;
            color: #1d3a7c;
            font-size: 17px;
            padding: 5px;
            border-radius: 50px;
        }
        
        
        .socialList-right li .fa-location-dot {
            color: #ffffff;
            font-size: 18px;
            padding: 0px;
        }
        
        .socialList-right li .fa-envelope {
        color: #ffffff;
        font-size: 17px;
        padding: 8px;
    }
        
        
        
.socialList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    justify-content: center;
    flex-flow: row wrap;
    li {
      margin: 0px 5px;
      &:first-child {
        padding-left: 0;
      }
      a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        text-decoration: none;
        background-color: #999;
        color: #fff;
        transition: .35s;
        i {
          position: absolute;
          top: 50%;
          left: 50%;
          transform-origin: top left;
          transform: scale(1) translate(-50%, -50%);
          transition: .35s;
        }
        &:hover {
          i {
            transform: scale(1.5) translate(-50%, -50%);
          }
        }
      }
      &:nth-child(1) a {
        background-color: #135cb6;
      }
      &:nth-child(2) a {
        background-color: #00aced;
      }
      &:nth-child(3) a {
        background-color: #BD081C;
      }
      &:nth-child(4) a {
        background-color: #111111;
      }
      &:nth-child(5) a {
        background-color: #1FB381;
      }
    }
  }
}

.teke-over{display: flex;}
.teke-over p{padding-left: 6px; margin-bottom: 0px;}
.socialList-right li{
  display: flex;
}


.socialList-right {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    justify-content: space-around;
    flex-flow: row wrap;
    }

/** =======Header Part======= **/

#header {
    padding: 15px 0px;
}

.xrytop{padding: 15px 0px;}

.logo img {
    width: 330px;
}

li.teke-over p{
  color: #fff;
}

.btn-section {
  display: flex;
  justify-content: end;

 .btn {
    border-radius: 50px;
    display: flex;
    /* align-items: start; */
    /* justify-content: center; */
    border: none;
    color: #FFF;
    font-size: 18px;
    /* float: left; */
    margin: 0%;
    padding: 0 0px;
    background-image: linear-gradient(#f04047, #8f070d);

    
           .btn-gradient {
            left: -20px;
            width: 28%;
            padding-top: 7px;

      i {
        font-size: 30px;
                display: flex;
                align-items: center;
                justify-content: end;
      }
    }
  }
}

select {
    color: #847272;
}

@media (max-width: 768px) {
    .xrytop {
    padding: 20px 0px 5px 20px;
}

    .p-wall {
    padding-top: 0px !important;
}

    .dek h2 {
    text-align: center;
}
    .inner-img {
    width: 120px !important;
}
    .carousel-caption {
    width: 90%;
    text-align: center;
}
    .logo img {
    width: 100%;
    padding-top: 7%;
}
.btn-section {
    display: flex;
    justify-content: center;
}
.row.ra-one {
    display: flex;
    
}
    .col-md-6.dk-one {
    display: flex;
    justify-content: space-around;
    width: 50%;
}
button.btn.btn-green.ex {
    line-height: 16px !important;
    font-size: 14px !important;
    padding: 6px 10px 9px 8px !important;
    overflow: hidden;
    font-weight: 500;
}
.btn-gradient {
    padding-top: 3px !important;
}
.btn-gradient .fa-phone:before {
    font-size: 13px !important;
    padding: 6px !important;
}
.socialList-right li {
    text-align: center;
}
}

.ex-one{
    padding-bottom: 10px;
}

.btn-gradient .fa-phone:before {
    font-size: 22px;
    background: #fff;
    content: "\f095";
    color: #ec3d44;
    padding: 8px;
    /* width: 40px; */
    border-radius: 50px;
    /* height: 40px; */
}

button.btn.btn-green.ex {
    border-radius: 50px;
    display: flex;
    color: #FFF;
    font-size: 17px;
    padding: 5px 5px;
}
a.btn.btn-green1.ex {
    display: block;
    background-color:#c6272e;
    color:#fff;
    border-radius:50px;
    padding:10px 15px;
    width:296px;
    margin:auto;
}
a.btn.btn-green1.ex:hover {
    color: #fff;
     background-color:#c6272e;
      border-radius:50px;
    padding:10px 15px;
}

/** =======Slider Part======= **/

.apps{
  padding: 50px 0px;
}

.carousel-caption {
    width: 50%;
    position: absolute;
    right: auto;
    bottom: 28%;
    left: 5%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.carousel-caption h3 {
    font-size: 40px;
    font-family: 'Jost', sans-serif;
}

.carousel-caption p {
    color: #fff;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
}

button.btn.dslr {
  border: 1px solid #cd2c32;
    padding: 9px 40px;
    border-radius: 50px;
    color: #fff;
    background-image: linear-gradient(#f04047, #8f070d);
}

/*.carousel-control-next, .carousel-control-prev {*/
/*    width: 60%;*/
/*    top: 75%;*/
/*}*/

.carousel-indicators [data-bs-target] {
      border-radius: 50px;
      box-sizing: content-box;
      flex: 0 1 auto;
      width: 10px;
      height: 10px;
      padding: 0;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #fff;
      background-clip: padding-box;
      border: 0;
    border-top: aqua;
    border-bottom: aqua;
}

.p-wall{padding-top: 50px;}

.carousel-indicators {
    margin-right: 15%;
    margin-bottom: 4rem;
    margin-left: 15%;
    top: 86%;
}

span.carousel-control-next-icon {
    border: 1px solid #fff;
    border-radius: 50px;
}

span.carousel-control-prev-icon {
  border: 1px solid #fff;
    border-radius: 50px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 30px;
    background-size: 75% 75%;
    width: 30px;
}


/** =======About Part======= **/

.inner-about img{width: 95%;}

.about-right h2 {
    padding-bottom: 8px;
    font-size: 40px;
    font-weight: 600;
}

.about-right p {
    font-size: 16px;
    color: #9f9f9f;
    padding-bottom: 8px;
    line-height: 28px;
    font-family: 'Jost', sans-serif;
}

.about-bottom {
    display: flex;
    padding-bottom: 15px;
}

.about-bottom img {
    width: 55px;
    height: 55px;
}

.about-bottom p {
    width: 80%;
    color: #000;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}


.row.ex-paw {
    padding-top: 50px;
}

.inner-about.new img{
    width: 90%;
    margin-top: -55px;
}

h2.tr {
    font-size: 20px;
}

/** =======Services part======= **/

@media (max-width: 768px) {
    a.btn.btn-green1.ex {
    display: block;
    background-color:#c6272e;
    color:#fff;
    border-radius:50px;
    padding:10px 15px;
    width:242px;
    margin:15px auto;
}
    .inner-about.temp img {
    width: 100% !important;
    margin-top: 0px;
}
    
    .apps {
    padding: 30px 0px 0px 0px;
}
    
    .row.ex-paw {
    padding-top: 0px;
}

  .col-md-3.two-type {
    width: 50%;
}
  }


.ser-round {
    text-align: center;
}

.inner-img {
  cursor: pointer;
    display: inline-block;
    padding: 10%;
    border: 2px solid #99d7ff;
    border-radius: 80px;
    margin-bottom: 15px;
    background: #f2f2f2;
    width: 130px;
}

.inner-img:hover{
  background-image: linear-gradient(#f04047, #8f070d);
  border: 2px solid #c6282e;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.inner-img img{
  height: 70px;
    width: auto;
}



/** ======= Youtube Part======= **/
 .video-thumbnail {
            position: relative;
            cursor: pointer;
            margin-bottom: 20px;
            border-radius: 5px;
            overflow: hidden;
        }
        .video-thumbnail:hover {
            border-color: #007bff;
        }
        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
/*            background: url('https://img.icons8.com/ios-filled/50/ffffff/play-button-circled--v1.png') no-repeat center;*/
            background-size: contain;
            opacity: 0.8;
        }
        .play-button:hover {
            opacity: 1;
        }

/** =======Get in touch======= **/

h2.res-one {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-bottom: 19px;
}

@media (max-width: 768px) {
   
}

#rock{
  background-image: url("images/form.png");
  width: 100%;
  background-size: cover;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}


.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

/** =======review Part======= **/

.dek h2{
  font-size: 50px;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}

.slick-slide {
    height: 300px !important;
}

.wow-r {
    height: 170px;
    overflow-x: auto;
    /* padding-bottom: 16px; */
    margin-bottom: 12px;
}

.slick-dots li button:before {
    font-size: 10px !important;
}

#review{
  background-color: #e8f7ff;
}

.carousel-item.dk {
    border: 1px solid #f2f2f2;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

 .reviews-section {
    text-align: center;
    padding: 0px 35px 0px 35px;
}

        .review-card {
            background-color: #fff;
            padding: 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            position: relative;
            text-align: left;
            margin: 10px;
        }

        .quote-icon {
            font-size: 24px;
            color: #f44336;
            display: inline-block;
            margin-bottom: 10px;
        }

        .review-card p {
    font-size: 16px;
    color: #9f9f9f;
    margin-bottom: 15px;
    line-height: 1.5;
}

        .review-footer {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .profile-img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

        .google-icon {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 20px;
        }

        h4 {
            font-size: 16px;
            color: #333;
            margin: 0;
        }

        .slick-prev:before, .slick-next:before {
            color: #333;
        }


/** ======= Frequently Asked Questions ======= **/ 

  .accordion-button:not(.collapsed)::after {
    background-image: none;
}
.accordion-button::after {
    background-image: none;
}

        .faq-section {
            max-width: 700px;
            margin: 50px auto;
        }
        .faq-header {
            font-size: 32px;
            font-weight: bold;
            color: #000;
            text-align: left;
            margin-bottom: 20px;
        }
        .accordion-button {
            background-color: #e8f5ff;
            color: #333;
            font-size: 18px;
            font-weight: bold;
            border-radius: 10px;
            padding: 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .accordion-button:not(.collapsed) {
            color: #fff;
            background-color: #e74c3c;
            border-radius: 10px;
        }
        .accordion-body {
            font-size: 16px;
            color: #666;
            padding: 15px;
            background-color: #f9f9f9;
        }
        .accordion-item {
            border: none;
            margin-bottom: 10px;
        }
        .accordion-button::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f067"; /* Plus icon */
            color: #007bff;
        }
        .accordion-button:not(.collapsed)::after {
            content: "\f068"; /* Minus icon */
            color: #fff;
        }       

        .inner-faq img{width: 100%;}


/** =======Footer Part======= **/

.footer ul li a:hover{
    color: #2d4f9d;
}

.text-footer a:hover{
    color: #2d4f9d;
}

.text-footer a {
    text-decoration: none;
    font-family: jost;
    line-height: 25px;
    color: #8f8a8a;
    padding-bottom: 0px;
    margin-bottom: 15px;
    font-weight: 500;
}

.footer {
            background-color: #e8f5ff;
            padding: 40px 0px 15px 0px;
        }
        .footer-logo {
            font-size: 24px;
            font-weight: bold;
            color: #e74c3c;
        }
        .footer-logo span {
            color: #1d8cf8;
        }
       .footer .footer-social i {
    font-size: 20px;
    color: #ffffff;
    margin-right: 5px;
    background: #2d4f9d;
    padding: 7px;
    border-radius: 35px;
    height: 38px;
    width: 38px;
    line-height: 25px;
}
        
       
        
        .footer h5 {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
        }
        .footer ul {
            list-style: none;
            padding: 0;
        }
        
       .text-footer {
    font-family: jost;
    line-height: 25px;
    color: #8f8a8a;
    padding-bottom: 0px;
    margin-bottom: 15px;
    font-weight: 500;
}
        
        .footer ul li a {
    line-height: 30px;
    color: #8f8a8a;
    text-decoration: none;
}
        .footer ul li a:hover {
            text-decoration: underline;
        }
       .footer .contact-info i {
    margin-top: 5px;
    background: #2d4f9d;
    color: #ffffff;
    margin-right: 5px;
    padding: 7px;
    border-radius: 50px;
    height: 30px;
    width: 28px;
    line-height: 17px;
}
        .footer .footer-bottom {
            font-size: 14px;
            color: #333;
            text-align: center;
            padding-top: 15px;
            border-top: 1px solid #ccc;
        }
        .map-embed {
            border-radius: 10px;
            overflow: hidden;
        }
        
        .map-embed iframe {
    height: 200px;
    border: 0;
    width: auto;
}


.socialList-right li a {
    text-decoration: none;
    color: #fff;
    line-height: 30px;
}

/** =======Whatsapp Icon======= **/
    .phone-call {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
  display: inline-block;
  line-height: 65px;
}

.phone-call img {
    top: 10px;
    margin-top: -40%;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@media (max-width: 768px) {
#top-bar {
    display: none;
    padding: 10px 0px;
    background-color: #1d3a7c;
    color: #fff;
}   

    .carousel-control-next, .carousel-control-prev {
    width: 12% !important;
}
    
}



button.dsr-11 {
    border-radius: 4px;
    background: linear-gradient(#f04047, #8f070d);
    border: none;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 10px;
    width: 230px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 1px;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}

button.dsr-11{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

button.dsr-11:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  top: 10px;
  right: -20px;
  transition: 0.5s;
}

button.dsr-11:hover{
  padding-right: 24px;
  padding-left:8px;
}

button.dsr-11:hover:after {
  opacity: 1;
  right: 10px;
}

.font-type{font-size: 40px;font-weight: 600;}

.carousel-control-next, .carousel-control-prev {
    width: 6%;
}


p.ad-vance {
    padding-right: 12%;
    font-size: 14px;
}

@media (max-width: 768px) {
    p.ad-vance {
    padding-right: 0%;
    font-size: 16px;
}}
    

/** =======Second Page======= **/

.banner-first {
    background-image: url("images/yatin_neurbanner.png");
    width: 100%;
    background-size: cover;
    height: 500px;
}
.carousel-caption-second {
    width: 50%;
    position: absolute;
    right: auto;
    top: 35%;
    left: 5%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}    

.carousel-caption-second h3{
    font-size: 40px;
    font-family: 'Jost', sans-serif;
}

.carousel-caption-second p {
    color: #fff;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
}
    
.topist {
    border-radius: 15px;
    margin-top: -7%;
    background: #fff;
    padding: 2%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

h2.extexach {
    padding-bottom: 25px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.about-bottup {
    display: flex;
    padding-bottom: 15px;
}

.about-bottup h3 {
    font-size: 22px;
    font-weight: 700;
}

.about-bottup p {
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 22px;
    color: #9f9f9f;
}

.rom-one {
    margin-top: -2px;
    padding-left: 3%;
}

.inner-about.temp img {
    width: 75%;
    margin-top: -45px;
}

.advancdemo {
    font-size: 17px;
    color: #9f9f9f;
    padding-bottom: 0px;
    line-height: 31px;
}

.col-md-2.two-type {
    padding-bottom: 20px;
    width: 20%;
}

.inner-imer {
    cursor: pointer;
    display: inline-block;
    padding: 10%;
    border: 2px solid #99d7ff;
    border-radius: 80px;
    margin-bottom: 15px;
    background: #c7e9fd;
    width: 130px;
}

.inner-imer img {
    height: 75px;
    width: auto;
}

.about-ri p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #9f9f9f;
    padding-bottom: 0px;
    line-height: 30px;
    font-family: 'Jost', sans-serif;
}

.about-ri h2 {
    padding-bottom: 5px;
    font-size: 40px;
    font-weight: 600;
}

ul.ramper {
    padding-bottom: 10px;
    padding-left: 20px;
    color: #9f9f9f;
    font-size: 17px;
    list-style-image: url(images/right-icon.png);
    line-height: 38px;
}

.col-md-6.ex-ontwo{
    padding-bottom: 15px;
}

.col-md-4.ex-ontwo{
    padding-bottom: 10px;
}

.ex-one input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}



@media (max-width: 768px) {
    
    /*.dek h2{font-size: 30px;}*/
    
    .about-ri h2 {
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 30px;
}
    
    .about-right h2 {
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 30px;
}

.font-type {
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 30px;
}
    
    .topist {
    padding: 8% 2%;
}
    
    h2.extexach {
    font-size: 30px;
}
    .col-md-2.two-type {
    width: 50%;
}
    .banner-first {
    background-image: url("images/second-page-banner.jpg");
    width: 100%;
    background-size: cover;
    height: 80vh;
}

.splide__slide {
    height: auto !important;
    margin-right: 2rem !important;
}

.carousel-caption-second h3 {
    font-size: 28px;
}

.carousel-caption-second p {
    font-size: 16px;
}

.carousel-caption-second {
    text-align: center;
    width: 95%;
    position: absolute;
    top: auto;
    left: 0%;
    padding-top: 2.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    right: 0%;
    margin: auto;
}
.splide__arrow--next {
    display: none !important;
}
.splide__arrow--prev {
    display: none !important;
}
}
    
    
    .codepen-info {
	max-width: 950px;
	margin: 0 auto;
	background: #f4f4f4;
	padding: 20px 30px;
	margin-top: 40px;
	h1 {
		font-weight: 500;
		text-align: center;
		color: black;
		margin-top: 0;
	}
	p {
		color: #777;
	}
	.src {
		padding: 15px;
		background: white;
		border-radius: 5px;
		margin-bottom: 15px;
		p.coded {
			background: #f1f1f1;
			color: black;
		}
	}
}
.page-width {
	max-width: 900px;
	margin: 0 auto;
	h2 {
		text-align: center;
	}
}
.splide {
	margin: 0 auto;
	max-width: 1000px;
	padding-bottom: 50px;
}
.splide__slide {
	img {
		max-width: 100%;
	}
}
.splide__arrow--prev {
	margin-left: -50px;
}
.splide__arrow--next {
	margin-right: -50px;
}
.splide__pagination {
	margin-bottom: -35px;
}
.splide__pagination__page.is-active {
	background: green;
}

.splide__pagination__page {
    background: #b6b6b6;
}

.splide__pagination__page.is-active {
    background: #000 !important;
}

.splide__pagination {
    bottom: 1.5em !important;
}
