@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300&display=swap');

body {
    font-family: 'Tajawal', sans-serif;
    direction: rtl;
    text-align: right;
    background: #fff;
    overflow-x: hidden;
}

.btn-color-orange {
    background: #FEA107;
    border: 1px solid #fff;
}

a:hover {
    text-decoration: none !important;
}

.black-color {
    color: #000;
}

.red-color {
    color: red;
}

.sound-active {
    animation: pulse 1s infinite ease-in-out;
}



@keyframes pulse {
    0%, 100% {
        height: 20px;
    }
    50% {
        height: 80px;
    }
}

/*****************************navbar Start********************************/
.navbar {
    padding: 10px 100px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0px;
    left: 0;
    margin-bottom: 57px;
    z-index: 10;
}

.navbar .navbar-brand {
    /*width: 77.28px;
    height: 39.58px;*/
    width: 192px;
    height: 99px;

}

.navbar .navbar-brand img {
    width: 100%;
    height: 100%;
}

.navbar .navbar-nav {
    text-align: center;
    margin-left: 5%;
    margin-right: 4%;

}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #171D1C;
}

.navbar-expand-lg .navbar-nav .active .nav-link {
    color: #FEA107;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #FEA107;
}

.navbar-expand-lg .form-inline {
    font-weight: 600;
    color: #171D1C;
}

.navbar-expand-lg .form-inline span {
    display: inline-block;
    margin-left: 15px;
}

.navbar-expand-lg .form-inline span.phone-No {
    letter-spacing: 0.5px;
}

.navbar-expand-lg .form-inline .nav-icon {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #F1F1F1;
    border-radius: 50%;

}

.navbar-expand-lg .form-inline .nav-icon i {
    color: #FEA107;
    font-size: 15px;
    text-align: center;
}

.scrollNav {
    top: 0 !important;
    z-index: 999999;
    min-height: 58px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 6px 3px;
    animation-duration: 1s;
    background: rgb(255, 255, 255) !important;
    position: fixed;
}

/*****************************navbar End********************************/
/*****************************hero-section Start************************/
.hero-section {
    margin-top: 145px;
    padding-bottom: 85px;

}

.hero-section .hero-title {
    padding-top: 90px;
}

.hero-section .hero-title h1 {
    color: #FEA107;
    font-weight: 600;
    font-size: 52px;
}

.hero-section .hero-title p {
    color: #171D1C;
    font-size: 22px;
    font-weight: 500;
}

.hero-section .hero-title a {
    color: #fff;
    width: 212px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    background: #FEA107;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
}

/* The outer-div to move the elements */
.box-video {
    position: relative;
    width: 100%;
    margin: 0 auto 20px auto;
    cursor: pointer;
    overflow: hidden;
}

/* Set Cover aka Background-Image */
.box-video .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

/* Add light shade to make play button visible*/
.bg-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 3;
}

/* The Play-Button using CSS-Only */
.box-video .bt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: inline-block;
    width: 84px;
    height: 57px;
    background: #41454A;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 15px;
}

/* The Play-Triangle */
.box-video .bt-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 12px 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.box-video:hover .bt-play {
    transform: scale(1.1);
}

/* When Class added the Cover gets hidden... */
.box-video.open .bg-video {
    visibility: hidden;
    opacity: 0;

    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
}

/* and iframe shows up */
.box-video.open .video-container {
    opacity: 1;
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
}

/* Giving the div ratio of 16:9 with padding */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    z-index: 1;
    padding-bottom: 33.27198%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*****************************hero-section End**************************/
/*******************************booking-steps Start*********************/
.booking-steps,
.sounds-step,
.soundss,
.our-works,
.our-clients,
.Success-Partners {
    padding-top: 85px;
    padding-bottom: 85px;

}

.booking-steps .title,
.sounds-step .title,
.soundss .title,
.our-works .title,
.our-clients .title,
.Success-Partners .title {
    color: #171D1C;
    font-size: 24px;
    font-weight: 600;
}

.booking-steps p,
.sounds-step p,
.soundss p,
.our-works p,
.our-clients p,
.Success-Partners p {
    color: #2F4858;
    font-size: 22px;

}

section {
    padding: 2em;
    display: flex;
    justify-content: center;
}

/***************************************************/
.steps-img {
    width: 100%;
    height: auto;
    padding: 10px;
    display: block;
}

.steps-img img {
    width: 100%;
    height: 100%;
    display: block;

}

.steps-img:hover .step {
    display: none !important;
}

.steps-img:hover img.step-hover {
    width: 100%;
    height: 100%;
    display: block;
    display: block !important;
}


/**********************************************************/
.colour-box {
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid hsl(200, 100%, 45%);
}

.c1 {
    background: hsl(200, 100%, 45%);
}

.c2 {
    background: hsl(50, 100%, 50%);
}

.c3 {
    background: hsl(200, 100%, 65%);
}

.c4 {
    background: hsl(200, 100%, 75%);
}

.c5 {
    background: hsl(200, 100%, 85%);
}

.c6 {
    background: hsl(200, 100%, 95%);
}

/***/
.pie {
    --w: 220px;

    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    place-content: center;
    margin: 5px;
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
}

