@media only screen and (min-width: 300px) and (max-width: 600px){
    .p-mo{
        padding: 0px;
    }
    .navbar-toggler{
        width: 90px;
        margin-bottom:24px;
    }
    .navbar-brand{
       margin-bottom:24px;
    }
    .header-top .navbar{
        padding: 26px 24px 0px;
    }
    .navbar-brand img{
        width: 123px;
        height: 34px;
        max-width:100%;
    }
    .d-flex-menu .navbar-nav {
        gap: 24px;
        margin-top: 12px;
    }
    .nav-link {
        font-family: Outfit;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.16px;
        text-align: left;
        color: #fff !important;
        text-align: center;
        padding: 0px 0px
    }
    .d-flex-menu{
        display: block;
        justify-content: center;
    }
    .dropdown .btn {
        font-family: Outfit;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.16px;
        text-align: center;
        color: #3C3C3C;
        margin: auto;
        margin-top: 18px;
    }
    .header-top::before {
        display:none;
    }
    .header-is-active::after{
        content: "";
        background: url(../image/Menu-Content.png) no-repeat;
        background-size: cover;
        background-position: top center;
        position: absolute;
        top: 99px;
        left: 0px;
        right: 0px;
        z-index: -1;
        width: 100%;
        height: 587px;
        
    }
    .dropdown-toggle:hover{
        background:transparent;
    }
    .dropdown-menu.show {
        display: flex;
    }
    .navbar-collapse {
        margin-top: 29px;
    }
    .navbar-nav-mo{
        gap: 24px;
        padding-top: 90px;
    }
    .login-btn {
        width: 153px;
        height: 43px;
        padding: 3px 4px 4px 4px !important;
        gap: 8px;
        background: #FDD4AF;
        color: #C75629 !important;
        font-family: Outfit;
        font-size: 15px;
        font-weight: 400;
        line-height: 16.5px;
        letter-spacing: 0.02em;
        text-align: center;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        border: 1px solid #C75629;
        border-radius: 8px;
        transition: all 0.3s ease-in-out;
        margin-top: 60px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: -49px;
    }
    .dropdown-menu.show {
        display: flex;
        background: transparent;
        flex-direction: row;
        transform: translate(0px, 0px);
        gap: 24px;
    }    
    .dropdown-menu li .dropdown-item{
        color: var(--Grayscale-500, #D0D0D0);
        text-align: center;
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.32px;
        text-transform: capitalize;
        padding:0px 0px;
    }
    .dropdown-menu li .dropdown-item:hover{
        color: #C75629;
        background: transparent;
    }
    .nav-link.active{
        color: #C75629 !important;
    }
    .nav-link:hover{
        color: #C75629 !important;
    }
    .header-top.header-scroll{
        background-color: rgb(234, 233, 237) !important;
    }
    .dropdown-toggle::after {
        content:"";
        border:0;
        background:url(../image/drop-o.svg) no-repeat;
        background-size:cover;
        width: 11px;
        height: 7px;
        position: absolute;
        top: 7px;
        right: -17px;
        filter: none;
        transform: rotate(-180deg);
    }
    .dropdown-toggle.show::after {
        content: "";
        border: 0;
        background: url(../image/drop-o.svg) no-repeat;
        background-size: cover;
        width: 11px;
        height: 7px;
        position: absolute;
        top: 7px;
        right: 18px;
        filter: none;
        transform: rotate(0deg);
    }
    .header-top{
        background: #FAF9F8;
    }

   .header-top.header-scroll{
        background:#FAF9F8 !important;
    }
    .dropdown-menu.show {
        min-width: 100px;
        padding: 10px 11px 0px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 600px){
    .item-right-img .desk-img{
        display:none !important;
    }
    .item-right-img .mo-img{
        display:block !important;
    }
    .tab-content h2 {
        color: var(--Grayscale-800, #3C3C3C);
        font-family: Lora;
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 24px;
        text-align: center;
    }
    .tab-content p {
        color: var(--Grayscale-700, #656565);
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 142.25%;
        letter-spacing: 0.48px;
        margin-bottom: 32px;
        text-align: center;
    }
    .tab-content ul {
        padding-left: 0px;
        column-count: 2;
        list-style: none;
        margin-bottom: 16px;
        text-align: center;
    }
    .tab-content h4 {
        color: var(--Burnt-Orange, #C75629);
        font-family: Lora;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 141%;
        text-transform: capitalize;
        margin-bottom: 24px;
        text-align: center;
    }
    .tab-content .btn {
        border-radius: var(--8, 8px);
        border: var(--None, 1px) solid var(--Burnt-Orange, #C75629);
        background: var(--Baby-Orange, #FDD4AF);
        box-shadow: 4px 4px 0px 0px #C75629;
        height: 47px;
        color: #C75629;
        font-family: Outfit;
        font-size: 15px;
        font-weight: 400;
        line-height: 16.5px;
        letter-spacing: 0.02em;
        text-align: center;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }     
    .tab-details{
        padding: 0px 24px;
    }
    .servies-slider{
        padding: 40px 0px;
    } 
    .tab-menu button {
        color: #0E0E0E;
        font-family: Outfit;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0px;
        text-transform: capitalize;
        opacity: 0.5;
        margin: 0px 0px;
        margin-bottom: -2px;
        padding: 8px 0px;
    }    
    .swiper-slide img {
        width: 100%;
        max-width: 100%;
        height: 240px;
        border-radius: 8px;
        object-fit: cover;
    }
    .swiper-slide{
        width: 363px;
        width: 375px;
        margin: auto;
        max-width: 100%;
        overflow: hidden;
    } 
    .main-slider {
        width: 1193px;
        max-width: 100%;
        margin: auto;
        overflow: hidden;
        /*height: 485px;*/
        padding-top: 0rem;
        padding-left: 0px;
    }
    .swiper-slide{
        display: block !important;
        height: 240px;
        margin-top: 11rem;
    }
    .swiper-slide img {
        width: 100%;
        max-width: 100%;
        height: 240px;
        border-radius: 0px;
        object-fit: cover;
    }        
    .tab-menu {
        display: flex;
        justify-content: space-between;
        gap: 1px;
        margin-bottom: 20px;
        width: 654px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 0px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.20);
    }
     
    .swiper-wrapper {
        position: relative;
        width: 100%;
        z-index: 1;
    }    
    .tab-menu {
        width: 100%;
        max-width: 100%;
        display: flex;
        overflow: auto;
        /* flex-wrap: wrap; */
        position: absolute;
        top: 167px;
        left: 0px;
        right: 0px;
        z-index: 3;
    }

    .swiper-container {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .fraction-pagination {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 62px;
        font-size: 14px;
        color: #ff5722;
        color: var(--Burnt-Orange, #C75629);
        font-family: Outfit;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 133.7%;
        text-transform: capitalize;
        width: 355px;
        max-width: 100%;
        margin: auto;
        margin-top: 0px;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 67px;
    }
    .stepswiper {
        position: absolute;
        width: 100px;
        bottom: 0px;
        left: 0px;
        max-width: 100%;
        /* margin: auto; */
        right: 0px;
        top: 80px;
        height: 30px;
        margin: 0px auto;
    }
    .fraction-pagination h6 {
        position: absolute;
        width: 100%;
        margin: auto;
        left: 0px;
        right: 0px;
        top: -27px;
        text-align: center;
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        color: #C75629;
    }
    .swiper-pagination {
        width: 298px !important;
        display: flex;
        justify-content: space-between;
        border-radius:4px;
        opacity: 1;
        background: var(--Grayscale-500, #D0D0D0);
        height: 4px;
        margin: auto;
        max-width: 100%;
        left: 28px !important;
        top: 27px !important;
    }
    .custom-pagination {
        width: 355px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
        max-width: 100%;
        position: relative;
        color: #ff5722 !important;
        font-family: Outfit;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 133.7%;
        text-transform: capitalize;
        margin-top: 18px;
    }
    .lsat-lside{
        display: none !important;
    }
    
    .swiper-slide img.d-none{
        display: none !important;
    } 
    .slide-img {
        height: 240px;
        width: 100%;
        border-radius: 0px;
        position: relative;
      }
      .slide-1{
        background: url(../image/adver-img-mo.png) no-repeat;
        background-size: cover;
        background-position: center center;
      }
      .slide-2{
        background: url(../image/Creative-Writing-mo.png) no-repeat;
        background-size: cover;
        background-position: center center;
      }
      .slide-3{
        background: url(../image/corperate-img-mo.png) no-repeat;
        background-size: cover;
        background-position: center center;
      }
      .slide-4{
        background: url(../image/social-img-mo.png) no-repeat;
        background-size: cover;
        background-position: center center;
      }
      .slide-5{
        background: url(../image/adver-img-mo.png) no-repeat;
        background-size: cover;
        background-position: center center;
      }
      .slide-img::after{
        border-radius: 0px;
      }
    .bg-white-divide {
        padding: 13px 0px;
        background: #fff;
    }
    .home-banner-video {
        height: fit-content;
        display: block;
        justify-content: center;
        align-items: end;
        padding: 0px 0px;
        background: none;
        background-size: cover;
        background-position: right center;
        margin-top: 97px;

    }
    .home-banner-video .bg-image {
        margin: auto;
        width: 100%;
        max-width: 100%;
        right: 0px;
        left: 0px;
        top: 0px;
        bottom: 0px;
        position: unset !important;
        height: 298px;
    }
    .orange-bg-content h1 {
        color: var(--Grayscale-White, #FFF);
        font-family: Lora;
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }    
    .orange-bg-content {
        background: var(--Burnt-Orange, #C75629);
        padding: 24px 24px 24px 24px;
        width: 943px;
        max-width: 100%;
        border-top-left-radius: 0px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 2;
    }
    .item-right-img img {
        width: 100% !important;
        height: 186px;
        max-width: 100%;
        position: absolute;
        right: 0px;
        top: 0px;
        margin-top: 9rem;
        object-fit: cover;
    }
    .slide-count .slidenumber {
        font-size: 18px;
        font-weight: bold;
        height: 87px;
        width: 50%;
        position: absolute;
        right: 0px;
        top: 348px;
        z-index: 1;
        padding: 24px 24px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        background: #fff;
    }
    .pop-box {
        background: var(--Burnt-Orange, #C75629);
        padding: 24px 24px;
        position: absolute;
        right: 0px;
        top: 348px;
        width: 50%;
        text-align: center;
        height: 87px;
        display: flex;
        justify-content: center;
        z-index: 1;
        border-top-right-radius: 0px;
        left: 0px;
        text-align: center;
    }
    .item-details-left {
        text-align: left;
        padding: 32px 24px 24px 24px;
        width: 943px;
        max-width: 100%;
        background: #fff;
        margin-top: 24rem;
        height: 350px;
    }
    .step-bar {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        opacity: 1;
        background: var(--Grayscale-500, #D0D0D0);
        width: 283px;
        max-width: 100%;
        margin: auto;
        position: absolute;
        right: 0px;
        height: 4px;
        bottom: 15px;
        z-index: 1;
        left: 0px;
    }
    .step-bar div {
        width: 75px;
        height: 4px;
        background: var(--Grayscale-500, #D0D0D0);
        margin: 0 0px;
        border-radius: 0%;
        cursor: pointer;
    }
    .count-sec-box {
        width: 94%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
        max-width: 100%;
        position: absolute;
        right: 0px;
        bottom: 9px;
        z-index: 1;
        margin: auto;
        left: 0px;
    }
    .btn-wrap {
        position: absolute;
        right: 17px;
        bottom: -35px;
        display: flex;
        gap: 11px;
        z-index: 1;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 100px;
        max-width: 100%;
    }
    .home-banner-video{
        padding-bottom: 50px;
    }
    .the-jurary-content h3 {
        color: var(--Grayscale-800, #3C3C3C);
        font-family: Lora;
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin: 32px 0px;
    }
    .the-jurary-content p {
        color: var(--Grayscale-800, #3C3C3C);
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 142.25%;
        letter-spacing: 0.48px;
        margin-bottom: 0px;
    }
    .the-jurary-content {
        width: 615px;
        max-width: 100%;
        margin: auto;
        justify-content: center;
        align-items: flex-start;
        padding: 0rem 12px;
        text-align: center;
    }
    .the-jurary-section {
        background: var(--Grayscale-400, #F4F4F4);
        padding: 40px 12px;
    }
    .barnd-details {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: 1;
        width: 100%;
        height: 100%;
        margin: auto;
        max-width: 100%;
        height: 50px;
    }
    .the-jurary-content-left h4 {
        color: var(--Grayscale-White, #FFF);
        text-align: center;
        font-family: Lora;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
    }        
    .features-section{
        border: 16px solid var(--Grayscale-400, #F4F4F4);
        background: var(--Grayscale-White, #FFF);
        padding: 40px 24px 0px;
    }
    
    .the-jurary-content-left .card {
        margin-bottom: 16px !important;
    }
    .features-section::after {
        display: none;
    }
    .feature-details p {
        color: var(--Grayscale-700, #656565);
        text-align: center;
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 142.25%;
        letter-spacing: 0.48px;
        margin-bottom: 24px;
    }
    .got-top-content h1 {
        color: var(--Grayscale-White, #FFF);
        font-family: Lora;
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 24px;
        text-align: center;
    }
    .got-top-content p {
        color: var(--Grayscale-White, #FFF);
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 142.25%;
        letter-spacing: 0.48px;
        margin-bottom: 40px;
        text-align: center;
    }
    .got-top-content{
        text-align: center;
    }
    .got-top-content .btn{
        margin: auto;
    }
    .got-top {
        padding: 80px 0px;
    }
    
    .homefaq {
        padding: 0px 0px;
    }
    .homefaq-content {
        padding: 40px 24px;
    }
    .homefaq-content h2 {
        color: var(--Grayscale-800, #3C3C3C);
        font-family: Lora;
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 24px;
        text-align: center;
        padding: 0px 4px;
    }
    .homefaq-content p {
        color: var(--Grayscale-700, #656565);
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 142.25%;
        letter-spacing: 0.48px;
        margin-bottom: 40px;
        text-align: center;
    }
    .homefaq-content .accordion-item p {
        color: var(--Grayscale-800, #3C3C3C);
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 142.25%;
        letter-spacing: 0.48px;
        margin-bottom: 0px;
        margin-top: 24px;
        text-align: left;
    }
        
    
    
}
@media only screen and (min-width: 300px) and (max-width: 600px){
    .contact-section{
        padding: 0px 0px;
        margin-bottom:0px;
    }
    .contact-form-details {
        padding: 40px 24px;
        background: #000000;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        text-align: center;
    }
    .contact-form-details p {
        color: var(--Grayscale-White, #FFF);
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 142.25%;
        letter-spacing: 0.48px;
        margin-bottom: 40px;
    }
    .contact-form-details h2 {
        color: var(--Grayscale-White, #FFF);
        font-family: Lora;
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 24px;
    }
    .contact-form-details-inner h4 {
        color: var(--Burnt-Orange, #C75629);
        font-family: Lora;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 141%;
        text-transform: capitalize;
        margin-bottom: 24px;
    }
    .contact-form-details-inner p {
        color: var(--Grayscale-White, #FFF);
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 142.25%;
        letter-spacing: 0.72px;
        margin-bottom: 24px;
    }  
    .contact-form {
        background: #fff;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        padding: 40px 25px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact-form .form-control {
        margin-bottom: 16px;
    }
    .form-check {
        margin: 16px 0px;
    }
    .contact-form .form-check {
        display: flex;
    }
    .contact-form .design-btn {
        margin-top: 16px;
    }
    .error-section {
        padding: 105px 0px 40px;
    }
    
    .policy-section-content {
        margin-top: 40px;
        padding: 0px 12px;
    }
    .policy-section {
        padding: 100px 0px 26px;
        margin-top: 0px;
    }
    .policy-section-top-content img{
        width: 82px;
        height: 82px;
        max-width: 100%;
    }
    .error-content h2 {
        color: var(--Burnt-Orange, #C75629);
        text-align: center;
        font-family: Lora;
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-top: 32px;
        margin-bottom: 0px;
    }
    .error-content p {
        color: #0E0E0E;
        text-align: center;
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 142.25%;
        letter-spacing: 0.48px;
        margin: 16px 0px;
    }
    .error-content .btn {
        margin: auto;
        width: 100%;
    }
    .error-content {
        text-align: center;
        justify-content: center;
        margin: auto;
        width: 500px;
        margin: auto;
        max-width: 100%;
        padding: 0px 10px;
    }        
    .policy-section-top-content h2 {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;
        font-family: Lora;
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }
    .footer{
        position: relative;
        padding: 46px 0px;
        background: url(../image/Footer-mo.png) no-repeat;
        background-size:cover;
        background-position: center center;
    }
    .footer-menu ul {
        column-count: 2;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .footer-menu ul li {
        text-align: center ;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: 0px;
    }
    .footer-get-in-touch h4 {
        color: var(--Grayscale-White, #FFF);
        font-family: Lora;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 24px;
        padding-top: 46px;
        text-align: center;
    }
    .footer-addres {
        display: block;
        justify-content: space-between;
        gap: 72px;
        text-align: center;
        margin-bottom: 46px;
    }
    .footer-addres p {
        color: var(--Grayscale-White, #FFF);
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 142.25%;
        letter-spacing: 0.48px;
        margin-bottom: 16px;
        padding: 0px 74px;
    }
    .footer-logo .img-fluid {
        width: 239px;
        height: 67px;
    }
    .footer-menu{
        margin-top: 30px;
    }
    .footer-menu ul{
        margin-bottom:14px;
    }
    .copy-right {
        margin-top: 14px;
        text-align: center;
    }
    .copy-right p {
        color: var(--Grayscale-White, #FFF);
        font-family: Outfit;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 133.7%;
        text-transform: capitalize;
        margin-bottom: 0px;
        text-align: center;
        margin-top: 46px;
    }
    .modal_two_box {
        display: block !important;
        justify-content: center;
        align-items: flex-start;
        gap: 32px;
        width: 100%;
    }
    .service_step_modal1 {
        width: 100% !important;
    }
    .modal_img_desc {
        display: flex;
        width: 100% !important;
        padding: 24px 24px !important;
        flex-direction: column;
        justify-content: center;
        align-items:center !important;
        gap: 18px;
        flex: 1 0 0;
        border-radius: 0px !important;
        border: 0px;
        background: var(--Grayscale-White, #FFF);
        box-shadow: 0px 19px 31px 0px rgba(0, 0, 0, 0.04), 0px 11.187px 16.17px 0px rgba(0, 0, 0, 0.03), 0px 5.746px 7.589px 0px rgba(0, 0, 0, 0.02), 0px 2.31px 3.323px 0px rgba(0, 0, 0, 0.02), 0px 0.517px 1.438px 0px rgba(0, 0, 0, 0.01);
        text-align: center !important;
    }
    .modal_pop_head h4, .modal_pop_head p{
        text-align: center !important;
    }
    .right_second_box {
        display: flex;
        width: 100% !important;
        padding: 25px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        border-radius: 0px !important;
        border: var(--None, 1px) solid var(--tinted-white, #EAE9ED);
        background: var(--Grayscale-White, #FFF);
        box-shadow: 0px 19px 31px 0px rgba(0, 0, 0, 0.04), 0px 11.187px 16.17px 0px rgba(0, 0, 0, 0.03), 0px 5.746px 7.589px 0px rgba(0, 0, 0, 0.02), 0px 2.31px 3.323px 0px rgba(0, 0, 0, 0.02), 0px 0.517px 1.438px 0px rgba(0, 0, 0, 0.01);
    }
    .dual_ipnut_box {
        display: flex;
        height: 56px;
        justify-content: center;
        align-items: center;
        gap: 24px;
        flex-shrink: 0;
        align-self: stretch;
        flex-direction: column !important;
    }
    .right_second_box #order_content{
        width: 100%;
    }
    .dual_ipnut_box .form-select {
        border-radius: 4px;
        border: 1px solid #D0D0D0;
        background-color: #FFF;
        height: 56px;
        position: relative;
        width: 101%;
        max-width: 100%;
        margin-bottom: 16px;
    }
    .pandore {
        display: flex;
        font-family: "Outfit";
        font-size: 13px !important; 
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: 0.3px;
        text-transform: capitalize;
        margin-bottom: 0px;
        width: 100px !important;
    }
    .dual_ipnut_box .form-select {
        margin-bottom: 8px;
    }
    .plus-mius-box, .dual_ipnut_box {
        margin-bottom: 0px !important;
    }
    .right_second_box input {
        margin-bottom: 8px !important;
    }
    .right_second_box {
        padding: 24px !important;
    }
    .radioo_bx .modal_middle_titleee {
        margin-bottom: 16px !important;
        margin-top: 11px;
    }
    .sub_2_total_box {
        gap: 19px !important;
    }
    .lack_odd {
        color: var(--Burnt-Orange, #C75629);
        font-family: "Outfit";
        font-size: 14px !important;
    }
    .grand_gold {
        color: var(--Grayscale-800, #3C3C3C);
        font-family: "Outfit";
        font-size: 14px !important;
    }
}
@media only screen and (min-width: 1090px) and (max-width: 1180px){

}   