body{
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}


::-webkit-scrollbar {
width: 12px;
height: 12px;
}

::-webkit-scrollbar-track {
/* border: 1px solid #0f75bd; */
border-radius: 25px;
}

::-webkit-scrollbar-thumb {
    background: rgb(115 109 171);
    background: linear-gradient( 180deg , rgb(115 109 171) 17%, rgb(242, 242, 242) 100%);
    transition: all .4s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(115 109 171);
background: linear-gradient(180deg, rgb(115 109 171) 60%, rgb(115 109 171) 100%);
}


a, button {
  text-decoration: unset !important;
  transition: all .4s ease-in-out !important;
  cursor: pointer !important;
  outline: none !important;
}

ul {
  padding: 0;
  margin: 0;
}


li{
  list-style: none;
  transition: all .4s ease-in-out;
}

.head h4 {
    font-size: 25px;
    font-weight: 500;
    color: #443F77;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0;
    line-height: 1;
    padding-bottom: 12px;
}

.head h2 {
    font-size: 42px;
    font-weight: 500;
    color: #443F77;
    text-transform: capitalize;
    letter-spacing: .5px;
    line-height: 1;
    margin: 0;
    padding-bottom: 20px;
}

p {
    font-size: 16px;
    line-height: 1.8;
}



/* PRELOADER START */

#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 99999999;
}


.spinner {
   width: 80px;
   height: 80px;
   border: 0px solid #f3f3f3;
   border-top: 5px solid #736DAB;
   border-radius: 100%;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   animation: spin 1s infinite ease;
}

 @keyframes spin {
    from {
      transform: rotate(0deg);
  }
     to {
     transform: rotate(360deg);
     }
}

/* PRELOADER END */





/* HEADER START */

.header img.logo {
    width: auto;
    height: 75px;
    object-fit: contain;
}

.header {
    background: transparent;
}

.header .navbar {
    padding: 5px 0;
}

.header a.navbar-brand {
    margin: 0;
    margin-right: auto;
}

.header .navbar-collapse {
    flex-basis: unset;
}

.header li, .header li a {
    font-size: 16px;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0;
}

.header  ul.h-contact a {
    color: #443F77 !important;
}

.header li a:hover, .header li.active a {
    color: #fff568 !important;
}

.header  ul.h-contact a:hover {
    color: #FFF568 !important;
}

.header li i {
    color: #FFF568;
    font-size: 22px;
    margin-bottom: 8px;
}

.header ul.navbar-nav li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 15px;
}

.header a.search-icon {
    height: 40px;
    width: 40px;
    background: #443F77;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff568;
    border-radius: 50%;
    margin-left: 25px;
}

.header a.search-icon:hover {
    background: #fff568;
    color: #fff;
}

.header ul.navbar-nav li:first-child {
    margin-left: 0;
}

.header ul.h-contact {
    margin-right: 75px;
}


.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.remodal {
    background: transparent !important;
}

button.remodal-close {
    right: 0;
    left: unset;
    top: -18px;
    color: #fff;
}

button.remodal-close:hover {
    color: red;
}

.search-form input#search-input {
    width: 80%;
    outline: none;
    border: none;
    padding: 10px 20px;
    color: #000;
}

.search-form  button {
    padding: 10px 20px;
    border: none;
    border-left: 1px solid #443F77;
    outline: none !important;
    background: #443F77;
    color: #fff;
}

.search-form button:hover {
    background: #fff;
    color: #443F77;
}


.remodal-overlay {
    background: rgb(0 0 0 / 85%) !important;
}


/* HEADER END */



/* SLIDER START */

.home-slider {
    position: relative;
}

.home-slider:before {
    content: '';
    position: absolute;
    left: 0;
    top: -100px;
    width: 45%;
    height: 95%;
    background: #9791CB;
    z-index: -1;
}

.home-slider:after {
    content: '';
    position: absolute;
    right: 0;
    top: -100px;
    width: 55%;
    height: 100%;
    background: #736DAB;
    z-index: -1;
}

.home-slider .cont {
    background-image: url(images/slider-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    align-items: center;
    height: 650px;
    border-bottom-left-radius: 100px;
    padding-left: 40px;
    padding-right: 40px;
}

.home-slider .cont:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgb(68 63 119 / 90%);
    z-index: 0;
    border-bottom-left-radius: 100px;
}

.home-slider .cont h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    position:  relative;
    z-index: 1;
    padding-bottom: 30px;
}

span.yellow {
    color: #FFF568;
    position:  relative;
    z-index: 1;
}

.home-slider .cont p {
    font-size: 18px;
    color: #fff;
    width: 70%;
    margin-right: auto;
    font-weight: 300;
    position:  relative;
    z-index: 1;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.home-slider .cont .left a {
    position:  relative;
    z-index: 1;
}

a.butn {
    padding: 14px 45px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF568;
    background: #736DAB;
    border-radius: 50px;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 27%);
    display: inline-block;
    line-height: 1;
}

a.butn:hover {
    background: #FFF568;
    color: #736DAB;
}


a.butn.butn-white {
    background: #fff;
    color: #736DAB;
}

a.butn.butn-white:hover {
    background: #736DAB;
    color: #fff;
}

a.butn.butn-white.h-yellow:hover {
    background: #FFF568;
    color: #736DAB;
}

.home-slider .cont .right img{
    position: relative;
    z-index: 1;
    margin-left: auto;
    height: 620px;
    width: auto;
}

.home-slider .cont .right {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

ul.slider-social {
    position: absolute;
    right: 55px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

ul.slider-social li {
    margin-bottom: 10px;
}

ul.slider-social li:last-child {
    margin: 0;
}

ul.slider-social li a {
    color: #fff;
}

ul.slider-social li a:hover {
    color: #fff568;
}


/* SLIDER END */



/* HOME - WELCOME START */

.home-welcome .left img {
    height: 450px;
    width: 96%;
    object-fit: cover;
    border-top-left-radius: 100px;
}

.home-welcome {
    padding-top: 50px;
    padding-bottom: 25px;
}

.home-welcome .left {
    text-align: right;
    position: relative;
}

.home-welcome .left:before {
    content: '';
    position: absolute;
    left: 0;
    top: 25px;
    bottom: 0;
    height: 100%;
    width: 95%;
    background: #736dab;
    z-index: -1;
    border-top-left-radius: 100px;
}

.home-welcome a.butn {
    margin-top: 20px;
}

.home-welcome .right {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.home-welcome .right {
    padding-left: 15px;
}

.home-welcome .right p {
    width: 92%;
}



/* HOME - WELCOME END */



/* HOME - SERVICES START */

.home-services {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background: #736dab;
    border-bottom-right-radius: 100px;
}

.home-services .cont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 60px;
    column-gap: 30px;
}

.home-services .cont .box img {
    width: 96%;
    height: 350px;
    object-fit: cover;
    position: relative;
    z-index: 11;
    transition: all .4s ease-in-out;
}

.home-services .cont .box .img a {overflow: hidden;}

.home-services .cont .box .img:hover img {transform: scale(1.10);}

.home-services .cont .box .img {
    position: relative;
    text-align: right;
}

.home-services .cont .box .img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 0;
    height: 100%;
    width: 97%;
    background: #fff568;
    z-index: 0;
}


.home-services h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
}

.home-services .cont .box h4 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    padding-top: 40px;
    padding-bottom: 20px;
    transition: all .4s ease-in-out;
}

.home-services .cont .box a:hover h4 {
    color: #fff568;
}

.home-services .cont .box p {
    color: #fff;
    text-align: center;
    width: 96%;
    margin: 0 auto;
}

.home-services a.butn {
    margin-top: 50px;
}


/* HOME - SERVICES END */