.pie:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    inset: 0;
    background: conic-gradient(var(--c) calc(var(--p) * 1%), #0000 0);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
    mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

/*******************************Sounds colors Start***********************/
.sounds-step .mySounds {
    margin-top: 25px;
}

.sounds-step .mySounds .item .icon-item {
    width: 150px !important;
    height: 150px !important;
    background: #F1FDFF;
    line-height: 190px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 28px;
}

.sounds-step .mySounds .item i {
    font-size: 70px;
    color: #bbb8b8;
}

.sounds-step .mySounds .item .icon-item:hover {
    background: #9840D5;
}

.sounds-step .mySounds .item .icon-item:hover i {
    color: #FEA107;
}

.sounds-step .mySounds .item i.fa-bullhorn {
    transform: rotate(-45deg);
}

.sounds-step .mySounds .item i.fa-phone {
    transform: rotate(90deg);
}

.sounds-step .mySounds .item h4 {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #2F4858;
    margin: 0 auto;
    margin-bottom: 28px;
    line-height: 28px;
    padding: 5px;
    border: 1px solid #2F4858;
    border-radius: 5px;
    padding: 5px 0px;
    width: 160px;
    font-size: 18px;
    height: 40px;
}

.sounds-step .mySounds .owl-dots {
    display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    color: #000000;
    font-size: 34px;
    font-weight: 600;
}

/*******************************Sounds colors End***********************/
/*******************************Sound Startr****************************/
.ppbutton {
    font-size: 50px;
    cursor: pointer;
}

.sonds .sound-details {
    background: #FCFBFB;
    box-shadow: rgb(0 3 6 / 16%) 0px 3px 6px 3px;
    padding: 25px 0;
    margin-top: 25px;
    width: 100%;
    /*height: unset;*/
    margin-bottom: 35px;
}

.recorder {
    width: 85%;
    height: 100px;
    position: relative;
    background-image: url(../img/sounds.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 80px;
}

.recorder .showSingle {
    background: #FEA107;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    position: absolute;
    top: 29%;
    right: 44%;
    border-radius: 50%;

}

.recorder .showSingle i {
    color: #fff;
}

.recorder .showSingle2 {
    background: rgb(47 72 88 / 70%);;
}

.recorder .showSingle2 i {
    color: #fff;
}

/*****************************************************/

/*****************************************************/
.recorder .ppbutton {
    font-size: 19px;
    cursor: pointer;
    position: absolute;
    display: block;
    bottom: -60%;
    color: #fff !important;
    background: #FEA107;
    height: 54px;
    text-align: center;
    line-height: 54px;
}


.sonds .sound-details .soundName,
.sonds .sound-details .soundStatics,
.sonds .sound-details .soundType,
.sonds .sound-details .reserve {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 10px;
}

.sonds .sound-details .soundName .name {
    font-size: 18px;
    font-weight: 600;
    color: #2F4858;
}

.sonds .sound-details .soundName .price {
    font-size: 16px;
    font-weight: 600;
    color: #FEA107;
    display: block;
    text-align: left;
}

.sonds .sound-details .soundStatics .code,
.sonds .sound-details .soundStatics .orders {
    font-size: 16px;
    font-weight: 600;
    color: #2F4858;
    display: inline-block;
    padding-left: 10px;
}

.sonds .sound-details .soundStatics .like-icon {
    display: inline-block;
    text-align: left !important;
}

.sonds .sound-details .soundStatics .like-icon a {
    color: #2F4858;
}

.sonds .sound-details:hover .soundStatics .like-icon a {
    color: #FEA107;
    display: inline-block;
    text-align: left !important;
}

.sonds .sound-details .soundStatics .likes {
    font-size: 14px;
    display: inline-block;
    text-align: left;

}

.sonds .sound-details .soundType .sType,
.sonds .sound-details .soundType .likes {
    font-size: 14px;
    color: #2F4858;

}

.sonds .sound-details .reserve a {
    display: block;
    text-align: center;
    margin-top: 17px;
    color: #171D1C;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    border: 1px solid #FEA107;
    padding: 10px 0;
    border-radius: 5px;
}

.sonds .sound-details:hover .reserve a,
.sonds .listen-more a:hover,
.our-works .listen-more a:hover {
    background: #FEA107;
    color: #fff;
}

.sonds .listen-more,
.our-works .listen-more {
    display: block;
    text-align: center;
    margin-top: 50px;
}

.sonds .listen-more a,
.our-works .listen-more a {
    color: #171D1C;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #FEA107;
    border-radius: 5px;
    padding: 10px 30px;
}

/*******************************Sound End*******************************/
/********************************Our Works Starts**********************/
.our-works .video-item {
    height: 270px;
    margin-bottom: 25px;
}

.our-works .video-item .box-video {
    height: 100%;
    width: 100%;
}

.our-works .video-item .bg-video {
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;

}

.our-works .box-video .bt-play {
    width: 84px;
    height: 57px;
}

/********************************Our works End*************************/
/*********************************our-clients Start********************/
.our-clients .ourClients .item {
    width: 150px;
    height: 150px;
    background: #fff;
    border: 1px solid #2F4858;
    border-radius: 50%;
    line-height: 133px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.our-clients .ourClients {
    position: relative;
}

.our-clients .ourClients .item img {
    display: block;
    margin: 0 auto;
    /*margin-top: 10px;*/
}

.our-clients .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: -30px;
    top: 25%;
    color: #ffc020;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: -30px;
    top: 25%;
    color: #ffc020;
}

/*********************************our-clients End**********************/
/********************************Success-Partners Start****************/
.Success-Partners .card {
    flex-direction: row;
    border: none;
    height: 190px;
}

.card img {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 50%;
    border: 1px solid #2F4858;
}

.Success-Partners .card .card-title h5 {
    font-size: 18px;
    font-weight: 600;
    color: #2F4858;
}

.Success-Partners .card .card-title span {
    color: #2F4858;
    font-size: 16px;
}

.Success-Partners .card .card-text {
    font-size: 14px;
    color: #2F4858;
    line-height: 25px;
}

/*******************************Success-Partners End*******************/
/**************************contact-form Start***************************/
.container-fluid.mycontiner {
    padding: 0 !important;
}

.contact-form {
    background-image: url(../img/contact-bg.png);
    width: 100%;
    height: 675px;
    position: relative;
    margin-bottom: 80px;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;
    margin-top: 50px;
    background-size: cover !important;
    background-position: center !important;
}

.contact-form .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
    z-index: -1;
    display: none;
}

.contact-form .formContact {
    width: 40%;
    margin: 0 auto;
    background: #ffffffc7;
    z-index: 100;
    padding: 25px 30px;
    box-shadow: rgb(0 3 6 / 16%) 0px 3px 6px 3px;
    border-radius: 5px;
}

.contact-form .formContact label {
    font-size: 18px;
    font-weight: 600;
    color: #2F4858;
}

.contact-form .formContact input {
    border: 1px solid #2F4858;
    height: 48px;
    padding: 5px 20px;
}

.contact-form .formContact textarea {
    height: 140px;
    width: 100%;
    border: 1px solid #2F4858;
    padding: 5px 20px;
    resize: none;
}

.contact-form .formContact button {
    display: inline-block;
    text-align: center;
    width: 30%;
    margin: 20px 35%;
    background: #FEA107;
    font-size: 18px;
    font-weight: 600;
    border: none
}

/**************************contact-form End*****************************/
/***************************Footer Start********************************/
.footer {
    background: #F8F8F8;
    padding: 25px
}

.footer .single-col .footer-logo {
    width: 192px;
    height: 99px;
    text-align: center;
    margin: 0px auto 10px;
}

.footer .single-col .footer-logo img {
    width: 100%;
}

.footer .single-col .contact-list {
    list-style: none;
    text-align: center;
    direction: ltr;
}

.footer .single-col .contact-list li {
    font-size: 18px;
    color: #171D1C;
    display: block;
    margin-bottom: 10px;
}

.footer .single-col .contact-list .social-link {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-left: 0 !important;
}

.footer .single-col .contact-list .social-link li {
    display: inline-block;
    width: 24.13px;
    height: 24.13px;
    border: 1px solid #000;
    border-radius: 50%;
    margin-left: 17px;
    line-height: 23px;
}

.footer .single-col .contact-list .social-link li i {
    font-size: 13px;
}

.footer .single-col .page-links {
    color: #171D1C;
    font-size: 20px;
    font-weight: 600;
}

.footer .single-col .contact-list .social-link li a {
    color: #171D1C;
}

.footer .single-col .pages {
    list-style: none;
    margin-top: 20px;
    padding-right: 0;
}

.footer .single-col .pages li {
    display: block;
    margin-bottom: 20px;
    color: #171D1C;
    font-size: 18px;
}

.footer .single-col .pages li a {
    display: block;
    margin-bottom: 20px;
    color: #171D1C;
    font-size: 18px;
}

.footer .single-col .pages li a:hover {
    color: #FEA107;
}

.footer .single-col .input-group input {
    height: 62px;
}

.footer .single-col .input-group {
    margin-top: 15px;
    height: 62px;
}

.footer .single-col .input-group .btn.btn-outline-secondary {
    border-radius: 0;
    background: #2F4858 !important;
    border: 1px solid #2F4858 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.footer .single-col .input-group .btn.btn-outline-secondary i {
    color: #fff;
}

.footer .foot-foot {
    text-align: center;
    font-size: 18px;
    color: #2F4858;
    margin-top: 60px;
}

/****************************Footer End*********************************/
/*----------------------------------------------------------------------------------
--------------------------CONTACT US PAGE START------------------------------------------*/
.page-main-title {
    color: #2F4858;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.page-main-title span a {
    color: #2F4858;
}

.page-main-title span a:hover {
    color: #FEA107;
}

.contact-us-page .sub-page-title {
    text-align: center;
    margin-bottom: 35px;
}

.contact-us-page .sub-page-title h2 {
    color: #FEA107;
    font-size: 32px;
    font-weight: 600;
}

.contact-us-page .main-contact-form {
    background: #752EB5;
    border-radius: 10px;
    padding: 20px 50px;
    box-shadow: rgb(0 0 0 / 3%) 0px 3px 6px 3px;
    margin-bottom: 100px;
    position: relative;
}

.contact-us-page .main-contact-form .white-bg {
    background: #fff;
    border-radius: 5px;
    padding: 45px 30px 70px 45px;
}

.contact-us-page .main-contact-form .white-bg h4 {
    color: #2F4858;
    font-size: 28px;
    font-weight: 600;
}

.contact-us-page .main-contact-form .white-bg span {
    color: #171D1C;
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-bottom: 30px;
}

.main-contact-form .Contact {
    font-size: 18px;
    font-weight: 600;
    color: #2F4858;
}

.main-contact-form .Contact input {
    border: 1px solid #2F4858;
    height: 48px;
    padding: 5px 20px;
}

.main-contact-form .Contact textarea {
    height: 140px;
    width: 100%;
    border: 1px solid #2F4858;
    padding: 5px 20px;
    resize: none;
}

.main-contact-form .Contact button {
    display: inline-block;
    text-align: center;
    width: 30%;
    background: #FEA107;
    font-size: 18px;
    font-weight: 600;
    border: none;
}

.contact-us-page .main-contact-form .orange-bg {
    background: rgb(254, 161, 7);
    background: linear-gradient(180deg, rgba(254, 161, 7, 1) 0%, rgba(251, 172, 40, 1) 100%);
    border-radius: 5px;
    padding: 45px 30px 70px 45px;
    position: absolute;
    width: 100%;
    right: 15%;
    color: #fff;
}

.contact-us-page .main-contact-form .orange-bg h4 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 100px;
}

