/*#d17204; */

/* general style */
html,body{margin: 0px;padding: 0px;font-family: 'Calibiri', 'Trebuchet MS', 'Nunito', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}
.cont_breaks{width: 100%;height: 1px;padding: 1px 0px;margin: 0.5px 0px;clear: both;display: block;}
.display-block{display: block;}
.display-none{display: none;}

/* color */
:root {
    --mainColor: #d17204;
    --whiteColor: #ffffff;
    --colorTextGray: #95a5a6;
}
.mainColorBg{background-color:#d17204 !important;}
.whiteColorBg{background-color:#ffffff !important;}
.mainColorTxt{color:#d17204 !important;}
.whiteColorTxt{color:#ffffff !important;}
.blackColorTxt{color:#333333 !important;}
/* end color */


.modal .close{
  background-color: transparent !important;
  border: none !important;
  color: #d17204;
  font-size: 18px !important;
  font-weight: bold !important;
}

.mobile-display{display: none !important;width: 100%;height: 1px;padding: 1px 0px;margin: 0.5px 0px;clear: both;}

/* buttons */


.container-width-40{
    width: 40% !important;
}

/* nav */
#mobile-menu-site{
  width: 100% !important;
  min-height: 55px;
  background-color: #fff;
  padding: 0%;
  clear: both;
  margin: 0px;
  position: sticky;
  z-index: 9000000;
  display: none;
  top: 0;
}

#menu-mobile-list{
  width: 100%;
  height: 100vh;
  background-color: #fff8f8;
  padding: 0px;
  display: none;
}

#menu-mobile-list ul{
  padding: 10px 6%;
  list-style: none;
  margin: 0px;
}

#menu-mobile-list ul li{
  padding: 14px 0%;
  border-bottom: 1px solid #5d6d7e;
}

#menu-mobile-list ul a{
  text-decoration: none;
  color: #5d6d7e;
}

#menu-mobile-list ul .active{
  text-decoration: none;
  color: #d17204;
  font-weight: bold;
}

.whatsapp-btn {
    background-color:#a3e4d7;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    text-decoration: none;
    position: fixed;
    bottom: 150px;
    right: 80px;
    text-align: center;
    z-index: 200;
}

.whatsapp-btn img {
    width: 50px;
    height: 50px;
    margin: 15px;
    object-fit: contain;
}


#mobile-site-nav{
  width: 100% !important;
  height: 55px;
  background-color: #fff;
  padding: 0%;
  clear: both !important;
  margin: 0px;
}
#mobile-site-nav .mobile-menu-nav{
  float: left;
  height: 55px;
  width: 33.33%;
  padding: 0px 0px 0px 3%;
}
#mobile-site-nav .mobile-logo-nav{
  float: left;
  height: 55px;
  width: 33.33%;
  text-align: center;
}
#mobile-site-nav .mobile-quote-nav{
  float: left;
  height: 55px;
  width: 33.33%;
  padding: 0px 3% 0px 0px;
  text-align: right;
}
#mobile-site-nav .mobile-menu-nav img{
  height: 24px;
  width: 24px;
  object-fit: contain;
  margin: 15.5px 0px;
}
#mobile-site-nav .mobile-logo-nav img{
  height: 50px;
  width: auto;
  object-fit: contain;
  margin: 5px 0px;
}
#mobile-site-nav .mobile-quote-nav button{
  height:28px;
  width: 80px;
  background-color: #d17204;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #d17204;
  padding: 0px;
  margin: 15.5px 0px;
  font-weight: bold;
}


#site-nav{
    width: 100%;
    height: 90px;
    clear: both;
    display: block;
    margin: 0px;
    padding: 0px 5%;
    box-shadow: 0px 0px 36px 1px #00000033;
    background-color: #ffffff;
    border: 1px solid #a6a6a628;
}
#site-nav .logo-nav{width:15%;height: 90px;float:left;}
#site-nav .logo-nav img{object-fit: contain;height: 80px;width: auto;margin: 5px 0px;}

#site-nav .nav-links{
    width:59%;
    height: 90px;
    line-height: 90px;
    float:right;
    padding: 0px 0%;
}

#site-nav .nav-links ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: right;
}

#site-nav .nav-links ul a{
    float: right;
    margin: 0px 5px 0px 0px;
    padding: 0px 0% 0px 1.5%;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

#site-nav .nav-links ul .active{
  font-weight: bold;
  font-size: 20px;
  color: var(--mainColor);
}

#site-nav .nav-links ul a:hover{
  color: var(--mainColor);
}

#site-nav .nav-links .dropdownlist{
  margin: 0px;
  padding: 0px;
  list-style: none;
  z-index: 1000;

}

#site-nav .nav-button{
    width:26%;
    height: 90px;
    line-height: 90px;
    float:right;
}

#site-nav .nav-button .nav-button-info{
    float:right;
    margin: 0px;
    font-weight: lighter;
    font-size: 15px;
}
 .nav-button-link{
    float:right;
    margin: 0px 0px 0px 25px;
}

.nav-button-link .btnGetQuote{
    padding: 0%;
    background-color: var(--mainColor);
    text-align: center;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid var(--mainColor);
    font-weight: bold;
    font-size: 14px;
    color: var(--whiteColor);
}


/* footer container style */
#footer{
  min-height: 300px;
  width: 100%;
  clear: both;
  background: #d17204;
  margin: 0px;
  padding: 30px 0px 0px 0px;
  box-sizing: content-box;
  color:#fff;

}
#footer .footer-bottom{
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.16);
  text-align: center;
  font-size: 15px;
  clear: both;
  width: 100%;
}
#footer section h2{
  font-size: 17px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
#footer .footer-logo{
  margin: 0px 3% 20px 3%;
  height: 50px;
  line-height: 50px;
  width: 94%;
  clear: both;
}

#footer .footer-logo img{
  margin: 5px 0px;
  height: 96px;
  width: 96px;
  object-fit: cover;
  float: left;
}
#footer .footer-logo a{
  font-size: 32px;
  color:#fff;
  float: left;
  text-decoration: none;
  font-weight: bold;
}

#footer .about-footer{
  float:left;
  min-height:180px;
  width: 40.5%;
  margin:0px;
  text-align: justify;
  padding: 5px 4% 5px 3%;
}
#footer .about-footer p{
  margin: 0px 0px 18px 0px;
  padding: 0px;
  font-size: 14px;
}
#footer .footer-service{
  float:left;
  min-height:180px;
  width: 20%;
  margin:0px;
  padding: 5px 3% 5px 4%;
}
#footer .footer-service a{
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 6px 0px;
  font-size: 14px;
}

#footer .footer-support{
  float:left;
  min-height:180px;
  width: 18%;
  margin:0px;
  padding: 5px 2%;
}

#footer .footer-support a{
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 6px 0px;
  font-size: 14px;
}
#footer .footer-contact{
  float:left;
  min-height:180px;
  width: 18%;
  margin:0px;
  padding: 5px 3% 5px 0.5%;
}

#footer .footer-contact p{
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 6px 0px;
  margin: 0px;
  font-size: 14px;
}

#footer .footer-contact a{
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  float: left;
  font-size: 14px;
  margin: 10px 4% 0px 0px;
  background: #d17204;
}

#footer .footer-contact .a-f{
  padding: 4px 8px;
}

#footer .footer-contact .a-i{
  padding: 4px 6px;
}

#footer .footer-contact .a-t{
  padding: 4px 6px;
}




