@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

/* TopBar Start */
.header-area {
    z-index: 10000000;
}
.navBarContact input {
    height: 30px;
}
.navBarContact span {
    position: absolute;
    top: 5px;
    right: 5px;
}
.top-social-sction ul li {
    margin-right: 15px;
}
.phoneNumber p:last-child {
    margin-left: 20px;
}
.top-social-sction {
    padding-top: 5px;
}
.topPhone p {
    padding-top: 7px;
}
.top-social-sction ul li a {
    font-size: 18px;
}
.top-header {
    background-color: #ebebeb;
    padding-top: 3px;
    padding-bottom: 10px;
}
.top-header input {
	outline: none;
}
.top-header input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.top-header input::-webkit-search-decoration,
.top-header input::-webkit-search-cancel-button {
	display: none; 
}
.top-header input[type=search] {
	background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 0px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.top-header input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #0F75BC;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
.top-header a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
}
.d-flex.phoneNumber {
    padding-top: 3px;
}
.topPhone ul li {
    padding-right: 15px;
}
.top-header a:hover {
    color: #ed1d24;
}
/* Demo 2 */
#demo-2 input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 130px;
    padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}
nav#myHeader {
    background:#ffffff;
}
.header-area img.logo {
    width: 100%;
    margin-left: 0px;
}
.imgNavTop {
    margin-top: -91px;
    z-index: -1;
}
.navBarContact ul {
    display: flex;
}
.navBarContact ul li {
    padding-right: 10px;
}
.header-area .header-bgImg .dropdown-toggle::after {
    display: none;
}
.header-area .header-bgImg .text-decoration-none{
  text-decoration: none!important;
}
.header-area .navbar-light .navbar-nav .nav-link {
    color: #3D3D3D;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
}
.header-area .navbar-light .navbar-nav .nav-link:hover {
    color: #ed1d24 !important;
}
.header-area .navbar-light .navbar-nav button:hover {
    color: #0F75BC !important;
}
.header-area .navbar-light .navbar-nav button {
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 16px;
}
.header-area .sticky .navbar-nav .nav-link {
    color: #3D3D3D !important;
}
.header-area .sticky .navbar-nav .nav-link:hover {
    color: #0F75BC !important;
}
.header-area .sticky .navbar-nav button {
    color: #000 !important;
}
.dropdown-menu a:hover {
    color: #0F75BC;
}
/* .marginLeftHeader {
    margin-left: -175px;
} */
.navBarContact a.member-list {
    background-color: #061323;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 16px;
}
.navBarContact {
    margin-top: 5px;
}
.navBarContact .nav-link {
    padding: 0.5rem 0;
}
.navBarContact a.dashboard {
    font-size: 16px;
    color: #061323;
    margin-top: -2px;
}
.navBarContact a.dashboard:hover {
    color: #0C89C5;
}
.navBarContact a.member-list:hover {
    background-color: rgb(48, 48, 48);
}
.search-section {
    position: absolute;
    top: 35%;
    left: 16%;
    z-index: 1000000;
    color: #fff;
}
.search-section img {
    width: 25%;
}
.search-section h1 {
    font-size: 60px;
    font-weight: 400;
    text-align: left;
}
.search-section p {
    font-size: 24px;
}
.navbar-light .navbar-toggler {
    outline: none;
}
.navbar-toggler-icon {
    background-color: white;
    border-radius: 2px;
}
.navbar-toggler {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.text-over-navbarImg {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text-over-navbarImg h1 {
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.dropdown-menu {
    border: none !important;
}
.text-over-navbarImg h3 {
    font-size: 36px;
}
/**Hover Dropdown start**/
.dropbtn {
    border: none;
} 
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: -40px;
}
  
.dropdown-content a {
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #fff; color: #0F75BC;}
  
.dropdown:hover .dropdown-content {display: block;}
/**Hover Dropdown start**/
/** TopBar End **/

/** Main CSS Start **/ 
.hero__sec {
    background-color: #F1F1F1;
    height: 75vh;
    background-image: url('../images/skillup/heroBg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    z-index: 9999;
}
.up__circle {
    position: absolute;
    top: 10px;
    left: -45px;
}
.up__circle img {
    width: 60%;
}
.textUP {
    position: absolute;
    top: -24px;
    left: 35%;
    z-index: -1;
}
.triangle {
    position: absolute;
    top: -11%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.get__start__sec {
    z-index: 0;
}
.redCircle {
    position: absolute;
    right: -68px;
    top: -7px;
    z-index:-1;
}
.redCircle img {
    width: 65%;
}
.study__text {
    z-index: 999;
}
.detault__margin {
    margin: 60px 0;
}
.hero__main__content h1 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold;
    font-size: 72px;
}
.hero__main__content {
    font-family: 'Poppins', sans-serif;
    padding-top: 55px;
}
.hero__main__content p {
    font-size: 25px;
}
.hero__main__content p.study {
    font-size: 22px;
    font-weight: 500;
}
.hero__main__content .learn__more__btn {
    background-color: #1597BB;
    color: #fff;
    font-size: 13px;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 15px;
}
.hero__main__content .learn__more__btn:hover {
    background-color: #1a809c;
}
.get__btn {
    z-index: -1;
}
.get__started__btn:hover {
    background-color: #f5f5f5;
    color: #FF5670;
}
.get__started__btn {
    background-color: #f1f1f1;
    color: #FF5670;
    font-size: 13px;
    padding: 8px 25px;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #FF5670;
    z-index: 1000;
    font-weight: 500;
}
.feature__header h1 {
    font-size: 56px;
}
.feature__slider h3 {
    font-size: 30px;
}
.feature__slider img {
    width: 80px;
}
.soft__sec {
    background-color: #1597BB;
    color: #fff;
    padding: 60px 30px;
    border-radius: 8px;
}
.slick-prev, .slick-next {
    background-color: #ed1d24 !important;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}
.slick-prev:before, .slick-next:before {
    font-size: 15px;
    line-height: 1.4;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}
.slick-prev:hover {
    background-color: #ed1d24;
}
.slick-next:hover {
    background-color: #ed1d24;
}
.music__sec {
    background-color: #FF5670;
    color: #fff;
    padding: 60px 30px;
    border-radius: 8px;
}
.photo__sec {
    background-color: #FCB600;
    color: #fff;
    padding: 60px 30px;
    border-radius: 8px; 
}
.free__online__couse {
    background-color: #F1F1F1;
    padding: 30px 0;
}
.online__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.online__grid__left__content {
    background-color: #fff;
    padding: 25px 25px;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 8%), 0 4px 10px rgb(0 0 0 / 15%);
}
.online__grid__left__content h3 {
    font-size: 24px;
}
.online__grid__left__content input {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 40px;
}
.online__grid__left__content input:focus {
    outline: none;
    border-bottom: 1px solid #CCCCCC;
    border-top: none;
    border-left: none;
    border-right: none;
}
.btn__orange {
    background-color: #FCB600;
    border: none;
    color: #fff;
    outline: none;
    box-shadow: 0 8px 17px rgb(250 86 112 / 0%), 0px 8px 17px rgb(250 86 112 / 0%), 0px 8px 17px rgb(250 86 112 / 25%);
}
.btn__orange:hover {
    background-color: #f1ae05;
}
.btn__orange:focus {
    outline: none;
}
.online__grid__right__content h1 {
    font-size: 32px;
    font-weight: bold;
}
.online__grid__right__content {
    padding: 0 30px;
}
.online__grid__right__content p {
    font-size: 18px;
}
.countdown h3 {
    font-size: 35px;
}
.countdown {
    padding-right: 35px;
}
.couse__search {
    background-color: #1597BB;
    padding: 40px 0;
    border-radius: 25px;
    color: #fff;
}
.search__form select {
    width: 100%;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #1597BB;
    padding-left: 10px;
}
.search__form select:focus {
    outline: none;
    box-shadow: none;
}
.btn-red {
    background-color: #FF5670;
    color: #fff;
}
.btn-red:hover {
    color: #fff;
    background-color: #fa506a;
}
.couse__search h1 {
    font-size: 40px;
    font-weight: 600;
}
.couse__search p {
    font-size: 18px;
}
.free__reg__circle {
    position: absolute;
    top: 68%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.popular__course__sec {
    margin-top: 120px;
}
.course__all__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.course__inner__content {
    padding: 10px;
    box-shadow: 0px 10px 29px rgb(0 0 0 / 7%), 0 10px 29px rgb(0 0 0 / 7%), 0px 10px 29px rgb(0 0 0 / 7%);
    border-radius: 5px;
}
.star__all li {
    padding-left: 2px;
}
.star__all li a {
    color: #FCB600;
}
.pocket__color {
    color: #1597BB;
}
.review {
    padding-top: 4px;
}
.orange__btn__course {
    border: 2px solid #FCB600;
}
.orange__btn__course:hover {
    background-color: #FCB600;
    color: #fff;
}
.orange__btn__course:focus {
    outline: none;
    box-shadow: none;
}
.fa-1x {
    font-size: .8em !important;
}
.text__img__up {
    position: absolute;
    background-color: #FCB600;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
    top: 15px;
    left: 15px;
}
.why__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1.3fr;
}
.why__right__inner__grid {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr;
    margin-left: -24px;
}
.inner__right__part {
    padding-top: 15px;
}
.inner__right__part h5 {
    font-size: 20px;
}
.groupIMg {
    width: 300px;
    height: 100%;
}
.be__a__instracture {
    background-color: #fff;
    padding: 10px 0;
    z-index: 9999999;
}
.instracture__bg {
    background-color: #FCB600;
    padding: 25px 0;
    z-index: 99999999;
}
.instracture__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1.4fr 1fr;
}
.yellow__bg {
    background-color: #FCBF1F;
    width: 235px;
    height: 235px;
    border-radius: 50%;
}
.yello__flex .d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
}
.instractor__part {
    color: #fff;
    margin-left: 20px;
}
.instractor__part h4 {
    font-size: 40px;
    font-weight: 600;
}
.instractor__part p {
    font-size: 18px;
}
.join__now__btn button {
    border: none;
    outline: none;
    background-color: #1597BB;
    border-radius: 5px;
    height: 48px;
    color: #fff;
    font-weight: 600;
    padding: 0 40px;
    box-shadow: 0px 10px 17px rgb(0 0 0 / 0%), 0px 10px 17px rgb(0 0 0 / 0%), 0px 10px 17px rgb(0 0 0 / 13%);
}
.join__now__btn button:hover {
    background-color: #119fc7;
}
.circle__blue {
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.grid__middle {
    height: 100%;
    display: grid;
    place-items: center;
}
.heroHome h6 {
    position: absolute;
    top: 30%;
    font-size: 36px;
    left: 25%;
}
.heroHome h6 span {
    font-size: 60px;
}
.allSecGap {
    padding: 60px 0 0 0;
}
.topPhone ul li:last-child {
    padding-right: 0;
}
.about__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
h6.allHeader {
    font-size: 30px;
}
.leftAboutGrid p {
    text-align: justify;
    padding-top: 15px;
}
.whyP p {
    padding: 10px 0 0 0;
}
.why__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    padding: 30px 0 0 0;
}
.why__grid .perSec {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
}
.perSecInner {
    padding: 0 0 0 30px;
}
.perSecInner h6 {
    font-size: 20px;
}
.brandSlider .eachPart {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    text-align: center;
    padding: 20px 0 20px 0;
    border-radius: 8px;
    height: 85px;
}
.productSlider .eachSlider div h6 {
    font-size: 20px;
    padding-top: 15px;
}
.productSlider {
    margin-top: 30px;
}
.secSlider {
    margin-top: 20px;
}
.secSlider .slick-slide img {
    display: inline-block;
}
.breadCrumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.breadCrumb ul {
    text-align: center;
}
.breadCrumb ul li {
    padding-right: 10px;
}
.breadCrumb ul li::after {
    content: "/";
    padding-left: 2px;
}
.breadCrumb ul li:last-child::after {
    content: "";
}
.breadCrumb ul li a {
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.breadCrumb ul li a:hover {
    color: #ed1d24;
}
.breadCrumb h4 {
    font-size: 30px;
}
.product__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.product__grid .persec p {
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.related__slider .persec p {
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.related__slider .persec img {
    height: 240px;
}
.searchRText {
    padding-bottom: 20px;
}
.searchRText p {
    font-size: 18px;
    font-weight: 600;
}
.product__grid .persec img {
    transition: all 0.3s;
    cursor: pointer;
    height: 200px;
}
.product__grid .persec a:hover {
    color: #000;
}
.product__grid .persec img:hover {
    transform: translateY(-4px);
}
.pagination {
    padding: 40px 0 0 0;
}
.pagination ul li {
    margin-right: 10px;
}
.pagination ul li a {
    padding: 5px 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.pagination ul li a.active {
    background-color: #d7d7d7;
}
.pagination ul li .prev {
    padding: 5px 20px;
}
.contact-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1.3fr;
}
.biling-content {
    border: 1px solid #d7d7d7;
    padding: 10px 20px 30px 20px;
    border-radius: 0 0 5px 5px;
}
.header p {
    background-color: #ebebeb;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
    text-transform: capitalize;
}
.contactUs textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    padding: 10px 0 0 10px;
}
.contactUs textarea:focus {
    border: 1px solid #ed1d24 !important;
    outline: none;
}
.updated-btn button {
    background-color: #ed1d24;
    color: #fff;
    transition: all 0.3s;
}
.updated-btn button:hover {
    background-color: #d4171d;
    color: #fff;
}
.google-maps {
    padding-top: 30px;
}
.gallery__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.gallery__grid .imgDiv-size img {
    border-radius: 5px;
}
.productDImg .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #333;
}
.productDImg:hover .overlay {
    opacity: 0.7;
}
.productDImg .overlay .text {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border: 1px solid #FFF;
    padding: 5px 20px;
    opacity: 1;
    border-radius: 3px;
}
.gallery__grid .imgDiv-size .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #333;
}
.gallery__grid .imgDiv-size:hover .overlay {
    opacity: 0.7;
}  
.gallery__grid .imgDiv-size .overlay .text {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border: 1px solid #FFF;
    padding: 5px 20px;
    opacity: 1;
    border-radius: 3px;
}
.missionUl {
    padding: 5px 0 0 40px;
}
.missionVission {
    padding: 50px 0 0 0;
}
.missionVission img {
    transition: all 0.3s;
    border-radius: 8px;
    cursor: pointer;
}
.missionVission img:hover {
    transform: translateY(-4px);
}
.inner__product__img__grid {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 40px;
}
.inner__product__img__grid img {
    height: 240px;
}
/** Main CSS Start **/ 

/* Footer Start */
.footerLogo img {
    width: 33%;
}
.footer__ul ul li a{
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}
.footerDefaultGap {
    padding-top: 10px;
}
.addressFooter p {
    font-size: 14px;
    font-weight: 500;
}
.addressFooter a {
    font-size: 13px;
}
p.address {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.footer__ul li {
    padding-bottom: 6px;
}
.footer-img {
    padding-top: 25px;
}
.footerdAGap {
    padding-top: 20px;
}
.footer-area {
    border-top: 0.2px solid #ddd;
    color: #fff;
    font-weight: 300;
    padding: 60px 0;
    margin-top: 60px;
}
.footer-copy {
    margin-top: 40px;
}
.footerGrid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
}
.footerGrid h6 {
    color: #333;
    font-size: 18px;
    padding-top: 10px;
}
.footerGrid p {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.footerLink {
    padding-top: 15px;
}
.footerLink ul li a {
    color: #fff;
}
.footerLinkDiv {
    padding-left: 18px;
    padding-top: 6px;
}
.courses__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.courses__grid ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}
.courses__grid ul li {
    padding-bottom: 15px;
}
.newsletter__sec .input-group>.dropdown-toggle:nth-last-child(n+3), .input-group>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.newsletter__sec  .form-control {
    border-radius: 4px 0 0 4px !important;
    height: 41px !important;
}
.newsletter__sec .input-group-text {
    border-radius: 0 4px 4px 0 !important;
    height: 40px;
    margin-left: 0px;
    background-color: #ed1d24;
    color: #fff;
    border: none;
    cursor: pointer;
}
.social__links {
    padding-top: 15px;
}
.social__links p {
    font-size: 16px;
}
.social__links ul {
    padding-top: 5px;
}
.social__links ul li {
    margin-right: 15px;
    transition: all 0.3s;
}
.social__links ul li:hover {
    transform: translateY(-3px);
}
/* Footer End */


/** Animated Class **/
.about--part1 {
    opacity: 0;
}
 .animated {
    opacity: 1;
}
.about--part2 {
    opacity: 0;
}
.part4 {
    opacity: 0;
}
.part5 {
    opacity: 0;
}
.part6 {
    opacity: 0;
}
/** Animated Class End**/

/** Pagignation **/ 
.page-item.active .page-link {
    color: #fff;
    background-color: #1176BD;
    border-color: #1176BD;
    outline: none;
}
.page-item.active .page-link:focus {
    outline: none;
    box-shadow: none;
}
.page-link {
    color: #1176BD;
    outline: none;
}
.fadinoutDefault {
    transition: all 0.3s;
    cursor: pointer;
}
.fadinoutDefault:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .14);
}
.member-content img {
    height: 225px;
}

/** Search Result Start **/
.search-result {
    padding: 20px 15px;
    position: absolute;
    z-index: 99999;
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 20px 0 rgb(0 3 143 / 10%);
    transform: scaleX(1);
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 0px;
    border-radius: 5px;
    color: #333;
}
.search-result .searchImg img {
    width: 75px;
    height: 75px;
    cursor: pointer;
}
.search_content {
    padding-left: 10px;
    padding-top: 15px;
    cursor: pointer;
}
.search_content p.heading {
    font-weight: 600;
    font-size: 15px;
}
.search_result_inner {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
::placeholder {
    font-size: 12px;
}
/** Search Result End **/