.contact-us-page .main-contact-form .orange-bg .contact-info-list {
    list-style: none;
    margin-bottom: 173px;
}

.contact-us-page .main-contact-form .orange-bg .contact-info-list li {
    direction: rtl;
    display: block;
    margin-bottom: 40px;
}

.contact-us-page .main-contact-form .orange-bg .contact-info-list li span.phon-number {
    direction: ltr;

}

.contact-us-page .main-contact-form .orange-bg .contact-info-list li i {
    display: inline-block;
    font-size: 25px;
    margin-left: 20px;
}

.contact-us-page .main-contact-form .orange-bg .contact-info-list li span {
    font-size: 22px;
}

.contact-us-page .main-contact-form .orange-bg .social-link {
    list-style: none;
    text-align: center;
}

.contact-us-page .main-contact-form .orange-bg .social-link li {
    display: inline-block;
    width: 28.13px;
    height: 28.13px;
    text-align: center;
    line-height: 28.13px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 15px;
}

.contact-us-page .main-contact-form .orange-bg .social-link li a {
    color: #fff;
}

a i {
    padding-top: 5px;
}

/*----------------------------------------------------------------------------------
--------------------------CONTACT US PAGE END------------------------------------------*/
/*----------------------------------------------------------------------------------
--------------------------SOund PAGE Start------------------------------------------*/
.page-header {
    height: 217px;
    background: url(../img/sound-bg.png);
    background-repeat: no-repeat;
    background-position-y: center;
    position: relative;

}

.page-header .search-area {
    height: 196px;
    background: #FBFBFB;
    border-radius: 5px;
    padding: 40px 25px;
    position: absolute;
    right: 10%;
    top: 50%;
    width: 80%;

}

.page-header .search-area .select-area {
    text-align: center;
}

.page-header .search-area .btn-group {
    margin-left: 20px;
    border: 1px solid #2F4858;
    border-radius: 5px;

}

.page-header .search-area .search-btn {
    background: #FEA107 !important;
    border: 1px solid #FEA107;
    color: #fff;
    width: 70px;
    padding: 8px 0;
    cursor: pointer;
    border-radius: 4px;
}

.page-header .btn-group.ser-btn {
    border: 1px solid #FEA107;
}

.page-header .sound-type {
    margin-top: 20px;
    text-align: center;
}

.soundss#sound {
    padding-top: 185px;
    padding-bottom: 75px;
}

.sound-type table.minha-table {
    text-align: center;
    margin: 0 auto;
}

.sound-type table td {
    line-height: 4px;
    padding: 5px;
    display: inline-block;
    border: 1px solid #2F4858;
    border-radius: 5px;
    padding: 5px 0px;
    width: 166px;
    font-size: 18px;
    margin-left: 10px;
    height: 40px;

}

.sound-type table td label {
    width: 100%;
    display: inline-block;
}

.sound-type table td.selected {
    background: #FEA107;
    border: 1px solid #FEA107;
    color: #fff;
}

.sound-type table td input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    opacity: 0;
}


/*----------------------------------------------------------------------------------
--------------------------SOund PAGE  END------------------------------------------*/
/*----------------------------------------------------------------------------------
--------------------------Blog PAGE  Start------------------------------------------*/
.blog-page .sub-page-title {
    text-align: right;
    margin-top: 60px;
}

.blog-page .sub-page-title h2 {
    color: #FEA107;
    font-size: 32px;
    font-weight: 600;
}

.blog-page .sub-page-title p {
    font-size: 28px;
    color: #2F4858;
    font-weight: normal;
}

.main-blog .blog-bg {
    width: 100%;
    height: 540px;
    margin-bottom: 30px;
}

.main-blog .blog-bg img {
    width: 100%;
    height: 100%;
}

.blog-page .main-blog .blog-deatails {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    text-align: right;
    margin-bottom: 40px;
}

.blog-page .blog-share h6 {
    font-size: 16px;
    font-weight: 600;
    color: #171D1C;
}

.blog-page .blog-share .social-link {
    list-style: none;
}

.blog-page .blog-share .social-link li {
    display: inline-block;
    width: 28.13px;
    height: 28.13px;
    border: 1px solid #2F4858;
    border-radius: 50%;
    text-align: center;
    line-height: 28.13px;
}

.blog-page .blog-share .social-link li:first-child {
    border: none
}

.blog-page .blog-share .social-link li a {

    color: #2F4858;
}

.blog-page .blog-share .social-link li a:hover {
    color: #FEA107;
}

.blog-page .last-news {
    margin-top: 90px;
    margin-bottom: 90px;
}

.blog-page .last-news h5 {
    font-size: 25px;
}

.blog-page .last-news .single-col {
    height: 357px;
    margin-top: 67px;
}

#hoverist:hover {
    box-shadow: 0 7px 14px 0 rgb(0 0 0 / 12%);
    transform: scale(1.05);
}

.blog-page .last-news .single-col a :hover {
    color: #fba108;
}

/*.blog-page .last-news .single-col a .blog-img :hover{*/
/*    background-color :#fba108;*/
/*    width :120%;*/
/*}*/
.blog-page .last-news .single-col .blog-img {
    width: 100%;
    height: 282px;
    margin-bottom: 15px;
}

.blog-page .last-news .single-col .blog-img img {
    width: 100%;
    height: 100%;
}

.blog-page .last-news .single-col .name {
    color: #171D1C;
    font-size: 16px;
}

.blog-page .last-news .single-col .date,
.blog-page .last-news .single-col .read-no {
    display: block;
    color: #171D1C;
    font-size: 16px;
    text-align: left;
}

/*----------------------------------------------------------------------------------
--------------------------blog PAGE  END------------------------------------------*/


/*----------------------------------------------------------------------------------
--------------------------Blogs PAGE  Start------------------------------------------*/
.last-news .join-us {
    text-align: left;
}

.last-news .join-us .person {
    font-size: 20px;
    font-weight: 600;
    color: #171D1C;
    display: block;
    padding-left: 15px;
}