/*newslatter*/
#newslatter{
    width: 100%;
    padding: 40px 20%;
    margin: 0px;
    background-color: #f6f8f8;
    clear: both;
    display: block;
    text-align: center;
    min-height: 620px;
  }
  #newslatter h3{
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #333;
  }
  #newslatter p{
    color: #333;
  }
  #newslatter h4{
    font-size: 32px;
    font-weight: bold;
    margin: 0px;
    padding: 12px 0px;
    color: #d17204;
  }
  .btnSendEmail{
    background-color: #d17204 !important;
    color: #333 !important;
    font-weight: bold !important;
  }



  /* testmonial */
  #article-testimonial{
    width: 100%;
    padding: 50px 8%;
    margin: 0px;
    clear: both;
    display: block;
    background-color: #fff8F8;
    min-height: 600px;
  }
  #article-testimonial .article-testimonial-contents{
    width: 60%;
    float: left;
    height: auto;
    margin: 0px 5% 0px 0px;
  }
  #article-testimonial .article-testimonial-contents section{
    padding: 30px 5%;
    font-size: 18px;
  }
  #article-testimonial .article-testimonial-contents section h3{
    font-weight: bold;
  }
  #article-testimonial .article-testimonial-contents section h4{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #f04b5f;
  }
  #article-testimonial .article-testimonial-contents .small-left-cont-testimonial{
    width: 40%;
    height: 250px;
    float: left;
    margin: 100px 3% 20px 0px;
    background-color: #fff;
    border-radius: 8px;
  }

  #article-testimonial .article-testimonial-contents .small-right-cont-testimonial{
    width: 47%;
    height: 300px;
    float: right;
    margin: 50px 10% 20px 0px;
    background-color: #fff;
    border-radius: 8px;
  }

  #article-testimonial .article-testimonial-contents .small-left-b-cont-testimonial{
    width: 40%;
    height: 350px;
    float: left;
    margin: 0px 3% 20px 10%;
    background-color: #fff;
    border-radius: 8px;
  }

  #article-testimonial .article-testimonial-contents .small-right-b-cont-testimonial{
    width: 47%;
    height: 300px;
    float: right;
    margin: 0px 0% 20px 0px;
    background-color: #fff;
    border-radius: 8px;
  }

  #article-testimonial .article-testimonial-title{
    width: 35%;
    float: right;
    height: auto;
  }
  #article-testimonial .article-testimonial-title h3{
    text-align: left;
    font-size: 46px;
    font-weight: bold;
    margin: 30px 0px;
  }

  #article-testimonial .article-testimonial-title h2{
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin: 60px 0px 0px 0px;
    color: #100f0f;
  }

  #article-testimonial .article-testimonial-title p{
    text-align: left;
  }



/* home blogs */
#blog-news-article{
    width: 100%;
    padding: 50px 5%;
    margin: 0px;
    clear: both;
    display: block;
    background-color: #fff;
    min-height: 650px;
  }
  #blog-news-article a{
    text-decoration: none;
    color: #333;
  }
  #blog-news-article h1{
    text-align: center;
    font-size: 46px;
    font-weight: bold;

  }

  #blog-news-article h2{
    text-align: center;
    font-size: 18px;
    font-weight: bold;

  }

  #blog-news-article .news-p{
    text-align: center;
    width: 50%;
    margin: 10px auto 55px auto;
    clear: both;
  }

  #blog-news-article article{
    width: 22%;
    height: 320px;
    float: left;
    margin: 7px 1.5%;
  }

  #blog-news-article article .article-img-cont{
    width: 100%;
    height: 180px;
    border-radius: 8px;
    clear: both;
  }

  #blog-news-article article .article-img-cont img{
    width: 100%;
    height: 180px;
    border-radius: 8px;
    object-fit: cover;
  }

  #blog-news-article article .article-text-cont{
    width: 100%;
    height: 140px;
    clear: both;
    padding: 10px 0px;
  }

  #blog-news-article article .article-text-cont h3{
    font-weight: bold;
    font-size: 14px;
    padding: 8px 0px;
  }

  #blog-news-article article .article-text-cont p{
    font-weight: bold;
    font-size: 20px;
  }

  #blog-news-article article .article-text-cont h4{
    font-weight: lighter;
    font-size: 12px;
    color: #d17204;
  }

  #blog-news-article article .article-text-cont h4 .article-date{
    float: left;
    width: 50%;
  }
  #blog-news-article article .article-text-cont h4 .article-comment{
    float: right;
    width: 50%;
    text-align: right;
  }



  /* our-team */
  #our-team{
    width: 100%;
    padding: 70px 5%;
    margin: 0px;
    clear: both;
    display: block;
    background-color: #fff8f8;
    min-height: 650px;
  }
#our-team h2{
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    width: 40%;
    margin: 10px auto 30px auto;
  }
#our-team h3{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--mainColor);
  }

#our-team article{
    width: 24%;
    height: 485px;
    background-color: #fff;
    float: left;
    margin: 10px 0.5% 25px 0.5%;
    border-radius: 6px;
    transition: 0.5s;
}
#our-team article:hover{
    margin: -2px 0.5% 10px 0.5%;
    transition: 0.5s;
}
#our-team article img{
    object-fit: cover;
    width: 100%;
    height: 350px;
    object-position: top;
    border-radius: 6px;
}
#our-team article h4{
    padding: 20px 4% 3px 4%;
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
}

#our-team article p{
    padding: 3px 4% 8px 4%;
    margin: 0px;
    color: var(--colorTextGray);
    font-size: 16px;
    font-weight: bold;
}
#our-team article .team-about-social{
    width: 100%;
    clear: both;
    display: block;
    margin: 2px 0%;
    padding: 0px 4%;
}
#our-team article .team-about-social a{
    padding: 0px;
    margin: 0px 12px 0px 0px;
    font-size: 16px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background-color: #d1720425;
    float: left;
    color: #d17204;
    box-shadow: 0px 1px 3px 0 rgba(255, 255, 255, 0.14), 0 2px 4px 0 rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition: 1s;
}

#our-team article .team-about-social a:hover{
    font-weight: bold;
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.18);
    transition: 1s;
}
#our-team .p-teams{
    padding: 10px 0px;
    margin: 5px auto;
    width: 40%;
    clear: both;
    font-size: 16px;
    text-align: center;
}
#our-team .p-teams a{
    text-decoration: none;
    color: var(--mainColor);
    font-weight: bold;
    font-size: 18px;
}


/* our-services */
#our-services{
    width: 100%;
    padding: 0px;
    margin: 0px;
    clear: both;
    display: block;
    background-image: url(../media/site-contents/prod-background.jpeg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 750px;
    transition: 3s;
  }

  #our-services:hover{
    background-position: left;
    transition: 3s;
  }
  #our-services .layer-a{
    width: 100%;
    padding: 0px;
    margin: 0px;
    clear: both;
    display: block;
    background-image: url(../media/site-contents/side-shape.png);
    background-size:contain;
    background-repeat: no-repeat;
    min-height: 750px;
  }
  #our-services .layer-b{
    width: 100%;
    padding: 50px 6%;
    margin: 0px;
    clear: both;
    display: block;
    background-color: rgba(0, 0, 0, 0.85);
    min-height: 750px;
  }

  #our-services h2{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    width: 40%;
    color: #fff;
    margin: 10px auto 30px auto;
  }
  #our-services h3{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }

  /*
  #our-services .larger-container{
      float:left;
      width: 35%;
      background-color: transparent;
      height: 500px;
  }
  #our-services .larger-container article{
      width: 100%;
      padding: 20px 3%;
      height: 500px;
      border: 2px dotted #d17204;
      background-color: #ffffff99;
  }
  #our-services .larger-container article .left-sd-icons{
    float:left;
    height: 500px;
    text-align: center;
    font-weight: bold;
    font-size: 66px;
    width: 30%;
    padding: 20px 0px 0px 0px;
}
#our-services .larger-container article .left-sd-contents{
    float:left;
    height: 500px;
    padding: 20px 3% 20px 0px;
    width: 70%;
}
*/

  #our-services .smaller-container{
    clear: both;
    width: 100%;
    background-color: transparent;
    min-height: 500px;
  }

  #our-services .smaller-container .top-smaller-cont{
    border: 0px solid #d17204;
    background-color: #ffffff99;
    float:left;
    width: 31.3%;
    min-height: 240px;
    margin: 0px 1%;
    border-radius: 4px;
  }
  #our-services .smaller-container .bottom-smaller-cont{
    border: 0px dotted #d17204;
    background-color: #ffffff99;
    float:left;
    width: 31.3%;
    min-height: 240px;
    margin: 20px 1%;
  }

