@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

html {
    overflow-x: hidden;
}

body {
    word-break: break-word;
    font: 15px/25px 'Exo 2', sans-serif;
    color: #393939;
    overflow-x: hidden;
}
section.inner-title.halal-buy-banner img {
    height: 400px;
}
a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    
    
    
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid transparent !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* background: #a30000 !important; */
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 0;
    font-size: 26px;
    font-family: 'Exo 2';
    font-weight: 400;
    background: linear-gradient(to right, #2b2365 0%, #6583d9 50%, #8f69ea 100%);
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn10:hover {
    border: 1px solid transparent!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: linear-gradient(to right, #2b2365 0%, #6583d9 50%, #8f69ea 100%);
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Exo 2", sans-serif;
    font-size: 37px;
    line-height: 51px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: "Exo 2", sans-serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

header {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.menuSec {
    padding: 20px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 23px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec ul li .menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {
    color: #fff !important;
}

.menuSec li:hover .loading {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/*banner css start */

.main-banner-img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

.home_banner {
    position: relative;
}

.banner_text_main {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 90%;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.banner_text p {
    color: #fff;
    font-size: 21px;
    line-height: 1.3;
    text-shadow: 1px 2px #000;
}

.banner_text {
    /*width: 750px;*/
    position: relative;
    z-index: 1;
}

.banner_text h1 {
    text-shadow: 1px 4px #000;
}

.banner_text_main .loading {
    position: relative;
    bottom: 0;
    justify-content: flex-start;
    opacity: 1;
    margin: 30px 0;
}

.slide_img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}


/*.slide_img:after{
    position: absolute;
    content: '';
   
    background: linear-gradient(to right,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 56%,rgba(0,0,0,0) 100%); 

    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

}*/

.slide_img img {
    border-radius: 10px;
    border-bottom: 1px solid #262159;
}

.banner_text_main .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #ffffff75;
    border-radius: 10px;
}

.banner_text_main .slick-dots {
    bottom: 10px;
    right: 30px;
    width: auto;
}

.banner_text_main .slick-dots li button:before {
    display: none;
    content: '';
}

.banner_text_main .slick-dots .slick-active {
    opacity: 1;
    border: 1px solid #fff;
}

.banner_text_main .slick-dots li {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.banner_text_main .slick-dots .slick-active button {
    background-color: #fff !important;
    opacity: 1;
}


/*banner css end */

.loading {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 12px;
    position: absolute;
    width: 100%;
    bottom: -8px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.loading__dot {
    animation: dot ease-in-out 1s infinite;
    background-color: #4f3ebe;
    display: inline-block;
    height: 6px;
    margin: 3px;
    width: 6px;
    border-radius: 10px;
}

.loading__dot:nth-of-type(2) {
    animation-delay: 0.2s;
}

.loading__dot:nth-of-type(3) {
    animation-delay: 0.3s;
}

@keyframes dot {
    0% {
        background-color: #3FB4AE;
        transform: scale(1);
    }
    50% {
        background-color: #3FB4AE;
        transform: scale(1.5);
    }
    100% {
        background-color: #3FB4AE;
        transform: scale(1);
    }
}


/*SERVICES SECTION*/

.services_sec {
    position: relative;
    padding: 8% 0;
}

.service_img {
    position: relative;
}

.service_img .box_img {
    position: absolute;
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.service_img .main_service_img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 12px;
}

.service_content {
    padding-top: 20px;
}

.service_content h4 {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #00000038;
}

.services_box {
    width: 94%;
    margin: 0 auto;
}


/*PARTNER SECTION*/

.your_home_partner {
    position: relative;
    /*background-image: url(../images/partner_sec.jpg);*/
    background-size: cover;
    /*padding: 80px 0;*/
    background-position: center;
}

.partner_sec_box {
    position: relative;
    /* display: flex; */
    /* align-items: center; */
}

.your_home_partner h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
    padding: 60px 10px;
    font-size: 35px;
    color: #fff;
}

.partner_over {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.your_home_partner>img {
    height: 550px;
    object-fit: cover;
}


/*WHO WE ARE SECTION*/

.who_we_are {
    padding: 6% 0 8%;
}

.theme-heading h2 {
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-size: 42px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

.who_we_are_content .loading {
    opacity: 1;
    position: relative;
    margin: 60px 0;
    justify-content: flex-start;
}

.who_we_are_img .building {
    position: absolute;
    right: -12%;
    bottom: -20%;
}

.who_we_are_img {
    position: relative;
}


/*FUNDING ISLAMICALLY */

.funding_islamically {
    padding: 8% 0;
    background-color: #F7F7F7;
}

.funding_content_inner h3 {
    margin-bottom: 0px;
}

.funding_content_inner p {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 25%;
}

.funding_content {
    padding-left: 50px;
}

.funding_img img {
    width: 90%;
    height: 600px;
    object-fit: cover;
    border-radius: 15px;
}

.loading1.loading {
    opacity: 1;
    position: relative;
    margin: 10px 0;
    justify-content: flex-start;
}

.islamic_financing_content h3 {
    margin-bottom: 10px;
}

.islamic_financing {
    padding: 6% 0;
}


/*fundamental-aspects*/

.fa-content p {
    margin: 32px 0;
}

.fa-imgs img {
    height: 552px;
}

.fa-imgs {
    text-align: end;
}


/*footer-start*/

.disclaimer {
    background-color: #252058;
    padding: 20px 0;
}

.disclaimer marquee {
    color: #fff;
}

.footerSec {
    background-image: url(../images/footer.png);
    background-size: cover;
    padding: 4% 0;
}

.footer-ab img {
    height: 54px;
    width: 308px;
}

.foot-links ul li a {
    font-family: "Exo 2", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

.foot-links ul {
    column-count: 2;
    margin: 0;
    width: 80%;
    margin: auto;
}

.news-letter h5 {
    font-size: 16px;
    color: #ffffff;
    font-family: "Exo 2", sans-serif;
    margin: 0;
    font-weight: 300;
}

.news-letter ul {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 3%;
}

.news-letter ul li i {
    color: #ffffff;
    font-size: 18px;
}

.news-letter ul li img {
    height: 22px;
}

.news-letter {
    padding-left: 14%;
}

.footer-btm {
    padding-top: 60px;
}

.copy-txt {
    border-top: 1px solid #fff6;
    padding: 3% 0 0;
}

.copy-txt p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

.footer-ab {
    position: relative;
}

.footer-ab:after {
    content: "";
    position: absolute;
    height: 111px;
    width: 1px;
    background-color: #ffffff78;
    top: -8px;
    right: 17px;
}

.foot-links {
    position: relative;
}

.foot-links:after {
    content: "";
    position: absolute;
    height: 111px;
    width: 1px;
    background-color: #ffffff78;
    top: -8px;
    right: 17px;
}


/*inner pages start*/

.banner-image img {
    width: 100%;
}

.banner-image {
    position: relative;
}

.title-new {
    position: absolute;
    top: 50%;
    left: 20%;
    right: 0;
    bottom: 0;
    /*  background: #b7040461; */
    display: flex;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: start;
}

.title-new .loading {
    position: relative;
    bottom: 0;
    opacity: 1;
    margin: 30px 16%;
    justify-content: flex-start;
}

.title-new h2 {
    color: #fff;
    font-size: 62px;
    /* text-align: center;*/
}

.mission-img {
    position: absolute;
    width: 479px;
    top: -48%;
    right: 27%;
}

.mission-head .loading {
    position: relative;
    bottom: 0;
    justify-content: flex-start;
    opacity: 1;
    margin: 30px 0;
}

.mission-head p {
    margin-top: 21%;
    margin-bottom: 11%;
    font-size: 20px;
    line-height: 37px;
}

.mission-head h5 {
    font-size: 45px;
    line-height: 50px;
    color: #8E8E8E;
}

.bak-img {
    background: url("../images/about-bk.png");
    width: 100%;
    height: 400px;
    background-size: cover;
}

.suunah-head h3 {
    font-size: 45px;
    line-height: 50px;
}

.suunah-head .loading {
    position: relative;
    bottom: 0;
    justify-content: flex-start;
    opacity: 1;
    margin: 45px 0;
}

.sunnah-detail p {
    font-size: 20px;
    line-height: 37px;
}

.sunnah-use {
    background: #F7F7F7;
}

.center-content {
    margin: 0 auto;
    text-align: center;
}

.get-head h4 {
    font-size: 54px;
    line-height: 54px;
    color: #8C8C8C;
    margin: 0 0 45px;
}

.get-head h6 {
    font-size: 35px;
    line-height: 41px;
    color: #000;
    margin: 0 0 45px;
}

hr:not([size]) {
    height: 2px;
    width: 30%;
    margin: 0 auto;
}

.get-head p {
    font-size: 20px;
    line-height: 37px;
    width: 73%;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 45px;
}

.get-buttn a.btn10 {
    width: 26%;
    /* text-align: center; */
}

.get-buttn {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*contactus page*/

.contactus {
    margin-top: 7%;
}

.contact-form input {
    border: none;
    border-bottom: solid 0.5px #0000004f;
    width: 100%;
    margin-bottom: 50px;
    padding: 20px;
}

.contact-form textarea.form-control {
    height: 226px;
    width: 100%;
    padding: 20px;
    border: solid 0.5px #0000004f;
    margin-bottom: 50px;
}

.chkbx label {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Exo 2';
    color: #8E8E8E;
}

.cont-head p {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
}

.chkbx input#free {
    display: none;
}

.chkbx label {
    position: relative;
}

.chkbx label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #00000061;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 19px;
}

.contact-form p {
    margin: 28px;
    color: #8E8E8E;
    font-size: 20px;
    line-height: 37px;
}

.cont-head {
    padding: 0 0 0 70px;
}

.cont-head h2 {
    font-size: 35px;
    line-height: 41px;
    color: #000;
    text-transform: uppercase;
}

.contact-buttn {
    display: flex;
    justify-content: end;
    align-items: center;
}

.contact-buttn a.btn10 {
    width: 43%;
}


/*our fees page*/

.fees-head .loading {
    position: relative;
    bottom: 0;
    justify-content: flex-start;
    opacity: 1;
    margin: 45px 0;
}

.fees {
    margin-top: 12%;
}

.fees-txt p {
    font-size: 17px;
    line-height: 28px;
}

.fees-head h2 {
    font-size: 35px;
    line-height: 41px;
    color: #000;
}

.privacy {
    margin-top: 15%;
}

.priv-cnt p {
    font-size: 20px;
    line-height: 37px;
}

.term-use {
    margin-top: 17%;
}

.use-txt p {
    font-size: 18px;
    line-height: 37px;
}

ul.term-point li {
    font-size: 20px;
    line-height: 37px;
    font-family: 'Exo 2';
    color: black;
}


.fee_txt {
    justify-content: space-between;
}

.fee_txt p {
    text-align: justify;
}

.fee_txt .col-md-12 {
    width: 47%;
    gap: 40px;
}

video {
    width: 100%;
    height: 100%;
    margin-bottom: -5px;
}

.islamic-buy-form form {
    margin-top: 20px;
}

.islm-input input {
    height: 40px;
    font-size: 16px;
    color: #000;
    margin: 10px 0;
    border: none;
    border-bottom: solid 0.5px #0000004f;
    width: 100%;
    margin-bottom: 50px;
    padding: 20px;
}

.islm-btn button {
    width: 50%;
    margin: 0 auto;
    height: 60px;
    margin-top: 30px;
}

.islamic-buy-form {
    margin-top: 0;
}


/* ================================ Islamic Buy To Let page Start ============================== */

.islamic-buy-sec {
    padding: 15% 0 60px;
}

.islamic-buy-content h2 {
    color: #000;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 34px;
}

.islamic-buy-content p {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
}

ul.islamic-contact-info li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 30px 0;
    border-bottom: 1px solid #00000085;
    padding-bottom: 30px;
}

.islm-text h6 {
    font-size: 18px;
    margin: 0 0 10px;
}

.islm-text h4 {
    color: #000;
    margin: 0;
    font-size: 25px;
    line-height: 30px;
}

ul.islamic-contact-info li:last-child a {
    border: 0;
}

img.islamic-buy-baner {
    width: 100%;
    border-radius: 20px;
}

.halal-buy-banner .title-new {
    left: 0;
}


/* .halal-buy-banner .b-text h2 {
    font-size: 30px;
    line-height: 40px;
} */

.halal-buy-banner .mission-img {
    right: 10%;
    width: 400px;
}

.mission-img video {
    width: 100%;
    height: 700px;
    object-fit: cover;
}


/* ================================ Islamic Buy To Let page End ==============================*/


/* ================================ International buyers page End ==============================*/

.int-byr-text h2 {
    font-size: 37px;
    text-transform: capitalize;
}

.int-byr-text .loading {
    margin-left: 0;
}

.mission-img.int-byr-imag {
    position: relative;
    right: 0 !important;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100% !important;
}

.int-byr-imag video {
    width: 700px;
    height: 400px;
    border-radius: 10px;
}

.international-buyer-banner .row {
    align-items: center;
}

.title-new.internation-baner-box {
    left: 0;
    top: 100px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.internation-baner-box .mission-img {
    right: 10%;
    top: 0;
}

.inernation-buyer-page {
    padding: 100px 0;
}

.internation-buyer-content h2 {
    font-size: 30px;
    color: #000;
    line-height: 40px;
}

.internation-buyer-content p {
    font-size: 16px;
    padding: 10px 0;
}

.inquiry-box {
    background: #F1F1F1;
    padding: 20px;
    background-image: url(../images/flourish_light-1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.inquiry-image img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.inquiry-text {
    padding: 20px 0;
}

.inquiry-text h3 {
    font-size: 30px;
    margin: 10px 0 10px;
}

.inquiry-text p {
    font-size: 15px;
}

.inquiry-text a {
    margin-top: 30px;
    width: fit-content;
    font-size: 18px;
    padding: 10px 20px;
    height: auto;
    width:100% !important;
}

ul.client-info-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

ul.client-info-list img {
    width: 150px;
}

.client-name h6 {
    font-size: 18px;
    color: #000;
    display: grid;
    text-transform: capitalize;
}

.client-name h6>span {
    font-size: 14px;
    color: #666;
}

.client-info h5 {
    font-size: 16px;
    margin: 0;
}

.second-sec {
    padding: 0 0 80px;
}

.inquiry-box.client-box {
    background: #F1F1F1;
    background-image: unset;
}


/* Latest Markete Section Start */

.letest-markete-image a,
.letest-markete-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.letest-markete-text {
    padding: 30px;
    position: relative;
    background: #F1F1F1;
    height: 400px;
}

.letest-markete-text h3 {
    font-size: 20px;
    line-height: 30px;
}

ul.letest-markete-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 30px 0 0;
}

ul.letest-markete-list h6 {
    font-size: 14px;
    color: #000 !important;
    font-weight: 600;
}

.letest-content-bottom a {
    font-size: 14px;
    color: #3e2f8b;
    font-weight: 600;
    text-transform: uppercase;
}

.letest-content-bottom {
    position: absolute;
    bottom: 0;
    left: 30px;
}

.letest-markete-sec {
    padding: 70px 0;
}


/* Latest Markete Section End */


/* Feedback Section Start */

.feedback-sec {
    padding: 80px 0;
}

.sec-head {
    text-align: center;
    margin-bottom: 50px;
}

.sec-head h6 {
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'Exo 2';
    color: #000;
    margin: 0 0 10px;
}

.sec-head h2 {
    font-size: 42px;
    text-transform: capitalize;
    color: #392d7d;
}

.trustpilot-box {
    text-align: center;
}

.trustpilot-slider .trustpilot-box {
    text-align: left;
}

.trustpilot-box img {
    width: 110px;
    margin: 5px 0;
}

.trustpilot-box h4 {
    text-transform: uppercase;
    color: #000;
}

.trustpilot-box p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.trustpilot-box a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}

.trustpilot-slider .trustpilot-box img {
    width: 80px;
    margin-bottom: 14px;
}

.trustpilot-slider .trustpilot-box h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}

.trustpilot-slider .trustpilot-box p {
    font-size: 13px;
    color: #000;
    line-height: 22px;
    font-weight: 600;
}

.date-and-user-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
}

.name.secondary-text {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.date.secondary-text {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.trustpilot-slider .slick-slide {
    opacity: 1;
}

.trustpilot-slider .slick-prev:before,
.trustpilot-slider .slick-next:before {
    position: absolute;
    content: '\f104';
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #666;
    font-size: 18px;
    font-family: 'FontAwesome';
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
}

.trustpilot-slider .slick-next:before {
    content: '\f105';
}

.trustpilot-slider .slick-prev {
    left: -60px;
    opacity: 1 !important;
}

.client-images a,
.client-images img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.halal-buy-banner .b-text h2 {
    font-size: 37px;
    text-transform: capitalize;
}

.halal-buy-banner .loading {
    margin: 30px 0;
}

.trustpilot-slider .slick-slide {
    margin-left: 0;
}

.client-images {
    margin-top: 30px;
}

.halal-buy-banner .mission-img video {
    border-radius: 20px;
}

.islamic-buy-form h3 {
    height: 82px;
}
.col-lg-7.col-md-12.stsx {
    margin-top: -150px;
}
ul.islamic-contact-info li a {
    border: 0;
}
ul.islamic-contact-info {
    display: flex;
    gap: 60px;
}

/* Feedback Section End */

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {
    .mission-img {
        position: absolute;
        width: 417px;
        top: -55%;
        right: 25%;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1400px) {
    .main-banner-img {
        height: 50vh;
    }
    .who_we_are_img .building {
        position: absolute;
        right: -8%;
        bottom: -20%;
        height: 358px;
    }
    .mission-head h5 {
        font-size: 39px;
        line-height: 50px;
        color: #8E8E8E;
    }
    .suunah-head h3 {
        font-size: 41px;
        line-height: 50px;
    }
    .contactus {
        margin-top: 12%;
    }
    h2 {
        font-size: 55px;
    }
    .title-new h2 {
        font-size: 55px;
    }
    .mission-img {
        position: absolute;
        width: 417px;
        top: -55%;
        right: 25%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .main-banner-img {
        height: 50vh;
    }
    .who_we_are_img .building {
        position: absolute;
        right: -8%;
        bottom: -20%;
        height: 358px;
    }
    .mission-head h5 {
        font-size: 39px;
        line-height: 50px;
        color: #8E8E8E;
    }
    .suunah-head h3 {
        font-size: 41px;
        line-height: 50px;
    }
    .contactus {
        margin-top: 12%;
    }
    .mission-img {
        position: absolute;
        width: 417px;
        top: -55%;
        right: 25%;
    }
    
    
    
    
    
    
    ul.islamic-contact-info {
    gap: 10px;
}
    
    
    
    
    
    .menuSec ul li a {
    padding: 10px 10px;
}


    .islamic-buy-sec {
    padding: 16% 0 60px !important;
}
    
    
    
    
    
    .int-byr-imag video {
    width: 100% !important;
}
    
    
    
    
    
    
    
    
    
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 44px;
        line-height: 47px;
    }
    .banner_text {
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .banner_slider_main img {
        height: 404px;
        object-fit: cover;
    }
    .main-banner-img {
        height: 65vh;
    }
    .service_img .main_service_img {
        width: 100%;
        height: 157px;
        object-fit: cover;
        border-radius: 12px;
    }
    .service_content h4 {
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        color: #000;
        margin: 7px 0;
        padding-bottom: 8px;
        border-bottom: 1px solid #00000038;
    }
    .who_we_are_content .loading {
        margin: 38px 0;
    }
    .who_we_are_img .building {
        position: absolute;
        right: -12%;
        bottom: -20%;
        height: 242px;
    }
    .mt-50 {
        margin-top: 25%;
    }
    .funding_content {
        padding-left: 11px;
    }
    .fa-content p {
        margin: 12px 0;
    }
    .fa-imgs img {
        height: 531px;
        object-fit: cover;
        border-radius: 20px;
    }
    .footer-ab img {
        height: 27px;
        width: 168px;
    }
    .foot-links ul {
        column-count: 2;
        margin: 0;
        width: 100%;
        margin: auto;
    }
    .foot-links:after {
        content: "";
        position: absolute;
        height: 111px;
        width: 1px;
        background-color: #ffffff78;
        top: -8px;
        right: -19px;
    }
    .mission-img {
        position: absolute;
        width: 421px;
        top: -48%;
        text-align: center;
        right: 15%;
    }
    .title-new {
        position: absolute;
        top: 50%;
        left: 12%;
    }
    .mission-img img {
        height: 503px;
    }
    .title-new h2 {
        color: #fff;
        font-size: 51px;
        /* text-align: center; */
    }
    .mission-head p {
        margin-top: 6%;
        margin-bottom: 11%;
        font-size: 20px;
        line-height: 37px;
    }
    .menuSec ul li a {
    font-size: 13px;
    padding: 0 10px;
}

.b-text.int-byr-text h2 {
    font-size: 40px;
}

.int-byr-imag video {
    width: 100%;
    height: auto;
}

.inernation-buyer-page {
    padding: 70px 0;
}

.trustpilot-slider .slick-prev {
    left: -50px;
}

.trustpilot-slider .slick-next {
    right: 0;
}
.mission-head h5 {
    font-size: 30px;
}

.get-head h6 {
    font-size: 30px;
}
ul.islamic-contact-info {
    gap: 30px;
}

ul.islamic-contact-info li a {
    gap: 10px;
    margin: 0;
    padding: 0;
}

.islm-text h4 {
    font-size: 20px;
}

.islamic-buy-sec {
    padding-top:30% !important;
}

.mission-img video {
    height: 600px;
}




.islamic-buy-form form {
    padding: 30px;
}










.internation-baner-box .mission-img video {
    height: 340px;
}
















}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 38px;
        line-height: 47px;
    }
    .banner_text {
        width: 199%;
        position: relative;
        z-index: 1;
    }
    .banner_slider_main img {
        height: 404px;
        object-fit: cover;
    }
    .main-banner-img {
        height: 65vh;
    }
    .service_img .main_service_img {
        width: 100%;
        height: 157px;
        object-fit: cover;
        border-radius: 12px;
    }
    .service_content h4 {
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        color: #000;
        margin: 7px 0;
        padding-bottom: 8px;
        border-bottom: 1px solid #00000038;
    }
    .who_we_are_content .loading {
        margin: 38px 0;
    }
    .who_we_are_img .building {
        position: absolute;
        right: -12%;
        bottom: -20%;
        height: 242px;
    }
    .mt-50 {
        margin-top: 5%;
    }
    .funding_content {
        padding-left: 11px;
    }
    .fa-content p {
        margin: 12px 0;
    }
    .fa-imgs img {
        height: 531px;
        object-fit: cover;
        border-radius: 20px;
    }
    .footer-ab img {
        height: 27px;
        width: 168px;
    }
    .foot-links ul {
        column-count: 2;
        margin: 0;
        width: 100%;
        margin: auto;
    }
    .foot-links:after {
        content: "";
        position: absolute;
        height: 111px;
        width: 1px;
        background-color: #ffffff78;
        top: -8px;
        right: -19px;
    }
    .mission-img {
        position: absolute;
        width: 50% !important;
        top: -200px;
        right: 20px !important;
        text-align: center;
    }
    .title-new {
        position: absolute;
        top: 50%;
        left: 11%;
    }
    .mission-img img {
        height: 335px;
        width: 263px;
    }
    .title-new h2 {
        color: #fff;
        font-size: 51px;
        /* text-align: center; */
    }
    .mission-head p {
        margin-top: 6%;
        margin-bottom: 11%;
        font-size: 20px;
        line-height: 37px;
    }
    
    
    
    
    
    
    
    .islamic-buy-sec {
    padding: 30% 0 60px !important;
}


    
    
    
    
    
    
    
    
    .inernation-buyer-page {
    padding: 50px 0;
}
.menuSec ul li a {
    font-size: 10px;
    padding: 0 4px;
}

.b-text.int-byr-text h2 {
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 20px;
}

.int-byr-imag video {
    width: 100%;
    height: auto;
}

.internation-buyer-content h2 {
    margin: 0;
}

.inquiry-box {
    padding: 10px;
}

.inquiry-text h3 {
    font-size: 24px;
}

.client-images a, .client-images img {
    height: 200px;
}

.date-and-user-info-wrapper {
    display: block;
}

.trustpilot-slider .slick-next {
    right: 0;
}
.mission-img video {
    height: 600px;
}




.islamic-buy-form h3 {
    height: 42px !important;
}

.islamic-buy-form form {
    padding: 30px;
}




















.internation-baner-box .mission-img video {
    height: 250px !important;
}



.feedback-sec {
    padding: 0 0 60px 0;
}




















}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .main-banner-img {
        width: 100%;
        object-fit: cover;
        height: 132vh;
    }
    .banner_text p {
        color: #fff;
        font-size: 21px;
        line-height: 1.3;
    }
    h1 {
        font-size: 42px;
        line-height: 49px;
    }
    .banner_text {
        width: 100%;
    }
    .banner_slider_main {
        margin-top: 30px;
    }
    .service_img .main_service_img {
        width: 100%;
        height: auto;
    }
    .services_box {
        width: 94%;
        margin: 14px auto;
    }
    .who_we_are {
        padding: 16% 0 8%;
    }
    .who_we_are_content .loading {
        margin: 30px 0;
    }
    .who_we_are_img .building {
        position: absolute;
        right: -8%;
        bottom: -20%;
        height: 166px;
    }
    .who_we_are_img {
        position: relative;
        margin-top: 25px;
    }
    .theme-heading h2 {
        font-size: 31px;
        line-height: 34px;
    }
    .funding_img img {
        width: 100%;
        height: 524px;
    }
    .funding_content {
        padding-left: 0;
        padding-top: 20px;
    }
    .fa-imgs img {
        height: 491px;
        width: 78%;
    }
    .fa-imgs {
        text-align: center;
    }
    .footer-ab img {
        height: 45px;
        width: 255px;
    }
    .footer-ab {
        position: relative;
        padding: 6% 0;
        text-align: center;
    }
    .foot-links {
        position: relative;
        padding: 4% 0;
        text-align: center;
    }
    .foot-links ul {
        column-count: 2;
        margin: 0;
        width: 100%;
        margin: auto;
    }
    .news-letter {
        padding-left: 0;
        padding: 5% 0 0;
        text-align: center;
    }
    .news-letter ul {
        justify-content: center;
    }
    .footer-btm {
        padding-top: 0px;
    }
    .footer-ab:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: #ffffff78;
        top: auto;
        right: 0;
        bottom: 0;
    }
    .foot-links:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: #ffffff78;
        top: auto;
        right: 0;
        bottom: 0;
    }
    .banner-image img {
        width: 100%;
        height: 53vh;
    }
    .mission-img img {
        height: 325px;
        object-fit: contain;
    }
    .mission-img {
        position: absolute;
        width: 479px;
        top: -7%;
        right: 0;
    }
    .b-text {
        position: absolute;
        top: 7%;
        left: -13%;
    }
    .title-new h2 {
        color: #fff;
        font-size: 36px;
        /* text-align: center; */
    }
    .bak-img {
        background-position: center;
        height: auto;
    }
    .get-head h4 {
        font-size: 43px;
        line-height: 48px;
    }
    .suunah-head h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .mission-head h5 {
        font-size: 35px;
        line-height: 50px;
        color: #8E8E8E;
    }
    .get-head h6 {
        font-size: 24px;
        line-height: 27px;
    }
    hr:not([size]) {
        height: 2px;
        width: 72%;
        margin: 0 auto;
    }
    .get-head p {
        width: 95%;
    }
    .get-buttn a.btn10 {
        width: 78%;
        /* text-align: center; */
    }
    .contact-buttn a.btn10 {
        width: 44%;
    }
    .cont-head {
        padding: 24px 0 0 0px;
    }
    .islamic_banner .b-text{
        position:relative;
        top:0 !important;
        left:0 !important;
    }
    .islamic_banner .mission-img {
        right: 0 !important;
        width: 100% !important;
        position: relative !important;
        top:0 !important;
    }
    .islamic_banner .b-text h4 {
        margin-top: 0;
    }
    .islamic_banner .mission-img video {
        height: 600px !important;
    }
    section.inner-title.halal-buy-banner.islamic_banner  img {
        height: 1100px;
    }
    .islamic_banner .title-new{
        top:0 !important;
    }
    .col-lg-7.col-md-12.stsx{
        magin-top:0 !important
    }
    ul.islamic-contact-info li a {
        margin: 30px 0 0;
        padding-bottom: 0;
    }
    .islm-text h4 {
        font-size: 21px;
    }
    .islm-text h6 {
        font-size: 18px;
        margin: 0;
    }
    .islamic-buy-form h3 {
        height: 22px;
        margin: 30px 0;
    }
    .islamic-buy-form form {
        padding: 10px 20px;
    }
    .international-buyer-banner .b-text {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
    .international-buyer-banner .int-byr-text h2 {
        font-size: 30px;
        text-transform: capitalize;
        margin-bottom: 0 !important;
        line-height: 1;
    }
     .international-buyer-banner .int-byr-imag video {
        width: 100%;
        height: 200px;
        border-radius: 10px;
    }
    section.inner-title.international-buyer-banner .banner-image img {
        height: 500px;
    }
    section.feedback-sec h2{
        font-size:30px;
    }
    .trustpilot-slider .slick-prev {
        left: 0px;
        opacity: 1 !important;
        top: auto;
        bottom: -80px;
    }
    .trustpilot-slider .slick-next {
        left: auto;
        right:20px;
        opacity: 1 !important;
        top: auto;
        bottom: -80px;
    }
    
    
    
    
    .islamic-buy-sec {
    padding: 28% 0 60px !important;
}
.islm-btn input.btn10 {
    width: 100% !important;
}

.halal-buy-banner .b-text h2 {
    margin-top: 0 !important;
}
    
    
    
    
    ul.islamic-contact-info {
    display: block !important;
}


.islamic-buy-form form {
    padding: 20px !important;
}


    
    
    
    
    
    
    
    
    .inernation-buyer-page {
    padding: 40px 0;
}

.internation-buyer-content p {
    font-size: 14px;
    line-height: 24px;
}

.inquiry-box {
    padding: 20px 0;
}

.feedback-sec {
    padding: 0;
}

.sec-head h6 {
    font-size: 30px;
    line-height: 35px;
}


    
.client-images a, .client-images img {
    height: auto !important;
}
    
    
    
    .reg_btn a.btn10 {
    width: 150px;
    display: flex;
    font-size: 19px;
    height: 40px;
}
    
    
    
    
    
    
    
    
    
    
    
    
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
.reg_btn a.btn10 {
    width: 150px;
    display: flex;
    font-size: 19px;
    height: 40px;
}
    .trustpilot-slider .slick-prev {
        left: 0px;
        opacity: 1 !important;
        top: auto;
        bottom: -80px;
    }
    .trustpilot-slider .slick-next {
        left: auto;
        right:20px;
        opacity: 1 !important;
        top: auto;
        bottom: -80px;
    }
    .halal-buy-banner .b-text h2 {
        margin-top: 0 !important;
    }
    .main-banner-img {
        width: 100%;
        object-fit: cover;
    }
    .banner_text_main {
        width: 100%;
        height: 100%;
    }
    .banner_text p {
        color: #fff;
        font-size: 21px;
        line-height: 1.3;
    }
    h1 {
        font-size: 33px;
        line-height: 41px;
    }
    .banner_text {
        width: 100%;
    }
    .banner_slider_main {
        margin-top: 30px;
    }
    .service_img .main_service_img {
        width: 100%;
        height: auto;
    }
    .services_box {
        width: 94%;
        margin: 14px auto;
    }
    .who_we_are {
        padding: 16% 0 8%;
    }
    .who_we_are_content .loading {
        margin: 30px 0;
    }
    .who_we_are_img .building {
        position: absolute;
        right: -8%;
        bottom: -20%;
        height: 166px;
    }
    .who_we_are_img {
        position: relative;
        margin-top: 25px;
    }
    .theme-heading h2 {
        font-size: 31px;
        line-height: 34px;
    }
    .funding_img img {
        width: 100%;
        height: 328px;
    }
    .funding_content {
        padding-left: 0;
        padding-top: 20px;
    }
    .fa-imgs img {
        height: 353px;
        width: 100%;
    }
    .footer-ab img {
        height: 45px;
        width: 255px;
    }
    .footer-ab {
        position: relative;
        padding: 13% 0;
        text-align: center;
    }
    .foot-links {
        position: relative;
        padding: 5% 0;
        text-align: center;
    }
    .foot-links ul {
        column-count: 2;
        margin: 0;
        width: 100%;
        margin: auto;
    }
    .news-letter {
        padding-left: 0;
        padding: 5% 0 0;
        text-align: center;
    }
    .footer-btm {
        padding-top: 18px;
    }
    .footer-ab:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: #ffffff78;
        top: auto;
        right: 0;
        bottom: 0;
    }
    .foot-links:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: #ffffff78;
        top: auto;
        right: 0;
        bottom: 0;
    }
    .news-letter ul {
        display: flex;
        gap: 15px;
        align-items: center;
        margin-top: 3%;
        justify-content: center;
    }
    .banner-image img {
        width: 100%;
        height: 497px;
    }
    .mission-img img {
        height: 325px;
        object-fit: contain;
    }
    .mission-img {
        position: absolute;
        width: 479px;
        top: -7%;
        right: 0;
    }
    .b-text {
        position: absolute;
        top: -55%;
        left: -13%;
    }
    .title-new h2 {
        color: #fff;
        font-size: 39px;
        /* text-align: center; */
    }
    .bak-img {
        background-position: center;
    }
    .get-head h4 {
        font-size: 43px;
        line-height: 48px;
    }
    .suunah-head h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .mission-head h5 {
        font-size: 35px;
        line-height: 50px;
        color: #8E8E8E;
    }
    .get-head h6 {
        font-size: 24px;
        line-height: 27px;
    }
    hr:not([size]) {
        height: 2px;
        width: 72%;
        margin: 0 auto;
    }
    .get-head p {
        width: 95%;
    }
    .get-buttn a.btn10 {
        width: 78%;
        /* text-align: center; */
    }
    .contact-buttn a.btn10 {
        width: 75%;
    }
    .cont-head {
        padding: 24px 0 0 0px;
    }
    .islamic_banner .b-text{
        position:relative;
        top:0 !important;
        left:0 !important;
    }
    .islamic_banner .mission-img {
        right: 0 !important;
        width: 100% !important;
        position: relative !important;
        top:0 !important;
    }
    .islamic_banner .b-text h4 {
        margin-top: 0;
    }
    .islamic_banner .mission-img video {
        height: 600px !important;
    }
    section.inner-title.halal-buy-banner.islamic_banner  img {
        height: 1100px;
    }
    .islamic_banner .title-new{
        top:0 !important;
    }
    .col-lg-7.col-md-12.stsx{
        magin-top:0 !important
    }
    ul.islamic-contact-info li a {
        margin: 10px 0 0;
        padding-bottom: 0;
    }
    .islm-text h4 {
        font-size: 16px;
    }
    .islm-text h6 {
        font-size: 18px;
        margin: 0;
    }
    .islamic-buy-form h3 {
        height: 22px;
        margin: 30px 0;
    }
    .islamic-buy-form form {
        padding: 10px 20px;
    }
    .international-buyer-banner .b-text {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
    .international-buyer-banner .int-byr-text h2 {
        font-size: 30px;
        text-transform: capitalize;
        margin-bottom: 0 !important;
        line-height: 1;
    }
     .international-buyer-banner .int-byr-imag video {
        width: 100%;
        height: 200px;
        border-radius: 10px;
    }
    section.inner-title.international-buyer-banner .banner-image img {
        height: 500px;
    }
    section.feedback-sec h2{
        font-size:28px;
    }
    
    
    
    
    
    
    
    
    .islamic-buy-sec {
    padding: 60% 0 60px !important;
}
    
    .inernation-buyer-page {
    padding: 50px 0;
}

.client-images a, .client-images img {
    height: auto;
}




    .halal-buy-banner .b-text h2 {
        margin-top: 0;
    }
    
    
    .halal-buy-banner .b-text h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px 0;
}

ul.islamic-contact-info {
    display: block;
}

.islamic-buy-form form {
    padding: 20px !important;
}

.islm-input input {
    font-size: 14px;
    margin: 30px 0;
    padding: 10px;
}


.islm-btn input.btn10 {
    padding: 15px 0 40px 0 !important;
    font-size: 20px !important;
    width: 100%;
}














.internation-buyer-content h2 {
    font-size: 25px;
    line-height: 30px !important;
}

.internation-buyer-content p {
    font-size: 12px;
    line-height: 20px;
}

.inquiry-box {
    padding: 20px 0;
}

.feedback-sec {
    padding: 0;
}

.sec-head h6 {
    font-size: 30px;
    line-height: 35px;
}

.trustpilot-slider .trustpilot-box p {
    font-size: 12px;
    line-height: 20px;
}













}


/*Media Query End*/




/* ================================ International buyers page End ==============================*/






.regstr-sec-btns{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;
}
.reg_btn a.btn10 {
    width: 250px;
    display: block;
}