.last-news .join-us .person-link {
    background: #FEA107;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    width: 22%;
    text-align: center;
    margin-left: 16px;
    margin-top: 15px;
}

/*----------------------------------------------------------------------------------
--------------------------Blogs PAGE  End------------------------------------------*/
/*----------------------------------------------------------------------------------
--------------------------congratulation PAGE  Start-------------------------------*/
.congratulation {
    padding-top: 100px;
}

.congratulation .congratulation-box .col-md-8,
.congratulation .congratulation-box .col-lg-7 {
    margin: 90px auto !important;
}

.congratulation .congratulation-box .final-box {
    background: #EBECED;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.congratulation .congratulation-box .final-box h5 {
    font-weight: 600;
    color: #171D1C;
    font-size: 30px;
    padding-bottom: 10px;
}

.congratulation .congratulation-box .final-box p {
    width: 70%;
    margin: 10px auto;
    font-size: 24px;
    padding-bottom: 20px;
}

.congratulation .congratulation-box .final-box a.book {
    background: #FEA107;
    color: #fff;
    text-align: center;
    padding: 10px 60px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 30px;
}

.congratulation .congratulation-box .final-box {
    font-size: 24px;
    color: #171D1C;
}

.congratulation .congratulation-box .final-box ul {
    list-style: none;
}

.congratulation .congratulation-box .final-box ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #FEA107;
    border-radius: 50%;
    margin-left: 17px;
    line-height: 26px;
}

.congratulation .congratulation-box .final-box ul li a {
    font-size: 15px;
    color: #FEA107;
}

/*----------------------------------------------------------------------------------
--------------------------congratulation PAGE  End-------------------------------*/
/*----------------------------------------------------------------------------------
--------------------------Booking-module PAGE  Start-------------------------------*/

.Booking-module .sub-page-title h2 {
    color: #FEA107;
    font-size: 32px;
    font-weight: bold;
    margin-top: 45px;
}

.booking-form {
    margin-bottom: 30px;
}

.booking-form .sound-details {
    background: #F9F2EE;
    padding: 25px 0px 0;
    border-radius: 20px;
}

.booking-form .sound-details .recorder {
    background-image: url(../img/sounds.png);
}

.booking-form .sound-details .recorder .ppbutton {
    background: rgb(47 72 88 / 70%)
}

.booking-form .sound-details .recorder .fa-play:before {
    color: #FEA107;
    top: 19%;
    right: 35%;
}

.booking-form .sound-details .soundName {
    padding-bottom: 20px;
    border-bottom: 1px solid #2F4858;
    padding: 0 30px;
    padding-bottom: 15px;
}

.booking-form .sound-details .soundName .name {
    font-size: 18px;
    font-weight: 600;
    color: #2F4858;
}

.booking-form .sound-details .soundName .price {
    font-size: 16px;
    font-weight: 600;
    color: #FEA107;
}