#our-services .smaller-container .left-sd-icons{
    float:left;
    min-height: 240px;
    text-align: center;
    font-weight: bold;
    font-size: 66px;
    width: 25%;
    padding: 20px 0px 0px 0px;
}

#our-services .smaller-container .left-sd-icons img{
  object-fit: cover;
  height: 60px;
}

#our-services .smaller-container .left-sd-contents{
    float:left;
    min-height: 240px;
    padding: 20px 3% 20px 0px;
    width: 75%;
}

#our-services .left-sd-contents h4{
    font-weight: bold;
    font-size: 24px;
    margin: 0px;
    padding: 20px 0px 0px 0px;
}
#our-services .left-sd-contents p{
    font-size: 16px;
    margin: 0px;
    padding: 10px 0px;
}
#our-services .left-sd-contents a{
    font-size: 16px;
    margin: 0px;
    padding: 10px 0px;
    font-weight:bold;
    color: #d17204;
}


/* features */
#features{
    width: 100%;
    padding: 0px;
    margin: 0px;
    clear: both;
    display: block;
    background-color: #fff;
    background-image: url(../media/site-contents/trading2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
  }

#features-layer{
  width: 100%;
  padding: 70px 3% 40px 3%;
  margin: 0px;
  clear: both;
  display: block;
  background-color: rgba(0,0,0,0.7);
  min-height: 450px;
}
#features-layer h2{
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    width: 40%;
    margin: 10px auto 30px auto;
    color: #fff;
  }
  #features-layer h3{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
#features-layer article{
    width: 23%;
    min-height: 280px;
    float: left;
    margin: 30px 1%;
    border-radius: 10px;
    transition: 0.5s;
    padding: 15px 1.5%;
    transition: 0.9s;
    box-shadow: 0px 0px 36px 1px #00000033;
    cursor: pointer;
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    background-color: #ffffff8d;
    border: 1px solid #a6a6a628;
}

#features article:hover{
  transition: 0.9s;
  margin: 18px 1%;
}

#features article h1{
    font-weight: bold;
    color: var(--mainColor);
    font-size: 46px;
    padding: 5px 0px;
    margin: 6px 0px;
}

#features article h1 img{
  height: 56px;
  width: 56px;
  margin: 0px 0px 8px 0px;
  object-fit: contain;
}

#features article h4{
    font-weight: bold;
    font-size: 24px;
    padding: 2px 0px;
    margin: 1px 0px;
}

#features article p{
    font-size: 15px;
    padding: 8px 0px;
    margin: 1px 0px;
}


/* why-choose-us */
#why-choose-us{
    width: 100%;
    padding: 70px 8% 40px 8%;
    margin: 0px;
    clear: both;
    display: block;
    background-color: #f2f4f4;
    min-height: 600px;
  }
#why-choose-us h2{
    text-align: left;
    font-size: 46px;
    font-weight: bold;
    padding: 12px 0px;
  }
#why-choose-us h3{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: var(--mainColor);
    margin: 15px 0px;
}
.img-why{
    width: 40%;
    padding: 10px 0px;
    float: left;
    height: auto;
    margin: 10px 0px;
}
.img-why img{
    object-fit: cover;
    width: 100%;
    height: 485px;
    margin-top: 140px;
}
.why-contents{
    width: 58%;
    padding: 10px 0px;
    float: left;
    height: auto;
    margin: 10px 0px 0px 2%;
}

.why-contents article{
  width: 48%;
  min-height: 200px;
  background-image: url(../media/site-contents/back-handshake.jpg);
  border-radius: 8px;
  float: left;
  margin: 5px 2% 10px 0%;
  padding: 0px 0%;
  transition: 1s;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-contents article div{
  width: 100%;
  min-height: 200px;
  background-color: rgba(0,0,0,0.60);
  border-radius: 8px;
  padding: 10px 5%;
  transition: 1s;
  position: relative;
}

.why-contents article div h5{
  top: 5px;
  right: 4%;
  color: #fff;
  position: absolute;
  font-size: 22px;
  font-weight: bold;
}

.why-contents article div h4{
  padding: 25px 0px 10px 0px;
  margin: 0px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.why-contents article div p{
  margin: 0px;
  font-size: 15px;
  color: #fff;
}

.why-contents .left-side{
    width: 48%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 4px;
    float: left;
    margin: 5px 0px 10px 0%;
    padding: 0px 2%;
    font-weight: bold;
    transition: 1s;
}

.why-contents .full-side{
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #d17204;
  border-radius: 4px;
  float: left;
  margin: 5px 0px 10px 0%;
  padding: 0px 2%;
  font-weight: bold;
  transition: 1s;
  color: #fff;
  cursor: pointer;
}

.why-contents .right-side{
    width: 48%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 4px;
    float: left;
    margin: 5px 0px 10px 4%;
    padding: 0px 2%;
    font-weight: bold;
    transition: 1s;
}

.why-contents .left-side:hover, .why-contents .right-side:hover{
  background-color: #d17204;
  transition: 1s;
  cursor: pointer;color: #fff;
}

/* why-choose-us */
#why-choose-us-quiz{
  width: 100%;
  padding: 70px 8% 40px 8%;
  margin: 0px;
  clear: both;
  display: block;
  background-color: #f2f4f4;
  min-height: 600px;
}
#why-choose-us-quiz h2{
  text-align: left;
  font-size: 46px;
  font-weight: bold;
  padding: 12px 0px;
}
#why-choose-us-quiz h3{
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: var(--mainColor);
  margin: 15px 0px;
}
#why-choose-us-quiz .img-why{
  width: 46%;
  padding: 5px 0px;
  float: right;
  height: auto;
  margin: 5px 0px 10px 4%;
  text-align: center;
}
#why-choose-us-quiz .img-why img{
  object-fit: cover;
  width: 60%;
  height: 265px;
  margin: 0px auto;
  border-radius: 10px;
}

#why-choose-us-quiz .img-why p{
  padding: 10px 0px;
  text-align: center;
  width: 80%;
  margin: 25px auto 0px auto;
  font-size: 18px;
}

#why-choose-us-quiz .why-contents{
  width: 50%;
  padding: 10px 0px;
  float: left;
  height: auto;
  margin: 10px 0px 0px 0%;
}
#why-choose-us-quiz h1{
  font-weight: bold;
  font-size: 32px;
  padding: 0px 0px 35px 0px;
  margin: 0px;
}


/*view products*/

#view-others-packages-details{
  width:100%;
  min-height: 100px;
  padding: 10px 7%;
}

#accommodation-left-container{
  float: left;
  margin: 4px 5% 0px 0px;
  width: 30%;
  display: block;
  min-height: 700px;
  background-color: transparent;
}

