
body {
    font-family: iransans !important;
    margin: 0;
    direction: rtl;
    line-height: 1.85em;
}

a link {
color: #4b9cfd;
}

picture {
display:flex
}

/* firefox */

button::-moz-focus-inner {
    border: 0;
}  

.homepage {
background-image: url("http://isp.persiangig.net/img/background.png");
background-repeat: repeat;
background-size: cover;
background-position: center;
height: 535px;
}

.header {
background-image: linear-gradient(to right, #094abb, #0d53cd 25%, #0d53cd 78%, #094abb);
}

.website-container {
    margin: 0 auto;
    max-width: 77.5rem;
}

.website-container .web-site {
   margin:unset
}

.siteHeader {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 3rem 0;
    flex-wrap: wrap;
    line-height: 1.75rem;
    height: auto;
}

.siteHeader__section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/*** [SLIDER] ***/

.slider__content{ 
    padding: 2.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f3f7fd;
}

.slider-buttom {
    width: 100%;
    height: auto;
    border-radius: 42px;
    background-color: #053689;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.slider-content {
    padding: 0 2rem;
    
}

.slider-cotent .secend-slide {
   margin: unset 
}

.slider-icon {
    display: flex;
    margin: 1rem;
}

.list-box-service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.list-box-service__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid red;;
    border-radius: 3px;
}

.list-box-service__item {
    width: 20%;
}

.slider-content .t1 {
color: #f5cd23 !important
}

.slider-icon a {
display: flex;
}

.first-menu {
    display: flex;
    margin-right: 7rem;
    color: #fff
}

.secend-menu {
    display: flex;
}

.menu__item {
    margin: 0 1rem;
}

.menu__item a:link {
  color:#fff
}

.menu__item a:visited {
   color:#fff
}

.special__nemu__item {
  display: flex;
  justify-content: center;
  align-items: center;  
  width: 8.125rem;
  height: 2.188rem;
  border-radius: 24px;
  border: solid 1px #2476ff;
}

.menu__item:hover {
cursor: pointer
}


#services:hover .mega-menu {
display:flex;
position: absolute
}


/*----------------------------------------------------------------
 *                         #Breadcrumb
 *                         ----------------------------------------------------------------*/

.site-breadcrumb-bg {
    background-color: #fbfbfb;
    height: 3.438rem;
}

.site-breadcrumb {
}

.site-breadcrumb .website-container {
padding: 0.8rem 0;
}


ul.site-breadcrumb {
list-style: none;
float: right;
padding: 0.8rem 0;
}

ul.site-breadcrumb li {
display: inline;
font-size: 14px;
color: #737373
}

ul.site-breadcrumb li+li:before {
padding: 5px;
color: #737373;
content: "\003e";
}

ul.site-breadcrumb li a {
color: #b3bcc5;
text-decoration: none;

 -webkit-transition: all 0.2s ease 0s;
 -moz-transition: all 0.2s ease 0s;
 transition: all 0.2s ease 0s;
}

ul.site-breadcrumb li a:hover {
color: #737373;
}

.site-breadcrumb li {
  padding: unset;
}


/*----------------------------------------------------------------
 *                         #CONTENT
 *                         ----------------------------------------------------------------*/

.content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 3.125rem;
    text-align: justify;
}


.article{
    margin: 3.125rem 0 2rem;
    text-align: justify;
}

.content-article {
    display:flex;
    flex-direction:column;
}

.content-article .title {
    font-size: 22px;
    margin-bottom: 1.875rem;
}


.content-article li {
   display:inherit;
}

article ul li {
   display: inherit;
}

.content li:before {
    content: "■";
    width: 6.8px;
    height: 6.8px;
    border-radius: 1px;
    padding-left: 0.5rem;
    color: #b3bcc5;
}

.content .before-deactive li:before {
    content: " ";
    width: 6.8px;
    height: 6.8px;
    border-radius: 1px;
    padding-left: 0;
    color: #b3bcc5;
}


/*--- Banners ---*/

.content-aside {
    width: 25.813rem;
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
}

a .banner-aside {
    max-width: 100%
}

.banner-aside {
    max-width: 100%;
    height: 6.250rem;
    border-radius: 3px;
    background-color: #fbfbfb;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);    
    display: flex;
    align-items: center;
    margin-bottom: 1.250rem;
    transition: 0.2s; 
  }

.banner-aside:hover {
    max-width: 100%;
    height: 6.250rem;
    border-radius: 3px;
    background-color: #fbfbfb;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #2476ff;
}