.booking-form .sound-details .soundStatics {
    padding-bottom: 20px;
    border-bottom: 1px solid #2F4858;
    padding: 0 30px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.booking-form .sound-details .soundStatics .row {
    padding-bottom: 10px;
}

.booking-form .sound-details .soundStatics .sType {
    font-size: 18px;
    color: #171D1C;
}

.booking-form .sound-details .soundStatics .likes {
    font-weight: 600;
}

.booking-form .sound-details .price {
    font-weight: 600;
}

.booking-form .sound-details .price.total-price {
    padding: 10px 30px 15px;
}

.booking-form .sound-details .reserve {
    width: 100%;
    background: #FEA107;
    text-align: center;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.booking-form .sound-details .reserve .btn {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background: none !important;
}

.booking-form .booking-form-modle {
    background: #F9F2EE;
    padding: 25px;
    border-radius: 20px;
}

.booking-form .booking-form-modle h6 {
    font-size: 22px;
    font-weight: 600;
}

.booking-form .booking-form-modle label {
    color: #171D1C;
    font-size: 18px;
    font-weight: 600;
}

.booking-form .booking-form-modle textarea {
    width: 100%;
    resize: none;
    height: 134px;
}

.booking-form .booking-form-modle textarea:last-child {
    height: 74px;
}

/*----------------------------------------------------------------------------------
--------------------------Booking-module PAGE  End-------------------------------*/


.inner .inner-content .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 auto 4px;

}

.inner .inner-content .icon img {
    width: 100%;
    height: 100%;
}

.inner .inner-content span.text {
    font-size: 17px;
}


/*****************************************
     <!-----------------------------------------------PUP UP MESSAGE--------------------------------->

*****************************************/
.onloadMessage .modal-body {
    text-align: right !important;
    padding: 40px;
}

.onloadMessage .modal-body h1 {
    color: #FEA107;
    font-weight: 600;
    font-size: 52px;
}

.onloadMessage .modal-body p {
    color: #171D1C;
    font-size: 24px;
    font-weight: 600;
}

.payment-border {
    border-bottom: 1px solid #ddd
}

.payment-border-top {
    border-top: 1px solid #ddd
}

.onloadMessage .modal-body label {
    color: #171D1C;
    font-size: 15px;
    font-weight: 600;
}

.onloadMessage .modal-body .btn {
    display: block;
    margin: 45px auto 0;
    background: #FEA107 !important;
    color: #fff !important;
    border: none !important;

}

.onloadMessage .modal-body .btn:hover {
    background: #FEA107 !important;
    font-size: 18px;
    padding: 8px 24px;
}


.formContact .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.formContact .error-message br + br {
    margin-top: 25px;
}

.formContact .sent-message {
    margin-top: 10px;
    display: none;
    color: #fff;
    background: #5b78ab;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.formContact .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.formContact .showloading .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #5b78ab;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.formContact .show {
    display: block;
}

.mb-30 {
    margin-bottom: 30px;
}

.load_a {
    display: none;
    margin-left: 50%;
    margin-right: 47%;
}

.booking_step_11 {
    visibility: visible;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.booking_step_20 {
    visibility: visible;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.booking_step_30 {
    visibility: visible;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;

}

.video-containe iframe {
    border: unset;
}

.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    right: 15px;
}

.my-float {
    margin-top: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 14px;
}


/***********************************mobile*******************************/
@media (min-width: 300px) and (max-width: 766.5px) {

    /***********Navbar*********/
    .navbar {
        padding: 5px 20px;
    }

    .navbar .navbar-nav {
        text-align: right;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        padding-right: 15px;
        z-index: 100000;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }

    .navbar-expand-lg .form-inline {
        /* display: none;*/
        padding-right: 15px;
    }

    .navbar-collapse {
        background: #fff !important;
        box-shadow: rgb(0 0 0 / 3%) 0px 3px 6px 3px;
        z-index: 10000 !important;
        /* margin-bottom: 37px; */
        position: absolute;
        width: 100%;
        top: 57px;
        right: 0;
    }

    .navbar-expand-lg .form-inline .nav-icon {
        display: none;
    }

    /****************Hero Section**********************/
    .box-video {
        margin: 27px auto 20px auto;
    }

    .hero-section {
        margin-top: 60px;
        z-index: 0;
    }

    .hero-section .hero-title h1 {
        font-size: 45px;
    }

    .hero-section .hero-title p {
        font-size: 20px;
    }

    .hero-section .hero-title a {
        padding: 12px;
        font-size: 15px;
    }

    .booking-steps, .sounds-step, .soundss, .our-works, .our-clients, .Success-Partners {
        padding-top: 60px;
    }

    .booking-steps .title, .sounds-step .title, .soundss .title, .our-works .title, .our-clients .title, .Success-Partners .title {
        font-size: 22px;
        margin-top: 8rem;
    }

    .booking-form .booking-form-modle label {
        font-size:17px;
    }

    .booking-steps p, .sounds-step p, .soundss p, .our-works p, .our-clients p, .Success-Partners p {
        font-size: 17px;
    }

    .inner .inner-content span.text {
        width: 100%;
    }

    section {
        padding: 1em !important;
    }

    .contact-form .formContact {
        width: 90%;
    }

    .footer .single-col .contact-list .social-link {
        text-align: center;
        width: 100%;
        /* margin: 0 auto; */
        padding-left: 0 !important;
        /* direction: ltr; */
        margin-left: 27px;
    }

    .footer .single-col .contact-list {
        text-align: right;
    }

    .footer .single-col .pages {
        padding-right: 0;
    }

    .our-clients .ourClients .item {
        /*  margin-left: 0 !important;*/
    }

    .owl-theme .owl-nav {
        display: none;
    }

    /*----------------------------------------------------------------------------------
    --------------------------CONTACT US PAGE START------------------------------------------*/
    .contact-us-page .main-contact-form .orange-bg {
        position: relative;
        right: 0;
        margin-top: 30px;
        padding: 30px 15px 68px 15px;
    }

    .main-contact-form .Contact button {
        width: 40%;
    }

    .contact-us-page .main-contact-form .white-bg {
        padding: 30px 15px 68px 15px;
    }

    .contact-us-page .main-contact-form {
        padding: 20px 10px;
    }

    .contact-us-page .main-contact-form .orange-bg .contact-info-list li i {
        margin-left: 10px;
    }

    .contact-us-page .main-contact-form .orange-bg .contact-info-list li span {
        font-size: 18px;
    }

    .contact-us-page .main-contact-form .orange-bg .contact-info-list {
        margin-bottom: 60px;
    }

    /*----------------------------------------------------------------------------------
    --------------------------CONTACT US PAGE END------------------------------------------*/
    /*----------------------------------------------------------------------------------
    --------------------------SOUND PAGE START------------------------------------------*/
    .page-header .search-area .select-area {
        margin-bottom: 10px;
    }

    .page-header .search-area .btn-group {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .page-header .search-area .btn-group .form-control {
        padding: 4px;

    }

    .page-header .search-area .search-btn {
        width: 100px;

    }

    .page-header .search-area {
        height: 620px;
    }

    .soundss#sound {
        padding-top: 535px;
    }

    .sound-type table td {
        line-height: 4px;
        padding: 5px;
        display: inline-block;
        border: 1px solid #2F4858;
        border-radius: 5px;
        padding: 5px 0px;
        width: 100px;
        font-size: 18px;
        margin-left: 7px;
        /* width: 100%; */
        height: 40px;
        margin-bottom: 10px;
    }

    /*----------------------------------------------------------------------------------
    --------------------------Bloge PAGE START------------------------------------------*/
    .blog-page .last-news .single-col .name,
    .blog-page .main-blog .blog-deatails {
        font-size: 16px;
    }

    .main-blog .blog-bg {
        height: 290px;
    }

    .blog-page .hero-section {
        margin-top: 60px;
    }

    .last-news .join-us {
        text-align: left;
    }

    .last-news .join-us .person-link {
        width: 30%;
    }

    /*----------------------------------------------------------------------------------
    --------------------------Booking-module PAGE START------------------------------------------*/
    .booking-form .sound-details {
        margin-top: 30px;
    }

    .Success-Partners .card {
        margin-bottom: 2px;
        height: auto;
    }

    .footer .single-col .footer-logo {
        text-align: right;
        margin: 0 0 20px 0;
    }

    .sonds .sound-details,
    .our-works .video-item {
        margin-bottom: 10px;
    }

    .our-works .video-item {
        height: 203px;
    }

    .sonds .sound-details {
        height: auto;
    }

    .blog-page .sub-page-title h2 {
        font-size: 25px;
    }

    .blog-page .sub-page-title p {
        font-size: 20px;
    }

    .navbar .navbar-brand {
        width: 54px;
        height: 38px;
    }

    .blog-page .blog-share .social-link {
        padding-right: 0;
    }

    .blog-page .last-news {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .last-news .join-us .person {
        margin-top: -34px;
    }

    .congratulation .congratulation-box .col-md-8, .congratulation .congratulation-box .col-lg-7 {
        margin: 0px auto !important;
        margin-bottom: 30px !important;
    }

    .congratulation .congratulation-box .final-box p {
        width: 90%;
        font-size: 18px;
    }

    .congratulation .congratulation-box .final-box a.book {
        padding: 10px 30px;
        font-size: 14px;
    }

    .congratulation .congratulation-box .final-box ul {
        padding-right: 0;
    }

    .congratulation .congratulation-box .final-box ul li {
        width: 25px;
        height: 25px;
        line-height: 21px;
        margin-left: 10px;
    }

    .congratulation .congratulation-box .final-box ul li a {
        font-size: 13px;

    }

    .contact-us-page .main-contact-form .orange-bg h4 {
        margin-bottom: 50px;
    }

    .contact-us-page .main-contact-form .white-bg h4 {
        font-size: 24px;
    }

    .sonds .listen-more, .our-works .listen-more,
    .Clients .owl-theme .owl-dots {
        margin-top: 30px;
    }

    .contact-form {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .blog-page .last-news .single-col {
        margin-top: 15px;
    }

}


/**********************************************ibad********************************/
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar {
        padding: 5px 20px;
    }

    .navbar .navbar-nav {
        text-align: right;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        padding-right: 15px;
        z-index: 100000;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }

    .navbar-expand-lg .form-inline {
        /* display: none;*/
        padding-right: 15px;
    }

    .navbar-collapse {
        background: #fff !important;
        box-shadow: rgb(0 0 0 / 3%) 0px 3px 6px 3px;
        z-index: 10000 !important;
        /* margin-bottom: 37px; */
        position: absolute;
        width: 100%;
        top: 57px;
        right: 0;
    }

    .navbar-expand-lg .form-inline .nav-icon {
        display: none;
    }

    /************************Hero Section***********************/
    .hero-section .hero-title {
        padding-top: 0;
    }

    .hero-section .hero-title h1 {
        font-size: 40px;
    }

    .hero-section .hero-title p {
        font-size: 18px;
    }

    /*********************************************************/
    .recorder {
        width: 89%;
        background-repeat: repeat-x;
    }

    .sonds .sound-details {
        height: 400px;
        margin-bottom: 10px;
    }

    .sonds .sound-details .soundName .price {
        font-size: 14px;
    }

    .sonds .sound-details .soundType .likes {
        font-size: 12px;
    }

    .recorder .ppbutton {
        width: 100%;
    }

    .congratulation .congratulation-box .col-md-8, .congratulation .congratulation-box .col-lg-7 {
        margin: 0px auto !important;
        margin-bottom: 0px !important;

    }

    /******************************************/
    .our-clients .owl-nav.disabled {
        display: none;
    }

    .container-fluid.mycontiner {
        margin-top: 92px;
    }

    .contact-form .formContact {
        width: 75%;
    }

    .Success-Partners .card .card-text {
        font-size: 12px;
    }

    .footer .single-col .contact-list li {
        font-size: 12px;
    }

    .footer .single-col .pages li {
        font-size: 14px;
    }

    .footer .single-col .contact-list .social-link li {
        margin-left: 2px;
    }


    /*----------------------------------------------------------------------------------
--------------------------CONTACT US PAGE START------------------------------------------*/
    .contact-us-page .main-contact-form .orange-bg {
        position: relative;
        right: 0;
        margin-top: 30px;
        padding: 30px 15px 68px 15px;
    }

    .main-contact-form .Contact button {
        width: 40%;
    }

    .contact-us-page .main-contact-form .white-bg {
        padding: 30px 15px 68px 15px;
    }

    .contact-us-page .main-contact-form {
        padding: 20px 10px;
    }

    .contact-us-page .main-contact-form .orange-bg .contact-info-list li i {
        margin-left: 10px;
    }

    .contact-us-page .main-contact-form .orange-bg .contact-info-list li span {
        font-size: 20px;
    }

    .contact-us-page .main-contact-form .orange-bg .contact-info-list {
        margin-bottom: 90px;
    }

    /*----------------------------------------------------------------------------------
    --------------------------CONTACT US PAGE END------------------------------------------*/
    /*----------------------------------------------------------------------------------
    --------------------------SOUND PAGE START------------------------------------------*/
    .sooo.container-fluid.mycontiner {
        margin-top: 37px;
    }

    .sound-type table td {
        margin-bottom: 15px;
    }

    /*----------------------------------------------------------------------------------
    --------------------------Booking-module PAGE START------------------------------------------*/
    .booking-form .sound-details {
        margin-top: 15px;
    }

    .footer .single-col .footer-logo {
        text-align: right;
        margin: 0 0 20px 0;
    }

    .page-header .search-area {
        height: 230px;
    }

    .congratulation .congratulation-box .final-box p {
        width: 80%;
    }

    .recorder .ppbutton {
        bottom: -59%;
        right: 0%;
        text-align: right;
    }

    .booking-form .sound-details .soundName .col-4,
    .booking-form .sound-details .soundStatics .col-4,
    .booking-form .sound-details .price.total-price .col-4 {
        text-align: left;
    }

    section {
        padding: 0.8em;
    }

    .pie-chart {
        width: 175px;
        height: 175px;
    }

    .inner {
        width: 150px;
        height: 150px;
    }

    .inner .inner-content p.num {
        margin-bottom: 0px;
    }

    .inner .inner-content .icon {
        width: 50px;
        height: 50px;
    }

    .inner .inner-content span.text {
        font-size: 13px;
    }

    .hero-section {
        margin-top: 77px;
    }

    .blog-page .last-news {
        margin-top: 66px;
    }

    .last-news .join-us .person-link {
        width: 31%;
    }

    .blog-page .last-news .single-col .name {
        font-size: 25px;
    }

}

/*--------------------------------ibadpro--------------------------------------------*/
@media (min-width: 1024px) and (max-width: 1300px) {

    /***************Nav********************************/
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 20px;
        font-size: 14px;
    }

    .page-header .search-area {
        height: 210px;
    }

    .navbar .navbar-nav {
        margin-left: 8%;
        margin-right: 7%;
    }

    /*****************Nav******************************/
    .sooo.container-fluid.mycontiner {
        margin-top: 37px;
    }

    .sound-type table td {
        margin-bottom: 10px;
    }

    .sonds .sound-details {
        height: 406px;
    }

    .soundss#sound {
        padding-bottom: 33px;
    }

    .sonds .sound-details .soundName .name {
        font-size: 16px;
    }

    .sonds .sound-details .soundName .price {
        font-size: 12px;
    }

    .sonds .sound-details .soundType .likes {
        font-size: 9px;
        color: #2F4858;
    }

    .recorder .showSingle {
        background: #FEA107;
        color: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        position: absolute;
        top: 29%;
        right: 44%;
        border-radius: 50%;
    }

    .recorder .showSingle i {
        display: inline-block;
        text-align: center;
        line-height: 40px;
    }


}

/**************************************MAx screen***************************************/
/************************LARG SECREEN***************************************************/
@media (min-width: 1400px) {
    .container {
        width: 1370px !important;
        min-width: 1370px !important;
    }
}

@media (min-width: 1600px) {

    .booking-steps, .sounds-step, .soundss, .our-works, .our-clients, .Success-Partners {
        padding-top: 85px !important;;
        padding-bottom: 85px !important;;
    }

    .sounds-step .mySounds .item h4 {
        width: 180px !important;

    }

    .container {
        width: 1570px !important;
        min-width: 1570px !important;
    }

    .navbar .navbar-nav {
        margin-left: 14%;
        margin-right: 13%;
    }

    .pie-chart {
        width: 340px;
        height: 340px;
    }

    .inner {
        width: 300px;
        height: 300px;
    }

    .inner .inner-content p.num {
        font-size: 30px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .inner .inner-content .icon {
        width: 80px;
        height: 75px;
        margin-bottom: 35px;
    }

    .inner .inner-content .icon img {
        width: 100%;
        height: auto;
    }

    .inner .inner-content span.text {
        font-size: 22px;
        width: 92%;
    }

    .sounds-step .mySounds .item .icon-item {
        width: 270px !important;
        height: 270px !important;
        margin: 0 auto;
        line-height: 300px;
        text-align: center;
    }

    .sounds-step .mySounds .item i {
        font-size: 90px;
    }

    .sounds-step .mySounds .item h4 {
        font-size: 26px;
        text-align: center;
    }

    .recorder .showSingle {
        width: 55px;
        height: 55px;
        line-height: 62px;
    }

    .recorder .showSingle i {
        font-size: 22px;
    }

    .recorder {
        width: 82%;
        background-repeat: repeat-x;
    }

    .recorder .ppbutton {
        width: 100%;
    }

    .hero-section {
        margin-top: 165px;
    }

    .page-main-title {
        font-size: 22px;
    }

    .blog-page .sub-page-title p {
        font-weight: 600;
    }

    .blog-page .main-blog .blog-deatails {
        font-size: 20px;
        line-height: 40px;
    }

    .blog-page .blog-share h6 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .blog-page .blog-share .social-link li {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .blog-page .last-news h5 {
        font-size: 30px;
        font-weight: 600;
    }

    .blog-page .last-news .single-col .name {
        font-size: 25px;
    }

    .blog-page .last-news .single-col .date, .blog-page .last-news .single-col .read-no {
        font-size: 18px;
    }

    .contact-us-page .main-contact-form .orange-bg {
        right: 7%;
    }

    .contact-us-page .main-contact-form .white-bg h4 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .contact-us-page .main-contact-form .white-bg span {
        font-size: 20px;
        font-weight: 600;
    }

    .main-contact-form .Contact button {
        width: 25%;
        font-size: 25px;
    }

    .contact-us-page .main-contact-form .orange-bg .social-link li {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
    }

    .contact-us-page .main-contact-form .orange-bg .contact-info-list li span {
        font-size: 25px;
    }

    .contact-us-page .main-contact-form .orange-bg .contact-info-list li i {
        font-size: 30px;
    }

    .contact-us-page .main-contact-form .orange-bg h4 {
        font-size: 35px;
    }
}

@media (min-width: 1600px) and (max-width: 1900px) {
    .sound-type table td {
        margin-bottom: 10px;
    }
}

/*****************************************1900px******************************/
@media (min-width: 1900px) {
    .sound-type table td {
        margin-bottom: 10px;
    }

    .container {
        width: 1870px;
        min-width: 1700px !important;
        padding: 0 50px;
    }

    .navbar .navbar-nav {
        /*margin-left: 32%;*/
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 24px;
    }

    .navbar .navbar-brand {
        width: 140px;
        height: 80px;
    }

    .navbar-expand-lg .form-inline span.phone-No {
        font-size: 18px;
    }

    .hero-section {
        margin-top: 165px;
    }

    .hero-section .hero-title h1 {
        font-size: 65px;
    }

    .hero-section .hero-title p {
        font-size: 27px;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .hero-section .hero-title a {
        padding: 19px;
        font-size: 20px;
        font-weight: 600;
    }

    .pie-chart {
        width: 340px;
        height: 340px;
    }

    .inner {
        width: 300px;
        height: 300px;
    }

    .inner .inner-content p.num {
        font-size: 30px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .inner .inner-content .icon {
        width: 80px;
        height: 75px;
        margin-bottom: 35px;
    }

    .inner .inner-content .icon img {
        width: 100%;
        height: auto;
    }

    .inner .inner-content span.text {
        font-size: 22px;
        width: 92%;
    }

    .booking-steps .title, .sounds-step .title,
    .soundss .title, .our-works .title,
    .our-clients .title,
    .Success-Partners .title {
        font-size: 35px;
        margin-bottom: 15px;

    }

    .booking-steps p, .sounds-step p,
    .soundss p, .our-works p, .our-clients p,
    .Success-Partners p {
        font-size: 25px;
        font-weight: 600;
    }

    .sounds-step .mySounds .item .icon-item {
        width: 270px !important;
        height: 270px !important;
        margin: 0 auto;
        line-height: 300px;
        text-align: center;
        margin-bottom: 30px;

    }

    .sounds-step .mySounds .item i {
        font-size: 90px;
    }

    .sounds-step .mySounds .item h4 {
        font-size: 26px;
        text-align: center;
    }

    .recorder .showSingle {
        width: 55px;
        height: 55px;
        line-height: 62px;
    }

    .recorder .showSingle i {
        font-size: 22px;
    }

    .recorder {
        width: 82%;
        background-repeat: repeat-x;
    }

    .recorder .ppbutton {
        width: 100%;
    }

    .sonds .sound-details .soundName .name {
        font-size: 20px;
    }

    .sonds .sound-details .soundName .price,
    .sonds .sound-details .soundStatics .likes {
        font-size: 20px;
    }

    .sonds .sound-details .soundStatics .code, .sonds .sound-details .soundStatics .orders {
        font-size: 20px;
    }

    .sonds .sound-details .soundType .sType, .sonds .sound-details .soundType .likes {
        font-size: 20px;
    }

    .sonds .sound-details {
        height: 460px;
    }

    .sonds .sound-details .reserve a {
        margin-top: 30px;
        font-size: 25px;
        border-radius: 10px;

    }

    .sonds .listen-more a, .our-works .listen-more a {
        font-size: 24px;
    }

    .our-clients .ourClients .item {
        width: 163px;
        height: 163px;
        line-height: 163px;
        margin: 0 auto;
    }

    .card img {
        width: 90px;
        height: 90px;
    }

    .Success-Partners .card .card-title h5 {
        font-size: 30px;
    }

    .Success-Partners .card .card-text {
        font-size: 18px;
        line-height: 29px;
    }

    .Success-Partners .card {
        margin-bottom: 25px;
    }

    .footer .foot-foot {
        font-size: 22px;
    }

    .footer .single-col .page-links {
        margin-bottom: 20px;
    }

    .footer .single-col .input-group {
        margin-top: 40px;
    }

    .footer .single-col .contact-list li {
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .footer .single-col .footer-logo {
        width: 170px;
        height: 80px;
        margin: 0px auto 25px;
    }

    .footer .single-col .footer-logo img {
        width: 100%;
        height: 100%;
    }

    .footer .single-col .pages li {
        font-weight: 600;
    }

    .footer .single-col .contact-list .social-link li {
        width: 34.13px;
        height: 34.13px;
        line-height: 30px;
    }

    .contact-form .formContact button {
        font-size: 24px;
    }

    .contact-form .formContact label {
        font-size: 20px;
        margin-bottom: 20px;
    }

    /*********************************SUB PAGES**************************/
    .page-main-title {
        font-size: 22px;
    }

    .blog-page .sub-page-title p {
        font-weight: 600;
    }

    .blog-page .main-blog .blog-deatails {
        font-size: 20px;
        line-height: 40px;
    }

    .blog-page .blog-share h6 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .blog-page .blog-share .social-link li {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .blog-page .last-news h5 {
        font-size: 30px;
        font-weight: 600;
    }

    .blog-page .last-news .single-col .name {
        font-size: 25px;
    }

    .blog-page .last-news .single-col .date, .blog-page .last-news .single-col .read-no {
        font-size: 18px;
    }

    .congratulation .congratulation-box .final-box {
        margin-top: 100px;
    }

    .congratulation .congratulation-box .final-box h5 {
        font-size: 35px;
    }

    .congratulation .congratulation-box .final-box p {
        width: 85%;
        margin: 23px auto;
        font-size: 28px;
        font-weight: 600;
    }

    .congratulation .congratulation-box .final-box a.book {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .congratulation .congratulation-box .final-box ul li {
        width: 35px;
        height: 35px;
        line-height: 31px;
    }

    .contact-us-page .main-contact-form .orange-bg {
        right: 10%;
    }

    .contact-us-page .main-contact-form .white-bg h4 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .contact-us-page .main-contact-form .white-bg span {
        font-size: 20px;
        font-weight: 600;
    }

    .main-contact-form .Contact button {
        width: 25%;
        font-size: 25px;
    }

    .contact-us-page .main-contact-form .orange-bg .social-link li {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
    }

    .contact-us-page .main-contact-form .orange-bg .contact-info-list li span {
        font-size: 25px;
    }

    .contact-us-page .main-contact-form .orange-bg .contact-info-list li i {
        font-size: 30px;
    }

    .contact-us-page .main-contact-form .orange-bg h4 {
        font-size: 35px;
    }

    /**************************/
    .page-header {
        width: 100%;
    }

    .contact-form {
        padding-top: 25px;
    }

    .footer .single-col .contact-list .social-link li {
        margin-left: 15px;
    }

    .our-clients .ourClients .item {
        padding: 3px;
    }

    .our-clients .ourClients .item img {
        width: 100%;
        margin-top: 5px;
    }
}

.modal {
    overflow-y: scroll;
}

.guide-details {
    white-space: pre-line;
}

.td-checked {
    background: #FEA107;
    color: #fff;
    border-color: #FEA107 !important;
}

.sound-type table td:hover {
    background: #FEA107;
    color: #fff;
    border-color: transparent;
}

.sound-type table td {
    cursor: pointer;
}

.sound-type table td label {
    cursor: pointer;
    height: 100%;
}

.book:hover .book-title {
    color: #FEA107;
}

.book:hover {
    transform: translateY(-2%);
    box-shadow: 0 5px 10px #00000024;
    text-decoration: none;
}

.book {
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    color: #000;
    transition: all .3s ease-in-out;
}

.book-info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    flex-grow: 1;
    position: relative;
    padding: 10px;
}

.book img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.errors_strip {
    display: none;
}

.book-title {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-wrap: break-word;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
}

.font26 {
    font-size: 26px;
}

#divButtons {
    display: inline-block;
    margin-top: 1px;
    margin-bottom: 0;
    padding: 0;
}

#divButtons li {
    float: right;
    list-style: none;
    display: block;
    margin-left: 3px;
}

#divButtons li a.facebook {
    background-color: #2d609b;
}

#divButtons li a {
    display: block;
    font-size: 13px;
    color: white;
    padding: 0px 17px;
    font-weight: 700;
}

#divButtons li a.twitter {
    background-color: #16C7F4;
}

#divButtons li a.google {
    background-color: #009688;
}

.comment {
    width: 100%;
    border-bottom: 1px solid #ced4da;
    background-color: #fff;

    /*float: left;*/
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 10px;

}

.comment h4, .comment span, .darker h4, .darker span {
    display: inline;
}

.comment p, .comment span, .darker p, .darker span {
    color: #212529;
}

.book:hover .book-title {
    color: #FEA107;
}

.book:hover {
    transform: translateY(-2%);
    box-shadow: 0 5px 10px #00000024;
    text-decoration: none;
}

.book {
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    color: #000;
    transition: all .3s ease-in-out;
}

.book-info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    flex-grow: 1;
    position: relative;
    padding: 10px;
}