#accommodation-right-container{
  float: right;
  margin: 4px 0px;
  width: 65%;
  display: block;
  min-height: 700px;
  background-color: transparent;
}

#accommodation-right-container .accommodation-media{
  padding: 0%;
  clear: both;
  margin: 0px;
  width: 100%;
  display: block;
  min-height: 500px;
}


#accommodation-right-container .accommodation-media .larger-img-accommodation{
  padding: 0%;
  margin: 0px;
  width: 58%;
  display: block;
  height: 500px;
  float:left;
}

#accommodation-right-container .accommodation-media .larger-img-accommodation img{
  object-fit: cover;
  width: 100%;
  display: block;
  height: 500px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#accommodation-right-container .accommodation-media .small-mid-img-accommodation{
  padding: 0%;
  margin: 0px 1%;
  width: 20%;
  display: block;
  height: 500px;
  float:left;
}

#accommodation-right-container .accommodation-media .small-mid-img-accommodation .media-acc-1{
  object-fit: cover;
  width: 100%;
  display: block;
  height: 245px;
  margin: 0px 0px 10px 0px;
}
#accommodation-right-container .accommodation-media .small-mid-img-accommodation .media-acc-2{
  object-fit: cover;
  width: 100%;
  display: block;
  margin: 10px 0px 0px 0px;
  height: 245px;
}

#accommodation-right-container .accommodation-media .small-last-img-accommodation{
  padding: 0%;
  margin: 0px;
  width: 20%;
  display: block;
  height: 500px;
  float:left;
}

#accommodation-right-container .accommodation-media .small-last-img-accommodation .media-acc-3{
  object-fit: cover;
  width: 100%;
  display: block;
  margin: 0px 0px 10px 0px;
  height: 245px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#accommodation-right-container .accommodation-media .small-last-img-accommodation .media-acc-4{
  object-fit: cover;
  width: 100%;
  display: block;
  margin: 10px 0px 0px 0px;
  height: 245px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#accommodation-right-container .left-accommodation-details{
  padding: 5px 3% 5px 0%;
  float: left;
  margin: 10px 0px 10px 0px;
  width: 60%;
  display: block;
  min-height: 400px;
  background-color: transparent;
}

#accommodation-right-container .right-accommodation-map{
  padding: 20px 3%;
  float: right;
  margin: 10px 0px 10px 0px;
  width: 40%;
  display: block;
  min-height: 400px;
  background-color: #fff;
  border-radius: 10px;
}

#accommodation-right-container .right-accommodation-map h3{
  font-size: 18px;
  font-weight: bold;
}

#accommodation-right-container .right-accommodation-map table{
  margin: 10px 0px;
  width: 100%;
  border-collapse: collapse;
  font-weight: bold;
  font-size: 12px;
}
#accommodation-left-container a{
  text-decoration: none;
  color: #333;
}
#accommodation-left-container article{
  width: 100%;
  min-height: 250px;
  margin-bottom: 20px;
}

#accommodation-left-container article img{
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

#accommodation-left-container article .acc-vw-title{
  padding: 5px 0px;
  font-weight: bold
}


.cart-table{
  width: 100%;
  border-collapse: collapse;
}
.cart-table thead{
  font-size: 16px;font-weight: bold;
  background: #d1720460;
  padding: 6px 2%;
}

.cart-table thead th{
  padding: 6px 2%;
}

.cart-table tbody{
  font-size: 13px;font-weight: lighter;
}
.cart-table tr:nth-of-type(even){
  background: #d1720410;
}
.cart-table tbody td{
  padding: 6px 2%;
}


.cart-table tfoot{
  font-size: 18px;font-weight: bold;
  background: #d1720480;
  padding: 6px 2%;
}
.cart-table tfoot td{
  padding: 8px 2%;
}


/* about-us */
#about-us{
    width: 100%;
    padding: 50px 8% 40px 8%;
    margin: 0px;
    clear: both;
    display: block;
    background-color: #333;
    min-height: 400px;
}
#about-us .about-side-left{
    float:left;
    width:50%;
    height: auto;
    margin: 0px;
}

#about-us #button button{
  padding: 8px 3%;
  background-color: #148f77;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #148f77;
  margin: 20px 0px 0px 0px;
  transition: 1s;
}
#about-us #button a{
  margin: 20px 20px 0px 0px;
}

#about-us #button button:hover{
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.21), 0 5px 7px 0 rgba(0, 0, 0, 0.22);
  transition: 1s;
}

#about-us .about-side-left h3{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 15px 0px;
}
#about-us .about-side-left h2{
    text-align: left;
    font-size: 46px;
    font-weight: bold;
    padding: 20px 0px;
    color: var(--mainColor);
  }

  #about-us .about-side-left p{
    color: #fff;
  }

  #about-us .about-side-left p a{text-decoration: none; color:#fff;}

  #about-us .about-side-left article{
    width: 100%;
    height: 80px;
    background-color: #fff;
    float: left;
    margin: 5px 0%;
    border-radius: 6px;
    transition: 0.5s;
    padding: 10px 1%;
    transition: 0.8s;
}





#about-us .about-side-left article:hover{
  box-shadow: 0px 3px 3px 0 rgba(0, 255, 255, 0.14), 0 2px 6px 0 rgba(255, 255, 255, 0.12);
  transition: 0.8s;
}

#about-us .about-side-left article .icons-about{
    float:left;
    width: 10%;
    height: 70px;
    text-align: center;
}
#about-us .about-side-left article .icons-about a{
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #d1720420;
    display:block;
    margin: 5px auto 0px auto;
    font-weight:bold;
    font-size: 22px;
    color: #d17204;
}

#about-us .about-side-left article .icons-about img{
  height: 30px;
  width: 30px;
  object-fit: contain;
}

#about-us .about-side-left article .text-about{
    float:left;
    width: 90%;
    height: 70px;
    padding: 18px 2% 0px 0px;
}

#about-us .about-side-left article .text-about h4{
    font-size: 22px;
    font-weight:lighter;
    padding: 0px 0px 4px 0px;
}
#about-us .about-side-right{
    float: right;
    width:50%;
    height: auto;
    margin: 0px;
}
#about-us .about-side-right .img-abot-a{
    width: 46%;
    min-height: 200px;
    float: left;
    margin: 0px 4%;
}

#about-us .about-side-right .img-abot-b{
    width: 46%;
    min-height: 350px;
    margin: 50px 0px 0px 0px;
    float: left;
}

#about-us .about-side-right .img-abot-b img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.8s;
}

#about-us .about-side-right .img-abot-a img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 5px;
    margin: 20px 0px;
    transition: 0.8s;
}


/* home page landing container */
#slider-container-landing{
  min-height:700px;
  position:relative;
  background-repeat:no-repeat;
  background-size: cover;
}
#slider-container-landing #my-home-slider{
  min-height:700px;
  position:relative;
}
#slider-container-landing .plan-text-slider{
  float:left;
  height: auto;
  padding: 50px 6%;
  width: 55%;
}
#slider-container-landing .plan-text-slider h1{
  font-size: 38px;
  font-weight: bold;
  margin: 60px 0px 20px 0px;
}
#slider-container-landing .plan-text-slider p{
  padding: 10px 0px;
  margin: 5px 0px;
}

