@font-face{
    font-family: "SF-Pro-Display-Black";
    src: url("../fonts/SF-Pro-Display-Black.ttf");
}
@font-face{
    font-family: "SF-Pro-Display-Heavy";
    src: url("../fonts/SF-Pro-Display-Heavy.ttf");
}
@font-face{
    font-family: "SF-Pro-Display-Bold";
    src: url("../fonts/SF-Pro-Display-Bold.ttf");
}
@font-face{
    font-family: "SF-Pro-Display-SemiBold";
    src: url("../fonts/SF-Pro-Display-SemiBold.ttf");
}
@font-face{
    font-family: "SF-Pro-Display-Medium";
    src: url("../fonts/SF-Pro-Display-Medium.ttf");
}
@font-face{
    font-family: "SF-Pro-Display-Regular";
    src: url("../fonts/SF-Pro-Display-Regular.ttf");
}
@font-face{
    font-family: "SF-Pro-Display-Light";
    src: url("../fonts/SF-Pro-Display-Light.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "SF-Pro-Display-SemiBold";
    text-transform: capitalize;
}

p,
ul{
    font-family: "SF-Pro-Display-Regular";
    margin: 0;
    padding: 0;
    list-style: none;
}

span,
input,
textarea,
a,
button{
    font-family: "SF-Pro-Display-Medium";
    margin: 0;
    padding: 0;
}

a:hover{
    color: inherit;
}

body{
    overflow-x: hidden;
    background: #FEFEFE;
    font-family: "SF-Pro-Display-Medium";
}

main{
    overflow: hidden;
}

a,
button,
input,
textarea:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.form-group input[type=number]{
  -moz-appearance: textfield;
}
@keyframes bounce2{
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}
@keyframes zoom-in-zoom-out{
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
}
/*Website Custom Style Css For Single Items Start Here*/
/*Heading & Para Style Css*/
.heading-one{
    font-size: 58px;
    line-height: 64px;
}
.heading-two{
    font-size: 54px;
    line-height: 60px;
}
.heading-three{
    font-size: 46px;
    line-height: 52px;
}
.heading-four{
    font-size: 38px;
    line-height: 44px;
}
.heading-five{
    font-size: 24px;
    line-height: 30px;
}
.heading-six{
    font-size: 20px;
    line-height: 26px;
}
p{
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
}
li{
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 5px;
}
/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons{
    margin: 20px 0 0;
    display: flex;
    align-items: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    font-size: 16px;
    width: 175px;
    height: 45px;
    border-radius: 0;
    padding: 10px 10px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    animation: bounce2 2s ease infinite;
}
/*Buttons Style Css*/

/*Website Custom Style Css For Single Items End Here*/

/*Header Css Start Here*/
header{
    background: #fff;
    width: 100%;
    box-shadow: 0 0 20px -5px #b2b2b2;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: all .3s ease-in-out;
}
header nav.navbar{
    padding: 10px 0px;
    align-items: center;
    position: inherit;
}
header nav.navbar .navbar-brand{
    padding: 0px 0;
    margin: 0;
}
header nav.navbar .navbar-brand .logo{
    width: 150px;
    margin: 0;
    transition: all 0.5s ease-in-out;
    display: block;
}
header .navbar-toggler{
    background-color: #fff;
}
header .navbar-toggler:focus{
    box-shadow: none;
}
header .navbar-expand-lg .navbar-collapse{
    justify-content: center;
    flex-direction: column;
    align-items: end;
    margin: 0 0 0 20px;
}
header .navbar-collapse .navbar-main-nav{
    display: flex;
    align-items: center;
    gap: 120px;
}
header .navbar-main-nav ul.navbar-nav{
    width: 100%;
    justify-content: center;
    margin: 0 10px 0 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item{
    margin: 0 10px 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    color: #0A2840;
    font-size: 18px;
    line-height: 24px;
    padding: 25px 0px;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link:hover{
    color: #72C2DB;
}
header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown{
    position: inherit;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle::after{
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 5px;
    border: none;
    display: block;
}
header .navbar-nav .nav-item ul.dropdown-menu{
    background: #FEFEFE;
    top: 82px;
    left: 0;
    width: 100%;
    border: none;
    border-radius: 0px;
    box-shadow: 0 15px 45px -20px #0A2840;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    display: flex;
}
header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    display: flex;
}
header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show{
    display: flex;
}
header .navbar-nav .nav-item ul.dropdown-menu li{
    padding: 0;
    margin: 0;
    width: 100%;
    border-right: 1px solid #f3f3f3;
}
header .navbar-nav .nav-item ul.dropdown-menu li:last-child{
    border-right: none;
}
header .navbar-nav .nav-item ul.dropdown-menu li span{
    background: #72C2DB;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 7px 10px;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
    display: block;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double{
    display: flex;
    flex-wrap: wrap;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a{
    width: 50%;
    border-right: 1px solid #f3f3f3;
}
header .navbar-nav .nav-item ul.dropdown-menu li a{
    color: #0A2840;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
    border-radius: 0;
    text-align: left;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}
header .navbar-nav .nav-item ul.dropdown-menu li a i{
    color: #72C2DB;
    font-size: 12px;
    font-weight: 700;
    margin: 0 5px 0 0;
}
header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:focus, 
header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:hover{
    background: #0A2840;
    color: #fff;
}
header nav.navbar .website-main-buttons{
    justify-content: center;
    margin: 0;
}
header nav.navbar .website-main-buttons button.popup-btn{
    background: #72C2DB;
    color: #fff;
    border: 2px solid #72C2DB;
}
header nav.navbar .website-main-buttons button.popup-btn:hover{
    background: transparent;
    color: #72C2DB;
    transform: scale(0.9);
}
header nav.navbar .website-main-buttons a.call-btn{
    background: transparent;
    color: #0A2840;
    border: 2px solid #0A2840;
}
header nav.navbar .website-main-buttons a.call-btn:hover{
    background: #0A2840;
    color: #72C2DB;
    transform: scale(0.9);
}
header nav.navbar .website-main-buttons a.call-btn i{
    margin: 0 0 0 5px;
    transform: rotate(-45deg);
}
/*Header Css End Here*/

/**************************************************************************
---------------- Home Page Folds Css Start Here ---------------------------
---------------------------------------------------------------------------
**************************************************************************/

/*Iframe Calendary Section Css Start Here*/

section.calendly_Intergrate {
    background: #0d1c28;
    padding: 9rem 0;
    position: relative;
    z-index: 2;
}

section.calendly_Intergrate::after {
    content: '';
    position: absolute;
    width: 95%;
    height: 100%;
    top: 1%;
    left: 0;
    background: url(https://penguinpublishers.com/assets/images/logo.png);
    z-index: -1;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
}

section.calendly_Intergrate h3 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 4rem;
    font-family: poppins;
    font-weight: 600;
}

section.calendly_Intergrate p {
    color: #fff;
    font-family: poppins;
    font-size: 17px;
    line-height: 1.7;
}

section.calendly_Intergrate span {
    display: block;
    color: #72c2db;
    font-size: 33px;
    font-family: 'SF-Pro-Display-Bold';
    margin: 39px 0 0 0;
}

section.calendly_Intergrate ul {
    color: #fff;
    padding: 13px 0 0 0;
}

section.calendly_Intergrate ul li {
    list-style: circle;
    line-height: 2;
    font-family: poppins;
    font-size: 17px;
}
.calendly-inline-widget{
    height:785px;
}
section.calendly_Intergrate img {
    width: 206px;
    margin: 0 0 20px 0;
}

/*Iframe Calendary Section Css End Here*/


/*Service Offer Section Css Start Here*/
section.service-offer-wrap{
    padding: 50px 0px;
}
.service-offer-wrap .service-offer-head{
    width: 90%;
    margin: 0 auto 50px;
    text-align: center;
}
.service-offer-head .heading-two{
    color: #0A2840;
    margin: 0 0 10px;
}
.service-offer-head p{
    color: #0A2840;
}
.service-offer-wrap .service-offer-inner{}
.service-offer-inner .service-offer-slider{}
.service-offer-slider .slick-arrow{
    display: none !important;
}
.service-offer-inner .service-offer-box{
    padding: 20px 0;
    margin: 0 10px;
    text-align: center;
    transition: all .3s ease-in-out;
}
.service-offer-inner .service-offer-box:hover{
    box-shadow: 0 5px 20px -5px #b2b2b2
}
.service-offer-box .heading-five{
    color: #72C2DB;
    margin: 0 0 20px;
}
.service-offer-box .offer-box-img{
    background: #72C2DB;
    padding: 20px 20px;
    margin: 0 0 20px;
}
.offer-box-img img{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    object-fit: contain;
}
.service-offer-box p{
    color: #0A2840;
    padding: 0 10px;
    min-height: 100px;
    max-height: 100px;
    overflow-y: auto;
}
.service-offer-box p::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);
    border-radius: 0px;
}
.service-offer-box p::-webkit-scrollbar{
    width: 3px;
    background: #b2b2b2;
    border-radius: 0px;
}
.service-offer-box p::-webkit-scrollbar-thumb{
    background-color: #72C2DB;
    border-radius: 0px;
}
.service-offer-box .website-main-buttons a.read-more-btn{
    background: #fff;
    color: #0A2840;
    border: 2px solid #0A2840;
    margin: 0 auto;
}
.service-offer-box .website-main-buttons a.read-more-btn:hover{
    background: #0A2840;
    color: #fff;
    transform: scale(0.9);
}
section.service-offer-wrap.service-offer-editing{
    background: #0A2840;
}
.service-offer-wrap.service-offer-editing .service-offer-head .heading-two{
    color: #fff;
}
.service-offer-wrap.service-offer-editing .service-offer-head p{
    color: #fff;
}
.service-offer-wrap.service-offer-editing .service-offer-box .heading-five{
    color: #fff;
}
.service-offer-wrap.service-offer-editing .service-offer-box .offer-box-img{
    background: #fff;
}
.service-offer-wrap.service-offer-editing .service-offer-box p{
    color: #fff;
}
.service-offer-wrap.service-offer-editing .service-offer-box .website-main-buttons a.read-more-btn{
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.service-offer-wrap.service-offer-editing .service-offer-box .website-main-buttons a.read-more-btn:hover{
    color: #72C2DB;
    border: 2px solid #72C2DB;
}
/*Service Offer Section Css End Here*/

/*Reviews Trustpilot Section Css End Here*/
.reviews-trustpilot-wrap{
    background: #DCF5FC;
    padding: 50px 0;
}
.reviews-trustpilot-wrap .reviews-trustpilot-head{
    margin: 0 0 30px;
    text-align: center;
}
.reviews-trustpilot-head .heading-two{
    color: #0A2840;
    margin: 0 0 10px;
}
.reviews-trustpilot-head p{
    color: #0A2840;
}
.reviews-trustpilot-wrap .reviews-trustpilot-inner{}
.reviews-trustpilot-inner .reviews-trustpilot-items{}
.reviews-trustpilot-items .slick-arrow{
    display: none !important;
}
.reviews-trustpilot-items .reviews-tabscontent-box{
    background: #fff;
    border-radius: 35px 35px;
    box-shadow: 0 5px 20px -15px #0A2840;
    padding: 30px 30px;
    margin: 10px 10px;
    transition: all .3s ease-in-out;
}
.reviews-tabscontent-box:hover{
    background: linear-gradient(180deg, rgba(230,250,255,1) 0%, rgba(220,227,229,1) 100%);
    transform: scale(0.9);
}
.reviews-tabscontent-box .reviews-tabscontent-head{
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.reviews-tabscontent-head .reviews-tabscontent-thumb{
    margin: 0 20px 0 0;
}
.reviews-tabscontent-head .reviews-tabscontent-thumb img{
    width: 75px;
    height: 75px;
    border-radius: 25px;
    box-shadow: 0 2px 20px -10px #000000;
}
.reviews-tabscontent-head .reviews-tabscontent-text{}
.reviews-tabscontent-text .heading-six{
    color: #0A2840;
    margin: 0 0 5px;
}
.reviews-tabscontent-text .reviews-trustpilot-add{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.reviews-tabscontent-text .reviews-tabscontent-ratings{
    background: #DCF5FC;
    padding: 7px 7px;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
}
.reviews-tabscontent-ratings .ratings-stars-img{
    display: flex;
    align-items: center;
    line-height: 0;
    margin: 0 10px 0 0;
}
.reviews-tabscontent-ratings .ratings-stars-img img{
    width: 15px;
    height: 15px;
    margin: 0 2px 0 0;
}
.reviews-tabscontent-ratings span{
    color: #0A2840;
    font-size: 14px;
}
.reviews-trustpilot-add .reviews-trustpilot-icon{
    margin: 0 0 0 10px;
    display: block;
}
.reviews-trustpilot-icon img{
    width: 90px;
}
.reviews-tabscontent-box .reviews-tabscontent-para{}
.reviews-tabscontent-para p{
    color: #0A2840;
    padding: 0 10px 0 0;
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
}
.reviews-tabscontent-para p::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);
    border-radius: 10px;
}
.reviews-tabscontent-para p::-webkit-scrollbar{
    width: 3px;
    background: #eee3ff;
    border-radius: 10px;
}
.reviews-tabscontent-para p::-webkit-scrollbar-thumb{
    background-color: #0A2840;
    border-radius: 10px;
}
/*Reviews Trustpilot Section Css End Here*/

/**************************************************************************
---------------- Home Page Folds Css End Here ---------------------------
---------------------------------------------------------------------------
**************************************************************************/

/* Footer Css Start Here */
footer.footer-main-sec {
    background-color: #0A2840;
    position: relative;
    z-index: 10;
}
.footer-main-sec .footer-top {
    padding: 50px 0 20px 0;
}
.footer-top .footer-links-area {
    margin: 0 0 20px;
    border-right: 1px solid #f3f3f3;
    height: 100%;
}
.footer-top .footer-links-area.footer-links-area-last{
    border-right: none;
}
.footer-links-area .heading-six{
    color: #72C2DB;
    margin: 0 0 20px 0;
}
.footer-links-area .footer-services-nav-links{
    display: flex;
    justify-content: space-between;
}
.footer-services-nav-links ul.footer-nav-links{
    margin: 0 20px 0 0;
}
.footer-links-area ul.footer-nav-links li{
    margin: 0 0 10px 0;
}
.footer-links-area ul.footer-nav-links a{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    transition: all .3s ease-in-out;
    display: block;
}
.footer-links-area ul.footer-nav-links a:hover{
    color: #72C2DB;
}
.footer-top .footer-brands-area{
    margin: 20px 0;
}
.footer-brands-area .footer-brands-logos{
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.footer-brands-area .footer-brands-logos img{
    width: 125px;
    height: 75px;
    object-fit: contain;
    margin: 0 10px 0;
}
.footer-brands-area .footer-dmc-logos{
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.footer-brands-area .footer-dmc-logos img{
    margin: 0 10px 0;
}
.footer-top .footer-disclaimer-area p{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}
.footer-top .footer-disclaimer-area p b{
    color: #72C2DB;
}
.footer-main-sec .footer-middle{
    background: #72C2DB;
    padding: 20px 0;
}
.footer-middle .footer-logo-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logo-area .footer-logo{
    width: 150px;
}
.footer-logo-area .footer-info{}
.footer-logo-area .footer-info ul{
    text-align: center;
}
.footer-logo-area .footer-info ul li{
    margin: 0 0 5px;
}
.footer-logo-area .footer-info ul li a{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    display: block;
    transition: all .3s ease-in-out;
}
.footer-logo-area .footer-info ul li a:hover{
    color: #0A2840;
}
.footer-logo-area ul.footer-social-links{
    display: flex;
    align-items: center;
}
ul.footer-social-links li{
    margin: 0 5px 0;
}
ul.footer-social-links li a{
    color: #fff;
    font-size: 22px;
    display: block;
    transition: all .3s ease-in-out;
}
ul.footer-social-links li a:hover{
    color: #0A2840;
}
ul.footer-social-links li a img{
    filter: invert(1);
    width: 22px;
    transition: all .3s ease-in-out;
}
ul.footer-social-links li a:hover img{
    filter: unset;
}
.footer-main-sec .footer-bottom{
    padding: 10px 0;
}
.footer-bottom .footer-copyright{
    text-align: center;
}
.footer-copyright p{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
/* Footer Css End Here */

@media only screen and (min-width: 1400px) and (max-width: 1899px){

/*Header Responsive Css Start Here*/
header .navbar-nav .nav-item ul.dropdown-menu li:first-child{
    width: 175%;
}
/*Header Responsive Css End Here*/
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
.heading-one{
    font-size: 54px;
    line-height: 60px;
}
.heading-two{
    font-size: 48px;
    line-height: 54px;
}
.heading-three{
    font-size: 40px;
    line-height: 46px;
}
.heading-four{
    font-size: 32px;
    line-height: 38px;
}
.heading-five{
    font-size: 20px;
    line-height: 26px;
}
.heading-six{
    font-size: 18px;
    line-height: 24px;
}
p{
    font-size: 16px;
    line-height: 22px;
}
li{
    font-size: 16px;
    line-height: 22px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    font-size: 16px;
    width: 160px;
    padding: 10px 5px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header .navbar-expand-lg .navbar-collapse{
    margin: 0 0 0 10px;
}
header .navbar-main-nav ul.navbar-nav li.nav-item{
    margin: 0 5px 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    font-size: 16px;
    line-height: 22px;
}
header .navbar-nav .nav-item ul.dropdown-menu li:first-child{
    width: 175%;
}
header .navbar-nav .nav-item ul.dropdown-menu li span{
    font-size: 16px;
    line-height: 22px;
}
header nav.navbar .website-main-buttons button.popup-btn{
    width: 150px;
}
header nav.navbar .website-main-buttons a.call-btn{
    width: 150px;
}
/*Header Responsive Css End Here*/



}
@media only screen and (min-width: 992px) and (max-width: 1199px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
.heading-one{
    font-size: 48px;
    line-height: 54px;
}
.heading-two{
    font-size: 42px;
    line-height: 48px;
}
.heading-three{
    font-size: 36px;
    line-height: 42px;
}
.heading-four{
    font-size: 30px;
    line-height: 36px;
}
.heading-five{
    font-size: 20px;
    line-height: 26px;
}
.heading-six{
    font-size: 18px;
    line-height: 24px;
}
p{
    font-size: 16px;
    line-height: 22px;
}
li{
    font-size: 16px;
    line-height: 22px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    padding: 10px 5px;
    margin: 0 5px 5px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header nav.navbar .navbar-brand .logo{
    width: 120px;
}
header .navbar-expand-lg .navbar-collapse{
    margin: 0 0 0 10px;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item{
    margin: 0 5px 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    font-size: 16px;
    line-height: 22px;
}
header .navbar-nav .nav-item ul.dropdown-menu li span{
    font-size: 16px;
    line-height: 22px;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double{
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a{
    width: 100%;
    border-right: none;
}
header nav.navbar .website-main-buttons button.popup-btn{
    width: 150px;
}
header nav.navbar .website-main-buttons a.call-btn{
    width: 150px;
}
header .navbar-collapse .navbar-main-nav {
    gap: 30px;
}
/*Header Responsive Css End Here*/



/*Footer Responsive Css Start Here*/
.footer-top .footer-links-area{
    height: inherit;
    padding: 0 20px 0;
}
.footer-top .footer-links-area.footer-links-area-last{
    border-right: 1px solid #f3f3f3;
}
/*Footer Responsive Css End Here*/
}
@media only screen and (min-width: 768px) and (max-width: 991px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
.heading-one{
    font-size: 48px;
    line-height: 54px;
}
.heading-two{
    font-size: 42px;
    line-height: 48px;
}
.heading-three{
    font-size: 36px;
    line-height: 42px;
}
.heading-four{
    font-size: 30px;
    line-height: 36px;
}
.heading-five{
    font-size: 20px;
    line-height: 26px;
}
.heading-six{
    font-size: 18px;
    line-height: 24px;
}
p{
    font-size: 16px;
    line-height: 22px;
}
li{
    font-size: 16px;
    line-height: 22px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons{
    flex-wrap: wrap;
    justify-content: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    font-size: 14px;
    width: 160px;
    padding: 10px 5px;
    margin: 0 5px 5px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header .navbar-expand-lg .navbar-collapse{
    margin: 10px 10px 0;
    background: #0A2840;
}
header .navbar-collapse .navbar-main-nav{
    flex-direction: column;
    justify-content: center;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 0px;
    border-bottom: 1px solid #fff;
}
header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown{
    position: relative;
}
header .navbar-nav .nav-item ul.dropdown-menu{
    top: 0;
    left: 0;
    display: none;
}
header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu{
    display: grid;
}
header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show{
    display: grid;
}
header .navbar-nav .nav-item ul.dropdown-menu li{
    border-right: none;
}
header .navbar-nav .nav-item ul.dropdown-menu li span{
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double{
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a{
    width: 50%;
}
header nav.navbar .website-main-buttons{
    margin: 10px 0;
    flex-wrap: wrap;
}
header nav.navbar .website-main-buttons a.call-btn{
    color: #fff;
    border: 2px solid #fff;
}
/*Header Responsive Css End Here*/



/*Footer Responsive Css Start Here*/
.footer-top .footer-links-area{
    height: inherit;
    padding: 0 20px 0;
}
.footer-top .footer-links-area.footer-links-area-last{
    border-right: 1px solid #f3f3f3;
}
/*Footer Responsive Css End Here*/

}
@media only screen and (min-width: 576px) and (max-width: 767px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
.heading-one{
    font-size: 48px;
    line-height: 54px;
}
.heading-two{
    font-size: 42px;
    line-height: 48px;
}
.heading-three{
    font-size: 36px;
    line-height: 42px;
}
.heading-four{
    font-size: 30px;
    line-height: 36px;
}
.heading-five{
    font-size: 20px;
    line-height: 26px;
}
.heading-six{
    font-size: 18px;
    line-height: 24px;
}
p{
    font-size: 16px;
    line-height: 22px;
}
li{
    font-size: 16px;
    line-height: 22px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons{
    flex-wrap: wrap;
    justify-content: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    font-size: 14px;
    width: 160px;
    padding: 10px 5px;
    margin: 0 5px 5px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header .navbar-expand-lg .navbar-collapse{
    margin: 10px 10px 0;
    background: #0A2840;
}
header .navbar-collapse .navbar-main-nav{
    flex-direction: column;
    justify-content: center;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 0px;
    border-bottom: 1px solid #fff;
}
header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown{
    position: relative;
}
header .navbar-nav .nav-item ul.dropdown-menu{
    top: 0;
    left: 0;
    display: none;
}
header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu{
    display: grid;
}
header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show{
    display: grid;
}
header .navbar-nav .nav-item ul.dropdown-menu li{
    border-right: none;
}
header .navbar-nav .nav-item ul.dropdown-menu li span{
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double{
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a{
    width: 50%;
}
header nav.navbar .website-main-buttons{
    margin: 10px 0;
    flex-wrap: wrap;
}
header nav.navbar .website-main-buttons a.call-btn{
    color: #fff;
    border: 2px solid #fff;
}
/*Header Responsive Css End Here*/


/*Footer Responsive Css Start Here*/
.footer-top .footer-links-area{
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #3D3D3D;
    height: inherit;
    text-align: center;
}
.footer-links-area .footer-services-nav-links{
    flex-direction: column;
    justify-content: center;
}
.footer-services-nav-links ul.footer-nav-links{
    margin: 0;
}
.footer-brands-area .footer-brands-logos{
    flex-wrap: wrap;
    justify-content: center;
}
.footer-brands-area .footer-brands-logos img{
    width: 100px;
    margin: 0 10px 10px;
}
.footer-brands-area .footer-dmc-logos{
    justify-content: center;
}
.footer-brands-area .footer-dmc-logos img{
    margin: 0 5px 0;
}
.footer-top .footer-disclaimer-area{
    text-align: center;
}
.footer-middle .footer-logo-area{
    flex-direction: column;
    justify-content: center;
}
.footer-logo-area .footer-logo{
    margin: 0 0 10px;
}
.footer-logo-area .footer-info{
    margin: 0 0 10px;
}
/*Footer Responsive Css End Here*/
}
@media only screen and (min-width: 300px) and (max-width: 575px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
.heading-one{
    font-size: 34px;
    line-height: 45px;
}
.heading-two{
    font-size: 24px;
    line-height: 32px;
}
.heading-three{
    font-size: 29px;
    line-height: 42px;
}
.heading-four{
    font-size: 21px;
    line-height: 36px;
}
.heading-five{
    font-size: 20px;
    line-height: 26px;
}
.heading-six{
    font-size: 18px;
    line-height: 24px;
}
p{
    font-size: 16px;
    line-height: 22px;
}
li{
    font-size: 16px;
    line-height: 22px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons{
    flex-wrap: wrap;
    justify-content: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    font-size: 14px;
    width: 150px;
    padding: 10px 5px;
    margin: 0 5px 5px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header nav.navbar .navbar-brand .logo{
    width: 120px;
}
header .navbar-expand-lg .navbar-collapse{
    margin: 10px 10px 0;
    background: #0A2840;
}
header .navbar-collapse .navbar-main-nav{
    flex-direction: column;
    justify-content: center;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 0px;
    border-bottom: 1px solid #fff;
}
header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown{
    position: relative;
}
header .navbar-nav .nav-item ul.dropdown-menu{
    top: 0;
    left: 0;
    display: none;
}
header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu{
    display: none;
}
header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show{
    display: grid;
}
header .navbar-nav .nav-item ul.dropdown-menu li{
    border-right: none;
}
header .navbar-nav .nav-item ul.dropdown-menu li span{
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double{
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a{
    width: 100%;
    border-right: none;
}
header nav.navbar .website-main-buttons{
    margin: 10px 0;
    flex-wrap: wrap;
}
header nav.navbar .website-main-buttons a.call-btn{
    color: #fff;
    border: 2px solid #fff;
}
/*Header Responsive Css End Here*/


/*Footer Responsive Css Start Here*/
.footer-top .footer-links-area{
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #3D3D3D;
    height: inherit;
    text-align: center;
}
.footer-links-area .footer-services-nav-links{
    flex-direction: column;
    justify-content: center;
}
.footer-services-nav-links ul.footer-nav-links{
    margin: 0;
}
.footer-brands-area .footer-brands-logos{
    flex-wrap: wrap;
    justify-content: center;
}
.footer-brands-area .footer-brands-logos img{
    width: 100px;
    margin: 0 10px 10px;
}
.footer-brands-area .footer-dmc-logos{
    justify-content: center;
}
.footer-brands-area .footer-dmc-logos img{
    margin: 0 5px 0;
}
.footer-top .footer-disclaimer-area{
    text-align: center;
}
.footer-middle .footer-logo-area{
    flex-direction: column;
    justify-content: center;
}
.footer-logo-area .footer-logo{
    margin: 0 0 10px;
}
.footer-logo-area .footer-info{
    margin: 0 0 10px;
}
/*Footer Responsive Css End Here*/
}