.book img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.book-title {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-wrap: break-word;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
}

.card-number {
    direction: ltr;
}

body .page-item.active .page-link {
    background-color: #e5a736;
    border-color: #e5a736;
}

body .page-link {

    color: #e5a736;
}

@media (max-width: 767px) {
    body .navbar-expand-lg .form-inline .nav-icon {
        display: block !important;
    }

    .navbar-expand-lg .form-inline {
        justify-content: center;
    }
}

.paginaition_class nav {
    display: inline-block;
}

body .has-children .dropdown {
    z-index: 1 !important;
}

img.lazy {
    width: 100%;
    /*height: 134px;*/
    display: block;
    margin: 10px auto;
    border: 0;
}

.modal {
    z-index: 999999;
}

.back-section {
    background: #F8F8F8;
}

.container-fluid {
    /* width: 100%; */
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.navbar .navbar-nav {
    text-align: center;
    margin-left: 3%;
    margin-right: 3%;
    padding-right: 0px;
}

.m_mobile {
    display: block;
}

.collapse:not(.show) .m_mobile {
    display: none;
}

.last-news .join-us .person-link {
    margin-top: 5px;
}


ul.drop-menu li:first-child {
    border-radius: 2px 2px 0 0;
}

/*ul.drop-menu li {*/
/*    display: none;*/
/*}*/
ul.drop-menu li {
    background: #318bba;
}

ul.drop-menu {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    padding: 0;
}

#navbarSupportedContent .has-children {
    position: relative;
}