#slider-container-landing .plan-text-slider .btnGetQuote{
  padding: 9px 5%;
  margin: 10px 10px 0px 0px;
  background-color: #d17204;
  color: #fff;
  border: 2px solid #d17204;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  transition: 0.8s;
}
#slider-container-landing .plan-text-slider .btnContactUsHm{
  padding: 9px 5%;
  margin: 10px 10px 0px 0px;
  background-color: transparent;
  color: #d17204;
  border: 2px solid #d17204;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  transition: 0.8s;
}
#slider-container-landing .img-side-slider{
  float:left;
  height: auto;
  padding: 60px 6% 10px 2%;
  width: 45%;
}
#slider-container-landing .img-side-slider img{
  object-fit: cover;
  width: 100%;
  height: 450px;
  border-radius: 8px;
}
.img-side-slider-mobile{display: none}
.img-side-slider-desktop{display: block}

#slider-container-landing .plan-text-slider button:hover{
  background-color: #5d6d7e;
  border: 2px solid #5d6d7e;
  transition: 0.8s;
  color: #fff;
}


  /* blogs pages */
#blog-pages{
  width: 100%;
  padding: 50px 5%;
  margin: 0px;
  clear: both;
  display: block;
  background-color: #fff;
  min-height: 600px;
}
#blog-pages a{
  text-decoration: none;
  color: #333;
}
#blogs-tags{
  width: 25%;
  padding: 50px 0% 50px 3%;
  margin: 0px;
  float: left;
  display: block;
  min-height: 500px;
}

#blogs-tags h2{
  padding: 20px 0px;
  font-weight: bold;
  font-size: 22px;
}

#blogs-tags a{
  padding: 10px 4%;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #d17204;
  background-color: #fff8f8;
  border-radius: 5px;
  margin: 5px 10px 10px 0px;
  float: left;
  cursor: pointer;
  text-decoration: none;
  transition: 1s;
}

#blogs-tags a:hover{
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  transition: 1s;
}

#blog-news-article-list{
    width: 75%;
    padding: 50px 0%;
    margin: 0px;
    float: left;
    display: block;
    min-height: 500px;
  }

  #blog-news-article-list h4{
    padding: 20px 1.5%;
    font-weight: bold;
    font-size: 26px;
  }
  #blogs-tags h4{
    padding: 27px 0px ;
    font-weight: bold;
    font-size: 22px;
  }

  #blog-news-article-list h1{
    text-align: center;
    font-size: 46px;
    font-weight: bold;

  }

  #blog-news-article-list h2{
    text-align: center;
    font-size: 18px;
    font-weight: bold;

  }

  #blog-news-article-list .news-p{
    text-align: center;
    width: 50%;
    margin: 10px auto 55px auto;
    clear: both;
  }

  #blog-news-article-list article{
    width: 30.33%;
    height: 365px;
    float: left;
    margin: 15px 1.5%;
    background: #fff8f8;
    border-radius: 8px;
  }

  #blog-news-article-list article .article-img-cont{
    width: 100%;
    height: 180px;
    border-radius: 8px;
    clear: both;
  }

  #blog-news-article-list article .article-img-cont img{
    width: 100%;
    height: 180px;
    border-radius: 8px;
    object-fit: cover;
  }

  #blog-news-article-list article .article-text-cont{
    width: 100%;
    height: 180px;
    clear: both;
    padding: 10px 4%;
  }

  #blog-news-article-list article .article-text-cont h3{
    font-weight: bold;
    font-size: 14px;
    padding: 8px 0px;
  }

  #blog-news-article-list article .article-text-cont p{
    font-weight: bold;
    font-size: 20px;
  }

  #blog-news-article-list article .article-text-cont h4{
    font-weight: lighter;
    font-size: 12px;
    color: #d17204;
  }

  #blog-news-article-list article .article-text-cont h4 .article-date{
    float: left;
    width: 50%;
  }
  #blog-news-article-list article .article-text-cont h4 .article-comment{
    float: right;
    width: 50%;
    text-align: right;
  }


  #container-blog-read{
    width: 100%;
    padding: 30px 6%;
    background-color: #fff8f8;
    min-height: 500px;
    clear: both;
  }
  #container-blog-read #cont-rd-img{
    width: 100%;
    max-height: 700px;
    background-color: #f2f3f4;
  }
  #container-blog-read img{
    width: 100%;
    max-height: 700px;
    object-fit: contain;
  }

  #container-blog-read h2{
    padding:40px 0px 15px 0px;
    font-weight: bold;
    font-size: 36px;
  }

  #container-blog-read h3{
    padding:10px 0px;
    font-weight: bold;
    font-size: 18px;
    color: #d17204;
  }

  #container-blog-read p{
    padding:10px 0px;
    font-size: 16px;
  }



  /* pages headers */
  #page-header{
    background-color: #d1720460;
    padding:90px 10%;text-align: center;
    width: 100%;
    min-height: 150px;
    color: #fff;
  }

  #page-header h1{
    font-weight: bold;
    font-size: 46px;
    text-align: center;
    padding: 10px 0px 0px 0px;
  }

  #page-header h3{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 3px 0px 0px 0px;
  }

  #page-header a{
    text-decoration: none;
    color:#fff;
  }





/* container-services-top-three */
#container-services-top-three{
  width: 100%;
  padding: 50px 6% 30px 6%;
  margin: 0px;
  clear: both;
  display: block;
  min-height: 500px;
}

#container-services-top-three .container-left-ser{
  float: right;
  width: 50%;
  padding: 10px 0% 10px 5%;
  min-height: 200px;
  background-color: transparent;
}

#container-services-top-three .container-left-ser h3{
  padding: 10px 0px;
  margin: 0px 0px 0px 0px;
  color:#d6dbdf;
  font-size: 22px;
  font-weight: bold;
}

#container-services-top-three .container-left-ser h2{
  padding: 10px 0px 20px 0px;
  margin: 0px;
  font-size: 32px;
  font-weight: bold;
}

#container-services-top-three .container-left-ser button{
  padding: 8px 3%;
  background-color: #148f77;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #148f77;
  margin: 20px 0px 0px 0px;
  transition: 1s;
}
#container-services-top-three .container-left-ser a{
  margin: 20px 20px 0px 0px;
}

#container-services-top-three .container-left-ser button:hover{
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.21), 0 5px 7px 0 rgba(0, 0, 0, 0.22);
  transition: 1s;
}

#container-services-top-three .container-right-ser{
  float: left;
  width: 50%;
  padding: 50px 0px;
  min-height: 200px;
  background-color: transparent;
}

#container-services-top-three .container-right-ser article{
  width: 47%;
  margin: 10px 1.5%;
  float: left;
  min-height: 300px;
  background-color: transparent;
  border-radius: 6px;
  color:#5d6d7e;
}
#container-services-top-three .container-right-ser article img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 6px;
}

#container-services-top-three .container-right-ser article h4{
  padding: 20px 0% 10px 0px;
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
}

#container-services-top-three .container-right-ser article h5{
  padding: 10px 0% 20px 0%;
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
}



.menu-list-links-mb{
  display: none;
}




/* contact us style */
#map-container{
  height: 450px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  clear: both;
  background-color: #fff;
}

#map-container iframe{
  height: 450px;
  width: 100%;
}
#get-in-touch{
  float: left;
  min-height: 540px;
  background-color: #fff;
  width: 50%;
  padding: 40px 2% 20px 3%;
  margin: 0px;
  color: #333;
}

#get-in-touch h2{
  padding: 0px 0px 20px 0px;
  margin: 0px;
  font-size: 28px;
}

#get-in-touch h3{
  padding: 25px 0px 8px 0px;
  margin: 0px;
  font-size: 16px;
}

#get-in-touch a{
  padding: 5px 0px;
  margin: 0px;
  font-size: 14px;
  display: block;
}
#get-in-touch p{
  padding: 10px 0px;
  margin: 0px;
  font-size: 13px;
}

