*{
    padding: 0px;
    margin: 0px;
}
* {
    margin: 0px;
    padding: 0px;
}

.clear {
    padding: 0px;
    margin: 0px;
    clear: both;
}

body {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0px !important;
}

a:focus,
:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none !important;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

h1 {
    font-size: 25px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 22px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 20px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 18px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h5 {
    font-size: 15px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h6 {
    font-size: 14px;
    color: #454545;
    margin: 0;
    padding: 0;
}

p {
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    color: #454545;
    margin: 0;
    padding: 0;
}

a {
    padding: 0px;
    margin: 0px;
    outline: none;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

label {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

input[type="text"]::-webkit-placeholder {
    opacity: 1;
}

input[type="text"]::-moz-placeholder {
    opacity: 1;
}

input[type="password"]::-webkit-placeholder {
    opacity: 1;
}

input[type="password"]::-moz-placeholder {
    opacity: 1;
}

input[type="search"]::-webkit-placeholder {
    opacity: 1;
}

input[type="search"]::-moz-placeholder {
    opacity: 1;
}

input[type="email"]::-webkit-placeholder {
    opacity: 1;
}

input[type="email"]::-moz-placeholder {
    opacity: 1;
}

input[type="tel"]::-webkit-placeholder {
    opacity: 1;
}

input[type="tel"]::-moz-placeholder {
    opacity: 1;
}

textarea::-moz-placeholder {
    opacity: 1;
}

textarea::-webkit-placeholder {
    opacity: 1;
}

a:hover {
    outline: none !important;
    text-decoration: none;
}

a:active {
    outline: none !important;
    text-decoration: none;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

img {
    vertical-align: middle;
    border-style: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Mukta:wght@200;300;400;500;600;700;800&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Lato', sans-serif;
font-family: 'Mukta', sans-serif;
font-family: 'Mulish', sans-serif;
font-family: 'Noto Sans', sans-serif; */


/* header */
.container-fluid{
    padding-left: 80px !important;
    padding-right: 80px !important;
}
header{
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
    padding: 7px 0px 6px 0px;
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    display: block;
    padding: 0px !important;
}
.navbar-brand {
    padding-top:0px !important;
    padding-bottom:0px !important;
    margin-right:0px !important;
    width: 160px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-brand img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.navbar-collapse{
    justify-content: flex-end;
}
.navbar-nav{
    align-items: center;
}
.nav-item{
    width: fit-content;
    height: fit-content;
}
.nav-link{
    margin: 0px 18.5px;
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #1D2126;
}
.nav-link:hover{
    color: #5195C6;
}
.nav-link.nav-prod{
    margin: 0px 0px 0px 15px;
    padding: 5px 20px !important;
    background-color: #7AB7E2;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.nav-link.nav-prod:hover{
    background-color: #000;
}
/* header */
.banner{
    margin-top: 71px;
    position: relative;
    background-color: #7AB7E2;
    width: 100%;
    z-index: 2;
}
.img-lft{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: auto;
    width: auto;
    height: 100%;
    z-index: -1;
}
.img-r8{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    left: auto;
    height: auto;
}
.banner-txt{
    width: 617px;
    padding: 121px 0px 114px 0px;
}
.banner-txt h1{
    font-family: 'Mulish';
font-style: normal;
font-weight: 800;
font-size: 52px;
line-height: 58px;
letter-spacing: 0.01em;
color: #FFFFFF;
margin-bottom: 29px;
}
.banner-txt p{
    font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 32px;
letter-spacing: 0.01em;
color: #FFFFFF;
margin-bottom: 29px;
}
.banner-from{
    width: 100%;
    padding: 7.85px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 17px;
}
.banner-from::before{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../images/banner-srch.png);
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
    top: 21.5px;
    left:21.5px;
}
.banner-from input{
    background: #FFFFFF;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
border-radius: 6px;
padding: 5.9px 10px 7.89px 44.13px;
width: calc(100% - 119.75px);
border: 1px solid transparent;
margin-right: 9.81px;
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 32px;
color: #585D60;
}
.banner-from input:hover,
.banner-from input:focus,
.banner-from input:focus-visible{
    border: 1px solid #7AB7E2;
}
.banner-from button{
    height: 100%;
    padding: 7.13px 17px;
    font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 16.5px;
line-height: 32px;
text-align: center;
color: #FFFFFF;
background: #5195C6;
border-radius: 6px;
border: none;
outline: none;
}
.banner-from button:hover{
    background: #000;
}
.ban-list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.ban-list li{
    margin-right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 32px;
letter-spacing: 0.01em;
color: #FFFFFF;
}
.ban-list li img{
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 4.96px;
}
.why-us{
    margin: 76px 0px 94px 0px;
    position: relative;
}
.why-us::after{
    content: '';
    position: absolute;
    top:7px;
    right:6px;
    width: 50px;
    height: 285px;
    background-image: url(../images/2nd-dot.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.why-head{
    margin-bottom: 27px;
}
.heading h2{
    font-family: 'Mukta';
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 37px;
text-align: center;
letter-spacing: 0.01em;
color: #222222;
margin-bottom: 16px;
}
.heading p{
    font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 21px;
text-align: center;
letter-spacing: 0.01em;
color: #202225;
}
.why-box{
    border-width: 1px 0px 1px 1px;
    padding: 47px 24.5px 34px 24.5px;
    border-style: solid;
    border-color: #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background:white;
}
.why-box.w4{
    border-width: 1px 1px 1px 1px;
}
.why-box img{
    display: block;
    width: auto;
    height: auto;
    margin: 0px auto 39px auto;
}
.why-box h2{
    font-family: 'Lato';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 24px;
text-align: center;
letter-spacing: 0.01em;
color: #222222;
margin-bottom: 10px;
}
.why-box p{
    font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 25px;
text-align: center;
letter-spacing: 0.01em;
color: #202225;
}


.popular{
    position: relative;
    /* margin-bottom: 41.49px; */
}
.popular::after{
    content: '';
    position: absolute;
    top:112px;
    left:6px;
    width: 50px;
    height: 285px;
    background-image: url(../images/2nd-dot.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.pop-head{
    margin-bottom: 37px;
}
.pop-box{
    width: 100%;
    display: block;
}
.pop-img{
    width: 100%;
    height: 279.69px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8FBFF;
}
.pop-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.pop-txt{
    margin: -37px 16px 0px 16px;
    background: #FFFFFF;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
border-bottom: 1px solid #7AB7E2;
padding: 20px 16px 7px 15px;
position: relative;
z-index: 3;
}
.pop-txt h3{
    font-family: 'Mukta';
font-style: normal;
font-weight: 400;
font-size: 21px;
line-height: 30px;
text-align: center;
letter-spacing: 0.01em;
color: #202225;
text-align: center;
text-transform: capitalize;
}
.pop-box:hover .pop-txt h3{
    color: #5195C6;
}
.pop-txt p{
    font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 30px;
text-align: center;
letter-spacing: 0.01em;
color: #4C5668;
}

.owl-pop .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 7.5px !important;
    background: #c4c4c4;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-pop .owl-dots .owl-dot.active span, .owl-pop .owl-dots .owl-dot:hover span{
    background: #7AB7E2;
}
.owl-pop .owl-dots {
    margin-top:33px;
}


.pop-product{
    margin-top: 139.49px;
    padding: 37px 0px 67px 0px;
    background-color: #F8FBFF;
    position: relative;
}
.pop-prod-img{
    position: absolute;
    top: 4px;
    transform: translateY(-100%);
    width: 100%;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.pop-prod-img img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
}
.prod-head{
    margin-bottom: 31px;
}

.prod-box{
    width: 100%;
    height: calc(100% - 42px);
    padding:10px 12px 12px 12px;
    background: #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 5px;
transition: height .04s;
position: relative;
}
.prod-img{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background-color: #F8FBFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15.7px;
    height: 351.7px;
}
.prod-img img{
    width: auto !important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}
.prod-txt h3{
    font-family: 'Mukta';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 37px;
text-align: center;
color: #2F2F2D;
margin-bottom: 4.38px;
}
.prod-txt p{
    font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 24px;
text-align: center;
letter-spacing: 0.01em;
color: #626769;
margin-bottom: 5px;
}
.prod-txt h4{
    font-family: 'Mukta';
font-style: normal;
font-weight: 600;
font-size: 19px;
line-height: 32px;
text-align: center;
text-transform: capitalize;
color: #000000;
}
.prod-txt h4 span{
    display: inline-block;
    color: #787877;
    text-decoration: line-through;
}

.prod-txt a {
    margin: 8.86px 3px 0px 3px;
    width: calc(100% - 29px);
    height: 36.35px;
    padding: 7px;
    background: #5195C6;
    border-radius: 3px;
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: none;
    position: absolute;
    bottom: 10px;
}
.prod-txt a:hover{
    background: #000;
}
.prod-box:hover{
    height: 100%;
}
.prod-box:hover .prod-txt a{
    display: block;
}

.owl-prod{
    position: relative;
    z-index: 2;
}
.owl-prod .item{
    height: 660px;
}
.owl-prod .owl-dots{
    position: absolute;
    bottom:-18px;
    width: 100%;
}
.owl-prod .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 7.5px !important;
    background: #c4c4c4;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-prod .owl-dots .owl-dot.active span, .owl-prod .owl-dots .owl-dot:hover span{
    background: #7AB7E2;
}

.owl-prod .owl-nav {
    margin-top: 0px !important;
    position:absolute;
    top:calc(50% - 33px);
    width: 100%;
    /* z-index: -1; */
}

.owl-prod.owl-carousel .owl-nav button.owl-prev,
.owl-prod.owl-carousel .owl-nav button.owl-next{
    width: 66px;
    height: 66px;
    position: absolute;
    margin: 0px !important;
}
.owl-prod.owl-carousel .owl-nav button.owl-prev{
    left: 0px !important;
    transform: translateX(-100%);
}
.owl-prod.owl-carousel .owl-nav button.owl-next{
    right: 0px !important;
    transform: translateX(100%);
}
.owl-prod.owl-carousel .owl-nav button.owl-prev span,
.owl-prod.owl-carousel .owl-nav button.owl-next span{
    width: 100%;
    height: 100%;
    margin: 0px;
    background-position: center;
    background-size:66px 66px;
    background-repeat: no-repeat;
    font-size: 0px;
    padding:33px ;
}
.owl-prod.owl-carousel .owl-nav button.owl-prev span{
    background-image: url(../images/prod-before.png);
}
.owl-prod.owl-carousel .owl-nav button.owl-next span{
    background-image: url(../images/prod-next.png);
}
.owl-prod.owl-carousel .owl-nav button.owl-prev:hover span,
.owl-prod.owl-carousel .owl-nav button.owl-next:hover span{
    filter: invert(50%) sepia(45%) saturate(516%) hue-rotate(162deg) brightness(98%) contrast(91%);
}
.owl-prod.owl-carousel .owl-nav button.owl-prev:hover,
.owl-prod.owl-carousel .owl-nav button.owl-next:hover{
    background: transparent !important;
}



.recent{
    padding: 76px 0px 92px 0px;
}
.rcnt-head{
    margin-bottom: 34px;
}
.recent-box{
    background: #FFFFFF;
border: 1px solid rgba(122, 183, 226, 0.75);
border-radius: 6px;
overflow: hidden;
transition: all 0.4s;
}
.recent-top{
    background: #F2F8FC;
    border-radius: 6px;
}
.recent-img{
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 306px;
    background-color: #fff;
}
.recent-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.recent-txt{
    padding: 19px 22px 17px 19px;
    min-height: 162px;
}
.recent-txt h3 {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    color: #222222;
    margin-bottom: 7px;
    max-width: 100%;
    overflow: hidden;
}
.recent-txt p{
    font-family: 'Mukta';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 22px;
text-transform: capitalize;
color: #000000;
}
.recent-txt p span{
    display: inline-block;
    text-decoration: line-through;
    color: #787877;
}
a.recent-btn{
    padding: 9px 9px 8px 9px;
    display: block;
    width: 100%;
    font-family: 'Mukta';
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 22px;
text-align: center;
letter-spacing: 0.02em;
color: #5195C6;
}
.recent-box:hover{
    background: #000;
}
.recent-box:hover a.recent-btn{
    color: #fff;
}
.owl-rcnt{
    position: relative;
}
.owl-rcnt .owl-nav {
    margin-top: 0px !important;
    position:absolute;
    top:calc(50% - 33px);
    width: 100%;
    /* z-index: -1; */
}
.owl-rcnt.owl-carousel .owl-item{
    height: 100% ;
}

.owl-rcnt.owl-carousel .owl-nav button.owl-prev,
.owl-rcnt.owl-carousel .owl-nav button.owl-next{
    width: 66px;
    height: 66px;
    position: absolute;
    margin: 0px !important;
}
.owl-rcnt.owl-carousel .owl-nav button.owl-prev{
    left: 0px !important;
    transform: translateX(-100%);
}
.owl-rcnt.owl-carousel .owl-nav button.owl-next{
    right: 0px !important;
    transform: translateX(100%);
}
.owl-rcnt.owl-carousel .owl-nav button.owl-prev span,
.owl-rcnt.owl-carousel .owl-nav button.owl-next span{
    width: 100%;
    height: 100%;
    margin: 0px;
    background-position: center;
    background-size: 66px 66px;
    background-repeat: no-repeat;
    font-size: 0px;
    padding:33px ;
}
.owl-rcnt.owl-carousel .owl-nav button.owl-prev span{
    background-image: url(../images/prod-before.png);
}
.owl-rcnt.owl-carousel .owl-nav button.owl-next span{
    background-image: url(../images/prod-next.png);
}
.owl-rcnt.owl-carousel .owl-nav button.owl-prev:hover span,
.owl-rcnt.owl-carousel .owl-nav button.owl-next:hover span{
    filter: invert(50%) sepia(45%) saturate(516%) hue-rotate(162deg) brightness(98%) contrast(91%);
}
.owl-rcnt.owl-carousel .owl-nav button.owl-prev:hover,
.owl-rcnt.owl-carousel .owl-nav button.owl-next:hover{
    background: transparent !important;
}
.owl-rcnt .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 7.5px !important;
    background: #c4c4c4;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-rcnt .owl-dots .owl-dot.active span, .owl-rcnt .owl-dots .owl-dot:hover span{
    background: #7AB7E2;
}
.owl-rcnt .owl-dots {
    margin-top:39px;
}




footer{
    background: #F8FBFF;
    position:relative;
}
footer::before{
    position: absolute;
    content: '';
    left: 0px;
    top: -18px;
    height: 18px;
    width: 797px;
    max-width: 100%;
    background-color: #7AB7E2B2;
    border-radius: 0px 100px 0px 0px;
    z-index: 99;
}
.foot-top{
    padding: 40px 0px 54px 0px;
    border-bottom: 1px solid #DEE0E0;
}
.foot-top-inr{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top-lft{
    width: 29.89%;
    margin-right: 20px;
    padding-top: 7px;
}
.top-mid{
    width: 28%;
    margin-right: 20px;
}
.top-r8,
.copy-sos{
    width: 24.3%;
}
.top-lft a.foot-logo{
    display: block;
    width: 161px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 23px;
}
.top-lft a.foot-logo img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.top-lft p{
    font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 27px;
letter-spacing: 0.01em;
color: #464B56;
}
.top-lft p a{
    font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 35px;
letter-spacing: 0.01em;
color: #5195C6;
display: block;
}
.top-lft p a:hover{
    color: #000;
}

.top-mid h3,
.top-r8 h3{
    font-family: 'Mukta';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 27px;
letter-spacing: 0.01em;
color: #191B20;
margin-bottom: 20px;
}
.top-mid-inr{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top-mid-inr ul li a{
    font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 32px;
letter-spacing: 0.01em;
color: #464B56;
}
.top-mid-inr ul li a:hover{
    color: #5195C6;
}

.top-r8 ul li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 17px;
}
.top-r8 ul li img{
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 12px;
}
.top-r8 ul li span,
.top-r8 ul li a{
    font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 22px;
letter-spacing: 0.01em;
color: #464B56;
display: inline-block;
}
.top-r8 ul li a:hover,
.top-r8 ul li a:hover span{
    color: #5195C6;
}
.copy{
    position: relative;
    padding: 25px 0px 21px 0px;
}
.copy::before{
    content: '';
    position: absolute;
    top: -18px;
    height: 18px;
    right: 0px;
    width: 456px;
    border-radius: 100px 0px 0px 0px;
    background-color: #7AB7E2B2;
}
.copy-inr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy-inr p{
    font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 27px;
letter-spacing: 0.01em;
color: #6D6D6D;
}
.copy-inr p a{
    color: inherit;
}
.copy-inr p a:hover{
    color: #5195C6;
}
.copy-sos{
    position: relative;
}
.copy-sos ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.copy-sos ul li{
    margin-right: 8.3px;
}
.copy-sos ul li a{
    width: 41.96px;
height: 41.96px;
border-radius: 13px;
overflow: hidden;
display: block;
}
.copy-sos ul li a img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.copy-sos ul li a:hover{
    transform: translateY(-3px);
}
.copy-sos h3{
    font-family: 'Mukta';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.01em;
color: #171A20;
position: absolute;
top: -86px;
left: 0px;
}



/* 07-02-2023 */
.search-pg{
    margin-top:71px;
    background-color: #F8FBFF;
    position: relative;
}
.filter-sec{
    background-color: #CFE9FC;
    padding: 15px 0px 17px 0px;
}
.filter-sec h3{
    font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 21px;
line-height: 26px;
text-transform: capitalize;
color: #000000;
margin-bottom: 9px;
}
.srch-frm{
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
border-radius: 6px;
padding: 14px;
display: flex;
justify-content:space-between;
align-items: center;
}

.srch-frm input{
    width: 25%;
    background: #FFFFFF;
    border: 1px solid #B9B9B9;
    border-radius: 5px;
    margin-right: 15px;
    padding: 12px 18px;
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: 0.02em;
color: #000;
}
.srch-frm input::placeholder{
    color: #485257;
}
.srch-frm input:hover,
.srch-frm input:focus,
.srch-frm input:focus-visible,
.srch-frm select:hover,
.srch-frm select:focus,
.srch-frm select:focus-visible{
    border: 1px solid #7AB7E2;
}

.srch-frm select{
    width: 21.3%;
    background: #FFFFFF;
    border: 1px solid #B9B9B9;
    border-radius: 5px;
    margin-right: 17px;
    padding: 12px 18px;
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: 0.02em;
color:#485257;
appearance: none;
background-image: url(../images/select-down.png);
background-repeat: no-repeat;
background-size: 18px 18px;
background-position: 95% center;
}

.srch-frm .renge_area{
    width: 17.3%;
    margin-right: 17px;
}
.srch-frm .renge_area label{
    font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
letter-spacing: 0.02em;
text-transform: capitalize;
color: #485257;
margin-bottom: 10px;
}
.srch-frm .renge_area input.range-amount-sp{
    font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 16px;
letter-spacing: 0.02em;
color: #000000;
width: 100%;
padding: 0px !important;
border-radius: 0px;
border: 0px solid transparent;
margin-top: 10px;
}
button.fltr-sbmt{
    background: #222222;
border: 1px solid #222222;
border-radius: 5px;
padding: 15px 13px 14px 13px;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 23px;
text-align: center;
letter-spacing: 0.02em;
color: #FFFFFF;
outline: none !important;
}

button.fltr-sbmt img{
    display: block;
    width: 19px;
    height: 19px;
    margin-right:6px;
}
button.fltr-sbmt:hover,
button.fltr-sbmt:focus{
    background: #7AB7E2;
    border: 1px solid #7AB7E2;
    box-shadow: none !important;
}
.filter-btn {
    width: 100%;
    background: #222222;
    border: 1px solid #222222;
    border-radius: 5px;
    padding: 7px 13px 7px 13px;
    display: none;
    justify-content: center;
    align-items: center;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    outline: none !important;
    height: 41px;
    margin-top: 39px;
}
.filter-btn img{
    display: block;
    width: 19px;
    height: 19px;
    margin-right:9px;
}
.filter-btn:hover,
.filter-btn:focus{
    background: #7AB7E2;
    border: 1px solid #7AB7E2;
    box-shadow: none !important;
}
.ggl-ad{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 27px 0px 31px 0px;
}
.ggl-ad img{
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
}
.srch-head{
    border-bottom:  1px solid #E1DEDE;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.srch-head h3{
    font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 21px;
letter-spacing: 0.01em;
color: #222222;
}
.srch-hdfrm{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.srch-hdfrm label{
       font-family: 'Mulish';
    font-style: normal;
    font-weight:600;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #222222;
}
.srch-hdfrm select{
    padding: 3px 19px 3px 3px;
    appearance: none;
    background-image: url(../images/select-down.png);
background-repeat: no-repeat;
background-size: 18px 18px;
background-position: 100% center;
 font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #222222;
border: none;
outline: none;
background-color: transparent;
cursor: pointer;
}
.srch-head::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom:0px;
    width: 36px;
    height: 4px;
    background-color: #222222;
}


.srch-inr .recent-box{
    margin-bottom: 39px;
}
.srch-inr .recent-box .recent-img{
    height: 332px;
}
.srch-inr .recent-box .recent-img img {
    width: 100%;
}
.srch-pagination{
    margin: 34px auto 58px auto !important;
    width: fit-content !important;
}
.srch-pagination li a.page-link,
.srch-pagination li span.page-link{
    border-radius: 50% !important;
    width: 41px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 8px;
    padding: 0px 0px !important;
    border: 1px solid #D2D2D2;
    background-color: white;
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.01em;
color: #302929;
}
.srch-pagination li a.page-link img{
    width: 15px;
    height: 14px;
    display: block;
}
.srch-pagination li a.page-link:hover,
.srch-pagination li a.page-link:focus,
.srch-pagination li a.page-link:focus-visible{
    background-color: #222222;
    border: 1px solid #222222;
    color: white;
    box-shadow: none !important;
}
.srch-pagination li a.page-link:hover img,
.srch-pagination li a.page-link:focus img,
.srch-pagination li a.page-link:focus-visible img{
    filter: invert(100%) brightness(100%) contrast(1);
}

.g-ad-2{
    display: block;
    margin: 0px auto 90px auto;
    width: auto;
    height: auto;
    max-width: 100%;
}




.deet-page{
    margin-top: 71px;
    background-color: #F8FBFF;
    position:relative;
    z-index: 2;
    padding: 46px 0px 104px 0px;
}
.deet-page::before{
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: -1;
    height: 147px;
    background-color: #CFE9FC;
}



.deet-paper{
    margin-right: 56px;
}
.deet-lft-top{
    padding: 27px 24px 23px 25px;
    background: #FFFFFF;
box-shadow: 0px 1px 21px 3px rgba(0, 0, 0, 0.05);
border-radius: 6px;
margin-bottom: 24px;
}
.deet-lft-top h1{
    font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 27px;
line-height: 23px;
color: #2B3135;
margin-bottom: 16px;
}
.sh-prc{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 29px;
}
h3.price{
    font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 21px;
line-height: 26px;
text-transform: capitalize;
color: #5195C6;
}
h3.price span{
    text-decoration-line: line-through;
    color: #787877;
    display: inline-block;
    margin-right:7px;
}
.share{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.share h4{
    font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 20px;
text-align: center;
color: #2D2E30;
margin-right: 9px;
}
.share h4 img{
    display: inline-block;
    margin-right: 6px;
    width: 19px;
    height: 19px;
}
.share ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.share ul li{
    margin-left: 3px;
}
.share ul li:first-child{
    margin-left:0px;
}
.share ul li a{
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}
.share ul li a:hover{
    transform: translateY(-3px);
}



/* product slider */
#thumbnail-slider-prev,
#thumbnail-slider-next{
    display: none;
}

.deet-lft-btm{
    background: #FFFFFF;
box-shadow: 0px 1px 21px 3px rgba(0, 0, 0, 0.03);
border-radius: 6px;
padding: 27px 26px 24px 24px;
}
.deet-lft-btm h2{
    padding-bottom: 13px;
    margin-bottom: 16px;
    border-bottom:  1px solid #E1DEDE;
    position: relative;
    font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 23px;
color: #2B3135;
}
.deet-lft-btm h2::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 36px;
    height: 4px;
    background-color: #222222;
}
.deet-lft-btm p{
    font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 27px;
letter-spacing: 0.01em;
color: #5E6973;
margin-bottom: 16px;
}
.deet-lft-btm h3{
    margin-top: 20px;
    font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 27px;
letter-spacing: 0.01em;
color: #2A3238;
margin-bottom: 11px;
}

.deet-lft-btm ul li{
    margin-bottom: 8px;
    padding-left: 27px !important;
    font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 27px;
letter-spacing: 0.01em;
color: #5E6973;
position: relative;
}
.deet-lft-btm ul li::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/tick-blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 6px;
    left: 0px;
}
.deet-lft-btm ul li:last-child{
    margin-bottom: 0px;
}

.deet-right-top{
    padding: 21px 18px 29px 18px;
    background: #FFFFFF;
box-shadow: 0px 1px 21px 3px rgba(0, 0, 0, 0.05);
border-radius: 6px;
margin-bottom: 24px;
}
.deet-right-top h2{
    font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 23px;
color: #222222;
margin-bottom: 14px;
padding-bottom: 17px;
border-bottom: 1px solid #E1DEDE;
position: relative;
}
.deet-right-top h2::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 36px;
    height: 4px;
    background-color: #222222;
}
.enq-input{
    margin-bottom: 12px;
    position: relative;
    width: 100%;
    padding-top: 15px;
}
.enq-input label{
    position: absolute;
    background-color: white;
    padding: 6px 9px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #94979A;
    top: 0px;
    z-index:3;
    left: 14px;
}
.enq-input input,
.enq-input textarea{
    background: #FFFFFF;
border: 1px solid #C7D8DD;
border-radius: 5px;
padding: 17px 23px 14px 23px;
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
letter-spacing: 0.01em;
color: #323439;
width: 100%;
height: 53px;
}
.enq-input input::placeholder,
.enq-input textarea::placeholder{
    color: #787877;
}
.enq-input input:hover,
.enq-input input:focus,
.enq-input input:focus-visible,
.enq-input textarea:hover,
.enq-input textarea:focus,
.enq-input textarea:focus-visible{
    border: 1px solid #7AB7E2;
}
.enq-input textarea{
    height: 147px;
}
button.enq-btn{
    margin-top:13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 49px;
    background: #5195C6;
border-radius: 5px;
padding: 13px;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 24px;
text-align: center;
letter-spacing: 0.02em;
text-transform: capitalize;
color: #FFFFFF;
border: none;
outline: none;
box-shadow: none !important;
}
button.enq-btn:hover,
button.enq-btn:focus,
button.enq-btn:focus-visible{
    background: #222222;
}

.deet-right-btm{
    border: 1px solid #DCD5D5;
border-radius: 6px;
padding: 36px 43px;
display: flex;
justify-content: center;
align-items: center;
}
.deet-right-btm img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.pop-product.deet-pop {
    margin-top: 0px;
    padding: 62px 0px 106px 0px;
    background-color:transparent;
}
.g-ads{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.g-ads img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
footer.d-pg{
    border-top: 1px solid #DEE0E0;
}
/* product slider */
/* 07-02-2023 */




/* 11-02-2023 */
.faq-page{
    margin-top: 71px;
    position: relative;
    background-color: #F8FBFF;
    padding: 48px 0px 57px 0px;
    z-index: 2;
}
.faq-bg{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 285px;
    z-index: -1;
}
.faq-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.faq-head {
    width: 690px;
    max-width: 100%;
    margin: 0 auto 41px auto;
}
.faq-head h1{
    margin-bottom: 3px;
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
}
.faq-head p{
    font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 29px;
text-align: center;
color: #FFFFFF;
}
.faq-box{
    background: #FFFFFF;
border: 1px solid #F5F5F5;
box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.06);
border-radius: 6px;
padding: 34px 33px 36px 32px;
}
.faq-box .accordion-item{
    background: #FFFFFF !important;
border: 1px solid #E3E3E3 !important;
box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.02) !important;
border-radius: 6px !important;
margin-bottom: 16px !important;
padding: 15px 23px 0px 22px;
}
.faq-box .accordion-item:last-child{
    margin-bottom: 0px !important;
}
.faq-box .accordion-item:first-of-type .accordion-button {
    border-top-left-radius:0px !important;
    border-top-right-radius:0px !important;
}
.faq-box .accordion-button {
    position: relative;
    display: flex;
    align-items:flex-start;
    width: 100%;
    padding:0px 0px 18px 0px !important;
    background-color:transparent !important;
    font-family: 'Mukta';
font-style: normal;
font-weight: 400 !important;
font-size: 18px !important;
line-height: 26px;
letter-spacing: 0.01em !important;
color: #2F2F35 !important;
}
.faq-box .accordion-button span{
    display: inline-block;
    margin-right: 17px;
    font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 26px;
color: #2F2F35;
}
.faq-box .accordion-button:focus {
    z-index: 3;
    border-color:none !important;
    outline: 0;
    box-shadow:none !important;
}
.faq-box .accordion-body {
    padding:12px 0px 17px 0px !important;
    border-top:  1px solid #E6E9EA !important;
}
.faq-box .accordion-body p{
    width: 80.8%;
    font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 27px;
color: #474753;
}
.faq-box .accordion-button::after {
    flex-shrink: 0;
    width:13px;
    height:13px;
    margin-left: auto;
    content: "";
    background-image:url(../images/plus.png);
    background-repeat: no-repeat;
    background-size:12px 13px;
    background-position: center;
    transition: var(--bs-accordion-btn-icon-transition);
    margin-top: 4px;
}

.faq-box .accordion-button:not(.collapsed)::after{
    background-image: url(../images/minus.png);
    background-size:10px 2px;
}



.cont-page{
    padding: 48px 0px 103px 0px;
}
.cont-inr{
    background: #FFFFFF;
border: 1px solid #F5F5F5;
box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.06);
border-radius: 6px;
}
.cont-lft{
    padding: 52px 10px 48px 34px;
}
.cont-inpt{
    margin-bottom: 22px;
}
.cont-inpt label{
    width: 100%;
    display: block;
    font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
letter-spacing: 0.02em;
color: #2B2D34;
margin-bottom: 6px;
}
.cont-inpt input,
.cont-inpt textarea{
    background: #FFFFFF;
border: 1px solid #BABDBE;
border-radius: 6px;
padding: 16px 22px 17px 22px;
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 19px;
letter-spacing: 0.01em;
color: #6C6C75;
width: 100%;
height: 52px;
}
.cont-inpt textarea{
    height: 127px;
}
.cont-inpt input:hover,
.cont-inpt textarea:hover,
.cont-inpt input:focus,
.cont-inpt textarea:focus,
.cont-inpt input:focus-visible,
.cont-inpt textarea:focus-visible{
    border: 1px solid #5195C6;
}
button.cont-btn{
    width: fit-content;
    padding: 14px 15px 13px 18px;
    background: #5195C6;
border: 1px solid #5195C6;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 23px;
text-align: center;
letter-spacing: 0.01em;
color: #FFFFFF;
margin-top: 3px;
}
button.cont-btn img{
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 9px;
}
button.cont-btn:hover,
button.cont-btn:focus,
button.cont-btn:focus-visible{
    background: #000;
    border: 1px solid #000;
    color: #fff;
    box-shadow: none !important;
    outline: none;
}

.cont-r8{
    background: #FFFFFF;
box-shadow: 0px 1px 21px 5px rgba(0, 0, 0, 0.03);
border-radius: 0px 6px 6px 0px;
padding: 66px 43px 55px 49px;
height: 100%;
}
.cont-info li{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 28px;
}
.info-img{
    background: #FFFFFF;
border: 1px solid #5195C6;
border-radius: 10px;
padding: 9px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 18px;
margin-top: 7px;
}
.info-img img{
    display: block;
    width: 21px;
    height: 21px;
}
.info-txt{
    width: calc(100% - 57px);
}
.info-txt h4{
    font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 26px;
color: #696E80;
margin-bottom: 3px;
}
.info-txt p{
    font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 26px;
letter-spacing: 0.01em;
color: #333D4D;
}
.info-txt p span{
    display: inline-block;
}

.cont-sos{
    margin-top: 10px;
}
.cont-sos h4{
    position: relative;
    font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 26px;
color: #22293F;
padding-bottom: 11px;
border-bottom: 1px solid #E1DEDE;
margin-bottom: 21px;
}
.cont-sos h4::before{
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 34px;
    height: 4px;
    background-color: #222;
}
.cont-sos ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.cont-sos ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
border-radius: 13px;
margin-right: 8px;
color: white;
font-size: 20px;
width: 42px;
height: 42px;
}
.blue{
    background: #426BC4;
}
.sky{
    background: #55ACEF;
}
.red{
    background: #CE201F;
}
.violet{
    background: #CD47EE;
}
.deep{
    background: #1f2fa7;
}
/* 11-02-2023 */



/* 13-02-2023 */
.abt-sec-1{
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 33px 23px 0px 23px;
    margin-bottom: 100px;
}

.head-abt{
    width: 827px;
    max-width: 100%;
    margin: 0 auto 35px auto;
}
.head-abt h2{
    font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 27px;
line-height: 23px;
color: #000000;
margin-bottom: 13px;
text-align: center;
}
.head-abt p{
    font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 27px;
letter-spacing: 0.01em;
color: #5E6973;
text-align: center;
}
.abt-sec1-box{
margin-bottom:23px;
background: #FFFFFF;
border: 1px solid #DADADA;
border-radius: 8px;
padding: 30px 10px 21px 10px;
}
.sec1-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 16px auto;
}
.sec1-img img{
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.abt-sec1-box h2{
    font-family: 'Mukta';
font-style: normal;
font-weight:600;
font-size: 21px;
line-height: 24px;
color: #222222;
text-align: center;
margin-bottom: 12px;
}
.abt-sec1-box p{
    font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 27px;
color: #353C47;
text-align: center;
}
.abt-sec-2{
    margin-bottom: 90px;
}
.sec2-img{
    width: 100%;
    /* height: 100%; */
    border-radius: 8px;
    overflow: hidden;
}
.sec2-img img{
    display: block;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.abt-sec2-txt{
    height:100%;
    display: grid;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 15px;
}
.pr-0{
    padding-right: 0px !important;
}
.abt-sec2-txt h2{
    font-family: 'Mulish';
font-style: normal;
font-weight: 800;
font-size: 30px;
line-height: 38px;
color: #161718;
margin-bottom: 21px;
margin-top: -8px;
}
.abt-sec2-txt p{
    font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 27px;
color: #353C47;
margin-bottom: 18px;
}
.abt-sec2-txt a{
    background: #5195C6;
border-radius: 5px;
display:block;
width: fit-content;
padding: 13px 19px;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 24px;
text-align: center;
letter-spacing: 0.02em;
text-transform: capitalize;
color: #FFFFFF;
align-self: flex-end;
}
.abt-sec2-txt a:hover{
    background: #000;
}

.abt-sec3{
    position: relative;
    z-index: 2;
    padding: 40px 0px 0px 0px;
}
.abt-sec3::before{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background: #7AB7E2;
    height: 252px;
    content: '';
    z-index: -1;
}
.abt-sec3-box {
    background: #FFFFFF;
    border: 1px solid #dddddd61;
    box-shadow: 1px 2px 6px #bdc4c847;
    border-radius: 10px;
    padding:23px 23px 23px 23px;
}
.abt-sec3-img{
    background: #FFFFFF;
border: 1px solid #E2E2E2;
box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
border-radius: 10px;
width: 94px;
height: 94px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 25px;
}
.abt-sec3-img img{
    display: block;
    width: 65px;
    height: 65px;
}
.abt-sec3-txt{
    width: calc(100% - 129px);
    margin-top: -4px;
}
.abt-sec3-txt h2{
    font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size:26px;
line-height: 32px;
letter-spacing: 0.01em;
color: #161718;
margin-bottom: 9px;
text-transform: capitalize;
}
.abt-sec3-txt p{
    font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 27px;
color: #353C47;
}
.abt-sec3 .faq-head{
    margin: 0 auto 46px auto;
}
.cont-sos ul li a:hover{
    transform: translateY(-3px);
}
.vis-btn{
    display: flex;
    width: fit-content;
    padding: 8px 14px;
    /* margin-top: 13px; */
    margin: 13px auto 0px auto;
    justify-content: center;
    align-items: center;
    height:44px;
    background: #5195C6;
    border-radius: 5px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
}
.vis-btn:hover{
    background: #000;
    color: white;
}
.vis-btn i{
    display: block;
    font-size: 17px;
    margin-left: 13px;
}
.deet-lft-btm h4{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #2A3238;
}
.deet-lft-btm h4 span{
    display: inline-block;
    margin-left: 5px;
    font-weight: 500;
    font-size: 15px;
}
/* 13-02-2023 */


/* 17-02-2023 */
.term-paper{
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}
.term-box{
    border-bottom: 1px solid #E3E3E3;
    padding: 25px 25px 17px 25px;
}
.term-box h2 {
    padding-bottom: 9px;
    margin-bottom: 11px;
    position: relative;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 16px;
    color: #2B3135;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.term-box h2 span{
    display: inline-block;
    margin-right: 6px;
}
.term-box h2::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 132px;
    height:1.5px;
    background-color: #222222;
    border-radius: 2px;
}
.term-box p{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #5E6973;
    margin-bottom:12px;
}
.b-0{
    margin-bottom: 0px !important;
}
.term-box ul{
    list-style: decimal !important;
    list-style-position: inside !important;
}
.term-box ul li{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #5E6973;
    margin-bottom:12px;
}
.term-box ul li::marker{
    color:#7c7c7c;
}
.term-hd{
    margin: 0 auto 40px auto;
}
.term-hd h1 {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    border-bottom:2px solid #376b8f;
    line-height: 1.2;
    padding: 20px 10px 0px 10px;
}
.term-page {
    padding: 19px 0px 54px 0px;
}
/* 17-02-2023 */
.prod-txt h5,
.deet-lft-btm h5,
.recent-txt h5{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height:20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #202225;
    margin-bottom: 5px;
}
.prod-txt h5 span,
.deet-lft-btm h5 span,
.recent-txt h5 span{
    font-weight: 600;
    display: inline-block;
    margin-right: 3px;
}
.deet-lft-btm h5{
    margin-bottom:30px;
    text-align: left;
    font-size: 19px;
}
.deet-lft-btm h5 span{
    font-weight: 700;
}
.recent-txt h5{
    text-align: left;
}
.news{
    width: 600px;
    max-width: 100%;
    margin: 0 auto 47px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}
.news label{
    display: block;
    width: 100%;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #2B2D34;
    margin-bottom: 6px;
}
.news label.error{
    position: absolute;
    top: calc(100% + 6px);
}
.news input {
    background: #FFFFFF;
    border: 1px solid #BABDBE;
    border-radius: 6px;
    padding: 9px 15px 9px 15px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #6C6C75;
    width: calc(100% - 132px);
    height: 44px;
    margin-right: 10px;
}
.news button{
    width: fit-content;
    padding: 8px 11px 8px 11px;
    background: #5195C6;
    border: 1px solid #5195C6;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    height:44px;
}
.news button img {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 9px;
}
.news button:hover, .news button:focus, .news button:focus-visible {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    box-shadow: none !important;
    outline: none;
}
.news input:hover, .news input:focus, .news input:focus-visible{
    border: 1px solid #5195C6;
}

.deet-tabs li{
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}
.deet-tabs li::before{
    display: none !important;
}
.deet-tabs li button{
    padding: 0px 0px 10px 0px !important;
    margin: 0px 9px 0px 0px !important;
    font-family: 'Mulish';
    font-style: normal;
    font-weight:700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #202225;
    margin-bottom: 5px;
    position: relative;
}
.deet-tabs .nav-item.show .nav-link, .deet-tabs .nav-link.active,
.deet-tabs .nav-link:hover {
    color:#5195C6 !important;
    background-color:transparent !important;
    border-color:transparent !important;
}
.deet-tabs li button::before{
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0px;
    width: 60px;
    height: 4px;
    background-color: #5195C6;
    display: none;
}
.deet-tabs li button.show::before,
.deet-tabs li button.active::before{
    display: block;
}
.deet-contnt .tab-pane{
    overflow-x: auto;
}
.deet-contnt .tab-pane table{
    margin-top: 12px !important;
}
.ad-div{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
ins.adsbygoogle{
    max-width: 100% !important;
}
.nav-item .active{

     color: #5195C6 !important;
}

.beardcums_ul  {
    margin-top: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.beardcums_ul li {
    padding-left: 4px;
    padding-right:4px;
    position: relative;
    font-family: 'Mulish';
    font-style: normal;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #fff;
}
.beardcums_ul li a {
    color: #fefefe;
}
.beardcums_ul li a:hover{color: #000;}

.select1{
    margin-right: 28px;
}
.web-srch.srch-inr .recent-box {
    margin-bottom: 39px;
    height: calc(100% - 39px);
    background: #f2f8fc;
}
.web-srch.srch-inr .recent-top {
    background: #F2F8FC;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}
.web-srch.srch-inr .recent-box .recent-img {
    height: 185px !important;
}
.web-srch.srch-inr .recent-box .recent-img a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.web-srch .recent-txt{
    min-height: 1px !important;
}
.web-srch .recent-txt h3{
    margin-bottom: 0px !important;
}
.web-srch .recent-txt a{
    color: inherit !important;
}
.web-srch .recent-box:hover {
    background: transparent;
    border: 1px solid #000;
}
.web-srch .recent-txt h3 a:hover{
    color: #7AB7E2 !important;
}
.position-relative{
    position: relative !important;
}
.overflow-hidden{
    overflow: hidden !important;
}
.h-100{
    height: 100%;
}
.web-bnr-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.wesite-bnr{
    position: relative;
    z-index: 2;
    width: 100% !important;
    padding: 50px 0px;
    display: block;
}
.wesite-bnr h1{
    width: fit-content;
    margin: 0 auto;
    position: relative;
    border-bottom: 2px solid #376b8f;
    line-height: 1.2;
    padding: 20px 10px 0px 10px;
}

.register-list {
    display: flex;
    margin: 13px 0px 0px 0px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height:1.3;
    letter-spacing: 0.01em;
    color: #5195C6;
    padding: 5px 15px;
    background-color: white;
    border-radius: 7px;
    width: fit-content;
    min-height: 42px;
    justify-content: flex-start;
    align-items: center;
}
.register-list:hover{
    background-color: black;
    color: white;
}






















