@charset "utf-8";
/* CSS Document */
  html {
  scroll-behavior: smooth;
}
html, body{
    height: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Inter', sans-serif;
}
.nav-container{
    margin-left: auto;
    margin-right: auto;
}
.navbar {
    position: relative;
    min-height: 95px !important;
    margin-bottom: 0px !important;
    border: 0px !important;
    border-radius: 0px !important;
    background: #fff !important;
    box-shadow: 0px 3px 16px #0000001a;
}
.navbar-nav > li > a {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    font-family: 'Lato', sans-serif;
    color: #000 !important;
    font-size: 16px;
    line-height: 28px;
}
.navbar-default .navbar-nav > .active > a{
    background-color:#fff !important;
}
/*.navbar-nav {*/
/*    float: right !important;*/
/*}*/
.navbar-default button {
    background: transparent !important;
}
.button-green a {
    background: #EDF7FC;
    border-radius: 0px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-top: 25px;
    color: #0572B7 !important;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    border: 1px solid #0572B7;
    font-size: 16px;
    margin-left:30px;
}
.banner {
    /*background: url(../images/banner.png) no-repeat;*/
    background: url(../images/banner-new-3.jpg) no-repeat;
    background-size: cover;
    /*background-position: center;*/
    background-position: right 35% bottom 45%;
    height: 100%;
    display: flex;
    align-items: center;
}
.box-section{
    background:rgba(12, 42, 61, 0.84);
    width: 55%;
    padding: 50px;
}
.box-section h1{
    font-size: 49px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.98px;
    line-height: 54px;
}
.orange-button{
    background: #EF6C38;
    width: 210px;
    padding: 12px 35px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    font-family: 'Inter', sans-serif;
}
.about-section{
    padding: 80px 0px;
}
.sub-head{
    color: #EF6C38;
    font-size: 20px;
    letter-spacing: -0.4px;
    font-weight: 700;
    margin-bottom: 15px;
}
.main-head{
    font-size: 49px;
    letter-spacing: -0.98px;
    line-height: 54px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}