#get-in-touch-form{
  float: left;
  min-height: 540px;
  background-color: #fff;
  width: 50%;
  padding: 40px 3% 20px 3%;
  margin: 0px;
  color: #333;
}
/* end here contact us style */



/*  form */
.half-input-left{width: 49%;float: left;height: auto;margin: 0px;padding: 5px 1% 5px 0px;}
.half-input-right{width: 49%;float: left;height: auto;margin: 0px;padding: 5px 0% 5px 1%;}
.input-3-left{width: 32%;float: left;height: auto;margin: 0px;padding: 5px 0px;}
.input-3-midd{width: 32%;float: left;height: auto;margin: 0px;padding: 5px 2%;}
.input-3-right{width: 32%;float: left;height: auto;margin: 0px;padding: 5px 0px;}
.half-input{width: 50%;float: left;height: auto;}
.full-input{width: 100%;float: left;height: auto;margin: 0px;padding: 5px 0px;}
.full-inputs{width: 95% !important;clear:both;height: auto;margin: 0px;padding: 5px 0px;}
.input-text{width: 96%;margin: 8px 0px;padding: 14px 2%;border-radius: 5px;border: 1px solid #E5E7E9;font-size: 11px;}
.input-other{width: 96%;margin: 8px 0px;padding: 14px 2%;height: 120px;border-radius: 5px;border: 1px solid #E5E7E9;font-size: 11px;}
.input-select{width: 100%;margin: 8px 0px;padding: 14px 2%;border-radius: 5px;border: 1px solid #E5E7E9;font-size: 11px;}
.view-col-full{width: 100%;padding: 5px 0px;clear: both;}
.view-col-full-v2{width: 100%;padding: 1px 0px;clear: both;margin:0px}
.view-col-half-left{width: 49.5%;float: left;padding: 3px 0.5% 3px 0%;}
.view-col-half-right{width: 49.5%;float: right;padding: 3px 0% 3px 0.5%;}
.view-col3-left{width: 32%;float: left;padding: 3px 0%;margin: 0px;}
.view-col3-mid{width: 32%;float: left;padding: 3px 0%;margin: 0px 2%;}
.view-col3-right{width: 32%;float: right;padding: 3px 0%;margin: 0px;}
.view-col4-left{width: 24%;float: left;padding: 3px 0%;margin: 0px;}
.view-col4-mid-a{width: 24%;float: left;padding: 3px 0%;margin: 0px 1%;}
.view-col4-mid-b{width: 24%;float: left;padding: 3px 0%;margin: 0px 1%;}
.view-col4-right{width: 24%;float: right;padding: 3px 0%;margin: 0px;}
.view-col4-left h5, .view-col4-mid-a h5, .view-col4-mid-b h5, .view-col4-right h5, .view-col-full h5, .view-col-half-left h5, .view-col-half-right h5, .view-col3-left h5, .view-col3-mid h5, .view-col3-right h5{margin: 6px 0px 0px 0px;padding: 5px 0px;font-size: 12px;font-weight: lighter;}
.view-col-full h3{font-size: 14px;margin: 6px 0px 0px 0px;padding: 5px 0px;}
/* end column layout */

/* about-us */
#faq{
  width: 100%;
  padding: 70px 6% 40px 6%;
  margin: 0px;
  clear: both;
  display: block;
  background-color: #fff;
  min-height: 700px;
}


#faq h4{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: var(--mainColor);
  margin: 15px 0px 5px 0px;
}
#faq h3{
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  padding: 10px 0px 30px 0px;
}

#faq-header{
  min-width: 10%;
  height: 60px;
  line-height: 60px;
  font-size: 36px;margin: 25px 0px;
}
#faq .accordion-item{
  background-color: #fff8f8;
  margin: 10px 0%;

}
#faq .accordion-header{
  border-bottom: 1px solid #d1720420;
  background-color: #d1720420 !important;
}


/* style */
#document-style-container{
  width: 100%;
  clear: both;
  min-height: 500px;
  padding: 50px 6%;
}

#document-style-container #table-of-contents{
  float:left;
  width: 20%;
  min-height:500px;
  display: block;
}

#document-style-container #table-of-contents ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#document-style-container #table-of-contents ul a{
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0px;
  display: block;
  text-decoration: none;
  color: #333;
}

#document-style-container #table-of-contents ul .active{
  color:#d17204;
  font-size: 22px;
}

#document-style-container #document-contents{
  float:right;
  width: 80%;
  padding:0px 0px 0px 5%;
  min-height:500px;
  color: #5d6d7e;
}

#document-style-container #document-contents section h2{
  font-weight: bold;
  font-size: 42px;
  margin: 15px 0px 15px 0px;
  display: block;
  text-decoration: none;
  padding: 0px;
}
#document-style-container #document-contents section h3{
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0px 20px 0px;
  display: block;
  text-decoration: none;
  padding: 0px;
}

#document-style-container #document-contents #contents-start-here h1{
  font-weight: bold;
  font-size: 44px;
  margin: 30px 0px;
  display: block;
  text-decoration: none;
  padding: 0px;
}

#document-style-container #document-contents #contents-start-here h2{
  font-weight: bold;
  font-size: 32px;
  margin: 30px 0px;
  display: block;
  text-decoration: none;
  padding: 0px;
}

#document-style-container #document-contents #contents-start-here h3{
  font-weight: bold;
  font-size: 24px;
  margin: 20px 0px;
  display: block;
  text-decoration: none;
  padding: 0px;
}

#document-style-container #document-contents #contents-start-here h4{
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0px;
  display: block;
  text-decoration: none;
  padding: 0px;
}

#document-style-container #document-contents #contents-start-here h5{
  font-weight: bold;
  font-size: 68px;
  margin: 20px 0px;
  display: block;
  text-decoration: none;
  padding: 0px;
}

#document-style-container #document-contents #contents-start-here li{
  list-style: none;
  margin: 5px 0px 0px 10px;
  padding: 10px 0px;
}

#document-style-container #document-contents #contents-start-here li span{
  color: #d17204;
  font-weight: bold;
  margin: 0px 10px 0px 0px;
}

.quotes{
  background-color: #d1720430;
  border-radius: 6px;
  padding: 20px 4%;
  width: 100%;
  margin: 20px 0px;
}
/* .quotes span{
  font-size: 46px;
  font-weight: bold;
} */



/* our products */
  #our-insurance{
    width: 100%;
    padding: 70px 5%;
    margin: 0px;
    clear: both;
    display: block;
    background-color: #fff8f8;
    min-height: 650px;
  }
#our-insurance h2{
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    width: 40%;
    margin: 10px auto 30px auto;
  }
#our-insurance h3{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--mainColor);
  }


  /*  about us pages */
  #about-container-sub{
    width:100%;
    padding: 80px 6%;
    min-height: 300px;
    clear: both;
  }

  #about-container-sub .contents-about-us{
    width: 58%;
    min-height:300px;
  }
  #about-container-sub .contents-about-us h2{
    text-align: left;
    font-size: 46px;
    font-weight: bold;
    margin: 10px auto 30px auto;
  }
  #about-container-sub .contents-about-us h3{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: var(--mainColor);
  }
  #about-container-sub .contents-about-us li{
    list-style: none;
    margin: 5px 0px 0px 10px;
    padding: 10px 0px;
  }

  #about-container-sub .contents-about-us li span{
    color: #d17204;
    font-weight: bold;
    margin: 0px 10px 0px 0px;
  }
  #about-container-sub .contents-about-us-right{
    float: left;
    padding: 0px 4% 0px 0px;
  }

  #about-container-sub .contents-about-us-left{
    float: right;
    padding: 0px 0% 0px 4%;
  }


  #about-container-sub .img-about-us{width: 42%;min-height:300px;text-align: center;}
  #about-container-sub .img-about-us-right{float: left;padding: 0px 4% 0px 0px;}
  #about-container-sub .img-about-us-left{float: right;padding: 0px 0% 0px 4%;}
  #about-container-sub .img-about-us img{margin: 100px 0px 0px 0px;height: 350px;width:90%;border-radius: 8px;object-fit: contain;}