.banner-img img {
    display: flex;
    margin: 0 2rem;
}

.banner-content {
    display: flex;
    flex-direction: column;
}

.banner-content .h1 {
    color: #2476ff;  

}

.banner-content .des {
    color: #4a4a4a;
    font-weight: 300;
}

.banner-content__item a:hover {
    color: #4a4a4a;    
}

.banner-content__item a:visited {
    color: #4a4a4a;    
}

/*--- Forms ---*/

form .field-group{
  display: flex !important 
  margin: 0 0 12px 0;
}

.label {
  font-size: 14px;
  font-weight: 500;  
  color: #4a4a4a;  
}

form .field-group .label{
  flex: 1; 
  text-align: right; 
  margin: 0 8px 0 0;
  padding: 2px 0;
}
form .field-group .field{
  flex: 3;
}
form .field-group:last-child{
  display: flex;
  justify-content: flex-end;
}
form .field-group:last-child .field{
  max-width: 75%;
}
input, select, textarea{
  padding: .6rem 1rem; 
  font-size: 1.6rem; 
  border: solid 1px #eee;
  background: #fff; 
  box-sizing: border-box;
}

textarea {
  width: 100%;
}

input, select{
  width: 50%;
}
input[type="radio"],
input[type="checkbox"],
input[type="submit"]{
  width: auto;
}

input #saveForm {
    color: red;
}

/*/////////////// RWD STYLES ////////////////////*/

@media (max-width: 720px) {
  form .field-group .label{
     text-align: left; 
     margin: 0;
  }
  input, select{
    width: 60%;
  }
}
@media (max-width: 480px) {
  input,
  select{width: 100%;}
  input[type="radio"],
  input[type="checkbox"],
  input[type="submit"]{
  width: auto;
  }
  form .field-group{
  display: flex;
  flex-direction: column;
  margin: 0 0 6px 0;
  }
  form .field-group .label{
  padding: 0 0 5px 0;
  margin: 10px 0 0 0;
  }
} 



/*----------------------------------------------------------------
 *                         #Tabs
 *                         ----------------------------------------------------------------*/

.tab-services {
    margin: 6.313rem 0 5.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-services img {
    width: 77px;
    height: 77px;
    margin-bottom: 0.75rem;
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .tabs label {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding: 1rem;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    text-align: center;
    width: 16.57%
  }
  
  .tabs .tab {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    border-top: 1px solid #b3bcc5;
    max-width: 99.4%;
    padding-top: 3.375rem;
    text-align: center;
    }
 
   .tabs .btn {
    margin: 1rem 0;
    }

    .tab h2{
    margin: 1rem 0;
    }
 
  .tabs input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  
  .tabs input[type="radio"]:checked + label {
      border-bottom: 2px solid #737373;
    /* background: #fafafa; */ 
}
  
  .tabs input[type="radio"]:checked + label .h1 {
    font-weight: bold;    
    color: #2476ff;    
  }

  .tabs input[type="radio"]:checked + label + .tab { display: block; }

  @media (max-width: 60.063rem) {
    
    .tabs .tab,  .tabs label {
      -webkit-box-ordinal-group: NaN;
      -webkit-order: initial;
      -ms-flex-order: initial;
      order: initial;
      max-width: unset;
    }
    
    .tabs label {
      width: 100%;
      margin-right: 0;
      margin-top: 0.2rem;
    }
    }

    .tab-services .h1 {
        color: #737373;        
    }

    .tab .h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 50rem;
    margin: auto;
    margin-bottom: 1rem;
    }

/*----------------------------------------------------------------
 *                         #Plans
 *                         ----------------------------------------------------------------*/

.list-plans-bg {
    background-color: #f3f7fd;
    padding: 5rem 0;
    border-bottom: 1px solid #f2f2f2;
    background-image: url("http://isp.persiangig.net/img/asset-right.svg"), url("http://isp.persiangig.net/img/asset-left.svg");
    background-position: right center, left center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
}

.title-plans {
    display: flex;
    justify-content: center;
    display: flex;
    color: #4a4a4a;
}

.list-plans {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-plans .website-container {
    padding: 2.125rem 0 31rem;
}

.plan___item {
    display: flex;
    margin: 0.5rem;
    flex-direction: column;
    min-width: 16.8rem;
    height: 18.18rem;
    justify-content: center;
    align-items: center;
    color: #b3bcc5;
    border-radius: 3px;
    flex-grow: 1;
    background-color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.plan___item:hover {
    display: flex;
    flex-direction: column;
    min-width: 16.8rem;
    height: 18.18rem;
    justify-content: center;
    align-items: center;
    color: #b3bcc5;
    background-color: #f3f7fd;
    flex-grow: 1;
    background-color: #fff;
    border: 1px solid #4b9cfd;    
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);    
}

/*--- Plan title ---*/

.plan___title h1 {
    font-size: 16px;
    color: #737373;
}

/*--- Kbps ---*/

.Kbps {
    display: flex;
    color: #4b9cfd;
    font-family: Superclarendon; 
    margin: 1rem 0;        
}

.Kbps-number {
    font-size: 40px;
    font-weight: bold;    
    padding-right: 0.3rem;
}

.Kbps sub {
    font-size: 20px;
    font-weight: bold;
}

/*--- GB ---*/

.GB {
    display: flex;
    color: #4a4a4a;
    margin: 1rem 0;
    font-weight: bold;        
}

.GB-number {
    font-size: 25px;
    font-weight: 500;    
    padding: 0.125rem 0.1rem 0 0 
}

.GB sub {
    font-size: 20px;
}

/*--- Price ---*/

.price {
    display: flex;
    color: #4a4a4a;
    margin: 1rem 0;    
}

.price-number {
    font-size: 25px;
    font-weight: bold;    
    padding: 0.125rem 0.1rem 0 0;
    margin-left: 0.3rem 
}

.price sub {
    font-size: 14px;
}

/*--- BTN - Price ---*/

.btn-price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    border-radius: 100px;
    color:#c7ddff;
    border: 1px solid #c7ddff;        
}

.plan___item:hover .btn-price{
    background-color: #4b9cfd;    
    color: #fff;
}

/*--- Description ---*/

.plan___titr {
    color: #4b9cfd;  
    font-weight: bold;    
    text-align: center;  
    margin: 1rem 0;
}

.plan___titr :nth-child(1) {
    font-size: 25px;    
}

.plan___titr :nth-child(2) {
    font-size: 20px;    
}

.plan___description {
    color: #737373;
    max-width: 14.438rem;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.1px;    
}


/*----------------------------------------------------------------
 *                         #Table (internal page)
 *                         ----------------------------------------------------------------*/

#web-site table, td, th {
    font-size: 14px;
    text-align: center;    
}