.paraz{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #666666;
    line-height: 32px;
    width: 80%;
}
.blue-button{
    width: 169px;
    border: 1.5px solid #0572B7;
    color: #0572B7;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    text-align:center;
    padding-top:12px;
    padding-bottom:12px;
    margin-top: 30px;
}
.benefits-section{
    padding: 80px 0px;
    background: #FAFAFA;
}
.pzx{
    color: #666666;
    font-size: 18px !important;
    line-height: 28px !important;
    letter-spacing: -0.22px;
}
.tabz{
    margin-top: 35px;
}
.tabz .panel-default > .panel-heading {
    background-color:transparent !important;
    border:0px !important;
}
.tabz .panel{
    border-radius: 0px !important;
    border: 0px !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.tabz .nav-tabs > li > a {
    margin-right: 25px;
    border-radius: 4px 4px 4px 4px;
    background: #E6F2FA !important;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.19px;
}
.tabz .nav-tabs > li.active > a{
    background-color:#0572B7 !important;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.19px;
}
.tabz .nav-tabs{
    border-bottom: 0px !important;
}
.tabz .nav-tabs > li > a:hover {
    border-color: transparent !important;
}
.tabz .panel-body{
    margin-top: 25px;
}
.tabz p {
    font-family: 'Inter', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.19px;
    line-height: 20px;
    margin-bottom: 15px;
    width: 70%;
    position: relative;
    padding-left: 20px;
}
.tabz p:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #0572B7;
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.news-section{
    padding: 80px 0px;
    background: #fff;
    position: relative;
}
.heading-section{
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.rightz{
    margin-left: auto;
}
.news-section .description-sec{
    background: #F5F5F5;
    padding: 40px 40px 20px 40px;
}
.news-section .description-sec h5{
    color: #EF6C38;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.news-section .description-sec p{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height:66px;
}
.news-section .grid-section{
    margin: 10px;
}
.news-section .buttonz-ss {
    position: absolute;
    bottom: 40%;
    left: 30px;
}
.news-section .buttonz-sn {
    position: absolute;
    bottom: 40%;
    right: 30px;
}  
.news-section button{
    background: transparent !important;
}
.your-class02{
    margin-top: 25px;
}
.cta-sec{
    background: url(../images/cta-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 80px 0px;
}
.cta-box{
    background: rgba(12, 42, 61, 0.84);
    padding: 40px 50px 40px 40px;
    width: 45%;
}
.cta-box h4{
    color: #fff;
    font-size:49px;
    font-weight: 700;
}
.footer-section{
    background:#2A3740;
    padding: 60px 0px 30px 0px;
}
.address-sec{
    padding-top: 30px;
}
.address-sec li{
    position: relative;
    padding-left: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    list-style-type: none;
    line-height: 30px;
    padding-bottom: 20px;
}
.address-sec li:first-child::before{
    position: absolute;
    content: "";
    width: 12px;
    height: 17px;
    left: 0px;
    top: 7px;
    background: url(../images/location.png) no-repeat;
}
.address-sec li:nth-child(2)::before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    left: 0px;
    top: 7px;
    background: url(https://sihfjeddah.com/wp-content/uploads/2022/09/mail-orange.png) no-repeat;
}
.address-sec li:nth-child(3)::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 10px;
    left: 0px;
    top: 11px;
    background: url(../images/mail.png) no-repeat;
}
.footer-section h5{
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}
.main-links li a{
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    list-style-type: none;
    line-height: 30px;
    padding-bottom: 20px;
}
.main-links li{
    list-style-type: none !important;
}
.socialz li{
    padding-left: 30px;
    position: relative;
}
.socialz .linke::before{
    position: absolute;
    content: "";
    background: url(../images/linkedin.png) no-repeat;
    width: 16px;
    height: 16px;
    left: 0;
    top: 7px;
}
.socialz .fbz::before{
    position: absolute;
    content: "";
    background: url(../images/fb.png) no-repeat;
    width: 9px;
    height: 18px;
    left: 0;
    top: 7px;
}
.socialz .twitt::before{
    position: absolute;
    content: "";
    background: url(../images/twitter.png) no-repeat;
    width: 18px;
    height: 15px;
    left: 0;
    top: 7px;
}
.copyright p{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.17px;
    font-weight: 400;
    padding-top: 70px;
}
/* About Page Starts*/
.breadcrumb-section{
    background: url(../images/breadcrumb-bg.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 140px 0px 50px 0px;
}
.breadcrumb-section h2{
    font-size: 52px;
    color: #FFFFFF;
    font-weight: 800;
    letter-spacing: -0.62px;
    line-height: 61px;
    width: 40%;
    margin-bottom: 30px;
}
.navv h5 a{
    color:#828282;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.navv h5{
    color: #EF6C38 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.about-main p{
    color: #666666;
    font-size: 18px !important;
    line-height: 28px !important;
    width: 80%;
}
.about-main{
    padding: 80px 0px;
}
.about-main .row{
    display: flex;
    align-items: center;
}
.about-second{
    padding: 40px 0px 80px 0px;
}
.bullet-pointz li{
    font-family: 'Inter', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.22px;
    position: relative;
    list-style-type: none;
    margin-bottom: 18px;
    padding-left: 20px;
}
.bullet-pointz li::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #0572B7;
    border-radius: 50%;
    left: 0px;
    top: 5px;
}
.imagary-sec img{
    width: 100%;
}
.box-1{
    background: #FCF2ED;
    min-height: 108px;
    align-items: center;
    margin-top: 10px;
    padding: 30px;
}
.number-sec h6{
    font-weight: 700;
    color: #EF6C38;
    font-size: 49px;
    letter-spacing: -0.98px;
    text-align: center;
}
.tee-sec p{
    text-align: center;
    color: #EF6C38;
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-top: 10px;
    font-weight: 700;
}
.bullet-pointz{
    margin-top: 30px;
}
.poz{
    position: relative;
    top: 30px;
}
.box-2{
    background: #EDF7FC;
    min-height: 108px;
    align-items: center;
    margin-bottom: 10px;
    padding: 30px;
}
.box-2 .number-sec h6{
    font-weight: 700;
    color: #0572B7;
    font-size: 49px;
    letter-spacing: -0.98px;
    text-align: center;
}
.box-2 .tee-sec p{
    text-align: center;
    color: #0572B7;
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-top: 10px;
    font-weight: 700;
}
.poz1{
    position: relative;
    top: -100px;
}
/* About Page Ends */
/* Organization Page Starts */
.team-section{
    padding: 80px 0px 30px 0px;
}
.team-section h2{
    color: #000;
    font-weight: 800;
    text-align: center;
    font-size: 52px;
    letter-spacing: -0.62px;
    line-height: 61px;
    margin-bottom: 80px;
}
.team-section .teamz{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.team-section h5{
    color: #0572B7;
    font-weight: 600;
    font-size: 24px;
    margin-top: 15px;
}
.team-section h6{
    color: #EF6C38;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.team-section p{
    color: #A3A3A3;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
}
.team-section .col-md-3{
    margin-bottom: 70px;
}
/* Organization Page Ends */
/* Gallery Page Starts */
.gallery-section{
    padding: 80px 0px;
}
.gallery-section .col-md-4{
    margin-bottom: 20px;
}
/* Gallery Page Ends */
/* Contact Us Page Starts */
.contact-section{
    padding: 80px 0px;
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size: cover;
}
.contact-section h2{
    color: #000;
    font-weight: 800;
    font-size: 52px;
    letter-spacing: -0.62px;
    line-height: 61px;
    margin-bottom: 30px;
}
.contact-section p{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 29px;
    width: 80%;
}
.contacz{
    margin-top: 40px;
}
.contacz h4{
    color: #000000;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 22px;
}
.zoz{
    padding-left: 5%;
    padding-right: 5%;
}
.contacz li{
    position: relative;
    padding-left: 20px;
    list-style-type: none;
}
.contz li:first-child:before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: url(https://sihfjeddah.com/wp-content/uploads/2022/09/email.png) no-repeat;
    left: 0;
    top: 10px;
}
.contz li{
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 19px;
    line-height: 35px;
}
.contz li:nth-child(3):before{
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/email-blue.png) no-repeat;
    left: 0;
    top: 10px;
}
.social-mediaz{
    margin-top: 30px;
}
.social-mediaz ul{
    display: flex;
}
.social-mediaz ul li:first-child{
    padding-left: 0px !important;
}
.form-section{
    box-shadow: 0px 10px 60px #00000029;
    background: #fff;
    border-radius: 10px;
    border-top: 16px solid #EF6C38;
}
#wpcf7-f61-o1{
    padding:50px 40px 40px 40px;
}
#wpcf7-f61-o1 .wpcf7-text{
    border:1.4px solid #DEDEDE;
    border-radius:4px !important;
    height:42px !important;
    padding-left:10px;
    width: -webkit-fill-available;
}
#wpcf7-f61-o1 p{
    width:100% !important;
}
#wpcf7-f61-o1 label{
    margin-bottom:15px !important;
    font-family: 'Inter', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#000 !important;
    width:100%;
}
#wpcf7-f61-o1 .wpcf7-textarea{
    height:100px !important;
    border:1.4px solid #DEDEDE;
    border-radius:4px !important;
    padding-left:10px;
    width: -webkit-fill-available;
}
#wpcf7-f61-o1 .wpcf7-submit{
    background: #0572B7 !important;
    width:100% !important;
    padding:12px 0px !important;
    color:#fff !important;
    font-family: 'Inter', sans-serif;
    font-weight:400;
    font-size:16px !important;
    border-radius:4px !important;
}
/* Contact Us Page Ends */
/* Initiative Page Starts */
.topo{
    padding-top: 100px;
}
.letf{
    padding-left: 8%;
}
/* Initiative Page Ends */
/* Registration Page Starts */