/* documents */
#document-container{
  width:100%;
  min-height: 300px;
  background: #fff;
  clear: both;
  padding: 60px 7%;
}

#document-container h2{
  width: 40%;
  font-size: 46px;
  margin: 0px 0px 0px 1%;
}

#document-container a{
  color: #000;
  text-decoration: none;
}

#document-container h4{
  width: 40%;
  font-size: 16px;
  font-weight: normal;
  padding: 20px 0px;
  margin: 0px 0px 0px 1%;
}

#document-container article{
  width: 31.33%;
  margin: 10px 1%;
  padding: 15px 2%;
  border-radius: 2px;
  min-height: 140px;
  float: left;
  border: 2px solid #fff8f8;
  background: #fdfefe40;
}

#document-container article .document-icons{
  float: left;
  width: 20%;
  padding: 0%;
}

#document-container article .document-icons button{
  height: 55px;
  width: 45px;
  line-height: 55px;
  border-radius: 8px;
  border: 0px;
  margin: 30px 0px 0px 0px;
  font-size: 22px;
}

#document-container article .document-icons .pdf{
  background-color: #d17204;
  color: #fff;
}

#document-container article .document-text{
  float: left;
  width: 80%;
}

#document-container article h3{
  font-size: 18px;
  font-weight: bold;
}
#document-container article p{
  font-size: 13px;
  font-weight: normal;
}



/* our partners */
/* Slider */
.container-partner{
  width: 100%;
  padding: 30px 4%;
  min-height: 100px;
  max-height: 300px;
  clear: both;
  display: block;
  background-color: #d1720420;
}
.our-partners{
  float: left;
  width: 20%;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  min-height: 100px;
  margin-right: 2%;
  margin-top: 25px;
  padding: 10px 2%;
  border-right: 8px solid #d17204;
}
.customer-logos{
  float: right;
  width: 78%;
}
.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}













/* Start media query for mobile */
@media (max-width: 767px)
{

 /* nav */
#mobile-menu-site{
  display: block;
}
#site-nav{
  display: none;
}

.mobile-display{display: block !important;width: 100%;height: 1px;padding: 1px 0px;margin: 0.5px 0px;clear: both;}

/* footer */
#footer .footer-inner{padding: 20px 3% 0px 3%;}
#footer .footer-inner h2{padding: 15px 0px 20px 0px;font-size: 20px;}
#footer .footer-inner section a{padding: 5px 0px;font-size: 16px;}
#footer .footer-inner .footer-about-us{clear: both;width: 100%;padding: 0px 2%;}
#footer .footer-inner .footer-company{float: left;width: 50%;padding: 0px 2%;}
#footer .footer-inner .footer-explore{float: left;width: 50%;padding: 0px 2%;}
#footer .footer-inner .footer-insurance{clear: both;width: 100%;padding: 0px 2%;}
#footer .footer-breaker{width: 100%;clear: both;margin: 10px 0px;height: 20px;}
#footer .footer-inner .footer-bottom{height: 60px;line-height: 60px;margin: 10px 0px 0px 0px;}

    #footer .about-footer{
        clear: both;
        min-height:100px;
        width: 100%;
        padding: 5px  3%;
    }
    #footer .footer-service{
        clear: both;
        min-height:100px;
        width: 100%;
        padding: 5px  3%;
    }
    #footer .footer-support{
        clear: both;
        min-height:100px;
        width: 100%;
        padding: 5px  3%;
    }
    #footer .footer-contact{
        clear: both;
        min-height:100px;
        width: 100%;
        padding: 5px  3%;
    }

/* home page landing container */
#slider-container-landing{min-height:500px;}
#slider-container-landing #my-home-slider{min-height:500px;}
#slider-container-landing .plan-text-slider{padding: 20px 5%; clear: both;width: 100%;}
#slider-container-landing .plan-text-slider h1{font-size: 22px;margin: 30px 0px 0px 0px;}
#slider-container-landing .plan-text-slider p{padding: 15px 0px;}
#slider-container-landing .plan-text-slider .btnGetQuote{padding: 6px 0%;margin: 10px 10px 0px 0px;font-size: 13px;width: 140px;}
#slider-container-landing .plan-text-slider .btnContactUsHm{padding: 6px 3%;margin: 10px 10px 0px 0px;font-size: 13px;width: 140px;}
#slider-container-landing .img-side-slider{padding: 20px 2%; clear: both;width: 100%;}
#slider-container-landing .img-side-slider img{height: 280px;border-radius: 4px;}
.img-side-slider-mobile{display: block}
.img-side-slider-desktop{display: none}

/* features */
#features-layer{padding: 30px 3%;}
#features-layer h2{font-size: 26px;width: 70%;margin: 10px auto 20px auto;}
#features-layer h3{font-size: 14px;}
#features-layer article{width: 48%;margin: 10px 1%;border-radius: 5px;padding: 10px 1.5%;}
#features article:hover{margin: 10px 1%;}
#features article h1{font-size: 36px;}
#features article h4{font-size: 20px;}
#features article h1 img{height: 42px;width: 42px;margin: 0px 0px 4px 0px;}

/* our partners */
.container-partner{padding: 20px 2%;}
.our-partners{clear: both;width: 100%;font-size: 22px;font-weight: bold;text-align: center;min-height: 50px;margin-right: 0%;margin-top: 5px;padding: 5px 2%;border-right: 0px solid #d17204;}
.customer-logos{clear: both;width: 100%;}

/* about-us */
#about-us{padding: 30px 3%;}
#about-us .about-side-left{clear: both;width:100%;}
#about-us .about-side-left h3{text-align: center;font-size: 16px;margin: 10px 0px;}
#about-us .about-side-left h2{text-align: center;font-size: 30px;}
#about-us .about-side-left article{height: 60px;float: left;border-radius: 4px;transition: 0.5s;padding: 6px 1%;}
#about-us .about-side-left article .icons-about{width: 15%;height: 60px;}
#about-us .about-side-left article .icons-about a{height: 40px;width: 40px;line-height: 40px;margin: 0px auto 0px auto;}
#about-us .about-side-left article .icons-about img{height: 25px;width: 25px;}
#about-us .about-side-left article .text-about{width: 85%;height: 60px;padding: 10px 2% 0px 0px;}
#about-us .about-side-left article .text-about h4{font-size: 14px;}
#about-us .about-side-right{clear: both;width:100%;}
#about-us .about-side-right .img-abot-a{min-height: 200px;}
#about-us .about-side-right .img-abot-b{min-height: 200px;margin: 100px 0px 0px 0px;}
#about-us .about-side-right .img-abot-b img{height: 350px;}
#about-us .about-side-right .img-abot-a img{height: 260px;}
.price-h4{
  color: #d17204 !important;font-weight: bold;padding: 10px 0px;font-size: 22px;margin: 10px 0px 0px 0px;
}

/* why-choose-us */
#why-choose-us{padding: 30px 3%;}
#why-choose-us h2{text-align: center;font-size: 26px;padding: 5px 15%;}
#why-choose-us h3{text-align: center;font-size: 14px;margin: 5px 0px;}
.img-why{display:none;}
.why-contents{width: 100%;padding: 10px 0px;clear: both;margin: 0px;}
.why-contents article{border-radius: 4px;margin: 5px 1%;}
.why-contents article div h5{font-size: 20px;}
.why-contents article div h4{font-size: 20px;}




/* our-services */
#our-services .layer-b{
  padding: 40px 3%;
}
#our-services h2{
  font-size: 26px;
  width: 80%;
  margin: 10px auto 40px auto;
}
#our-services h3{
  font-size: 13px;
}