/* HOME - HAPPINESS START */

.home-happiness {
    padding-top: 80px;
    padding-bottom: 80px;
}

.home-happiness .top .cont {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    column-gap: 45px;
}

.home-happiness .bottom .cont {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    column-gap: 55px;
}

.home-happiness .cont .img {
    position: relative;
    height: 450px;
    background: #443F77;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 100px;
}

.home-happiness .top .cont .img img {
    height: 300px;
    width: auto;
    object-fit: contain;
}

.home-happiness .top .cont .left {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.home-happiness .top .cont .img:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 15px;
    bottom: 0;
    background: #fff568;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-bottom-left-radius: 100px;
}


.home-happiness .bottom .cont img {
    height: 470px;
    position: relative;
    bottom: 10px;
}

.home-happiness .bottom .cont .img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 100px;
    width: 100%;
}

.home-happiness .bottom {
    padding-top: 100px;
}

.home-happiness .bottom .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


.home-happiness .bottom .right h2 {
    width: 90%;
    line-height: 1.5;
    padding-bottom: 30px;
}

.home-happiness .bottom .right  a.butn {
    margin-top: 30px;
}

.home-happiness .bottom .right p {
    width: 87%;
    margin-right: auto;
}

.home-happiness .bottom .cont .img:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 15px;
    bottom: 0;
    background: #fff568;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-bottom-right-radius: 100px;
}



/* HOME - HAPPINESS END */



/* HOME - WHAT PEOPLE START */
.home-what-people {
    padding-top: 20px;
}

.home-what-people .head {
    text-align: center;
    padding-bottom: 40px;
}


.what-people-slider .cont-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    column-gap: 25px;
}

.what-people-slider .cont-inner h4 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 1;
    margin: 0;
    padding-bottom: 12px;
    color: #fff568;
}

.what-people-slider .cont-inner p {
    color: #fff;
    margin: 0;
    width: 93%;
}

.what-people-slider .cont-inner {
    position: relative;
    padding: 40px 30px 40px 40px;
}

.what-people-slider .cont-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 85%;
    height: 100%;
    background: #736DAB;
    z-index: -1;
}

.what-people-slider .cont-inner .right img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-bottom-right-radius: 100px;
}

.what-people-slider .cont-inner .right .img {
    position: relative;
}

.what-people-slider .cont-inner .right .img:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 12px;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #fff568;
    z-index: -1;
    border-bottom-right-radius: 100px;
}

.what-people-slider .cont-inner .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slick-prev {
    left: -60px !important;
}

.slick-next {
    right: -40px !important;
}

.slick-prev:before {
    content: "\f137" !important;
}

.slick-next:before {
    content: "\f138" !important;
}

.slick-arrow:before {
    font-family: "FontAwesome" !important;
    font-weight: 400 !important;
    color: #736dab !important;
    font-size: 30px !important;
    opacity: 1 !important;
    transition: all .4s ease-in-out !important;
}

.slick-arrow:hover:before {
    color: #fff568 !important;
}






/* HOME - WHAT PEOPLE END */






/* FOOTER START */

footer {
    background: #443F77;
    margin-top: 80px;
}

footer .f-subscribe .head h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 30px;
}

footer .f-subscribe {
    padding-top: 40px;
    padding-bottom: 40px;
}

footer .f-subscribe form .cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .f-subscribe form .cont input[type="email"] {
    border: none;
    outline: none;
    margin: 0;
    width: 40%;
    padding: 10px 20px;
    padding-right: 50px;
    border-radius: 50px;
    line-height: 1.2;
    color: #443f77;
}

footer .f-subscribe form .cont  button {
    background: #fff568;
    border: none;
    padding: 12px 50px;
    line-height: 1;
    color: #443f77;
    border-radius: 50px;
    margin-left: -40px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

footer .f-subscribe form .cont button:hover {
    background: #443f77;
    color: #fff;
}





footer .f-main .f-logo img {
    height: 170px;
    width: auto;
}

footer .f-main .f-logo {
    padding-bottom: 70px;
    text-align: center;
    position: relative;
    z-index: 11;
}

footer .f-main ul.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 11;
    list-style-type:none;
}

footer .f-main ul.footer-social li {
    margin: 0 13px;
}

footer .f-main ul.footer-social li a {
    color: #fff;
}

footer .f-main ul.footer-social li a i {
    font-size: 20px;
}

footer .f-main ul.footer-social li a:hover {
    color: #fff568;
}

footer .f-main .right .cont h4 {
    color: #fff568;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 1;
    padding-bottom: 25px;
}

footer .f-main .right {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 50px;
    position: relative;
    z-index: 11;
}

footer .f-main .right ul li {
    margin-bottom: 12px;
    list-style-type:none;
}

footer .f-main .right .cont ul li a {
    color: #fff;
}

footer .f-main .right ul li:last-child {
    margin-bottom: 0;
}

footer .f-main .right .cont ul li a:hover, footer .f-main .right .cont ul li.active a {
    color: #fff568;
}


footer .f-copyrights p, footer .f-copyrights p a {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

footer .f-copyrights {
    padding: 25px 0;
}

footer .f-copyrights .cont {
    text-align: right;
}

footer .f-copyrights p a {
    color: #fff568;
}

footer .f-copyrights p a:hover {
    color: #fff;
}

footer .f-main {
    position: relative;
    padding-top: 60px;
    padding-bottom: 10px;
    border-top: 1px solid #ffffff24;
}

footer .f-main:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 95%;
    width: 62%;
    background: #736DAB;
    z-index: 1;
}

footer .f-main:after {
    content: '';
    position: absolute;
    right: 0;
    top: 13px;
    bottom: 0;
    height: 96%;
    width: 63%;
    background: #fff568;
    z-index: 0;
}



/* FOOTER END */


/* ABOUT US START */

.inner-banner .cont {
    background: #443F77;
    height: 300px;
    border-bottom-left-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-banner {
    position: relative;
}

.inner-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: -95px;
    width: 60%;
    height: 100%;
    background: #9791CB;
    z-index: -1;
}

.inner-banner:after {
    content: '';
    position: absolute;
    right: 0;
    top: -95px;
    width: 55%;
    height: 100%;
    background: #736DAB;
    z-index: -1;
}

.inner-banner .cont h1 {
    margin: 0;
    color: #fff;
    font-size: 55px;
    font-weight: 500;
    text-transform: capitalize;
}

.about-why-kelstech {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background: #736dab;
    border-bottom-right-radius: 100px;
    margin-bottom: 50px;
}

.about-why-kelstech .right img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: right;
    border-bottom-right-radius: 100px;
}

.about-why-kelstech .head h2, .about-why-kelstech .left p {
    color: #fff;
}

.about-why-kelstech .left p {
    width: 95%;
}

.about-why-kelstech .left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* ABOUT US END */


/* CONTACT US START */

.contact-get-in-touch .head {
    text-align: center;
    padding-bottom: 20px;
}

.contact-get-in-touch .head h2 {
    padding-bottom: 12px;
}

.contact-get-in-touch {
    padding-top: 60px;
    padding-bottom: 40px;
}

.contact-get-in-touch form .aside {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 25px;
}

.contact-get-in-touch form .aside input, .contact-get-in-touch form .aside button {
    width: 100%;
}

.contact-get-in-touch form textarea {
    margin-top: 15px;
    border: 1px solid #CECECE;
    border-radius: 10px;
    resize: none;
    height: 200px;
    width: 100%;
    padding: 20px 15px;
    font-size: 14px;
    color: #000;
    line-height: 1;
    outline: none;
}