.has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #FEA107;
    -webkit-box-shadow: 0 2px 10px -2px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 10%);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    text-align: right;
}

.has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 201px;
}

.has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000 !important;
}


.has-children .dropdown > li > a {
    padding: 9px 20px !important;
    display: block;
}


.has-children:hover > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

span.has-children:hover > .dropdown {

    margin-top: 10px;

}

.has-children .dropdown > li > a:hover {
    background: #f8f9fa;
    color: #ced4da;
}

nav .searchbar form {
    display: inline-flex;
}

nav .searchbar {
    position: relative;
    display: inline-flex;
}

.icon.active {
    margin-right: 5px;
}

/* Styling the search box where the
    input would be given */
nav .searchbar input[type="text"] {
    border: 0;
    padding: 0;
    width: 250px;
    height: 35px;
    border-radius: 3px;
    transition: all 0.3s ease;
    display: none;
    border: 1px solid #f1f1f1;
    border-radius: 25px;
}

/* Styling the search bar icon */
nav .searchbar .icon {
    position: relative;
    background: #f1f1f1 !important;
    width: 35px;
    height: 35px;
    line-height: 28px;
    border-radius: 50% !important;
    color: #FEA107;
    display: inline-block;
    transition: all 0.5s 0.3s ease;

}

nav .searchbar .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