.inner-reg{
    display: flex;
    /*align-items: center;*/
    height: 100%;
}
.reg-lef{
    width: 50%;
}
.reg-right{
    width: 50%;
    background: url(../images/reg-bg.jpg) no-repeat;
    background-size: cover;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 23%;
    padding-bottom: 25%;
}
.reg-right h1{
    color: #fff;
    font-weight: 700;
    font-size: 72px;
    line-height: 87px;
}
.reg-right p{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    margin-top: 15px;
}
.reg-form{
    padding:50px 50px 50px 20%;
}
.reg-form .forms{
    border:1.4px solid #DEDEDE !important;
    font-family: 'Inter', sans-serif !important;
    height:42px;
    width:80px !important;
    border-radius:4px !important;
    margin-bottom:10px !important;
}
.reg-form label{
    font-family: 'Inter', sans-serif !important;
    color:#000 !important;
    font-size:14px !important;
    margin-bottom:5px;
}
.reg-form .namez{
    font-family: 'Inter', sans-serif !important;
    border:1.4px solid #DEDEDE !important;
    border-radius:4px !important;
    width: -webkit-fill-available;
    height:42px !important;
    padding-left:10px !important;
    color:#B3B3B3 !important;
    font-size:15px !important;
     margin-bottom:10px !important;
}
.reg-form .formss{
    border:1.4px solid #DEDEDE !important;
    font-family: 'Inter', sans-serif !important;
    height:42px;
    width: -webkit-fill-available !important;
    border-radius:4px !important;
    margin-bottom:10px !important;
}
.reg-form .line{
    height:1px;
    background:#dedede;
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
}
.reg-form .headin h5{
    color:#000000;
    font-family: 'Inter', sans-serif !important;
    font-weight:700;
    font-size:22px;
    margin-bottom:15px;
}
.reg-form .bot-label{
    color:#5A6166 !important;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:19px;
    margin-top:15px;
}
.reg-form .wpcf7-submit{
    width:157px;
    background:#0572B7 !important;
    border-radius:4px;
    padding:12px 0px;
    font-family: 'Inter', sans-serif !important;
    font-weight:400;
    color:#fff !important;
    text-transform:uppercase !important;
    margin-top:15px;
}
/* Registration Page Ends */
/* Events Page Starts */
.events-grid{
    padding:50px 0px;
}
.events-grid .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.events-grid h4{
    font-family: 'Inter', sans-serif !important;
    color:#000;
    font-size:20px;
    font-weight:600;
    margin-top:12px;
    margin-bottom:12px;
    min-height:30px;
}
.events-grid p{
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Inter', sans-serif !important;
    font-weight:400;
    font-size:16px;
    line-height:25px;
    margin-top:10px;
    margin-bottom:10px;
    min-height: 50px;
}
.events-grid h6{
    color:#0572B7;
    font-family: 'Inter', sans-serif !important;
    font-weight:600;
    font-size:14px;
}
.blog-read-more a{
    margin-bottom:40px;
    margin-top:15px;
    padding:10px 0px;
    text-align:center;
    width:120px;
    border: 1px solid #0572B7;;
}
.events-grid img{
    width:100%;
}
.sidebarz h2{
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size:23px;
    color:#000;
    font-family: 'Inter', sans-serif !important;
    font-weight:600;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:15px;
}
.rez li a {
    color: #000 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px;
    padding-bottom: 5px;
}
.rez {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.zszs{
    padding:50px 0px;
}
.zszs p{
    color: #000 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px;
    line-height:25px;
}
.zszs h1, h2, h3, h4, h5, h6{
   font-family: 'Inter', sans-serif !important;
   font-weight:600 !important;
}
.zszs h1{
    font-size:28px !important;
    padding-top:15px;
    padding-bottom:15px;
}
.zszs h2{
    font-size:24px !important;
    padding-top:15px;
    padding-bottom:15px;
}
.zszs h3{
    font-size:22px !important;
    padding-top:15px;
    padding-bottom:15px;
}
.zszs h4{
    font-size:20px !important;
    padding-top:15px;
    padding-bottom:15px;
}
.zszs h5{
    font-size:18px !important;
    padding-top:15px;
    padding-bottom:15px;
}
.zszs h6{
    font-size:16px !important;
    padding-top:15px;
    padding-bottom:15px;
}
.zszs img{
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.sidebarz{
    padding-left:10%;
}
.lzo{
    padding-left:10%;
}
.lzo h3{
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom:15px;
}
.lzo .inner-servz li a{
    color: #000 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px;
    padding-bottom: 5px;
}
.lzo h5{
    color: #0572B7;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding-top:0px !important;
}
.inner-servz li{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.link-sect {
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.datee{
    width:90%;
}
.datee h6{
    color:#0572B7 !important;
}
/* Events Page Ends */
/*Medical visa Page Starts*/
.bg-col{
    background:#F0F3F5 !important;
}
.zoz01{
    padding-left: 10%;
    padding-right: 10%;
}
.zoz01 .col-md-6{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.zoz01 .row{
    background: #fff;
}
.zoz01 .inner-box{
    padding: 40px 50px;
}
.zoz01 .inner-box h4{
    color: #000;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px;
    margin-bottom:30px;
}
.medical-visa-form .wpcf7-text{
    border:1.4px solid #DEDEDE;
    border-radius:4px;
    height:42px !important;
    width: -webkit-fill-available;
    padding-left:10px;
    margin-bottom:10px;
}
.medical-visa-form .col-md-6{
    padding-left:15px !important;
    padding-right:15px !important;
}
.medical-visa-form label{
    width:100% !important;
    color:#000000;
    font-size:14px;
    font-family: 'Inter', sans-serif;
    line-height:25px;
}
.medical-visa-form .wpcf7-submit{
    background:#0572B7;
    border-radius:4px;
    width:100%;
    padding:12px 0px;
    color:#FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size:16px;
}
.medical-visa-form p{
    width:100% !important;
    width: -webkit-fill-available;
}
/*Medical Visa Page Ends*/
.navbar-brand img{
    width:160px;
}
.reg-lef{
    padding-top:50px;
}
.policy-sec{
    padding-top:50px;
    padding-bottom:50px;
}
.zzo{
    padding-left:15%;
    padding-right:15%;
}
.policy-sec h1{
    font-family: 'Inter', sans-serif;
    color:#000;
    font-size:25px;
    font-weight:600;
    margin-top:15px;
    margin-bottom:10px;
}
.policy-sec h2{
    font-family: 'Inter', sans-serif;
    color:#000;
    font-size:22px;
    font-weight:600;
    margin-top:15px;
    margin-bottom:10px;
}
.policy-sec h3{
    font-family: 'Inter', sans-serif;
    color:#000;
    font-size:20px;
    font-weight:600;
    margin-top:15px;
    margin-bottom:10px;
}
.policy-sec h4{
    font-family: 'Inter', sans-serif;
    color:#000;
    font-size:18px;
    font-weight:600;
    margin-top:15px;
    margin-bottom:10px;
}
.policy-sec h5{
    font-family: 'Inter', sans-serif;
    color:#000;
    font-size:16px;
    font-weight:600;
    margin-top:15px;
    margin-bottom:10px;
}
.policy-sec h6{
    font-family: 'Inter', sans-serif;
    color:#000;
    font-size:15px;
    font-weight:600;
    margin-top:15px;
    margin-bottom:10px;
}
.policy-sec p{
    font-family: 'Inter', sans-serif;
    color:#000;
    font-size:14px;
    line-height:24px;
    margin-bottom:20px;
}
.policy-sec span{
    font-family: 'Inter', sans-serif;
    color:#000;
    font-size:14px;
}
.policy-sec a{
    font-family: 'Inter', sans-serif;
    color:#000;
    font-size:14px;
}
.policy-sec li{
    font-family: 'Inter', sans-serif;
    color:#000;
    font-size:14px;
    padding-left:15px;
}
@media all and (max-width: 1700px) and (min-width: 1300px) {
    .paraz {
        font-size: 17px;
        line-height: 30px;
    }
    .main-head {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .sub-head {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .pzx{
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .cta-sec{
        padding: 40px 0px;
    }
    .breadcrumb-section h2 {
        font-size: 46px;
        line-height: 56px;
    }
    .team-section h2 {
        font-size: 44px;
        line-height: 54px;
    }
    .team-section h5 {
        font-size: 20px;
    }
    .contact-section h2{
        font-size: 42px;
        line-height: 52px;
    }
    .reg-right h1 {
        font-size: 64px;
        line-height: 80px;
    }
    .reg-right p{
        font-size: 18px;
        line-height: 25px;
    }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
.banner {
    height: 50%;
}
.box-section {
    width: 100%;
    padding: 45px;
}
.about-section {
    padding: 40px 0px;
}
.benefits-img img{
    width:100%;
    margin-bottom:20px;
}
.paraz{
    width:100%;
}
.tabz {
    margin-top: 15px;
}
.tabz .panel-body {
    margin-top: 0px;
}
.tabz p{
    width:100%;
}
.benefits-section {
    padding: 40px 0px;
}
.panel{
    margin-bottom:0px !important;
}
.main-head {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
}
.news-section {
    padding: 40px 0px;
}
.cta-box {
    width: 100%;
}
.cta-box h4 {
    font-size:40px;
}
.breadcrumb-section {
    padding: 110px 0px 30px 0px;
}
.breadcrumb-section h2 {
    font-size: 45px;
    width: 70%;
    margin-bottom: 15px;
}
.about-main {
    padding: 40px 0px;
}
.about-main .row {
    display: block;
}
.about-main p {
    width: 100%;
    margin-bottom:20px;
}
.about-main .center-block{
    margin-left:inherit !important;
    margin-right:inherit !important;
}
.poz {
    top: 0;
}
.poz1 {
    top: 10px;
}
.team-section h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
}
.team-section .col-md-3 {
    margin-bottom: 30px;
}
.inner-reg {
    display: block;
}
.reg-lef {
    width: 100%;
}
.reg-form {
    padding: 50px 50px 50px 50px;
}
.reg-right h1 {
    font-size: 55px;
    line-height: 65px;
}
.reg-right {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15%;
    padding-bottom: 15%;
}
.topo {
    padding-top: 50px;
}
.letf {
    padding-left: 2%;
    padding-top: 30px;
}
.sidebarz {
    padding-left: 0%;
}
.lzo {
    padding-left: 0%;
}
.navbar-nav > li > a {
    font-size: 13px;
    padding-left:12px;
    padding-right:12px;
}
.button-green a {
    margin-left: 15px;
}
}





@media all and (max-width: 767px) and (min-width: 320px) {
.banner {
    height: 75%;
}
.box-section {
    width: 100%;
    padding: 50px 30px;
}
.box-section h1 {
    font-size: 36px;
    line-height: 46px;
}
.about-section {
    padding: 40px 0px;
}
.main-head {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}
.paraz {
    width: 100%;
}
.blue-button {
    margin-top: 20px;
    margin-bottom: 30px;
}
.benefits-section {
    padding: 40px 0px;
}
.tabz p {
    width: 100%;
}
.news-section {
    padding: 40px 0px;
}
.heading-section {
    display: block;
}
.news-section .buttonz-sn {
    bottom: 30%;
    right: 10px;
}
.news-section .buttonz-ss {
    bottom: 30%;
    left: 10px;
}
.cta-box {
    padding: 40px 30px 40px 30px;
    width: 100%;
}
.cta-box h4 {
    font-size: 38px;
}
.cta-sec {
    padding: 40px 0px;
}
.footer-section {
    padding: 40px 0px 30px 0px;
}
.copyright p {
    padding-top: 30px;
}
.navbar-brand {
    padding: 12px 15px !important;
}
.navbar{
    min-height: 80px !important;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-top: 23px;
    border-radius: 0px;
}
.navbar-nav {
    float: left !important;
}
.navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.navbar-toggle .icon-bar {
    height: 3px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #0572B7 !important;
}
.navbar-header{
    min-height: 80px;
}
.button-green a {
    margin-top: 6px;
    margin-left: 15px;
}
.tabz .nav-tabs > li > a{
    margin-right: 10px !important;
}
.spzo {
    margin-right: 0px !important;
}
.tabz .nav-tabs > li > a{
    font-size: 14px !important;
}
.tabz .nav-tabs > li.active > a{
    font-size: 14px !important;
}
.tabz .panel-body {
    margin-top: 10px;
}
.tabz .panel{
    margin-bottom: 0px !important;
}
.sub-head {
    font-size: 18px;
    margin-bottom: 10px;
}
.main-head {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
}
.paraz {
    margin-top: 20px;
}
.tabz {
    margin-top: 10px;
}
.blue-button {
    width: 150px;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.paraz {
    font-size: 18px;
    line-height: 28px;
}
.breadcrumb-section {
    padding: 70px 0px 50px 0px;
}
.breadcrumb-section h2 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 20px;
    width: 100%;
}
.about-main {
    padding: 40px 0px;
}
.about-main .row {
    display: block;
}
.about-main p {
    font-size: 18px !important;
    line-height: 28px !important;
    width: 100%;
    margin-bottom: 15px;
}
.team-section h2 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 50px;
}

.team-section .col-md-3 {
    margin-bottom: 30px;
}
.contact-section h2 {
    font-size: 39px;
    line-height: 49px;
    margin-bottom: 15px;
}
.contact-section {
    padding: 40px 0px;
}
.contact-section p {
    font-size: 18px;
    line-height: 29px;
    width: 100%;
}
.contacz {
    margin-top: 25px;
}
.contacz h4 {
    margin-bottom: 10px;
}
.social-mediaz {
    margin-top: 25px;
}
.social-mediaz ul{
    margin-bottom: 30px;
}
.topo {
    padding-top: 50px;
}
.topo h2{
    margin-top: 30px;
}
.poz {
    top: 0px;
}
.poz1 {
    top: 20px;
}
.inner-reg {
    display: block;
}
.reg-lef {
    width: 100%;
}
.reg-form {
    padding: 30px 30px 30px 30px;
}
.reg-form .line {
    margin-top: 15px;
    margin-bottom: 15px;
}
.reg-right {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10%;
    padding-bottom: 10%;
    width: 100%;
}
.reg-right h1 {
    font-size: 40px;
    line-height: 50px;
}
.reg-right p {
    font-size: 16px;
    line-height: 24px;
}
.zoz01 .inner-box h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.zoz01 .inner-box {
    padding: 30px 20px;
}
.medical-visa-form .wpcf7-submit {
    font-size: 14px;
}
#menu-primary-navigation{
    margin-left:0px !important;
}
.navbar-brand {
    padding: 5px 15px !important;
}
#menu-primary-navigation{
    position:relative;
    z-index:99999999999;
}
}


.cog-cognito img {
    max-width: 30% !important;
}
.team {
  font-family: 'Inter', sans-serif;
  border-collapse: collapse;
  width: 75%;
  margin:0 auto;
}

.team td, .team th {
  border: 1px solid #ddd;
  padding: 8px;
}

.team tr:nth-child(even){background-color: #f2f2f2;}


.team th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: #000;
  font-family: 'Inter', sans-serif;
}
.org-table{
    padding-bottom:50px;
}
.org-table h4 {
    margin-bottom: 20px;
    text-align: center;
}
.tpz{
    margin-top:30px;
}