#web-site table {
    border-collapse: collapse;
    width: 100%;
}

#web-site tr {
    height: 2.5rem;
    border-bottom: solid 1px #e5e5e5;
    width: 25%;
    color: #4a4a4a;
    font-weight: 500;
}

#web-site table tr:nth-child(2n) {
background: #f3f7fd
}

#web-site table tr:hover {
background: #fff0b2
}

#web-site table tr:nth-child(1) {font-weight:bold; background:unset }

#web-site table td:nth-child(1) {width: unset;}

#web-site table td:nth-child(2) {width: unset; padding-right: unset; height: unset}

#web-site table td:nth-child(3) {width: unset; padding-right: unset}

#web-site table td:nth-child(4) {width: unset; padding-right: unset}

#web-site table td:nth-child(5) {width: unset;}

#web-site table td:nth-child(6) {width: unset; padding-left: unset}

/*----------------------------------------------------------------
 *                         #Tab (internal page)
 *                         ----------------------------------------------------------------*/

#web-site .tabs label {
    width: auto;
}

#web-site .tabs label{
    background-color: #f5f5f5;
    margin-left: 0.288rem;
    padding: 0.3rem 0.625rem;
    height: 2.438rem;
}

#web-site .tabs .tab {
    border: solid 1px #b3bcc5;
    text-align: right;
    padding-top: 1.938rem;
    border-radius: 3px;i
    max-width:100%;
}

#web-site .tabs input[type="radio"]:checked + label {
    border-top: 3px solid #2476ff;
    border-bottom: unset;
}

.tabs input[type="radio"]:checked + label .h1 {
  font-weight: unset;    
  color: unset;   
}


/*----------------------------------------------------------------
 *                         #Lets Go ! 
 *                         ----------------------------------------------------------------*/

.letsgo-bg {
    background-color: #fbfbfb;
    border-bottom: 1px solid #f2f2f2;
}

.letsgo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5.5rem 0;
}

.letsgo .right {
    line-height: 2rem;
    text-align: justify;
}

.letsgo .btn {
    width: auto;
    padding: 0 25px;
    color: #fff;
}

.letsgo a {
   color:#fff
}


.letsgo .t1 {
   padding-bottom: 1rem;
} 