nav .searchbar .icon.active {
    background: #062333;
    transition: all 0.3s ease;
}

nav .searchbar input[type="text"].active {

    padding: 0 10px;
    display: inline-block;
    transition: display 0.5s 0.2s ease;

}

.badge-nav {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 5px 0px;
    text-align: center;
    top: -31%;
}


.faq .section-title {
    margin-bottom: 54px;
}

.faq .section-title h2 {
    margin-bottom: 22px;
}

.faq .accordion .card {
    border: none;
    margin-bottom: 30px;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.faq .accordion .card .card-header {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.faq .accordion .card .card-header h5 {
    padding: 0;
}

.faq .accordion .card .card-header h5 button {
    color: #1e3056;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 70px 0 30px;
    text-align: right !important;
    min-height: 80px;
    display: block;
    width: 100%;
    color: rgba(30, 48, 86, 0.8);
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.Success-Partners {
    padding-bottom: 0 !important;
}

.faq .accordion .card .card-header h5 button:after {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #FEA107;
    text-align: center;
    border: 1px solid #FEA107;
    border-radius: 50%;
    line-height: 100%;
    content: '\f067';
    font-size: 10px;
    line-height: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq .accordion .card .card-header h5 button.collapsed {
    background: #fff;
    border-radius: 10px;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgb(254 161 7 / 20%);
}

.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
    content: '\f068';
    color: #fff;
    background-image: -webkit-linear-gradient(-180deg, #9d6310 0%, #FEA107 30%, #74582e 100%);
}

.faq .accordion .card .card-body {
    -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 0 0 10px 10px;
    padding-top: 0;
    margin-top: -6px;
    padding-left: 72px;
    padding-right: 70px;
    padding-bottom: 23px;
    color: rgba(30, 48, 86, 0.8);
    line-height: 30px;
}

.faq .accordion .card .card-body {
    padding-top: 30px;

    padding-left: 50px;
    padding-right: 50px;
}

.faq .accordion .card .card-header h5 button.collapsed, .faq .accordion .card .card-header h5 button {
    font-weight: bold;
}

.btn_new_registration {
    background: #FEA107 !important;
    border: 1px solid #FEA107;
    color: #fff !important;
    /* width: 70px; */
    padding: 8px 8px;
    cursor: pointer;
    border-radius: 30px;
}

@media (max-width: 767px) {
    body .faq .accordion .card .card-body {
        padding-left: 35px;
        padding-right: 35px;

    }

    .faq .accordion .card .card-header h5 button:after {
        right: 12px !important;
    }

    .faq .accordion .card .card-header h5 button.collapsed, .faq .accordion .card .card-header h5 button {
        padding-right: 40px !important;
        font-size: 16px;
        font-weight: bold;
    }
}

.navbar-expand-lg .form-inline span {
    display: inline-block;
    margin-left: unset;
    margin-right: 15px;

}

@media (min-width: 576px) {
    #modal_registration .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
}

@media (max-width: 767px) {
    body .has-children .dropdown.dropdown-profile > li > a {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
}


.fa-spin {
    display: none;
}

body .swal2-container {
    z-index: 100000000000 !important;
}

.blog-page .blog-share .social-link li {
    margin: 0 3px;

}

@media (max-width: 767px) {
    .video-container {
        height: 330px;
    }
}

.error-block {
    margin-top: 0.2rem;
    font-size: .95rem;
    color: red !important;
}

.card img {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 50%;
    border: 1px solid #2F4858;
}

.addToFavorite, .addToFavorite:focus {
    position: absolute;
    left: -134px;
    width: 142px;
    top: -5px;
    display: flex;
    direction: ltr;
    z-index: 1;
    color: #fff;
    padding: 5px;
    background-color: #FEA107;
    transition: .3s linear;
    justify-content: flex-end;
    align-items: center;
}

.sonds .sound-details {
    overflow: hidden;
}


.is-bottom {
    z-index: 99999999999999999999999999 !important;
    display: block;
}

.v-notices .v-toast .v-toast-icon {
    margin-right: 1rem;
}


.load-more button {
    height: 60px;
    width: 150px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 60px;
    text-align: center;
    background-color: #FEA107;
    border: 0;
    cursor: pointer;
    margin-right: 10px
}

.required {
    color: red;
}

.is-fullscreen {
    z-index: 99999999999999999999999999999999999999999999999999999999;
}


@media (max-width: 767px) {
    .banner-img-mobile {
        display: block;
    }

    .banner-img-desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .banner-img-desktop {
        display: block;
    }

    .banner-img-mobile {
        display: none;
    }
}