#our-services .smaller-container .top-smaller-cont{
  clear: both;
  width: 100%;
  min-height: 140px;
  margin: 5px 0px;
}
#our-services .smaller-container .bottom-smaller-cont{
  clear: both;
  width: 100%;
  min-height: 140px;
  margin: 5px 1%;
}

#our-services .smaller-container .left-sd-icons{
  height: 140px;
}

#our-services .smaller-container .left-sd-icons img{
height: 50px;
}

#our-services .smaller-container .left-sd-contents{
  float:left;
  min-height: 160px;
  padding: 10px 3% 10px 0px;
}

#our-services .left-sd-contents h4{
  font-size: 20px;
  padding: 10px 0px 0px 0px;
}
#our-services .left-sd-contents p{
  font-size: 15px;
  padding: 7px 0px;
}
#our-services .left-sd-contents a{
  font-size: 14px;
}






    #container-services-top-three .container-left-ser{
        clear: both;
        width: 100%;
        padding: 10px 4%;
    }

    /*#container-services-top-three .container-left-ser h3{*/
    /*    padding: 10px 0px;*/
    /*    margin: 0px 0px 0px 0px;*/
    /*    color:#d6dbdf;*/
    /*    font-size: 22px;*/
    /*    font-weight: bold;*/
    /*}*/

    /*#container-services-top-three .container-left-ser h2{*/
    /*    padding: 10px 0px 20px 0px;*/
    /*    margin: 0px;*/
    /*    font-size: 32px;*/
    /*    font-weight: bold;*/
    /*}*/

    /*#container-services-top-three .container-left-ser button{*/
    /*    padding: 8px 3%;*/
    /*    background-color: #148f77;*/
    /*    color: #fff;*/
    /*    border-radius: 4px;*/
    /*    border: 1px solid #148f77;*/
    /*    margin: 20px 0px 0px 0px;*/
    /*    transition: 1s;*/
    /*}*/
    /*#container-services-top-three .container-left-ser a{*/
    /*    margin: 20px 20px 0px 0px;*/
    /*}*/

    /*#container-services-top-three .container-left-ser button:hover{*/
    /*    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.21), 0 5px 7px 0 rgba(0, 0, 0, 0.22);*/
    /*    transition: 1s;*/
    /*}*/


    #container-services-top-three .container-right-ser{clear: both;width: 100%;padding: 20px 0%;min-height: 200px;}
    #container-services-top-three .container-right-ser article{
        min-height: 200px;
        border-radius: 3px;
    }
    #container-services-top-three .container-right-ser article img{
        height: 180px;
        border-radius: 3px;
    }






    /* our-team */
  #our-team{
    padding: 30px 3%;
    min-height: 450px;
  }
#our-team h2{
    font-size: 26px;
    width: 80%;
    margin: 10px auto 20px auto;
  }
#our-team h3{
    font-size: 14px;
  }

#our-team article{
    width: 48%;
    height: 350px;
    margin: 10px 1%;
    border-radius: 4px;
}
#our-team article:hover{
    margin: 10px 1%;
    transition: 0.5s;
}
#our-team article img{
    height: 220px;
}
#our-team article h4{
    padding: 10px 4% 3px 4%;
    font-size: 16px;
}

#our-team article p{
    font-size: 13px;
}






/* home blogs */
#blog-news-article{
  padding: 30px 3%;
}
#blog-news-article h1{
  font-size: 32px;
  margin: 20px 0px;
}

#blog-news-article h2{
  font-size: 14px;
}

#blog-news-article .news-p{
  width: 80%;
}

#blog-news-article article{
  width: 48%;
  min-height: 320px;
  float: left;
  margin: 10px 1%;
}

#blog-news-article article .article-img-cont{
  height: 150px;
  border-radius: 4px;
}

#blog-news-article article .article-img-cont img{
  height: 150px;
  border-radius: 5px;
}

#blog-news-article article .article-text-cont{
  width: 100%;
  min-height: 140px;
  clear: both;
  padding: 10px 0px;
}

#blog-news-article article .article-text-cont h3{
  font-weight: bold;
  font-size: 14px;
  padding: 8px 0px;
}

#blog-news-article article .article-text-cont p{
  font-weight: lighter;
  font-size: 15px;
}

#blog-news-article article .article-text-cont h4{
  font-weight: lighter;
  font-size: 12px;
}




/*newslatter*/
#newslatter{
  padding: 40px 5%;
  height: 320px;
}

#newslatter h4{
  font-size: 22px;
}
.container-width-40{
  width: 90% !important;
}



  /* pages headers */
  #page-header{
    padding:30px 10%;text-align: center;
    min-height: 100px;
  }

  #page-header h1{
    font-size: 32px;
  }

  #page-header h3{
    font-size: 16px;
  }



  /* style */
#document-style-container{
  padding: 20px 2%;
}

#document-style-container #table-of-contents{
 display: none;
}
#document-style-container #document-contents{
  clear: both;
  width: 100%;
  padding:0px 3%;
}




/* contact us style */
#map-container{
  height: 350px;
}

#map-container iframe{
  height: 350px;
}
#get-in-touch{
  clear: both;
  min-height: 540px;
  width: 100%;
  padding: 20px 2% 20px 2%;
}

#get-in-touch h2{
  padding: 0px 0px 20px 0px;
  margin: 0px;
  font-size: 28px;
}

#get-in-touch h3{
  padding: 25px 0px 8px 0px;
  margin: 0px;
  font-size: 16px;
}

#get-in-touch a{
  padding: 5px 0px;
  margin: 0px;
  font-size: 14px;
  display: block;
}
#get-in-touch p{
  padding: 10px 0px;
  margin: 0px;
  font-size: 13px;
}

#get-in-touch-form{
  clear: both;
  min-height: 500px;
  width: 100%;
  padding: 40px 3% 20px 3%;
}
/* end here contact us style */




 /*  about us pages */
 #about-container-sub{
  width:100%;
  padding: 40px 3%;
  min-height: 300px;
  clear: both;
}

#about-container-sub .contents-about-us{
  width: 100%;
  min-height:50px;
  clear: both;
}
#about-container-sub .contents-about-us h2{
  font-size: 26px;
}



#about-container-sub .img-about-us{width: 100%;min-height:10px;text-align: center;}
#about-container-sub .img-about-us-right{clear:both;padding: 0px 2% ;}
#about-container-sub .img-about-us-left{clear :both;padding: 0px 2%;}
#about-container-sub .img-about-us img{display: none;}





/* documents */
#document-container{
  padding: 40px 4%;
}

#document-container h2{
  width: 70%;
  font-size: 32px;
}


#document-container h4{
  width: 80%;
  font-size: 14px;
}

#document-container article{
  width: 48%;
}

#document-container article .document-icons{
  clear: both;
  width: 100%;
  text-align: center;
}

#document-container article .document-text{
  clear: both;
  width: 100%;
}

#document-container article .document-icons button{
  height: 55px;
  width: 45px;
  line-height: 55px;
  border-radius: 8px;
  border: 0px;
  margin: 5px 0px 0px 0px;
}





}