.letsgo .t2 {
  color: #737373
}

.letsgo .left {
   display: flex;
   align-items:center;
}

.letsgo .left__item {
    margin-right: 0.75rem
}

/*----------------------------------------------------------------
 *                         #Footer 
 *                         ----------------------------------------------------------------*/

.footer {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  flex-wrap: wrap;
}

.footer__side {
    display: flex;
    align-items: center;
    flex-wrap: wrap;    
}

.footer__item {
    margin-left: 2.25rem;    
}

.footer__item:last-child {
}
    
.social-network {
    display: flex;
    flex-direction: row;
    margin: 1rem 0;
    justify-content: space-between;
}

#social-network {
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.social-network___item:hover {
	filter: invert(.5) sepia(1) saturate(5) hue-rotate(175deg);
}

.btn-danger .h3 {
    color: unset;
}

.footer__item .btn {
    width: 9.688rem;
    display:flex;
    justify-content: space-around;
    color: #fff;	
}

.footer__item .btn:hover {
    width: 9.688rem;
    display:flex;
    justify-content: space-around;
    color: #fff;
}

.footer li {
    display: inherit;
    line-height: 2.1rem;
}

.footer .t2 {
     color: #b3bcc5
}

.footer .left__item {
    display: flex;
    flex-wrap: wrap;
}

.footer .left {
    display: flex;
    justify-content: center;
    line-height: 3.5rem;
    flex-wrap: wrap;
    text-align: center
}

.footer li a {
    color: #737373;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.footer li a:hover {
    color: #4b9cfd;
}

.copyright {
    margin: 1.5rem;
}

.copyright .h2 {
    color:#b3bcc5    
}

/*-----ftf -----*/

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  padding: 5px;
  width: 15.3rem;
  height: 150px;
  margin: 1rem 0 ;
}



/*----------------------------------------------------------------
 *                         #Mega Menu 
 *                         ----------------------------------------------------------------*/

.menu__item a:hover .mega-menu-show {
	display:flex;
}

.mega-menu {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: auto;
    background-color: #f3f7fd;
    border: 1px solid #f3f7fd;
    padding: 1rem 0.5rem;
    border-radius: 2px;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.16);
    margin: 0.5rem -5rem;
}

.mega-menu ul li {
    display: inherit;
}

.mega-menu li {
    font-size: 14px;
    color: #737373;
    padding: unset;
}

.mega-menu a:link {
 color:#737373;
 -webkit-transition: all 0.2s ease 0s;
 -moz-transition: all 0.2s ease 0s;
 transition: all 0.2s ease 0s;
}

.mega-menu ul a:hover {
 color:#2476ff
}

.mega-menu ul li a:hover::after {
}

.mega-menu a:visited {
color:#737373
}

.mega-menu-container {
    display: flex;
    flex-wrap: wrap;
}

.column {
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
}

.mega-menu .headline {
    display: flex;
    align-items: center;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    width: 8.750rem;
    border-bottom: dashed 1px #b3bcc5;
}

.mega-menu .headline a {
    font-weight: 500;
    color: #4a4a4a;
}
#mega-menu-title {
    width: 16px;
    height: 16px;
}

.triangle {
   display: inline-block;
   margin: 0 5px;
   vertical-align: middle;
  }

  .triangle-4 {
   width: 20px;
   height: 10px;
   border-bottom: solid 10px #f3f7fd;
   border-left: solid 10px transparent;
   border-right: solid 10px transparent; 
   position: absolute;
   margin: -1.65rem 6rem;
}

.headline-title {
    padding-right: 0.438rem;
    margin-bottom: 0.5rem;
    color:#4a4a4a;
}

.headline-title a {
    color: #4a4a4a;
}

.headline-title:link {
   color:#4a4a4a
}

.headline-title a:hover {
  color:#2476ff
}

.headline-title:visited {
   color:#4a4a4a
}

.mega-menu ul {
    margin-top: 0.5rem;
}

.mega-menu .item {
    margin: 1rem 0;
}


/*** [Touch with us]****/

.touch-with-us {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}


.contact-article li {
    padding: 0;
    margin: 0;
}

.contact-us-item {
    display: flex;
    text-align: center;
    line-height: 2;
    font-size: 14px;
}

.contact-us-item img {
    margin-left: 1rem;
    padding-bottom: 0.625rem;
}

.contact-article a:link {
    color:#4a4a4a
}
 
.contact-article a:hover {
   color:#4b9cfd
}

.contact-article a:visited {
    color:#4a4a4a
}

