

:root{
    --theme: #326789;
    --white: #fff;
    --black: #1B1B1B;
    --theme-2: #78a6cb;
    --theme-red: #e65c4f;
    --radiussize: 1.5rem;
    --black-v1: #333;
    --grey-dark: #1d1d1d;
    --grey3: rgba(161, 161, 170, 1);
    --dark-black2: #2C2E30;
    --grey4: rgba(228, 228, 231, 1);
    --grey5: #e9eef4;
    --grey7: #f6f9fc;
    --e-global-color-e777cd9: #FFFFFF;
    --e-global-color-e632858: #FFFFFF00;
    --e-global-color-cff305b: #F8F8F8;
    --e-global-color-d59e8a8: #CECECE;
    --e-global-color-9947692: #FFFFFFD1;
    --tw-text-opacity: 1;
    --tw-border-opacity: 1;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
}
::-moz-selection { /* Code for Firefox */
    color: var(--white);
    background: var(--theme);
  }
  
  ::selection {
    color: var(--white);
    background: var(--theme);
  }
.bg-primary{
    background-color: var(--theme) !important;
}

body{
    text-rendering: optimizeSpeed;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    background: var(--white);
    color: var(--black-v1);
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
}
.rdiusimg > img{
    border-radius: var(--radiussize);
    -webkit-border-radius: var(--radiussize);
    -moz-border-radius: var(--radiussize);
    -ms-border-radius: var(--radiussize);
    -o-border-radius: var(--radiussize);
}
a:hover{
    color: var(--theme);
}
p{
    font-size: 16px;
}
.btn-primary,input[type="submit"],.btn-secondary,.btn-secondary2{
    background: var(--theme);
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    color: var(--white);
    border-color: var(--white);
    font-weight: 700;
    outline: 0;
    border: 0;
}
.btn-black{
    background: var(--black);
    color: var(--white);
    border-color: var(--black);
}
.btn-secondary{
    background: var(--grey3);
    color: var(--white);
    border-color: var(--grey3); 
}
.btn-secondary2{
    background: var(--theme-2);
    color: var(--white);
    border-color: var(--theme-2); 
}
.btn-primary:hover {
    color: var(--white);
    background-color: var(--theme);
    border-color: var(--theme);
}
.btn-secondary2:hover{
    background: var(--theme-2);
    color: var(--white);
    border-color: var(--theme-2); 
}
.btn-primary svg{
    width: 14px;
    height: 14px;
    margin-left: 8px;
}
.badge{
    padding: 0.35em 0.75em;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 0.5rem;
}
.bg-soft-dark {
    background-color: rgba(45,55,75,.075)!important;
}
.shadow{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
a {
    color: inherit;
    text-decoration: inherit;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.row-gap-1{
    row-gap: 1.25rem;
}
.spacing-all{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.spacing-top{
    padding-top: 3.5rem;   
}
.spacing-bottom{
    padding-bottom: 3.5rem;   
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
.mx-28{
    max-width: 28rem;
}
.container, .container-lg, .container-md, .container-sm{
    max-width: 75rem;
}
.card-header,.card-body{
    padding: 2rem;
}
body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

@media only screen and (max-width: 767px){
    body,p{
        font-size: 14px;
    }
}
.header .navbar .contactbtn a{
    padding: 8px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: var(--theme);
    color: var(--white);
    font-weight: 600;
}
/*header*/
.header-wrap{
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 15px 0;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    background: var(--white);
}
.navbar-expand-lg .navbar-nav{
    align-items: center;
}
.navbar-nav li a{
    color: var(--black);
    font-weight: 500;
    padding: 0;
}
.navbar{
    padding: 0;
}
.navbar-nav  li .nav-link:focus, .navbar-nav li .nav-link:hover{
    color: var(--theme-color);
}
.navbar-nav li{
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-nav li:last-child{
    padding-right: 0px;
}
.header-wrap.sticky{
    --bg-opacity: 1;
    background-color: rgba(255,255,255,var(--bg-opacity));
    box-shadow: 0 2px 1px rgb(0 0 0 / 5%);
    padding: 10px 0;
}
.navbar-toggler{
    padding: 2px 6px;
    border: none;
    color: var(--black);
    outline: none !important;
    box-shadow: none;
}
.navbar-toggler:focus{
    border: 1px solid var(--grey3);
    box-shadow: 0 2px 1px rgb(0 0 0 / 5%);
}
.noneblock{
    display: none !important;
}
.activeblock{
    display: block !important;
}
.opened .noneblock{
    display: block !important;
}
.opened .activeblock{
    display: none !important;
}
.header .navbar .contactbtn a{
    padding: 8px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: var(--theme);
    color: var(--white);
}
@media only screen and (max-width: 991px){
    .header-wrap{
        padding: 10px 0;
    }
    .navbar-collapse{
        position: absolute;
    width: 100%;
    top: 100%;
    background: var(--white);
    z-index: 1;
 
    padding: 0;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    max-width: 375px;
    right: 0;  
   }
    .navbar-collapse > ul{
        padding: 10px 0;
        padding-bottom: 20px;
    }
    .navbar-nav li a{
        padding: 5px 0;
    }
    .header .navbar .contactbtn {
        margin-top: 10px;
    }
    .navbar-expand-lg .navbar-nav{
        align-items: flex-start;
    }
}
.sitelogo span {
    z-index: 1;
    position: relative;
}
.sitelogo span:before {
    content: "";
    position: absolute;
    left: -10px;
    background: var(--theme-red);
    height: 75%;
    width: 2.5px;
    /* border-radius: 18px; */
    /* overflow: hidden; */
    transform: translate(0, -50%) skew(345deg);
    top: 50%;
}

/*end*/
/*banner*/
.form-control, .form-select, input:not([type="submit"]), .form-wordpress textarea, select, textarea {
    border-radius: 0.375rem;
    height: 45px;
    border: 1px solid rgba(228, 228, 231, var(--tw-border-opacity));
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
    color: rgb(15 23 42 / var(--tw-text-opacity));
    outline: 0;
    width: 100%;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 400;
}
.fs-base{
    color: var(--white);
}
.whiteform .form-control,.whiteform .form-select,.whiteform textarea{
    background-color: rgba(0,0,0,0);
    color: rgba(255, 255, 255, .7) !important;
}
.whiteform .form-control::-webkit-input-placeholder,.whiteform .form-select::-webkit-input-placeholder,.whiteform textarea::-webkit-input-placeholder{
    color: rgba(255, 255, 255, .7) !important;
}
.whiteform .form-control:-moz-placeholder,.whiteform .form-select:-moz-placeholder,.whiteform textarea:-moz-placeholder{
    color: rgba(255, 255, 255, .7) !important;
}
.form-wordpress input:not([type="submit"]), .form-wordpress textarea {
    margin-top: 5px;
}
.form-control, .form-select, .form-wordpress input:not([type="submit"]), .form-wordpress textarea {
    box-shadow: none;
}

.inside-form{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: var(--white);
}
.form-wordpress textarea {
    height: 100px;
}
.form-wordpress label {
    display: block;
    width: 100%;
    font-size: var(--fs-btn);
    color: var(--black) !important;
    font-weight: 500;
    text-align: left;
} 
.inner-listmain{
    background-repeat: no-repeat;
    background-position: center center;
    padding: 75px 0;
    background: var(--theme-2);
    background-image: url('../images/inner-1.jpg');
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    min-height: 400px;
}
.inner-listmain:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--theme-2);
    opacity: .5;
    z-index: -1;
}
.litcontent-sp{
    margin: 0 auto;
}
.litcontent-sp ul li:not(:last-child){
    margin-bottom: 20px;
}
.headinginner{
    letter-spacing: 1px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: var(--white);
}
.banner-box{
    position: absolute;
    top: 50%;
    left: auto;
    /*background: rgb(255 255 255 / 61%);*/
    padding: 25px;
    border-radius: var(--radiussize);
    -webkit-border-radius: var(--radiussize);
    -moz-border-radius: var(--radiussize);
    -ms-border-radius: var(--radiussize);
    -o-border-radius: var(--radiussize);
    width: 40%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.homebannerimg{
    height: 510px;
}
.homebannerimg > img{
    height: 100%;
    object-fit: cover;
}

.banner-box p{
   margin-bottom: 0;
}

.contatsapce{
    padding: 80px 100px 80px 100px;
    background-color: var(--e-global-color-cff305b);
}
.schedule-point{
    height: 340px; 
}
.schedule-inside{
    height: 100%;
}
.schedule-inside > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imgfigure{
    bottom: -3rem !important;
    z-index: -1;
    right: -1.5rem !important;
}
.wrap-aboutthree {
    display: grid;
    row-gap: 3rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    text-align: center;
}
.wrap-aboutfour{
    display: grid;
    row-gap: 2rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.autor > img{
    height: 11rem;
    width: 11rem;
    object-fit: cover;
}

.listforce .svg-p{
    background: var(--theme);
    padding: 0px;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    -ms-border-radius: 9999px;
    -o-border-radius: 9999px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem !important;
}
.listforce .svg-p svg{
    margin: 0 !important;
}
.contact-us-section{
    background-image: linear-gradient(100deg,var(--theme) 85%, #00C9A7 150%);
    background-repeat: repeat-x;
    position: relative;
}
.l-2 {
    letter-spacing: 2px;
}
.ciontext {
    display: flex;
    align-items: center;
}

.ciontext span {
    flex: 0 0 auto;
    margin-right: 10px;
}
.ciontext span img {
    width: 30px;
    height: 30px;
}
.map-embed-d {
    border-radius: 0.375rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
}
.map-embed-d iframe {
    width: 100% !important;
}


.ltprodimg{
    position: relative;
    --tw-aspect-h: 1;
    --tw-aspect-w: 1;
    overflow: hidden;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.listimg-gf{
    position: relative;
}
.listimg-gf a:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.ltprodimg > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.dwidgap{
    max-width: 48rem;
}

.homepackageboxmain{
    display: grid;
    max-width: 64rem;
    margin-top: 3rem;
 
    gap: 2rem;
}
.pricepakageuniq{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    border-radius: 1.5rem;
    border: 1px solid rgb(226 232 240 / 1);
    position: relative;
}
.explicitvox{
  
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.explicitvox p,.smfonytbo,.bexttexttop{
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0;
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity));
}
.pmfontbof{
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
}
.spaclt{
    padding: 1.5rem;
}
.bexttexttop{
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity));
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 2rem;
}
.pricngitemslimain{
    margin-top: 2rem;
}
.pricngitemslimain li{
    display: flex;
    align-items: flex-start;
}
.pricngitemslimain li:not(:last-child){
    margin-bottom: 1rem;
}
.pricngitemslimain li svg{
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
    color: var(--theme);
    margin-top: 0.15rem;
}
.mostpopularitem{
    display: flex;
    align-items: flex-start;
    margin-top: -3rem;
    position: absolute;
    top: 0;
    right: 0;
}
.mostpopularitem svg{
    height: 4rem;
    width: auto;
    color: var(--theme);
}
.moxttext{
    color: var(--theme);
    font-weight: 600;
    margin-top: -0.5rem;
    margin-left: 0.5rem;
}

.servicesleadbox{
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity));
    padding: 1.25rem;
    height: 100%;
}
.oursevimg {
    background: var(--theme);
    display: inline-flex;
    padding: 1rem;
    border-radius: 50%;
}
.talk-whatsup{
    position: fixed;
    z-index: 7;
    right: 30px;
    bottom: 30px;
}
.talk-whatsup a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 700;
    text-decoration: none;
    background: #fafafa;
    border-radius: 1.5rem;
    padding: 6px 15px 6px 12px;
    box-shadow: 0 0 30px rgb(127 137 161/30%);
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
}
.talk-whatsup a img {
    margin-right: 5px;
    width: 30px;
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}
.mt-n2 {
    margin-top: -0.5rem !important;
}
.register-formhome{
    --ar-gray-100: #f6f9fc;
    --ar-bg-opacity: 1;
    background-color: var(--ar-gray-100) !important;
}
.resigiterfoemman{
    background: var(--theme);
    padding: 2rem;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
}

.inner-banner{
    padding: 180px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.headinginner {
    letter-spacing: 1px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: var(--white);
}
.wc .km{
    margin-bottom: 0;
}

.inner-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.inner-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
}

.advantages-sec,.accordin-sec{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.ho {
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 700;
}
.ho span{
    --tw-gradient-from: #e65c4f;
    --tw-gradient-to: #326789;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, , rgba(192, 38, 211, 0));
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.fdfstpara{
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0;
}
.fdsecpara {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0.125rem;
}
.comboadv{
    display: grid;

    -moz-column-gap: 2rem;
    column-gap: 2rem;
    text-align: center;
    gap: 2rem;
    margin-top: 4rem;
}
.startengine{
    --tw-gradient-from: #78a6cb;
    --tw-gradient-to: #e65c4f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, , rgba(192, 38, 211, 0));
    background-image: linear-gradient(to right, var(--tw-gradient-stops));

}

.accordion-item:not(:last-child){
    margin-bottom: 1rem;
   
}
.accordion-item{
    border: 1px solid  rgba(228, 228, 231, var(--tw-border-opacity));
}
.accordion-button:not(.collapsed){
    color: var(--black);
    background-color: #e7f1ff;
    box-shadow: none;

}
.accordion-button{
    font-weight: 600;
}

 
/*mediq query common*/
@media (min-width: 1024px){
.wrap-aboutthree {
    max-width: 56rem;
}
.wrap-aboutfour{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.homepackageboxmain{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (min-width: 992px){
    .litcontent-sp{
        max-width: 80%;
    }
    .wmd-75{
        width: 75%;
    }
    .inside-form{
       max-width: 75%;
       margin: 0 auto;
    }
    .wrap-aboutfour{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
}
@media (min-width: 768px){
    .comboadv{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}
@media (min-width: 640px){
.wrap-aboutthree {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.inside-form{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
}

@media only screen and (max-width: 991px) and (min-width: 768px){
    body,p{
        font-size: 15px;
    }
    .banner-box{
        width: 60%;
    }
    .contatsapce{
        padding: 1rem;
    }
    .h5, h5 {
        font-size: 0.85rem;
    }
    .submenuinline h5{
        font-size: 16px;
    }
    .talk-whatsup a span {
        font-size: 12px;
    }
    .talk-whatsup a img {
        width: 25px;
        height: 25px;
    }
    
}
@media only screen and (max-width: 767px){
    .card-header,.card-body{
        padding: 1rem;
    }
.contatsapce{
    padding: 1.5rem;
}
.schedule-point{
    height: auto;
}
.banner-box{
    padding: 20px;
    width: 90%;
    background: rgb(255 255 255 / 61%);
    top: auto;
    bottom: 20px;
    transform: inherit;
}
.homebannerimg {
    height: calc(100vh - 60px);
}
.btn-primary{
    font-size: 14px;
}
.spacing-all{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.spacing-top{
    padding-top: 2rem;   
}
.spacing-bottom{
    padding-bottom: 2rem;   
}
.h5, h5 {
    font-size: 0.85rem;
}
.submenuinline h5{
    font-size: 16px;
}
.product-detail p{
    font-size: 13px;
}
.homepackageboxmain{
    margin-top: 2rem;
}
.pmfontbof {
    font-size: 2rem;
}
.pricngitemslimain li svg{

    margin-top: 0rem;
}
.talk-whatsup a span {
    font-size: 12px;
}
.talk-whatsup a img {
    width: 22px;
    height: 22px;
}
.talk-whatsup {
    right: 15px;
}
.carousel-item > img {
    height: 75vw;
    object-fit: cover;
    width: 100%;
}
.carousel-caption{
    padding: 20px;
}
.imgfigure{
    right: -0.5rem !important;
    width: 6rem !important;
}
.btn-primary, input[type="submit"], .btn-secondary,.btn-secondary2{
    font-size: 14px;
}
.resigiterfoemman svg {
    width: 70px;
}
.mostpopularitem {
    margin-top: 0rem;
}
.mostpopularitem svg {
    height: 2rem;
}
.oursevimg  > img{
    width: 30px;
}
.ho{
    font-size: 3rem;
}
.fdfstpara{
    font-size: 1rem;
}
.fdsecpara{
    font-size: 0.95rem;
}
}

/*foooter*/
.site-footer{
    --tw-border-opacity: 1;
    border-top:1px solid var(--grey4);
}
.sitelogo{
    font-weight: 700;
    font-size: 1rem;
    color: var(--black);
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 20px;
    display: inline-flex;
    border-radius: var(--radiussize);
    -webkit-border-radius: var(--radiussize);
    -moz-border-radius: var(--radiussize);
    -ms-border-radius: var(--radiussize);
    -o-border-radius: var(--radiussize);
    margin-bottom: 1rem;
    position: relative;
}
.sitelogo svg {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.sitelogo span {
    z-index: 1;
}
.sitelogo:hover{
    color: var(--black);
}
.site-footer{
    background: var(--e-global-color-e777cd9);
    padding-top: 4rem;
    padding-bottom: 2.5rem;
    color: var(--black);
}
.site-footer p,.site-footer li{
    color: var(--black);
    margin-bottom: 0.75rem;
}
ol, ul {
    list-style: none;
}
fieldset, ol, ul {
    margin: 0;
    padding: 0;
}
.site-footer li a{
    font-weight: 400;
}

.social-shares{
    display: flex;
    align-items: center;
}
.social-shares > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.social-shares li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    -ms-border-radius: 9999px;
    -o-border-radius: 9999px;
    background-color: var(--black);
    color: var(--white);
    height: 2rem;
    width: 2rem;
}
.social-shares li a svg{
    width: 1.25rem;
    height: 1.25rem;
}
.social-shares li a:hover{
    background-color: var(--theme);
    color: var(--white);
}
.bootom-footer{
    margin-top: 4rem;
    border-top: 1px solid var(--grey4);
    padding-top: 2rem;
}

@media only screen and (max-width: 767px){
    .site-footer{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .bootom-footer{
        margin-top: 1rem;
    }
    .inner-listmain{
        min-height: 300px;
    }
}


/*contact us code */

.map-embed-d{
    border-radius: var(--radiussize);
    -webkit-border-radius: var(--radiussize);
    -moz-border-radius: var(--radiussize);
    -ms-border-radius: var(--radiussize);
    -o-border-radius: var(--radiussize);
}
.ciontext{
    display: flex;
    align-items: center;
}
.ciontext span{
    flex: 0 0 auto;
    margin-right: 10px;
    background: var(--white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ciontext span img{
    width: 20px;
    height: 20px;
}

.formdwrap{
    padding: 30px;
    border-radius: var(--radiussize);
    -webkit-border-radius: var(--radiussize);
    -moz-border-radius: var(--radiussize);
    -ms-border-radius: var(--radiussize);
    -o-border-radius: var(--radiussize);
}
.inputLabel {
    color: var(--black);
    font-size: var(--theme-font16);
    margin-bottom: 10px;
    font-weight: 600;
}
.form-control {
    height: 50px;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--theme-color);
}
textarea.form-control {
    height: 100px;
    resize: none;
}
@media only screen and (max-width: 767px){
    .formdwrap{
        padding: 22px;
    }
    .form-control{
        height: 45px;
    }
    textarea.form-control{
        height: 85px;   
    }
}
/* 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;
}

.errors {
    color: #de4437;
    margin-bottom: 0;
    font-size: 12px;
    background: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    line-height: 1.2;
    margin-top: 5px;
}
.form-group.u-has-error .form-control {
    border-color: rgba(222, 68, 55, 0.95);
    -webkit-box-shadow: 0 0 25px rgb(222 68 55 / 10%);
    box-shadow: 0 0 25px rgb(222 68 55 / 10%);
}
input[type=number] { 
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0; 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
}