.contact-get-in-touch form .aside input {
    padding: 15px;
    padding-right: 35px;
    border-radius: 50px;
    border: 1px solid #CECECE;
    font-size: 14px;
    color: #000;
    line-height: 1;
    background: #fff;
    outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.contact-get-in-touch form .aside button {
    padding: 15px;
    border-radius: 50px;
    border: 1px solid #443f77;
    font-size: 14px;
    color: #fff568;
    line-height: 1;
    background: #443f77;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
}

.contact-get-in-touch form .aside button:hover {
    background: #ffffff;
    color: #443f77;
}

.contact-get-in-touch form .aside .outer {
    position: relative;
}

.contact-get-in-touch form .aside .outer i {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #736dab;
    pointer-events: none;
}

.contact-contact-info .head {text-align: center; padding-bottom: 40px;}

.contact-contact-info .cont {display: flex;align-items: flex-start;justify-content: space-around;}

.contact-contact-info .cont .cont-inner {text-align: center; position: relative; height: 100%}

.contact-contact-info .cont .cont-inner:after {content: '';position: absolute;right: -60px;top: -20px;height: 200px;width: 1px;background: #CECECE;}

.contact-contact-info .cont .cont-inner:last-child:after {display: none;}

.contact-contact-info .cont .cont-inner i {font-size: 22px;color: #443f77;margin-bottom: 8px;}

.contact-contact-info .cont .cont-inner h4 {margin: 0;font-size: 18px;font-weight: bold;text-transform: capitalize;line-height: 1;padding-bottom: 15px;color: #443f77;letter-spacing: .5px;}

.contact-contact-info .cont .cont-inner a {color: #000;font-size: 18px;font-weight: 400;}

.contact-contact-info .cont .cont-inner a:hover {color: #443f77;}

.contact-contact-info .cont .cont-inner ul.contact-follow-us {display: flex;justify-content: center;align-items: center;}

.contact-contact-info .cont .cont-inner ul.contact-follow-us i {margin: 0 !important;color: #ACACAC;transition: all .4s ease-in-out;}

.contact-contact-info .cont .cont-inner ul.contact-follow-us li {margin: 0 5px;}

.contact-contact-info .cont .cont-inner ul.contact-follow-us a:hover i {color: #443f77;}


/* CONTACT US END */



/* SERVICE SCHEDULE START */

.service-schedule {padding-top: 70px;padding-bottom: 5px; position: relative;}

.service-schedule:after {content: '';position: absolute;left: 0;right: 0;top: 0;background: #736dab;height: 58%;width: 100%;z-index: -1;border-bottom-right-radius: 100px;}

.service-schedule .head h2 {color: #fff;text-align: center;width: 65%;margin: 0 auto; line-height: 1.3;}

.service-schedule .cont {display: flex;align-items: center;justify-content: space-between; padding-top: 30px;}

.service-schedule .cont .box {display: flex;flex-direction: column;align-items: center;}

.service-schedule .cont .box i {font-size: 40px;background: #fff;width: 130px;height: 130px;border-radius: 50%;display: flex;align-items: center;justify-content: center;color: #736dab;border: 8px solid #736dab;margin-bottom: 25px;}

.service-schedule .cont .box h4 {margin: 0;line-height: 1;padding-bottom: 10px;color: #736dab;font-size: 24px;text-transform: capitalize;font-weight: 500;}

.service-schedule .cont .box p {color: #fff;text-align: center;font-size: 14px;width: 80%;margin: 0 auto; color: #000;}

/* SERVICE SCHEDULE END */




/* SERVICES MAIN START */


.services-main{ border-bottom-right-radius: 0; background-color: #fff; padding-bottom: 30px;}

.services-main .cont .box h4 {color: #736dab;}

.services-main .cont .box p {color: #000;}

.services-main a.butn {margin-top: 25px;}



/* SERVICES MAIN END */




/* ZIPCODE START */

.zipcode-main {padding-top: 70px;padding-bottom: 60px;}

.zipcode-main .cont {width: 50%;margin: 0 auto;}

.zipcode-main .cont .head {text-align: center;}

.zipcode-main .cont  form {position: relative;display: flex;align-items: center;justify-content: center;}

.zipcode-main .cont form input, .zipcode-main .cont form select {
    border: 1px solid #9791cb !important;
    padding: 8px 20px;
    font-size: 14px;
    color: #000;
    line-height: 1;
    border-radius: 0;
    width: 100%;
    outline: none;
    height: unset !important;
}


.zipcode-main .cont form  button {padding: 8px 20px;line-height: 1;border: 1px solid #9791cb;background: #9791cb;color: #fff568;}

.zipcode-main .cont form button:hover {background: #fff568;color: #9791cb;border-color: #fff568;}




/* ZIPCODE END */





/* STEP FORM START */


.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}

.bg-color{
    background-color: #333;
}

    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
            position: relative;
    margin-bottom: 50px;
    text-align: center;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #9791cb;
    color: #fff;
    border-color: #9791cb;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
color: #9791cb;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
    left: 0;
    right: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}

.next-step, .prev-step{
    padding: 14px 25px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF568;
    background: #736DAB;
    border-radius: 50px;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 27%);
    display: inline-block;
    line-height: 1;
    outline: none;
    border: 1px solid #736dab;
}

.next-step:hover,
.prev-step:hover {
    background: #FFF568;
    color: #736DAB;
    border: 1px solid #FFF568;
}


.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check{
    font-size: 14px;
    font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.footer-link{
    margin-top: 30px;
}
.all-info-container{

}
.list-content{
    margin-bottom: 10px;
}
.list-content a{
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
    transform: rotate(180deg);
}
.list-content a i{
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
    padding: 10px;
}
.signup-logo-header .logo_area{
    width: 200px;
}
.signup-logo-header .nav > li{
    padding: 0;
}
.signup-logo-header .header-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-inline li{
    display: inline-block;
}
.pull-right{
    float: right;
}



.stepform-main .head {text-align: center;padding-bottom: 50px;}

.stepform-main {padding-top: 60px;padding-bottom: 60px;}

.stepform-main .tab-pane h4 {font-size: 25px;
    font-weight: 500;
    color: #443F77;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0;
    line-height: 1;
    padding-bottom: 22px;}




/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"]{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;   
}
input[type="checkbox"]::before{
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]::after{
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}
input[type="checkbox"]:checked::after{
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before {
    background-color: #9791cb;
    border-color: #9791cb;
}

.stepform-main .tab-pane .cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.stepform-main .tab-pane .cont .cont-inner img {height: 60px;width: 140px;object-fit: contain;}

.stepform-main .tab-pane .cont .cont-inner {width: 50%;text-align: center;     margin-bottom: 20px;} 


@media (max-width: 767px){
    .sign-content h3{
        font-size: 40px;
    }
    .wizard .nav-tabs > li a i{
        display: none;
    }
    .signup-logo-header .navbar-toggle{
        margin: 0;
        margin-top: 8px;
    }
    .signup-logo-header .logo_area{
        margin-top: 0;
    }
    .signup-logo-header .header-flex{
        display: block;
    }
}



.stepform-main  .step-sidebar h4 {
    font-size: 25px;
    font-weight: 500;
    color: #443F77;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0;
    line-height: 1;
    padding-bottom: 22px;
text-align: center;}

.stepform-main .step-sidebar  .cont {display: flex;align-items: center;justify-content: space-between;}

.stepform-main .step-sidebar .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #9791cb;
        margin-bottom: 20px;
}

.stepform-main .step-sidebar  h5 {font-size: 16px;font-weight: 500;
    color: #443F77;
    text-transform: uppercase;
    letter-spacing: .5px;}

.stepform-main .step-sidebar img {height: 70px;width: 70px;object-fit: contain;}



/* STEP FORM END */




/* BECOME A PRO START */


.become-a-pro {
    padding-top: 70px;
    padding-bottom: 70px;
}

.become-a-pro .three-aside {
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.become-a-pro .three-aside input:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.become-a-pro .three-aside input:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.become-a-pro .three-aside input:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
.become-a-pro .three-aside input:nth-child(4) { grid-area: 2 / 1 / 3 / 2; }
.become-a-pro .three-aside input:nth-child(5) { grid-area: 2 / 2 / 3 / 3; }
.become-a-pro .three-aside input:nth-child(6) { grid-area: 2 / 3 / 3 / 4; }
.become-a-pro .three-aside input:nth-child(7) { grid-area: 3 / 1 / 4 / 4; }

.become-a-pro  input, .become-a-pro select {
    border: 1px solid #ccc;
    padding: 12px 15px;
    border-radius: 50px;
    line-height: 1;
    color: #000;
    outline: none;
    font-size: 14px;
    display: block;
    width: 100%;
}

.become-a-pro .three-aside input::placeholder {
  color: #000 !important;
  font-size: 14px;
  opacity: 1;
}


.become-a-pro  .two-aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-top: 45px;
    padding-bottom: 45px;
}

.become-a-pro  .two-aside label {
    font-size: 18px;
    font-weight: 500;
    color: #736dab;
    margin: 0;
    padding-bottom: 15px;
}

.become-a-pro input[type="checkbox"] {
    display: initial;
    width: initial;
}

.become-a-pro  .terms {
    display: grid;
    grid-auto-columns: 1fr;
    padding-top: 50px;
}


button.multiselect {
    text-align: left;border: 1px solid #ccc;
    padding: 12px 15px;
    border-radius: 50px;
    line-height: 1;
    color: #000;
    outline: none;
    font-size: 14px;
    display: block;
    width: 100%;background: #fff;}

.btn.focus, .btn:focus {box-shadow: none !important;}

button.multiselect:after {
    right: 14px;
    position: absolute;
    top: -8px;
    bottom: 0;
    margin: auto;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    border: none;
    font-weight: 600;
    font-size: 10px;
    color: #000;
}

.multiselect-container label {
    padding: 5px 10px !important;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 400 !important;
}

.multiselect-container::-webkit-scrollbar,
.ui-timepicker-viewport::-webkit-scrollbar {
    width: 6px;
}


.ui-timepicker-viewport .ui-menu-item a {
    text-align: left;
    font-size: 14px;
    color: #000 !important;
}


.multiselect-container{
    width: 100% !important;
}

.become-a-pro .terms label {font-size: 14px;}

.become-a-pro .terms label input[type="checkbox"] {margin-right: 12px;}




.become-a-pro .butn-wrapper button {
    padding: 14px 45px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF568;
    background: #736DAB;
    border-radius: 50px;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 27%);
    display: inline-block;
    line-height: 1;
    border: 1px solid #736DAB;
}

.become-a-pro .butn-wrapper button:hover {
    background: #FFF568;
    color: #736DAB;
    border: 1px solid #FFF568;
}


.become-a-pro .butn-wrapper {padding-top: 40px;}


.become-a-pro .terms h4 {
    font-size: 18px;
    font-weight: 500;
    color: #736dab;
    margin: 0;
    padding-bottom: 15px;
}




input[type="file"] {
    display: none;
}
.custom-file-upload {
    cursor: pointer;
}

.become-a-pro .file-upload-wrapper .cont span {
border-radius: 15px;
    background-image: linear-gradient(to right, #ccc 50%, white 50%);
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    border-color: #ccc;
    border-width: 2px;
    border-style: dashed;
    padding: 35px 20px;
    display: block;
}

.become-a-pro .file-upload-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 35px;
    margin-bottom: 35px;
}

.become-a-pro .file-upload-wrapper .cont span label {display: flex;align-items: center;justify-content: center;flex-direction: column;}

.become-a-pro .file-upload-wrapper .cont  h4 {font-size: 18px;
    font-weight: 500;
    color: #736dab;
    margin: 0;
    padding-bottom: 15px;line-height: 1;}

.become-a-pro .file-upload-wrapper .cont > p {margin-top: -5px;}


.become-a-pro .file-upload-wrapper .cont span label i {font-size: 55px;color: #443f77;margin-bottom: 10px;}

.become-a-pro .file-upload-wrapper .cont span label h5 {font-size: 22px;font-weight: 500;color: #443f77;}

.become-a-pro .file-upload-wrapper .cont span label p {margin: 0;line-height: 1;}


/* BECOME A PRO END */



/* FAQ START */

.accordion .card-header {
    background-color: #443f77;
    padding: 10px 10px !important;
    border-radius: 0;
}

.accordion .card-header h2 {
    padding-bottom: 0;
}

.accordion .card {
    margin-bottom: 20px;
}

.accordion .card-header h2 button {
    color: #fff;
    font-size: 16px;
}

.accordion .card-body {
    font-size: 14px;
}


/* FAQ END */


/* LOGIN MODAL START */


.popup-logo {
    left: 0;
    right: 0;
    top: -30px;
    position: absolute;
    text-align: center; }
    .popup-logo img {
      border-radius: 4px; }
  
  .modal-dialog {
    margin: 12.75rem auto; }
  
  .modal-header {
    padding: 0;
    position: relative;
    background-image: url(../img/banner/pb.jpg); }
    .modal-header .gradient-bg, .modal-header .modal-body .nws-button button, .modal-body .nws-button .modal-header button, .modal-header .teacher-pic-content .teacher-img-content:after, .teacher-pic-content .modal-header .teacher-img-content:after, .modal-header .course-details-category li:hover, .course-details-category .modal-header li:hover {
      position: absolute;
      top: 0;
      border-radius: 4px;
      height: 100%;
      width: 100%;
      opacity: .9; }
  
  .popup-text {
    width: 100%;
    padding: 70px 0px 50px 0px;
    position: relative; }
    .popup-text h2 {
      color: #fff;
      font-weight: 300;
      font-size: 38px; }
      .popup-text h2 span {
        font-weight: 700; }
    .popup-text p {
      color: #fff; }
      .popup-text p span {
        font-weight: 700; }
  
  .facebook-login {
    background-color: #006dd9;
    height: 50px;
    line-height: 50px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-bottom: 20px; }
    .facebook-login a {
      padding: 0; }
  
  .alt-text {
    font-weight: 700;
    position: relative;
    margin-bottom: 30px; }
    .alt-text a {
      color: #333333;
      font-size: 12px;
      padding: 0; }
    .alt-text:before {
      position: absolute;
      content: '';
      top: 10px;
      height: 1px;
      width: 40%;
      left: 0;
      background-color: #ccc; }
    .alt-text:after {
      position: absolute;
      content: '';
      top: 10px;
      height: 1px;
      width: 40%;
      right: 0;
      background-color: #ccc; }
  
  .log-in-icon {
    float: left;
    padding: 0 20px;
    border-right: 1px solid #a29c9c; }
  
  .modal-body {
    padding: 50px 65px; }
    .modal-body .contact_form {
      margin-bottom: 20px; }
      .modal-body .contact_form input, .modal-body .contact_form .register-form-area select, .register-form-area .modal-body .contact_form select, .modal-body .contact_form .register-form-area textarea, .register-form-area .modal-body .contact_form textarea {
        height: 50px;
        background-color: #eeeeee;
        padding: 15px;
        border-radius: 4px;
        margin-bottom: 10px;
        width: 100%;
        border: none; }
    .modal-body .nws-button button {
      height: 60px;
      width: 100%;
      border: none;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      font-size: 18px; }
    .modal-body p {
      margin-bottom: 5px; }
  
      .gradient-bg, .modal-body .nws-button button, .teacher-pic-content .teacher-img-content:after, .course-details-category li:hover {
        background: #736dab;
        background: -moz-linear-gradient(left, #01a6fd 0%, #736dab 51%, #01a6fd 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #736dab), color-stop(100%, #4eb3bf));
        background: -webkit-linear-gradient(left, #01a6fd 0%, #736dab 51%, #0071b0 100%);
        background: -o-linear-gradient(left, #01a6fd 0%, #736dab 51%, #01a6fd 100%);
        background: -ms-linear-gradient(left, #01a6fd 0%, #736dab 51%, #01a6fd 100%);
        background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #736dab), to(#01a6fd));
        background: -webkit-linear-gradient(left, #01a6fd 0%, #736dab 51%, #01a6fd 100%);
        background: linear-gradient(to right, #01a6fd 0%, #736dab 51%, #01a6fd 100%);
        background-size: 200% auto;
        -webkit-transition: background 1s ease-out;
        -moz-transition: background 1s ease-out;
        -o-transition: background 1s ease-out;
        transition: background 1s ease-out; }
        .gradient-bg:hover, .modal-body .nws-button button:hover, .teacher-pic-content .teacher-img-content:hover:after, .course-details-category li:hover {
          background: #01a6fd;
          background: -moz-linear-gradient(left, #736dab 0%, #01a6fd 51%, #736dab 100%);
          background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #01a6fd), color-stop(100%, #4eb3bf));
          background: -webkit-linear-gradient(left, #736dab 0%, #01a6fd 51%, #0071b0 100%);
          background: -o-linear-gradient(left, #736dab 0%, #01a6fd 51%, #736dab 100%);
          background: -ms-linear-gradient(left, #736dab 0%, #01a6fd 51%, #736dab 100%);
          background: -webkit-gradient(linear, left top, right top, from(#736dab), color-stop(51%, #01a6fd), to(#736dab));
          background: -webkit-linear-gradient(left, #736dab 0%, #01a6fd 51%, #736dab 100%);
          background: linear-gradient(to right, #736dab 0%, #01a6fd 51%, #736dab 100%);
          background-size: 200% auto;
          background-position: 190px; }
      
      .text-gradiant {
        background: -moz-linear-gradient(left, #01a6fd 0%, #736dab 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #01a6fd), color-stop(100%, #736dab));
        background: -webkit-linear-gradient(left, #01a6fd 0%, #736dab 100%);
        background: -o-linear-gradient(left, #01a6fd 0%, #736dab 100%);
        background: -ms-linear-gradient(left, #01a6fd 0%, #736dab 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      
      .backgroud-style {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }
      
      .whitish-overlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.65); }
      
      .genius-btn {
        height: 50px;
        line-height: 52px;
        border-radius: 4px;
        display: table;
        padding: 0px 25px; }
        .genius-btn a {
          color: #fff;
          display: block;
          width: 100%; }
          .genius-btn a i {
            margin-left: 5px;
            color: #01a6fd; }
      
      .bold-font {
        font-weight: 700; }
      
      .section-title .subtitle {
        color: #a9a3a3;
        letter-spacing: 7px;
        position: relative; }
        .section-title .subtitle:before, .section-title .subtitle:after {
          content: ".";
          font-size: 70px;
          left: -45px;
          pointer-events: none;
          position: absolute;
          text-shadow: rgba(0, 0, 0, 0) 0px 0px;
          top: -10px;
          line-height: 0;
          color: #736dab;
          text-shadow: 15px 0 #736dab; }
        .section-title .subtitle:after {
          right: -28px;
          left: inherit; }
      
      .section-title h2 {
        font-size: 55px;
        font-weight: 300;
        color: #333333; }
        .section-title h2 span {
          font-weight: 700; }
      
      .section-title-2 h2 {
        font-size: 38px;
        color: #333333;
        font-weight: 300;
        position: relative; }
        .section-title-2 h2 span {
          font-weight: 700; }
        .section-title-2 h2:after {
          position: absolute;
          content: '';
          bottom: -20px;
          height: 2px;
          width: 50px;
          left: 0;
          background-color: #736dab; }
      
      .widget-title {
        font-size: 25px;
        color: #333333;
        font-weight: 700;
        position: relative;
        margin-bottom: 50px; }
        .widget-title:after {
          position: absolute;
          content: '';
          bottom: -20px;
          height: 2px;
          width: 50px;
          left: 0;
          background-color: #736dab; }
  .go-login{
    color:#fff
  }
  
  .go-register{
    color:#fff
  }

/* LOGIN MODAL END */









/* MEDIA QUERY START */


/* 
  ##Device = HD Desktops
  ##Screen = 1600px to higher resolution desktops
*/

@media screen and (min-width: 1600px) {

.container, .container-fluid {
    width: 1570px;
  }


.home-slider:before {
    width: 47%;
}

.home-slider:after {
    width: 53%;
}

footer .f-main:before {
    width: 59%;
}

footer .f-main:after {
    width: 60%;
}


  
  
} /* Dont delete this bracket! */ 




/* 
  ##Device = Ipads, Ipad Pro 
  ##Screen = B/w 1024px to 1365px
*/
@media (min-width: 1024px) and (max-width: 1365px) {

/* HOME START */



.home-slider .cont h1 {
    font-size: 32px;
}

.home-slider .cont .right img {
    height: 420px;
    margin-left: auto;
    margin-right: auto;
}

.home-services .cont {
    grid-template-columns: 1fr 1fr;
}

.service-schedule .cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

.home-happiness .top .cont {
    grid-template-columns: 1fr;
}

.home-happiness .bottom .cont {
    grid-template-columns: 1fr;
}

footer .f-main .right {
    padding-left: 0;
}

.header {
    background: #9791cb;
}

.header a.search-icon {
    display: none;
}


footer .f-main .right .cont ul li a {
    font-size: 14px;
}


.home-slider .cont p {
    padding-bottom: 20px;
    width: 90%;
}

.home-slider .cont {
    height: 500px;
}

p,
a.butn {
    font-size: 14px !important;
}

.navbar-toggler-icon {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%) !important;
}

.navbar-light .navbar-toggler {
    border-color: #fff !important;
}

.header .navbar-collapse {
    width: 100%;
}

.header li, .header li a {
    font-size: 14px;
}

.header .navbar-collapse ul.navbar-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 0px;
    row-gap: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

ul.slider-social {
    right: 35px;
}


.home-welcome .left img {
    height: 300px;
}

.home-welcome .right {
    padding-left: 0;
    margin-top: 30px;
}

.head h4 {
    font-size: 22px;
    padding-bottom: 8px;
}

.head h2 {
    font-size: 28px;
    padding-bottom: 30px;
}

.home-services {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px;
}

.home-services .cont .box img {
    height: 280px;
}

.home-services .cont .box h4 {
    padding-top: 30px;
    padding-bottom: 10px;
}


.service-schedule:after {
    height: 100%;
}

.service-schedule {
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-schedule .head h2 {
    width: 100%;
}

.service-schedule .cont .box i {
    font-size: 30px;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.service-schedule .cont .box p, 
.service-schedule .cont .box h4 {
    color: #Fff;
}

.service-schedule .cont .box {
    margin-bottom: 20px;
}

.home-happiness {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-happiness .bottom .right {
    margin-top: 30px;
}

.home-happiness .bottom .right h2 {
    width: 100%;
    padding-bottom: 15px;
}

.home-happiness .bottom .right p {
    width: 100%;
}

.home-happiness .bottom .right a.butn {
    margin-top: 10px;
}

.what-people-slider .cont-inner {
    padding: 30px 20px 30px 30px;
}

footer .f-subscribe .head h2 {
    padding-bottom: 20px;
}

footer .f-main {
    padding-top: 30px;
}

footer .f-main:before,
footer .f-main:after{
    display: none;
}

footer .f-main .f-logo img {
    height: 100px;
}


footer .f-main .f-logo {
    padding-bottom: 20px;
}

footer .f-copyrights p, footer .f-copyrights p a {
    text-align: center;
}

footer .f-main .right .cont h4 {
    padding-bottom: 10px;
    padding-top: 25px;
}


/* HOME END */


/* STEP FORM START */


.stepform-main .step-sidebar {
    margin-top: 50px;
}

.stepform-main {
    padding-bottom: 20px;
    padding-top: 40px;
}

.next-step, .prev-step {
    font-size: 14px;
}


.stepform-main .tab-pane .cont .cont-inner img {
    width: 100px;
}


/* STEP FORM END */




} /* 1024px to 1365px Dont delete this bracket! */




/* 
  ##Device = Tablets, Ipads 
  ##Screen = B/w 768px to 1023px
*/
@media (min-width: 768px) and (max-width: 1023px) {


/* HOME START */



.home-slider .cont h1 {
    font-size: 32px;
}

.home-slider .cont .right img {
    height: 420px;
    margin-left: auto;
    margin-right: auto;
}

.home-services .cont {
    grid-template-columns: 1fr 1fr;
}

.service-schedule .cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

.home-happiness .top .cont {
    grid-template-columns: 1fr;
}

.home-happiness .bottom .cont {
    grid-template-columns: 1fr;
}

footer .f-main .right {
    padding-left: 0;
}

.header {
    background: #9791cb;
}

.header a.search-icon {
    display: none;
}


footer .f-main .right .cont ul li a {
    font-size: 14px;
}


.home-slider .cont p {
    padding-bottom: 20px;
    width: 90%;
}

.home-slider .cont {
    height: 500px;
}

p,
a.butn {
    font-size: 14px !important;
}

.navbar-toggler-icon {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%) !important;
}

.navbar-light .navbar-toggler {
    border-color: #fff !important;
}

.header .navbar-collapse {
    width: 100%;
}

.header .navbar-collapse ul.navbar-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 0px;
    row-gap: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

ul.slider-social {
    right: 35px;
}


.home-welcome .left img {
    height: 300px;
}

.home-welcome .right {
    padding-left: 0;
    margin-top: 30px;
}

.head h4 {
    font-size: 22px;
    padding-bottom: 8px;
}

.head h2 {
    font-size: 28px;
    padding-bottom: 30px;
}

.home-services {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px;
}

.home-services .cont .box img {
    height: 280px;
}

.home-services .cont .box h4 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.header li, .header li a {
    text-align: center;
}


.service-schedule:after {
    height: 100%;
}

.service-schedule {
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-schedule .head h2 {
    width: 100%;
}

.service-schedule .cont .box i {
    font-size: 30px;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.service-schedule .cont .box p, 
.service-schedule .cont .box h4 {
    color: #Fff;
}

.service-schedule .cont .box {
    margin-bottom: 20px;
}

.home-happiness {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-happiness .bottom .right {
    margin-top: 30px;
}

.home-happiness .bottom .right h2 {
    width: 100%;
    padding-bottom: 15px;
}

.home-happiness .bottom .right p {
    width: 100%;
}

.home-happiness .bottom .right a.butn {
    margin-top: 10px;
}

.what-people-slider .cont-inner {
    padding: 30px 20px 30px 30px;
}

footer .f-subscribe .head h2 {
    padding-bottom: 20px;
}

footer .f-main {
    padding-top: 30px;
}

footer .f-main:before,
footer .f-main:after{
    display: none;
}

footer .f-main .f-logo img {
    height: 100px;
}


footer .f-main .f-logo {
    padding-bottom: 20px;
}

footer .f-copyrights p, footer .f-copyrights p a {
    text-align: center;
}

footer .f-main .right .cont h4 {
    padding-bottom: 10px;
    padding-top: 25px;
}


/* HOME END */



/* ABOUT START */

.inner-banner .cont h1 {
    font-size: 28px;
}

ul.slider-social {
    right: 25px;
}

.inner-banner .cont {
    height: 200px;
}

.about-why-kelstech {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.about-why-kelstech .right img {
    height: 310px;
}

/* ABOUT END */



/* CONTACT US START */

.contact-contact-info .cont .cont-inner:after {
    display: none;
}


/* CONTACT US END */



/* STEP FORM START */


.stepform-main .step-sidebar {
    margin-top: 50px;
}

.stepform-main {
    padding-bottom: 20px;
    padding-top: 40px;
}

.next-step, .prev-step {
    font-size: 14px;
}

.stepform-main .tab-pane .cont .cont-inner label {
    font-size: 12px;
}

.stepform-main .tab-pane .cont .cont-inner img {
    width: 100px;
}


/* STEP FORM END */


/* ZIP CODE START */

.zipcode-main {
    padding-top: 50px;
    padding-bottom: 0px;
}

.zipcode-main .cont {
    width: 100%;
}

.zipcode-main .cont form {
    flex-direction: column;
}

.zipcode-main .cont form input {
    margin-bottom: 12px;
}

.zipcode-main .cont form br {
    display: none;
}

.zipcode-main .cont form button {
    margin-top: 20px;
}


/* ZIP CODE END */



} /* 768px to 1023px  Dont delete this bracket! */






/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {


/* HOME START */

.home-slider .cont {
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.home-slider .cont h1 {
    font-size: 24px;
}

.home-slider .cont .right img {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.home-services .cont {
    grid-template-columns: 1fr;
}

.service-schedule .cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

.home-happiness .top .cont {
    grid-template-columns: 1fr;
}

.home-happiness .bottom .cont {
    grid-template-columns: 1fr;
}

footer .f-main .right {
    flex-direction: column;
    padding-left: 0;
    padding-top: 30px;
}

.header {
    background: #9791cb;
}

.header a.search-icon {
    display: none;
}

.header a.navbar-brand {
    margin-left: auto;
}


.home-slider .cont p {
    padding-bottom: 20px;
}

p,
a.butn {
    font-size: 14px !important;
}

.navbar-toggler-icon {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%) !important;
}

.navbar-light .navbar-toggler {
    border-color: #fff !important;
}

.header .navbar-collapse {
    width: 100%;
}

.header .navbar-collapse ul.navbar-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 0px;
    row-gap: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

ul.slider-social {
    right: 35px;
}


.home-welcome .left img {
    height: 300px;
}

.home-welcome .right {
    padding-left: 0;
    margin-top: 30px;
}

.head h4 {
    font-size: 22px;
    padding-bottom: 8px;
}

.head h2 {
    font-size: 28px;
    padding-bottom: 10px;
}

.home-services {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px;
}

.header ul.navbar-nav li {
    margin-left: 0;
}


.home-services .cont .box img {
    height: 280px;
}

.home-services .cont .box h4 {
    padding-top: 30px;
    padding-bottom: 10px;
}


.service-schedule:after {
    height: 100%;
}

.service-schedule {
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-schedule .head h2 {
    width: 100%;
}

.service-schedule .cont .box i {
    font-size: 30px;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.service-schedule .cont .box p, 
.service-schedule .cont .box h4 {
    color: #Fff;
}

.service-schedule .cont .box {
    margin-bottom: 20px;
}

.home-happiness {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-happiness .bottom .right {
    margin-top: 30px;
}

.home-happiness .bottom .right h2 {
    width: 100%;
    padding-bottom: 15px;
}

.home-happiness .bottom .right p {
    width: 100%;
}

.home-happiness .bottom .right a.butn {
    margin-top: 10px;
}

.what-people-slider .cont-inner {
    padding: 30px 20px 30px 30px;
}

footer .f-subscribe .head h2 {
    padding-bottom: 20px;
}

footer .f-subscribe form .cont input[type="email"] {
    width: 100%;
}

footer .f-subscribe form .cont button {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}

footer .f-subscribe form .cont {
    flex-direction: column;
}

footer .f-main {
    padding-top: 30px;
}

footer .f-main:before,
footer .f-main:after{
    display: none;
}

footer .f-main .f-logo img {
    height: 100px;
}


footer .f-main .f-logo {
    padding-bottom: 20px;
}

footer .f-copyrights p, footer .f-copyrights p a {
    text-align: center;
}

footer .f-main .right .cont h4 {
    padding-bottom: 10px;
    padding-top: 25px;
}


/* HOME END */


/* ABOUT START */

.inner-banner .cont h1 {
    font-size: 18px;
}

ul.slider-social {
    right: 25px;
}

.inner-banner .cont {
    height: 200px;
}

.about-why-kelstech {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.about-why-kelstech .right img {
    height: 310px;
}

/* ABOUT END */


/* BECOME A PRO START */

.become-a-pro .three-aside input:nth-child(1),
.become-a-pro .three-aside input:nth-child(2),
.become-a-pro .three-aside input:nth-child(3),
.become-a-pro .three-aside input:nth-child(4),
.become-a-pro .three-aside input:nth-child(5),
.become-a-pro .three-aside input:nth-child(6),
.become-a-pro .three-aside input:nth-child(7){
    grid-area: unset;
}

.become-a-pro .three-aside {
    grid-row-gap: 20px;
}

.become-a-pro .two-aside {
    grid-template-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.become-a-pro .two-aside label {
    font-size: 14px;
    padding-bottom: 7px;
}

.become-a-pro .file-upload-wrapper .cont span label p {
    text-align: center;
}

.become-a-pro {
    padding-top: 50px;
    padding-bottom: 40px;
}


/* BECOME A PRO END */


/* CONTACT US START */

.contact-get-in-touch form .aside {
    grid-template-columns: 1fr;
    row-gap: 20px;
}

.contact-contact-info .cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-contact-info .cont .cont-inner {
    margin-bottom: 20px;
}

.contact-contact-info .cont .cont-inner:after {
    display: none;
}

.contact-get-in-touch form textarea {
    height: 150px;
}


/* CONTACT US END */


/* STEP FORM START */


.stepform-main .step-sidebar {
    margin-top: 50px;
}

.stepform-main {
    padding-bottom: 20px;
    padding-top: 40px;
}

.next-step, .prev-step {
    font-size: 14px;
}

.stepform-main .tab-pane .cont .cont-inner label {
    font-size: 12px;
}


/* STEP FORM END */


/* ZIP CODE START */

.zipcode-main {
    padding-top: 50px;
    padding-bottom: 0px;
}

.zipcode-main .cont {
    width: 100%;
}

.zipcode-main .cont form {
    flex-direction: column;
}

.zipcode-main .cont form input {
    margin-bottom: 12px;
}

.zipcode-main .cont form br {
    display: none;
}

.zipcode-main .cont form button {
    margin-top: 20px;
}


/* ZIP CODE END */


/* FAQ START */

.accordion .card-header h2 button {
    color: #fff;
    font-size: 14px;
}

.accordion .card-body {
    font-size: 12px;
}


/* FAQ END */




} /* 481px to 767px (Landscape) Dont delete this bracket! */





/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {


/* HOME START */

.home-slider .cont {
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.home-slider .cont h1 {
    font-size: 24px;
}

.home-slider .cont .right img {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.home-services .cont {
    grid-template-columns: 1fr;
}

.service-schedule .cont {
    flex-direction: column;
}

.home-happiness .top .cont {
    grid-template-columns: 1fr;
}

.home-happiness .bottom .cont {
    grid-template-columns: 1fr;
}

footer .f-main .right {
    flex-direction: column;
    padding-left: 0;
    padding-top: 30px;
}

.header {
    background: #9791cb;
}

.header a.search-icon {
    display: none;
}

.header a.navbar-brand {
    margin-left: auto;
}


.home-slider .cont p {
    padding-bottom: 20px;
}

p,
a.butn {
    font-size: 14px !important;
}

.navbar-toggler-icon {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%) !important;
}

.navbar-light .navbar-toggler {
    border-color: #fff !important;
}

.header .navbar-collapse {
    width: 100%;
}

.header .navbar-collapse ul.navbar-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0px;
    row-gap: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}


.home-welcome .left img {
    height: 300px;
}

.home-welcome .right {
    padding-left: 0;
    margin-top: 30px;
}

.head h4 {
    font-size: 22px;
    padding-bottom: 8px;
}

.head h2 {
    font-size: 28px;
    padding-bottom: 10px;
}

.home-services {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px;
}

.home-services .cont .box img {
    height: 280px;
}

.home-services .cont .box h4 {
    padding-top: 30px;
    padding-bottom: 10px;
}


.service-schedule:after {
    height: 100%;
}

.service-schedule {
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-schedule .head h2 {
    width: 100%;
}

.service-schedule .cont .box i {
    font-size: 30px;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.service-schedule .cont .box p, 
.service-schedule .cont .box h4 {
    color: #Fff;
}

.service-schedule .cont .box {
    margin-bottom: 20px;
}

.home-happiness {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-happiness .bottom .right {
    margin-top: 30px;
}

.home-happiness .bottom .right h2 {
    width: 100%;
    padding-bottom: 15px;
}

.home-happiness .bottom .right p {
    width: 100%;
}

.home-happiness .bottom .right a.butn {
    margin-top: 10px;
}

.what-people-slider .cont-inner {
    padding: 30px 20px 30px 30px;
}


.header ul.navbar-nav li {
    margin-left: 0;
}

footer .f-subscribe .head h2 {
    padding-bottom: 20px;
}

footer .f-subscribe form .cont input[type="email"] {
    width: 100%;
}

footer .f-subscribe form .cont button {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}

footer .f-subscribe form .cont {
    flex-direction: column;
}

footer .f-main {
    padding-top: 30px;
}

footer .f-main:before,
footer .f-main:after{
    display: none;
}

footer .f-main .f-logo img {
    height: 100px;
}


footer .f-main .f-logo {
    padding-bottom: 20px;
}

footer .f-copyrights p, footer .f-copyrights p a {
    text-align: center;
}

footer .f-main .right .cont h4 {
    padding-bottom: 10px;
    padding-top: 25px;
}


/* HOME END */



/* ABOUT START */

.inner-banner .cont h1 {
    font-size: 18px;
}

ul.slider-social {
    right: 25px;
}

.inner-banner .cont {
    height: 200px;
}

.about-why-kelstech {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

/* ABOUT END */



/* BECOME A PRO START */

.become-a-pro .three-aside input:nth-child(1),
.become-a-pro .three-aside input:nth-child(2),
.become-a-pro .three-aside input:nth-child(3),
.become-a-pro .three-aside input:nth-child(4),
.become-a-pro .three-aside input:nth-child(5),
.become-a-pro .three-aside input:nth-child(6),
.become-a-pro .three-aside input:nth-child(7){
    grid-area: unset;
}

.become-a-pro .three-aside {
    grid-row-gap: 20px;
}

.become-a-pro .two-aside {
    grid-template-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.become-a-pro .two-aside label {
    font-size: 14px;
    padding-bottom: 7px;
}

.become-a-pro .file-upload-wrapper .cont span label p {
    text-align: center;
}

.become-a-pro {
    padding-top: 50px;
    padding-bottom: 40px;
}


/* BECOME A PRO END */


/* CONTACT US START */

.contact-get-in-touch form .aside {
    grid-template-columns: 1fr;
    row-gap: 20px;
}

.contact-contact-info .cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-contact-info .cont .cont-inner {
    margin-bottom: 20px;
}

.contact-contact-info .cont .cont-inner:after {
    display: none;
}

.contact-get-in-touch form textarea {
    height: 150px;
}


/* CONTACT US END */


/* STEP FORM START */


.stepform-main .step-sidebar {
    margin-top: 50px;
}

.stepform-main {
    padding-bottom: 20px;
    padding-top: 40px;
}

.next-step, .prev-step {
    font-size: 14px;
}

.stepform-main .tab-pane .cont .cont-inner label {
    font-size: 12px;
}


/* STEP FORM END */



/* ZIP CODE START */

.zipcode-main {
    padding-top: 50px;
    padding-bottom: 0px;
}

.zipcode-main .cont {
    width: 100%;
}

.zipcode-main .cont form {
    flex-direction: column;
}

.zipcode-main .cont form input {
    margin-bottom: 12px;
}

.zipcode-main .cont form br {
    display: none;
}

.zipcode-main .cont form button {
    margin-top: 20px;
}


/* ZIP CODE END */



/* FAQ START */

.accordion .card-header h2 button {
    color: #fff;
    font-size: 14px;
}

.accordion .card-body {
    font-size: 12px;
}


/* FAQ END */



} /* 320px to 480px (Portrait) Dont delete this bracket! */






/* 
  ##Device = Galaxy Fold (Portrait)
  ##Screen = 280px
*/
@media (max-width: 280px) {


/* HOME START */

.home-slider .cont {
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.home-slider .cont h1 {
    font-size: 24px;
}

.home-slider .cont .right img {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.home-services .cont {
    grid-template-columns: 1fr;
    row-gap: 30px;
}

.service-schedule .cont {
    flex-direction: column;
}

.home-happiness .top .cont {
    grid-template-columns: 1fr;
}

.home-happiness .bottom .cont {
    grid-template-columns: 1fr;
}

footer .f-main .right {
    flex-direction: column;
    padding-left: 0;
    padding-top: 30px;
}

.header {
    background: #9791cb;
}

.header a.search-icon {
    display: none;
}

.header a.navbar-brand {
    margin-left: auto;
}


.home-slider .cont p {
    padding-bottom: 20px;
}

p,
a.butn {
    font-size: 14px !important;
}

.navbar-toggler-icon {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%) !important;
}

.navbar-light .navbar-toggler {
    border-color: #fff !important;
}

.header .navbar-collapse {
    width: 100%;
}

.header ul.navbar-nav li {
    margin-left: 0;
}


.header .navbar-collapse ul.navbar-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0px;
    row-gap: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}


.home-welcome .left img {
    height: 300px;
}

.home-welcome .right {
    padding-left: 0;
    margin-top: 30px;
}

.head h4 {
    font-size: 18px;
    padding-bottom: 8px;
}

.head h2 {
    font-size: 24px;
    padding-bottom: 10px;
}

.home-services {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px;
}

.home-services .cont .box img {
    height: 280px;
}

.home-services .cont .box h4 {
    padding-top: 30px;
    padding-bottom: 10px;
}


.service-schedule:after {
    height: 100%;
}

.service-schedule {
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-schedule .head h2 {
    width: 100%;
}

.service-schedule .cont .box i {
    font-size: 30px;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.service-schedule .cont .box p, 
.service-schedule .cont .box h4 {
    color: #Fff;
}

.service-schedule .cont .box {
    margin-bottom: 20px;
}

.home-happiness {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-happiness .bottom .right {
    margin-top: 30px;
}

.home-happiness .bottom .right h2 {
    width: 100%;
    padding-bottom: 15px;
}

.home-happiness .bottom .right p {
    width: 100%;
}

.home-happiness .bottom .right a.butn {
    margin-top: 10px;
}

.what-people-slider .cont-inner {
    padding: 30px 20px 30px 30px;
}

footer .f-subscribe .head h2 {
    padding-bottom: 20px;
}

footer .f-subscribe form .cont input[type="email"] {
    width: 100%;
}

footer .f-subscribe form .cont button {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}

footer .f-subscribe form .cont {
    flex-direction: column;
}

footer .f-main {
    padding-top: 30px;
}

footer .f-main:before,
footer .f-main:after{
    display: none;
}

footer .f-main .f-logo img {
    height: 100px;
}


footer .f-main .f-logo {
    padding-bottom: 20px;
}

footer .f-copyrights p, footer .f-copyrights p a {
    text-align: center;
}

footer .f-main .right .cont h4 {
    padding-bottom: 10px;
    padding-top: 25px;
}

.home-happiness .bottom .cont img {
    width: 100%;
    object-fit: contain;
}

.what-people-slider .cont-inner {
    grid-template-columns: 1fr;
}

.what-people-slider .cont-inner .right {
    margin-top: 20px;
}

.what-people-slider .cont-inner:before {
    width: 100%;
}


/* HOME END */



/* ABOUT START */

.inner-banner .cont h1 {
    font-size: 14px;
}

ul.slider-social {
    right: 25px;
}

.inner-banner .cont {
    height: 200px;
}

.about-why-kelstech {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

/* ABOUT END */


/* BECOME A PRO START */

.become-a-pro .three-aside input:nth-child(1),
.become-a-pro .three-aside input:nth-child(2),
.become-a-pro .three-aside input:nth-child(3),
.become-a-pro .three-aside input:nth-child(4),
.become-a-pro .three-aside input:nth-child(5),
.become-a-pro .three-aside input:nth-child(6),
.become-a-pro .three-aside input:nth-child(7){
    grid-area: unset;
}

.become-a-pro .three-aside {
    grid-row-gap: 20px;
}

.become-a-pro .two-aside {
    grid-template-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.become-a-pro .two-aside label {
    font-size: 14px;
    padding-bottom: 7px;
}

.become-a-pro .file-upload-wrapper .cont span label p {
    text-align: center;
}

.become-a-pro {
    padding-top: 50px;
    padding-bottom: 40px;
}


/* BECOME A PRO END */


/* CONTACT US START */

.contact-get-in-touch form .aside {
    grid-template-columns: 1fr;
    row-gap: 20px;
}

.contact-contact-info .cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-contact-info .cont .cont-inner {
    margin-bottom: 20px;
}

.contact-contact-info .cont .cont-inner:after {
    display: none;
}

.contact-get-in-touch form textarea {
    height: 150px;
}


/* CONTACT US END */



/* STEP FORM START */


.stepform-main .step-sidebar {
    margin-top: 50px;
}

.stepform-main {
    padding-bottom: 20px;
    padding-top: 40px;
}

.next-step, .prev-step {
    font-size: 14px;
}

.stepform-main .tab-pane .cont .cont-inner label {
    font-size: 12px;
}


/* STEP FORM END */


/* ZIP CODE START */

.zipcode-main {
    padding-top: 50px;
    padding-bottom: 0px;
}

.zipcode-main .cont {
    width: 100%;
}

.zipcode-main .cont form {
    flex-direction: column;
}

.zipcode-main .cont form input {
    margin-bottom: 12px;
}

.zipcode-main .cont form br {
    display: none;
}

.zipcode-main .cont form button {
    margin-top: 20px;
}


/* ZIP CODE END */


/* FAQ START */

.accordion .card-header h2 button {
    color: #fff;
    font-size: 14px;
}

.accordion .card-body {
    font-size: 12px;
}


/* FAQ END */
} /* 280px (Portrait) Dont delete this bracket! */


@media (max-width: 991px){
    .home-welcome a.butn{margin: 0 auto;}
}
ul,ol{margin-bottom:15px;}
